:root {
	--klasszisPrimary: #ff6c2d;
}

body {
    background: #f9f9f9;
    overflow-x: hidden;
    padding: 0 !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

h1, h2, h3, h4, h5, blockquote {
    color: #3b444f;
    font-family: Georgia, "Times New Roman", Times, serif;
}

p, a, li, figcaption {
    color: #3b444f;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a {
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all 0.5s;
}

hr {
    border-top: 1px solid #e4e4e4;
}

pre {
    color: #252b32;
    font-family: "Courier New", Courier, monospace;
    font-size: x-small;
}

.navbar-brand {
    text-indent: -90000px;
    background: url(/mfor/images/mfor_logo.svg) no-repeat top left;
    background-size: 140px;
    width: 160px;
    background-position-x: 15px
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    border-color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn, .btn-primary {
    background-color: #252b32;
    border-color: #252b32;
    border-radius: 0;
    transition: all 0.3s;
}

#prediction .row {
    background: #252b32;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 11px;
}

#prediction .row span {
    margin-right: 10px;
}

#prediction .row .badge {
    border-radius: 3px;
    font-weight: normal;
}

#prediction .row .badge.red {
    background-color: #eb212e;
}

#prediction .row .badge.green {
    background-color: #81aa20;
}


#banner_top .row {
    background: #fff;
    text-align: center;
}

#banner_top_2 .row {
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 20px;
}

#banner_top .row .banner_placer,
#banner_top_2 .row .banner_placer {
    margin: 20px auto auto auto;
    padding: 20px;
    background-color: #f0f0f0;
    max-width: 1010px;
    overflow: hidden;
}

#banner_top img,
#banner_top_2 img {
    /* width: 100% !important; */
}


#banner_middle {
    background: #fff;
    min-height: 150px;
    text-align: center;
}

#banner_middle .banner_placer {
    margin: 20px auto auto auto;
    padding: 20px 0;
    background-color: #f0f0f0;
    overflow: hidden;
}


#menu .row {
    background: #fff;
    color: #fff;
}

#menu .row .navbar {
    background: none;
    border: none;
}

#menu .navbar {
    color: #252b32;
    margin: 18px 0 !important;
}

#menu .navbar-fixed-top {
    background: #fff !important;
    margin-top: 0 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-right {
        margin-right: 0;
    }
}

#body.fixed-top {
    padding-top: 85px !important;
}

#menu .navbar-nav>li>a {
    color: #252b32;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 5px;
}

#menu .navbar-nav>li>a:hover {
    opacity: 0.4;
}

#menu .navbar-default .navbar-nav > .open > a,
#menu .navbar-default .navbar-nav > .open > a:focus,
#menu .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
}

#menu .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: auto;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
}

#instant_news .row {
    background: #f2f5fb;
    height: 90px;
    border-top: 1px solid #e4e4e4;
}

#instant_news .row .container {
    overflow: hidden;
    height: 75px;
}

#instant_news .media {
    margin-top: 18px;
}

#instant_news h4 {
    font-size: 12px;
}

#instant_news span {
    color: #a0a0a1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin-top: -5px;
    display: block;
    overflow: hidden;
}

#main .container {
    padding-top: 15px;
    background: #fff;
}

/* news_top */

.news_top a {
    overflow: hidden;
}

.news_top a > .news_top_block {
    position: block;
    margin: 15px 0 15px 0;
    display: block;
    height: 360px;
    background-position: top left no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 840px) {

    .news_top a:hover > .news_top_block {
        background-color: rgba(68, 152, 179, .6);
        background-position-x: -10px;
        transition: all 0.3s ease-in-out;
    }

    .news_top a:hover > .news_top_block:before {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        background-color: inherit;
        content: ' ';
    }

}

.news_top .news_top_block .title {
    position: absolute;
    background: #fff;
    margin-right: 20%;
    padding: 0 10px 0 10px;
    z-index: 20;
    left: 0;
    bottom: 0;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 15px;
    opacity: 0.7;
}

