
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
	--font-title: "Plus Jakarta Sans", sans-serif;
	--font-text: "Plus Jakarta Sans", sans-serif;
	--color-theme-red: #DB021B;
	--bs-gutter-x: 1.9rem; /*custom padding for blocks*/
	--blue:#007bff;
}

* {
	font-size: 100%;
}

// Transformation

.text-lowercase  { text-transform: lowercase !important; }
.text-uppercase  { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }

// Weight and italics

.font-weight-light   { font-weight:300 !important; }
.font-weight-lighter { font-weight: 300 !important; }
.font-weight-normal  { font-weight: 400 !important; }
.font-weight-bold    { font-weight: 700 !important; }
.font-weight-bolder  { font-weight: 900 !important; }
.font-italic         { font-style: italic !important; }

.sc_bq{
	line-height: 1.6;
}
html, body {
	font-family: var(--font-text);
	font-weight: 400;
	color: #333;
	height: 100%;
	font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #333333;
}
html {
	min-height: 100%;
	*height: auto;
}
body {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
img {
	max-width: 100%;
}
#body{
	flex:1;
}
input[type="button"]:focus, button:focus{
	outline:none;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	font-family: var(--font-title);
}

h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 700;
}
h3, .h3 {
	font-size: 1.25rem;
	font-weight: 700;
}
h4, .h4 {
	font-size: 1.15rem;
}
h5, .h5, ._text_h5 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 500;
}
h6, .h6 {
	font-size: 1rem;
}

aside a{
	text-decoration: none !important;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #DB021B;
	text-decoration: none;
}

@media only screen and (min-width:991.98px){
	.postbox.__post h2, .h2 {
	font-size: 2.2rem;
	line-height: 2.75rem;
	font-weight: 700;
}
.postbox_desk._slim h2{
font-size: 1.25rem;
}
}
p{
	font-size: 18px;
font-weight: normal;
line-height: 24px;
font-style: normal;
text-align: left;
color: #333333;
}
.postbox__intro{
	font-size: 18px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: left;
color: #333333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;

}

.postbox__intro span.text_h5{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}


.row>*{
	padding-right:15px;
	padding-left:15px;
}
/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { }
*/
.breadcrumb{
font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    color:#030303;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb span {
   display: inline-block;
    padding: 0 6px;
    position: relative;
    bottom: 1px;
}
.breadcrumb a {
    color:#030303;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
@media (max-width: 767.98px) {
	.img-responsive {
		max-width: 100%;
	}
}

section a {
	text-decoration: none ;
}

picture.lazy{
	opacity: 0;
	transition: opacity .3s;
}

.image-container {
position: relative;
            width: 100%; 
            max-width: 900px; 
            height: 0;
            padding-top: 66.67%; 
            overflow: hidden;
            background-color: #fff;
        }

@media (max-width: 991.98px) {
.image-container {
    padding-top: 60.67%;  
}

.postbox._adds .image-container {
           padding-top: 83.67%;
}
}
.image-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Az image kitölti a konténert, megtartva az arányokat */
        }

        .image-container.square {
            padding-top: 71%; 
        }
          .image-container.landscape {
            padding-top: 52.5%; 
        }

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	} to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}

.is-sticky {
	top: 0;
	left: 0;
	*position: fixed;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.97);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

@media (max-width: 991.98px) {
	.sticky.is-sticky {
		position: fixed;
	}
	.header-middle .logo img {
	max-width: 125px;
}
}
@media (min-width: 992px) {
	.sticky-lg.is-sticky {
		position: fixed;
	}
	.container-xxl-sticky {
		max-width: 1320px;
		margin: 0 auto;
	}
	.is-sticky .container-sticky {
		padding: 0 1rem;
	}
}
 
.postbox._author img{
	object-fit: cover;
	max-width: 100%;
	border-radius: 100%;
}


.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 4px;
	background-color: #DB021B;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top.not-visible {
	bottom: -50px;
	visibility: hidden;
	opacity: 0;
}
.scroll-top i {
	line-height: 40px;
	color: #fff;
	font-size: 25px;
}


.gdprChangePreferences_btn {
	display: none;
}


.container-main {
	background-color: #fff;
	padding-bottom: 1.875rem;
}
.wrapper {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}



.header {
	position: relative;
}
@media (max-width: 991.98px) {
	.header {
		padding-top: 1rem;
	
	}
}
@media (min-width: 992px) {
	.header-middle {
		position: relative;
	}
}
.header-middle.is-sticky {
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
.header-middle.is-sticky .logo img {
	padding: .5rem;
}
.header-bottom.is-sticky .menu.menu-main {
	border-bottom: 0;
	margin-bottom: 0;
}
.header-middle.sticky{
	padding: 0 15px;
}


.footer {
	background-color: #333333;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.footer .logo {
	width: 90%;
}

.footer__contact p {
	display: flex;
	font-size: .8rem;
	line-height: 1.2rem;
	margin-bottom: .5rem;
}
.footer__contact i {
	margin-right: 1rem;
	padding-top: .1rem;
	font-size: .9rem;
}
.footer__contact span {
	display: inline-block;
}
/*@media (max-width: 767.98px) {
	.footer__contact p {
		font-size: .8rem;
		margin-bottom: .5rem;
	}
}*/
.footer__copyright {
	display: inline-block;
	font-size: .8rem;
	color:#fff;
}
.footer__powered {
	display: inline-block;
	font-size: 1rem;
	color:#fff;
}

.footer .menu .menu-link, .footer .menu .menu-link .txt{
	color:#fff;
	font-weight: 500 !important;
}


.footer .footer__contact{
	color:#fff;
	font-weight: 500 !important;
}
.footer .footer_bottom{
	border-top: 1px solid #EEEDED;
    padding-top: 30px;
}
.footer__contact span{
	font-size: 15px;
	line-height: 24px;
}
.menu ul {
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: flex;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.menu input[type="checkbox"],
.menu ul label.drop-icon {
	display: none;
}
.menu .menu-dropdown {
	display: none;
	border-radius: .125rem;
	margin-left: -1.25rem;
	position: absolute;
	top: 3rem;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 10.9375rem;
	z-index: 100;
}
.menu .menu-item:hover .menu-dropdown {
	display: block;
}
.menu .menu-sub {
	flex-direction: column;
	background: #fff;
	border: .0625rem solid #ddd;
	border-radius: .125rem;
	padding: .3rem 1.25rem 1rem;
}
.menu .menu-item {
	padding: 0 .6rem;
}
.menu li:first-child {
	*padding-left: 0;
}
.menu .menu-link {
	display: block;
	position: relative;
	font-size: 15px;
	color: #333;
	line-height: 1rem;
	text-decoration: none;
	cursor: pointer;
	margin: .5rem 0;
	padding: .5rem 0;
}
.menu .menu-link:hover {
	color:#DB021B;
}
.menu .menu-link .txt {
	font-weight: 600;
}
.menu .menu-sub .menu-item {
	padding:.7rem 0 0 0;
}
.menu .menu-sub .menu-link {
	margin: 0;
	padding: .25rem 0;
}
.menu .hide-txt .txt {
	display: none;
}


.menu.menu-top .menu-link {
	font-size: .76rem;
}
.menu.menu-top li:first-child {
	padding-left: 0;
}


.menu.menu-topright ul {
	justify-content: flex-end;
}


.menu.menu-main {
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 1.25rem;
	font-weight: 600;
}
.menu.menu-main li:first-child {
	padding-left: 0;
}
.menu.menu-main .menu-link {
	font-weight: 600;
}
.menu.menu-main .hlight .menu-link {
	background-color: #DB021B;
	padding-left: .4rem;
	padding-right: .4rem;
	color: #fff;
}
.menu.menu-main .hlight:hover .menu-link {
	background-color: #B00317;
}


.menu.menu-footer ul {
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu.menu-footer .menu-link {
	margin: 0;
	padding: 0;
}
.menu.menu-footer li {
	margin-top: .5rem;
	padding-left: 0;
}
.menu.menu-footer li:first-child {
	margin-top: 0;
}



nav.mobile_nav ._list_holder .menu-item{
    display: -ms-flexbox;
    -ms-flex-direction: row;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header_bottom nav .menu-item:first-child {
    padding-left: 0px;
}

.header_bottom .owl-carousel .menu-item a .txt{
	color:#fff;
}

.header_bottom .menu-item .menu-link{
	margin: 0;
}

.postbox__content .image_ratio {
	width: 100%;
	*padding-top: 56.25%;
	padding-top: 58.825%;
	overflow: hidden;
	position: relative;
}
.postbox__content .image_ratio img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}


.search__layer {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .2s ease;
	z-index: 5;
	background-color: #fff;
	border: 0;
}
.search__layer.active {
	bottom: 0;
	height: 100%;
}
@media (min-width: 992px) {
	.search__layer.active {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}

.search__layer.active .search__input label{
	display: block !important;
}
.search__form {
	height: 100%;
	width: 100%;
}
.search__form form {
	width: 100%;
}
.search__inputbox {
	padding: .25rem;
}
.search__input {
	background-color: #fff;
	border: 1px solid #ddd;
	flex:1 1 100%;
}
.search__input input{
	width: 100%;
	height: 2.25rem;
	background-color: transparent;
	border: 0;
	padding: .25rem .5rem;
	font-size: .9rem;
	font-weight: 600;
}
.search__button {
	flex:1 10 100%;
}
.search__button button {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	border: 0;
	background-color: transparent;
}
.searchOpenBtn,
.searchCloseBtn {
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.is-sticky .searchCloseBtn .search__button-close {
		padding-right: 15px;
	}
	.search__input input{
		height: 2rem;
	}
}
@media (max-width: 767.98px) {
	.search__input input{
		height: 1.75rem;
	}
	.search__button {
		flex: 1 7 100%;
	}
	.is-sticky .search__layer.active ~ .logobox {
		height: 4.5rem;
		
	}
}
@media (max-width: 575.98px) {
	.search__input input{
		height: 1.5rem;
	}
	.search__button {
		flex: 1 5 100%;
	}
	.is-sticky .search__layer.active ~ .logobox {
		height: 4rem;
	}
	
}
.search__button-close {
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
	cursor: pointer;
}
.search__type {
	padding: .25rem;
	padding-left: .5rem;
	font-size: .80rem;
}
.search__type label {
	cursor: pointer;
	margin: 0;
	margin-right: 1rem;
}
.search__type input[type="radio"] {
	display: none;
}
.search__type input[type="radio"] + label > span.inp {
	position: relative;
	display: inline-block;
	margin: 0;
	width: .9rem;
	height: .9rem;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	margin-right: .5rem;
	cursor: pointer;
}
.search__type input[type="radio"]:checked + label > span.inp::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: var(--color-theme-red);
}



.left_panel {
	position: fixed;
	top: 0;
	bottom: 0;
	*width: 70%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	/*transform: translate3d(-100%,0,0);*/
	left:-100%;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 3000;
	background-color: #333;
}
.left_panel__btnOpen {
	cursor: pointer;
}
.left_panel.open {
	left:0;
}
@media (max-width: 575.98px) { 
	.left_panel {
		width: 70vw;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.left_panel {
		width: 60vw;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.left_panel {
		width: 50vw;
	}
}
.left_panel__open{
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.left_panel__wrap {
	position: relative;
	width: 100%;
	padding: 1.25rem;
}
.left_panel__overlay {
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: visibility .5s linear,opacity .4s ease-in-out;
	z-index: 2000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.left_panel__open .left_panel__overlay {
	visibility: visible;
	opacity: 1;
}


.container-main, 
.footer {
	position: relative;
	left: 0;
	-webkit-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}
.left_panel__open .container-main, 
.left_panel__open .footer {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	left: 50%;
}


.left_panel .infobox {
	color: #fff;
	font-size: .8rem;
	font-weight: 600;
	line-height: 1.1;
	padding: 0 0 1.25rem .5rem;
	display: flex;
}
.left_panel .infobox a {
	color: #fff;
}
.left_panel .infobox__today {
	display: inline-block;
	width: 50%;
}
.left_panel .infobox__social {
	display: inline-block;
	width: 50%;
	text-align: right;
	font-size: 1.2rem;
}



.mmenu {
	font-size: .84rem;
	font-weight: 600;
	line-height: 1.1rem;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mmenu input[type="checkbox"] {
	display: none;
}
.mmenu li, 
.mmenu a {
	position: relative;
	display: block;
	*text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}
.mmenu .menu-main li {
	border-bottom: 1px solid #454545;
}
.mmenu .menu-sub li {
	border-bottom: 0;
}
.mmenu .menu-dropdown {
	display: none;
	top: 100%;
	z-index: 100;
}
.mmenu input[type="checkbox"]:checked ~ .menu-dropdown {
	display: block;
}
.mmenu li label.drop-icon {
	position: absolute;
	right: 0;
	top: 0;
}
.mmenu a {
	padding: .5rem;
	width: 80%;
	float: left;
}
.mmenu label {
	margin: 0;
	color: #fff;
	cursor: pointer;
	width: 20%;
	float: left;
}
.mmenu label.drop-icon {
	padding: .5rem;
	font-size: .6em;
	text-align: right;
}
.mmenu label.drop-icon ._up{
	display: none;
}
.mmenu  input[type="checkbox"]:checked ~ .clearfix .drop-icon ._up {
	display: inline-block;
}
.mmenu  input[type="checkbox"]:checked ~ .clearfix .drop-icon ._down {
	display: none;
}
.mmenu .menu-sub {
	*flex-direction: column;
	*background: #fff;
	*border: .0625rem solid #ddd;
	*border-radius: .125rem;
	padding: .3rem 0 .3rem 1rem;
}
/*.Xmenu-item {
	padding: 0 .6rem;
}
.Xmenu li:first-child {
	*padding-left: 0;
}*/
.mmenu .menu-link {
	color: #fff;
	cursor: pointer;
}
.mmenu .menu-link:hover {
	color: #DB021B;
}
/*.Xmenu-link {
	display: block;
	position: relative;
	font-size: .84rem;
	color: #111;
	line-height: 1rem;
	text-decoration: none;
	cursor: pointer;
	margin: .5rem 0;
	padding: .5rem 0;
}
.Xmenu-link .txt {
	font-weight: 600;
}
.Xmenu-sub .menu-item {
	padding:.7rem 0 0 0;
}
.Xmenu-sub .menu-link {
	margin: 0;
	padding: .25rem 0;
}*/
.mmenu .m-hide-txt .txt {
	display: none;
}
.mmenu .m-hide-icon i {
	display: none;
}


.posts__pagination {
	margin-top: 1.875rem;
}
.posts__pagination .pagination {
	margin: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.posts__pagination .page-item {
	margin-right: .5rem;
	margin-bottom: .5rem;
}
.posts__pagination .page-item:last-child {
	margin-right: 0;
}
.posts__pagination .page-item:first-child .page-link,
.posts__pagination .page-item:last-child .page-link {
	border-radius: 0;
}
.posts__pagination .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0;
	line-height: 1.25;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #666666;
}
.posts__pagination .page-link:hover {
	border: 1px solid #bababa;
	color: #DB021B;
}
.posts__pagination .page-item.disabled .page-link {

}
.posts__pagination .page-item.active .page-link {
	border-color: #ddd;
	background-color: #fff;
	color: #DB021B;
}


.banner {
	margin-top: 1.875rem;
}
@media (max-width: 767.98px) {
	.banner {
		margin-top: 1rem;
	}
}
.banner img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.postbox.__post .banner {
	margin-top: 0;
	margin-bottom: 1.875rem;
}

.__post .postbox__content-content {
	margin-top: 1.875rem;
	line-height: 1.6;
	text-align: left;
}
.__post .postbox__content-content a {
	color: #DB021B;
}
.__post .postbox__content-content a:hover {
	text-decoration: underline;
}
.__post .postbox__google-source {
	margin-top: 1.875rem;
}
.__post .postbox__google-source__link {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	max-width: 100%;
	padding: 1rem 1.5rem;
	background-color: #1a1a1a;
	border: 2px solid transparent;
	border-radius: 9999px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}
.__post .postbox__google-source__link:hover {
	border-color: #DB021B;
	background-color: #1a1a1a;
	text-decoration: none;
}
.__post .postbox__google-source__link:active {
	background-color: #141414;
}
.__post .postbox__google-source__link:focus-visible {
	outline: 2px solid #DB021B;
	outline-offset: 3px;
}
.__post .postbox__google-source__logo {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.__post .postbox__google-source__text {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
	gap: 0.15rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
}
.__post .postbox__google-source__line {
	display: block;
}
.__post .postbox__google-source__friss {
	color: #DB021B;
}
.__post .postbox__google-source__chevron {
	flex-shrink: 0;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1;
	color: #ffffff;
}
@media (min-width: 768px) {
	.__post .postbox__google-source__text {
		font-size: 1.125rem;
	}
}


.featured_badge_holder .featured_badge{
	background-color: #EA0006;
    padding: 0px 20px 0px 10px;
    display: inline-block;
}
.featured_badge_holder .featured_badge .badge_title{
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 5px;
}

.postbox._skew_red{
	background-color: #EA0006;
	transform: skewY(-7deg);
}

.postbox._skew_red .postbox__category span{
	background-color: #000 ;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	    position: relative;
    left: 12px;
    top: -12px;
    text-transform: uppercase;
}

 .postbox._skew_red .postbox__title{
font-weight:500;
color:#fff;
 }


  .postbox._skew_red .postbox__intro .text_h5 {
	color:#FFF !important;
	font-weight: 300 !important;
}

._dark .postbox_desk  .postbox__category span{
	    color: #f90007;
}
.postbox._dark .postbox__category span{
	    color: #f90007;
}
.postbox__category span{
	font-size: .875rem;
	font-weight: 700;
	line-height: 24px;
	font-style: normal;
	text-align: left;
	*color: #ea0006;
	color:#d90006; 
}

.postbox._author .postbox__category span{
	font-size: 1rem;
}

 .postbox._rm_img._rm_intro{
 	background-color:#EEEEEE ;
 }

.postbox._rm_img._rm_intro .postbox__category span{
	text-transform: uppercase;
}

.postbox._skew_dark{
background-color: #000 !important;
	transform: skewY(-7deg);
}
.postbox._skew_dark .postbox__category span{
	color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}


.postbox._skew_dark  span.text_h5{
	color: #F6F5F5;
  

}
 .postbox._skew_dark .postbox__title{
font-weight:500;
color:#fff;
 }

.postbox._skew_dark .postbox__category, .postbox._skew_red  .postbox__category{
	padding: 0px !important;
}
 .postbox._dark .postbox__category span{
	text-transform: uppercase;
}

.postbox._dark{
background-color: #000 !important;
}
.postbox._dark .postbox__category span{
    text-transform: uppercase;
}

 .postbox._dark .postbox__title{
font-weight:700;
color:#fff;
 }
  .postbox._dark .postbox__intro .text_h5{

  color:#F6F5F5;
}
section .postbox, section .content_box{
	padding-left:24px;
	padding-right:24px;
}
._newsletter   .form_box{
	padding:1.5rem;
	border:5px solid #EA0006;
}
._newsletter .content_title{
	color:333333;
	font-size:20px;
}
._newsletter .form_box input._text_field{
	border: 2px solid #E2E2E2;
    padding: 12px;
    max-width: 100%;
    width: 100%;
}
._newsletter .form_box input._check_field{
	border:2px solid #000;
}


.cm_check_holder {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cm_check_holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cm_check_holder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:#fff;
  border:2px solid #000;
  border-radius: 5px;
}
._newsletter._desk .cm_check_holder .checkmark {
 
  background-color: transparent;
  border:2px solid #fff;
}

/* On mouse-over, add a grey background color */
.cm_check_holder:hover input ~ .checkmark {
  background-color: #fff;
  border:2px solid 0000;
}

/* When the checkbox is checked, add a blue background */
.cm_check_holder input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cm_check_holder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cm_check_holder input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cm_check_holder .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cm_check_holder span{
	font-size:1rem;
	color:#333;
	font-weight: 500;
	line-height: 22px;
}



.cm_radio_holder {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cm_radio_holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.cm_radio_holder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #000;
}

/* On mouse-over, add a grey background color */
.cm_radio_holder:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.cm_radio_holder input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cm_radio_holder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cm_radio_holder input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cm_radio_holder .checkmark:after {
    left: 9px;
    top: -2px;
    width: 5px;
    height: 15px;
    border: solid #EA0006;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    padding: 2px;
    box-shadow: 2px 0px 0px 2px #EEEEEE;
}

._newsletter .form_sbm.btn{
background-color:#EA0006;
font-size: 24px;
color:#fff;
line-height: 28px;
font-weight: 700;
padding:6px 15px;
border-radius: 0px;
}

.category_box .category_title{
	background-color: #EA0006;
	font-family: "Plus Jakarta Sans";
font-size: 24px;
font-weight: 700;
line-height: 24px;
font-style: normal;
text-align: left;
color: #ffffff;
padding: 6px 24px;

}

.btn.readmore_btn a{
	color:#EA0006;
	font-family: "Plus Jakarta Sans";
font-size: 18px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: center;
border: 1px solid #ea0006;
padding: 7px 14px;
border-radius: 0px;
text-decoration: none !important;
}


.content_box._vote{
	background-color: #EEEEEE;
}
.content_box._vote .content_title{
	font-family: "Plus Jakarta Sans";
font-size: 14px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: left;
color: #000000;
}

.content_box._vote .content_description{
	font-family: "Plus Jakarta Sans";
font-size: 24px;
font-weight: bold;
line-height: 28px;
font-style: normal;
text-align: left;
color: #ea0006;
}

.content_box._vote form label{
	font-family: "Plus Jakarta Sans";
font-size: 18px;
font-weight: 500;
line-height: 24px;
font-style: normal;
text-align: left;
color: #000000;
}

.content_box._vote .form_sbm.btn{
background-color:#EA0006;
font-size: 24px;
color:#fff;
line-height: 28px;
font-weight: 700;
padding:6px 15px;
border-radius: 28px;
display: block;
width: 100%;
line-height: 28px;
}

.content_box._vote{}

._dark .postbox__title{
	color: #fff;
}
._dark .postbox__intro {
	color: #fff;
}

 section .content_box._newsletter._desk{
 	padding: 0px;
 	background-color:#EA0006 ;
 }

._newsletter._desk   .form_box{
	padding:1.5rem;
	}
._newsletter._desk .content_title{
	color:#fff;
	font-size:20px;
}
._newsletter._desk .content_description{
	font-size: 18px;
	color: #fff;
}
._newsletter._desk .form_box input._text_field{
	border: 2px solid #E2E2E2;
    padding: 12px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    color:#fff;
}
._newsletter._desk .form_box input::placeholder{
	color:#fff;
}
._newsletter._desk .form_box input._check_field{
	border:2px solid #000;
}
._newsletter._desk .form_box label span{
	color:#fff;
}

._newsletter._desk .form_box  .form_sbm.btn{
	color:#000;
	background-color: #fff;
	border-radius:20px ;
	padding: 6px 22px;
}

.header_bottom .menu-topleft{
	padding-top:15px;
	padding-bottom:0px;
	border-bottom:2px solid #CECBCC;

}

.header_bottom nav ul li .clearfix{
	position: relative;
	padding: 0px 15px;
}
.header_bottom nav > ul > li .clearfix:after{

	position: absolute;
	content:"";
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 100%;
	top:15px;
	right:-10px;

}

.header_bottom nav ul{
		position: relative;
	}
.header_bottom nav ul li:last-child .clearfix:after{

	display: none;

}
.header_bottom nav ul li:first-child{
	padding-left:0px;
}

.header_bottom nav ul li:first-child .clearfix{
padding-left:0px;
}
.header_bottom.sticky-lg.is-sticky nav{
		padding: 0px !important;
		border:none !important;
	}
	.header_bottom.sticky-lg.is-sticky nav ul{
		justify-content: center;
	}
	@media only screen and  (max-width:991.98px){
	.header_bottom .ctm_background {
		background-color: #EA0006;
		border-bottom: 2px solid #CECBCC;
		margin-top:15px;
	}
	.header_bottom .menu-topleft{
		border:none;
	}
	.header_bottom nav{
		padding-top:0px !important; 
	}
	.header_bottom nav ul{
		align-items: center;
	}
	.header_bottom li a{
		margin:0px !important;
		color:#fff;
	}
	.header_bottom li a .txt{
		color:#fff;
	}
	.header_bottom nav li .clearfix:after{
		background-color:#fff;
	}
	.header_bottom nav li .clearfix{
		padding: 0px 5px;
	}
	.header_bottom .logo img{
		max-width: 100px; 
	}
	

}

.header_bottom nav ul.menu-sub li .clearfix{
	position: relative;
	padding: 0px 0px;
}
.header_bottom nav  ul.menu-sub  li .clearfix:after{
	display: none !important;

}

.mobile_nav .owl-carousel.owl-drag .owl-item{
	max-width: 100%;
    width: auto !important;
    width: fit-content !important;
}

.mobile_nav .owl-carousel.owl-drag .owl-item .clearfix{
	position: relative;
	padding: 0px 15px;
}
.mobile_nav .owl-carousel.owl-drag .owl-item .clearfix:before{

	position: absolute;
	content:"";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 100%;
	top:15px;
	right:-5px;

}

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

.mobile_nav .owl-carousel.owl-drag .owl-item:first-child .clearfix:before{

	*display: none;

}
.mobile_nav .owl-carousel.owl-drag .owl-item:first-child{
	padding-left:0px;
}

.mobile_nav .owl-carousel.owl-drag .owl-item:first-child .clearfix{
padding-left:0px;
}

.postbox__wrap .postbox__image{
	position: relative;
}
.postbox__wrap .postbox__image .postbox__image-caption{
	background-color: #ffffff94;
    display: block;
    z-index: 99;
    width: 100%;
    height: auto;
    position: absolute;
    padding: 10px;
    bottom: 0px;
}

.opinion_boxes  .list_holder{
    width: 100%;
    list-style: none;
    grid-template-columns: repeat(3, 1fr);
        column-fill: auto;
    display: grid;
    grid-column-gap: 80px;
    column-gap: 30;
}
.opinion_boxes  .list_holder .list_item{
	position: relative;
}

.opinion_boxes .postbox._author  img{
position: absolute;
width: 110px;
height: 110px;
object-fit: cover;
border-radius: 100%;
left:-55px;
background-color: #c1c1c1;
}


.sc_image__box{
margin-bottom:1.5rem;
margin-top:1.5rem;
}

.footer .menu-footer .menu-item.has-children .menu-dropdown{
	display: none !important;
}


.content_box._vote_result .result-option-id {
	position: relative;
margin:10px 0px;
}
.content_box._vote_result .result-option-id .progress{
	background-color:#f5f5f5 ;
	height: 40px;
}

.content_box._vote_result .result-option-id .progress .progress-bar{
	position: relative;
	background-color: #ffd5d6;
	background-image: none !important;

}
.content_box._vote_result .result-option-id .progress .progess_title{   
	position: absolute;
    z-index: 99;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

._post_page .post__gallery a{
width: 100%;
}

._post_page .post__gallery img{
	   max-width: 100%;
    height: 160px;
    object-fit: cover;
    width: 100%;

}
._post_page .galery_holder{
column-fill: auto;
    display: grid;
    grid-column-gap: 8px;
    column-gap: 8px;
    padding: 0;
    width: 100%;
    list-style: none;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991.98px) {
	._post_page .post__gallery img{
    height: 150px;
  

}
._post_page .galery_holder{

    grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 767.98px) {
	._post_page .post__gallery img{
	   max-width: 100%;
    height: 100px;
    object-fit: cover;
    width: 100%;

}
._post_page .galery_holder{
    grid-template-columns: repeat(2, 1fr);
}
}

.mfp-content{
	width: 100% !important;
}
.mfp-content .mfp-figure:after{
	background: #242424;
}
.mfp-content .mfp-close{
	font-size: 40px;
}

       /*  A csatolt dokumentum boxok      */

.attached_documents .documents_h ul{
    list-style: none;
    padding: 0px;
}
.attached_documents .documents_h li{
    margin-bottom:30px;
}
.attached_documents .documents_h .document_box{
    box-shadow: 0px 2px 20px rgba(196, 196, 196, 0.34);
    padding: 20px 30px;
}
.attached_documents  .document_img{
    float:left;
    font-size: 1.5rem;
    color:#444;
}
.attached_documents  .document_img i{
font-size: 55px;
    position: absolute;
    opacity: 0.1;
    top: -7px;
    left: -15px;
    color: #e01818;
}
.attached_documents  .document_date{
    margin: auto 0 auto auto;
}
.attached_documents  .document_date span{
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1rem;
    color: #444;
}
.attached_documents .document_box_body .document_box_title{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #444;
    text-transform: uppercase;
}
.attached_documents .document_box_body .document_box_description{
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #444;
}
.attached_documents .document_box_body{
	position: relative;
}


.banners-holder > .slick-list > .slick-track {
	display: flex;
	align-items: center;
}





.category_archive_search .filter-panel {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.category_archive_search .filter-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.category_archive_search #search {
    width: 100%;
    padding: 8px;
 	border: 1px solid #ddd;
    border-radius: 4px;
}

.category_archive_search .filter-body {
   max-height: 100%;
    overflow-y: auto;
    padding: 20px 30px;
}

.category_archive_search .category_holder {
   margin-top: 20px !important;
    margin: 5px 0px;
   
}


.category_archive_search .category_holder h2 {
    margin-top: 0;
     color: #dedede;
    font-size: 25px;
}

.category_archive_search .category_holder label {
    display: block;
    margin-bottom: 5px;
}

.category_archive_search .category_holder a {
    text-decoration: none;
    color: #007bff;
    cursor: pointer;
}

.category_archive_search .category_holder a:hover {
    text-decoration: underline;
}

.category_archive_search .filter-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.category_archive_search .list_box{
	    grid-template-columns: repeat(3, 1fr);
	    column-fill: auto;
    display: grid;
    grid-column-gap: 8px;
    column-gap: 8px;
    padding: 0;
    width: 100%;
    list-style: none;
}
.category_archive_search ._first_letter{
	position: relative;
}
.category_archive_search ._first_letter:after{
	display: block;
        content: "";
        height: 1px;
        background: #ddd;
        position: absolute;
        top: 50%;
        left: 1.5em;
        right: 0;
        z-index: 1;
}
.category_archive_search .list_item{
    display: block;
    margin: 17px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    line-height: 19px;
    min-height: 20px;
    padding-left: 0px;
    color: #222222;
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222222;
        margin: 6px 0;
    }

    .category_archive_search .list_item a{
			color: #222222;
    }


    @media only screen and  (max-width:991.98px){
    	.category_archive_search .list_box{
	    grid-template-columns: repeat(1, 1fr);
		}
		.category_archive_search .filter-body {
		   max-height: 100%;
		    overflow-y: auto;
		    padding: 20px 10px;
		}

    }


@media only screen and (min-width: 991.98px) {
    .postbox__title._slim {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}
    