.news_top .news_top_block .title h2 {
    font-size: 26px;
    line-height: 30px;
    color: #3b444f;
}

.news_top a .news_top_block .title > .title_lead {
    max-height: 0;
    opacity: 0;
    transition: all 0.2s linear;
    margin-bottom: 10px;
    overflow: hidden;
}

@media (min-width: 840px) {

    .news_top a:hover .news_top_block .title > .title_lead {
        max-height: 100px;
        opacity: 1;
        transition: all 0.2s linear;
    }
}

/* news second */

.news_second a > .news_second_block {
    position: block;
    margin: 15px 0 15px 0;
    display: block;
    height: 170px;
    background-position: top left no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 840px) {

    .news_second a:hover > .news_second_block {
        background-color: rgba(68, 152, 179, .6);
        /* background-position-x: -10px; */
        transition: all 0.3s ease-in-out;
    }

    .news_second a:hover > .news_second_block:before {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        background-color: inherit;
        content: ' ';
    }

}

.news_second .news_second_block .title {
    position: absolute;
    background: #fff;
    margin-right: 20%;
    padding: 0 10px 10px 25px;
    z-index: 20;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.8;
}

.news_second .news_second_block .title h2 {
    font-size: 14px;
    line-height: 18px;
    color: #3b444f;
}


.news_sub {
    padding: 15px;
    background: #e9f4f7;
    margin-bottom: 15px;
}

.news_sub img.media-object {
    width: 260px;
}

@media (max-width: 840px) {

    .news_sub img.media-object {
        width: 100px !important;
    }

}

.news_sub a > .media {
    transition: all 0.3s ease-in-out;
}

.news_sub a:hover > .media {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}


.news_thumbnails .thumbnail {
    padding: 0;
    border: 0;
}

.news_thumbnails h4 {
    margin: 0 10px 0 -8px;
    font-size: 14px;
    line-height: 20px;
}

.news_thumbnails .thumbnail .caption {
    min-height: 100px;
    overflow: hidden;
}

.news_thumbnails a > .thumbnail {
    transition: all 0.3s ease-in-out;
    height: 240px;
    overflow: hidden;
}

.news_thumbnails a:hover > .thumbnail {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

.sidebar .calculator {
    margin-top: 15px;
    border: 2px solid #f2f5fb;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 10px 4px;
    background-size: 30px;
}

.sidebar .calculator p {
    margin: 16px auto auto 55px;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar a > .calculator {
    transition: all 0.3s ease-in-out;
}

.sidebar a:hover > .calculator {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

.sidebar .szemelyikolcson {
    background-image: url(/mfor/images/calculator/bank360_calc_szemelyikolcson.png);
    background-position: 10px 50%;
}

.sidebar .nyugdijkalkulator {
    background-image: url(/mfor/images/calculator/mfor_calc_nyugdij.svg);
}

.sidebar .szabadsagkalkulator {
    background-image: url(/mfor/images/calculator/mfor_calc_szabadsag.svg);
}

.sidebar .csaladipotlek {
    background-image: url(/mfor/images/calculator/mfor_calc_csaladi.svg);
}

.sidebar .lakashitel {
    background-image: url(/mfor/images/calculator/mfor_calc_lakashitel.svg);
}

.sidebar .csok {
    background-image: url(/mfor/images/calculator/mfor_calc_csok.svg);
}

.sidebar .kisvallalkozoi {
    background-image: url(/mfor/images/calculator/mfor_calc_kkv.svg);
}

.sidebar .kata {
    background-image: url(/mfor/images/calculator/mfor_calc_kata.svg);
}

.sidebar .calculator-highlight {
    background-color: #4296b1;
    border-color: #4296b1;

    & p {
        color: #fff;
    }
}

.sidebar .katavsatalanyado {
    background-image: url(/mfor/images/calculator/mfor_calc_kata.svg);
}

.sidebar .rezsi2022,
.sidebar .berkalkulator {
    background-image: url(/mfor/images/calculator/mfor_calc_ber.svg);
}

.sidebar .kiva {
    background-image: url(/mfor/images/calculator/mfor_calc_kiva.svg);
}

.sidebar .calculator-highlight.berkalkulator {
    background-image: url(/mfor/images/calculator/mfor_calc_rezsi.svg);
}

#banner_sidebar .banner_placer {
    margin: 15px auto auto auto;
    padding: 25px;
    background-color: #f0f0f0;
    overflow: hidden;
}


.news_right_block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.news_right_block:first-child {
    margin-top: 0;
}

.news_right_block .header {
    border-bottom: 1px solid #ececec;
}

.news_right_block .header h4 {
    line-height: 26px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.news_right_block ul {
    padding: 0;
    list-style-type: none;
}

.news_right_block ul li {
    margin: 15px 0;
}

.news_right_block ul .datetime {
    font-weight: bold;
    color: #2a7ebb;
}

.news_right_block .datetime_light {
    font-size: 12px;
    color: #999;
}


.calcuators_right_block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.calcuators_right_block .header {
    border-bottom: 1px solid #ececec;
}

.calcuators_right_block .header h4 {
    line-height: 26px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.calcuators_right_block .calculators {
    margin-top: 15px;
    border: 2px solid #f2f5fb;
    height: 40px;
}

.calcuators_right_block .calculators p {
    margin: 8px auto auto 14px;
    text-transform: uppercase;
    font-size: 14x;
}

.calcuators_right_block a > .calculators {
    transition: all 0.3s ease-in-out;
}

.calcuators_right_block a:hover > .calculators {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}


.footer {
    margin-top: 15px;
    background: #252b32;
    padding-top: 15px;
    padding-bottom: 30px;
}

.footer p {
    color: #fff;
    line-height: 30px;
}

.footer .footer_logo {
    background: url(/mfor/images/mfor_logo_dark.svg) no-repeat top left;
    background-size: 140px;
    background-position-y: 15px;
    width: 140px;
    height: 80px;
}

.footer a {
    color: #b2b2b2;
    transition: all 0.3s ease-in-out;
}

.footer a:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer h6.category {
    font-size: 26px;
    color: #fff;
    margin: 20px 0 40px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#disqus_thread {
    margin: 30px 0;
}

.sidebar_pr {
    margin: 20px 0;
}

.news_top_pr_background {
    background: #252b32 !important;
}

.news_top_pr_title,
.news_top_pr_background .title_lead,
.news_top_pr_background p {
    color: #fff !important;
}

.news_sub_pr {
    background: #c5ccd0;
}

#calculator-index h3 {
    margin-top: 0 !important;
}

#calculator-index .row {
    margin-bottom: 30px !important;
}

#calculator-index .icon {
    height: 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.calculator_lead {
    font-weight: bold;
    margin: 20px 0 40px 0;
}

.calculator_notes {
    margin-top: 40px;
    font-size: 12px;
}

#menu .top24 {
    display: none;
}

#menu .top24 a {
    color: #fff;
}

@media (max-width: 767px) {

    #menu .navbar-header button {
        border: 0 !important;
    }

    #menu .top24 {
        display: block;
        position: absolute;
        top: 10px;
        right: 85px;
        background: #2696b2;
        padding: 5px 10px;
    }

    #menu .navbar-fixed-top .top24 {
        top: 25px;
    }

    #menu .navbar-default .navbar-collapse {
        border: 0 !important;
    }

    #menu .nav>li {
        text-align: center;
    }

    #menu .navbar-fixed-top .navbar-collapse {
        max-height: auto !important;
    }

    #menu .dropdown-menu {
        text-align: center;
    }
}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-banner.cc-bottom {background: #2570a5;}
.cc-banner .cc-message {-ms-flex: 1;flex: 1;color: #fff;}
.cc-btn{background: #fff;}

.news_sub {
    padding: 0 !important;
}

.news_sub .media-left {
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

.news_sub a > .media {
    padding-top: 10px !important;
}

.news_sub h3.media-heading,
.news_sub p {
    margin-right: 10px !important;
}

.news_sub h3.media-heading {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.prediction-navbar {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.navbar-usermenu {
	padding: 5px 0;
	min-height: 0;
	margin: 0;
	border: 0;
	list-style: none;
	display: flex;
	align-items: center;
	color: #fff;
}

.navbar-usermenu .nav-link {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.navbar-usermenu .dropdown-toggle svg {
	margin-right: 5px;
}

.navbar-usermenu .dropdown-toggle {
	text-transform: none;
}

#navbarUserDropdown {
	width: 300px;
	max-width: 100vw;
}

.btn-klasszis {
	background: var(--klasszisPrimary);
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

.btn-klasszis:hover {
	color: #fff !important;
}

.navbar-usermenu .dropdown.open .dropdown-menu {
	display: flex;
}

.navbar-usermenu .dropdown-menu {
	flex-direction: column;
	border: 0;
	border-radius: 0;
	margin-top: 0px;
	background: #252b32;
}

.navbar-usermenu .dropdown-item {
	color: #fff;
	text-align: right;
	padding: 0 10px;
	font-size: 11px;
	text-decoration: none;
}

.navbar-usermenu .dropdown-item:hover {
	color: var(--klasszisPrimary);
}

#navbarUserDropdown {
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
}

#navbarUserDropdown p,
#navbarUserDropdown .blaize-title {
	color: #fff;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.justify-content-start   { justify-content: flex-start !important; }
.justify-content-end     { justify-content: flex-end !important; }
.justify-content-center  { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around  { justify-content: space-around !important; }

.align-items-start    { align-items: flex-start !important; }
.align-items-end      { align-items: flex-end !important; }
.align-items-center   { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch  { align-items: stretch !important; }

.news_top .klasszis-badge {
	position: absolute;
	top: 30px;
	left: 30px;
}

.news_second .klasszis-badge {
	position: absolute;
	top: 25px;
	left: 25px;
}

.news_top .livefeed-badge {
	position: absolute;
	top: 30px;
	right: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

.news_second .livefeed-badge {
	position: absolute;
	top: 25px;
	right: 25px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

.news_second .klasszis-logo {
	width: 16px;
}

.news_sub .media-left {
	position: relative;
}

.news_sub .media-left .klasszis-badge {
	position: absolute;
	left: 20px;
	top: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

.news_sub .media-body .klasszis-badge {
	margin-right: 10px;
	margin-bottom: 10px;
}

.news_sub .media-left .livefeed-badge {
	position: absolute;
	left: 20px;
	right: 10px;
}

.news_sub .media-body .livefeed-badge {
	margin-right: 10px;
	margin-bottom: 10px;
}

.news_thumbnails .klasszis-logo,
.klasszis-badge.d-inline-flex .klasszis-logo {
	width: 16px;
}

@media (max-width: 1199px) {
	.prediction-navbar {
		flex-direction: column;
	}

	.prediction-tickers {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {
	#navbarUserDropdown {
		position: fixed;
		top: 40px;
		left: 0;
		right: 0;
		width: auto;
	}
}

.pp-news-header {
    padding: 25px 0;
    margin-bottom: 30px;
    background: #ed1b2f;
    color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.12);
}

.pp-news-header > .container {
	padding: 0 30px;
}

.pp-news-header-info {
    font-size: 16px;
	color: #fff;
	margin-left: auto;
    text-align: right;
}

@media (max-width: 767px) {
    .pp-news-header-info {
        text-align: center;
    }
}


.article .kapcsolodo-cikk,
.article .kapcsolodo-oldal {
    border: 1px solid #227ab7;
    border-radius: 0;
    position: relative;
}

.article .kapcsolodo-cikk .card-header,
.article .kapcsolodo-oldal .card-header {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.4rem;
    border-radius: 0;
    background: #227ab7;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.article .kapcsolodo-cikk .card-title {
    margin-top: 0;
}

.article .kapcsolodo-cikk .card-text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

.article .kapcsolodo-cikk-link {
    color: var(--dark);
    font-family: Georgia, "Times New Roman", Times, serif;
}

.article .kapcsolodo-cikk-link:hover {
    color: var(--primary);
}

.article .kapcsolodo-cikk-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kapcsolodo-oldal {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.kapcsolodo-oldal .kapcsolodo-oldal-link {
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    font-family: inherit;
	font-weight: 800;
    font-size: 26px;
	text-transform: uppercase;
}

.kapcsolodo-oldal-link:hover,
.kapcsolodo-oldal-link:visited,
.kapcsolodo-oldal-link:focus {
	color: #fff;
}

.kapcsolodo-oldal .card-body {
    background-color: rgba(0,0,0,.2);
}

.kapcsolodo-oldal .card-body .card-text {
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, .8);
	margin: 0;
    font-size: 14px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.mb-30 {
    margin-bottom: 30px;
}

.news-page .news-ct,
.news-page .news-av {
    width: 1px;
    height: 1px;
}

.news-page .news-ct,
.news-page .news-av img {
    width: 1px;
    height: 1px;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #menu .navbar-nav>li>a {
        padding: 5px !important;
    }
}

.navbar-search {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
}

.navbar-search-toggle {
    display: flex;
    align-items: center;
    padding: 6px;
    justify-content: center;
}

.navbar-search-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    transform-origin: 100% 50%;
}

.navbar-search-form .form-control {
    border: 2px solid #252b32;
}

.search-submit {
    background: #252b32;
    padding: 0 6px;
    border: 0 none;
    display: flex;
    align-items: center;
}

.navbar-search-toggle[aria-expanded=true] + .navbar-search-form {
    -webkit-animation: slit-in-vertical 0.3s cubic-bezier(0.895, 0.030, 0.685, 0.220) both;
    animation: slit-in-vertical 0.3s cubic-bezier(0.895, 0.030, 0.685, 0.220) both;
}

.slit-out-vertical {
    -webkit-animation: slit-out-vertical 0.3s cubic-bezier(0.895, 0.030, 0.685, 0.220) both;
    animation: slit-out-vertical 0.3s cubic-bezier(0.895, 0.030, 0.685, 0.220) both;
}

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}
@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

@-webkit-keyframes slit-out-vertical {
    0% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes slit-out-vertical {
    0% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-search {
        position: relative;
        order: 2;
        margin-left: 10px;
    }

    .navbar-search + .navbar-usermenu {
        z-index: 1;
        background: transparent;
    }

    .navbar-search-form {
        top: 0;
        right: 0;
        right: 0;
        bottom: 0;
        height: 34px;
        left: unset;
        width: calc(100vw - 70px);
        border: 10px solid #fff;
        box-sizing: content-box;
        margin-top: -10px;
        border-left-width: 0;
        border-right-width: 0;
    }

    .navbar-search-form .form-group {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .has-search .form-control {
        width: calc(100% - 1rem);
    }

    .has-search .search-submit {
        top: 0;
        right: 1rem;
    }

    .nav-item-preferred {
        margin-right: 0;
    }

    .container-fluid>.navbar-header {
        margin-left: 0;
        margin-right: 0;
        order: 3;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    #menu .top24 {
        order: 1;
        position: static;
        top: auto;
        right: auto;
    }

    .navbar-brand {
        margin-right: auto;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #252b32;
    }

    .navbar-collapse {
        position: absolute;
        background: rgb(255, 255, 255);
        top: 100%;
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: rgb(0 0 0 / 7%) 0px 20px 20px;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        background-position-x: 0;
        background-size: contain;
    }
}

.thematic-page-header {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -9rem;
    padding-bottom: 10rem;
}

.thematic-page-header #banner_top_2 .row {
    background: transparent;
    margin-bottom: 0;
}

.thematic-page-title {
    color: #fff;
    font-size: clamp(2rem, 10vmin, 5rem);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    font-weight: 800;
    text-transform: uppercase;
}

.thematic-page-lead {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .8);
    font-size: 1.6rem;
}

.thematic-page > .row > .container > .col-md-8 {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .thematic-page-lead {
        width: 65%;
    }
}

@media (max-width: 575px) {
    .adnm-html-interscroll #main,
    .adnm-html-interscroll-doublescreen #main {
        overflow: hidden;
    }

    #banner_top_2 .banner_placer_wrapper,
    #banner_top_2 .row .banner_placer {
        padding: 0;
    }
}

/* gallery ---------------------------------------------------------------------------------------------------------- */

:root {
    --primary: #4296b1;
    --light: #f9f9f9;
    --sansSerif: "Open Sans", Helvetica, Arial, sans-serif;
}

.gallery_embed {
    position: relative;
    font-family: var(--sansSerif);
}

.gallery_embed_open {
    display: block;
    position: relative;
}

.gallery_embed_open:focus .gallery_embed_icon,
.gallery_embed_open:hover .gallery_embed_icon {
    background: #4296b1aa;
}

.gallery_embed_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .2s ease-out;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff !important;
    padding: 1.6rem !important;
    border-bottom: 0 none !important;
    border-bottom: 0 none !important;
}

.gallery_embed_label {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1;
    margin-top: .75rem;
}

.gallery-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    overflow: hidden;
    background: #fff;
    --gallery-gap: 1.2rem;
    --gallery-logo-height: 42px;
    user-select: none;
    font-family: var(--sansSerif);
}

.gallery-overlay.open {
    display: block;
}

body.has-overlay {
    overflow: hidden;
}

.gallery-overlay .h-100 {
    height: 100%;
}

.gallery-overlay-logo img {
    height: var(--gallery-logo-height);
}

.gallery-overlay path {
    transition: all .2s ease-out;
}

.gallery-overlay-close {
    margin: 0 1rem;
}

.gallery-overlay-close:focus path,
.gallery-overlay-close:hover path {
    fill: var(--primary);
}

.gallery-overlay-header {
    padding: var(--gallery-gap);
    border-bottom: 1px solid #efefef;
    background: var(--light);
}

.gallery-overlay-footer {
    padding: var(--gallery-gap);
    border-top: 1px solid #efefef;
    background: var(--light);
    overflow-x: scroll;
}

.gallery-overlay-main {
    height: calc(100vh - calc(var(--gallery-logo-height) + 2 * var(--gallery-gap)) - calc(140px + 2 * var(--gallery-gap)));
}

.gallery-overlay-th {
    position: relative;
    display: block;
}

.gallery-overlay-th.active::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    box-shadow: inset 0 0 0 4px var(--primary), inset 0 0 0 5px var(--light);
}

.gallery-overlay-th + .gallery-overlay-th {
    margin-left: var(--gallery-gap);
}

.gallery-overlay-picture {
    padding: var(--gallery-gap);
    flex-grow: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gallery-overlay-prev,
.gallery-overlay-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
    transition: all .2s ease-out;
    background: #efefef;
    padding: calc(var(--gallery-gap) * 3) 0;
    cursor: pointer;
}

.gallery-overlay-prev:focus,
.gallery-overlay-prev:hover,
.gallery-overlay-next:focus,
.gallery-overlay-next:hover {
    opacity: 1;
}

.gallery-overlay-prev {
    left: 0;
}

.gallery-overlay-next {
    right: 0;
}

.gallery-overlay-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - var(--gallery-gap) * 2);
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: left .4s linear;
}

.gallery-overlay-img img {
    max-width: 100%;
    max-height: 100%;
}

.gallery-overlay-img.active {
    left: 50%;
}

.gallery-overlay-img.prev {
    left: -200% !important;
}

.gallery-overlay-img.next {
    left: 200% !important;
}

.gallery-overlay-img.moving {
    opacity: 0;
    transition-delay: 0;
}

.gallery-overlay-side {
    flex-basis: 25%;
    padding: var(--gallery-gap);
    border-left: 2px solid var(--light);
}

.gallery-overlay-ad {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-overlay-ad::before {
    content: 'hirdetés';
    font-size: 1rem;
    color: #ccc;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: .4rem 0;
}

@media(max-width: 1399px) {
    .gallery-overlay-side {
        flex-basis: 300px;
    }
}

@media(max-width: 991px) {
    .gallery-overlay .gallery-overlay-footer,
    .gallery-overlay .gallery-overlay-side,
    .gallery-overlay .gallery-overlay-prev,
    .gallery-overlay .gallery-overlay-next {
        display: none !important;
    }

    .gallery-overlay-picture {
        overflow-y: scroll;
    }

    .gallery-overlay-images {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gallery-overlay-img {
        display: block;
        width: auto;
        position: static;
        transform: none;
        transition: none;
        background: var(--light);
        margin-bottom: var(--gallery-gap);
    }

    .gallery-overlay-img-xs-data {
        padding: calc(var(--gallery-gap) / 2) calc(var(--gallery-gap) * .75);
    }
}

@media(max-width: 575px) {
    .gallery-overlay-picture {
        padding: 0;
    }

    .gallery-overlay-img {
        margin-bottom: 0;
        padding-bottom: var(--gallery-gap);
    }
}

/* gallery end ---------------------------------------------------------------------------------------------------------- */

.poll-embed {
    background: #4296b1 linear-gradient(290deg, rgba(255,255,255,.2), transparent);
}

.poll-title {
    color: #fff;
}

.poll-body {
    position: relative;
    background: #fff;
}

.poll-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffdd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poll-option-title {
    cursor: pointer;
    user-select: none;
}

.grecaptcha-badge { display: none;}

.news-page-locked-content {
    position: relative;
    user-select: none;
}

.news-page-locked-content::after {
    content: '';
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #fff 10%, rgba(255, 255, 255, 0) 100%);
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:hover {
    color: #252b32;
    background-color: #fff;
}

.text-white {
    color: #fff !important;
}

.navbar-usermenu .btn {
    text-transform: uppercase;
}

.navbar-usermenu-email {
    margin-right: 0 !important;
    line-height: 1.42em;
    display: block;
}

.navbar-usermenu-avatar {
    height: 60px;
    display: block;
    margin-bottom: 10px;
}

div#onesignal-slidedown-container {
    z-index: 50000;
}

div#onesignal-bell-container.onesignal-reset {
    z-index: 49990;
}

.valasztas-header {
    background: #4296b1 linear-gradient(312deg, #4296b1, #275564);
    /* background-color: #808080;
    background-image: linear-gradient(312deg, transparent, #9c9c9c), url("https://mfor.hu/i/5/4/1/8/c/f/9/a/a/6/5/2/7/5/2/0/e/c/a/3/valasztasok-2024.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, 100% 50%;
    background-size: cover, contain; */
    min-height: 80px;
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    position: relative;

    a {
        color: #fff !important;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 30px !important;
        text-decoration: none;
        line-height: 1.25 !important;
    }

    a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.news_right_block .valasztas-header {
    border: 0 none;
}


.spinner {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 100px auto;

    > div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #cfcfcf;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

    > div:nth-child(1) {
        left: 8px;
        animation-name: lds-ellipsis1;
        animation: lds-ellipsis1 0.6s infinite;
    }

    > div:nth-child(2) {
        left: 8px;
        animation-name: lds-ellipsis2;
        animation: lds-ellipsis2 0.6s infinite;
    }

    > div:nth-child(3) {
        left: 32px;
        animation-name: lds-ellipsis2;
        animation: lds-ellipsis2 0.6s infinite;
    }

    > div:nth-child(4) {
        left: 56px;
        animation-name: lds-ellipsis3;
        animation: lds-ellipsis3 0.6s infinite;
    }
}

@keyframes lds-ellipsis1 {
    0% 		{transform: scale(0);}
    100% 	{transform: scale(1);}
}

@keyframes lds-ellipsis3 {
    0% 		{transform: scale(1);}
    100% 	{transform: scale(0);}
}

@keyframes lds-ellipsis2 {
    0% 		{transform: translate(0, 0);}
    100% 	{transform: translate(24px, 0);}
}