@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Syncopate:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
	background:#fff;
	font-family: Be Vietnam Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	color:#000;
	overflow-x:hidden;
}

img {
	max-width:100%;
}

a {
	transition: all 2s linear 1s;
}

a, a:hover {
	color:#000;
}
a:hover {
	color:#c11320;
}

.logo {
	display:block;
	width:270px;
}
.logo img {
	width:100%;
}

.headicons {
	text-align:right;
}
.headicons a {
	display:inline-block;
	margin-left:20px;
	margin-top:5px;
}
.headlinks {
	padding-top:20px;
	padding-bottom:20px;
}

#menu-fomenu {
	display:block;
}
#menu-fomenu li {
	display:inline-block !important;
	margin-right:22px;
}
#menu-fomenu li a {
	color:#000 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
	border-bottom:3px solid #fff;
	transition: all 0.5s ease;
}
.menu {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-top:10px;
}
#menubar {
	padding-bottom:12px;
}
#menu-fomenu li.active a, #menu-fomenu li a:hover {
	border-bottom:3px solid #e12127;
	transition: all 0.5s ease;
}

#menu-fomenu li.menurezsi.active a, #menu-fomenu li.menurezsi a:hover {
	border-bottom:3px solid #ff8800;
}
#menu-fomenu li.menuelemzes.active a, #menu-fomenu li.menuelemzes a:hover {
	border-bottom:3px solid #6cd5fa;
}
#menu-fomenu li.menuszabalyozas.active a, #menu-fomenu li.menuszabalyozas a:hover {
	border-bottom:3px solid #1e79c0;
}
#menu-fomenu li.menuvallalatok.active a, #menu-fomenu li.menuvallalatok a:hover {
	border-bottom:3px solid #fce072;
}
#menu-fomenu li.menutrading.active a, #menu-fomenu li.menutrading a:hover {
	border-bottom:3px solid #00697E;
}
#menu-fomenu li.menufenntarthatosag.active a, #menu-fomenu li.menufenntarthatosag a:hover {
	border-bottom:3px solid #b5d267;
}
#menu-fomenu li.menumobilitas.active a, #menu-fomenu li.menumobilitas a:hover {
	border-bottom:3px solid #e12127;
}
#menu-fomenu li.menuinnovacio.active a, #menu-fomenu li.menuinnovacio a:hover {
	border-bottom:3px solid #bc13cc;
}
#menu-fomenu li.menupalya.active a, #menu-fomenu li.menupalya a:hover {
	border-bottom:3px solid #c73e87;
}

.slink {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:25px;
	margin-top:6px;
	margin-right:10px;
}
.slink img {
	width:100%;
}
.slinkmobile {
	display:none;
}

.mobilemenu {
	background:#d4001e;
	color:#fff;
	text-align:center;
	cursor:pointer;
	padding-top:11px;
	padding-bottom:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:-10px;
	display:none;
}

@media screen and (max-width: 767px) {
	.mobilemenu {
		display:block;
	}
	#menubar {
		display:none;
		transition: all 0.5s ease;
	}
	#menubar.active {
		display:block;
		transition: all 0.5s ease;
	}
	.logo {
		display:block;
		width:270px;
		margin:auto;
		margin-bottom:10px;
	}
	.headicons {
		text-align:center;
	}
	.headicons a {
		margin-left:10px;
		margin-right:10px;
	}
	.slink {
		display:none;
	}
	#menu-fomenu li {
		display:block !important;
		margin-right:0px;
	}
	.slinkmobile {
		color:#000 !important;
		text-decoration:none !important;
		text-transform:uppercase;
		font-size:17px;
		font-weight:bold;
		display:inline-block;
		padding-bottom:5px;
		border-bottom:3px solid #fff;
		transition: all 0.5s ease;
		margin-top:10px;
	}
}


#searchbar {
	position:fixed;
	background:#EFEFEF;
	width:100%;
	height:100%;
	z-index:400000;
	display:none;
}
#searchbar.active {
	display:block;
}
.searchwrap {
	position:absolute;
	height:100%;
	width:100%;
	top:40%;
}
.searchcont {
	width:800px;
	max-width:95%;
	margin:auto;
}
.searchcont input {
	border:none;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 5px;
	padding:5px;
	font-size:25px;
	background:#f7f7f7;
	padding-left:15px;
	padding-right:15px;
}

#mdiv {
	width: 25px;
	height: 25px;
	float:right;
	margin-right:40px;
	margin-top:20px;
	cursor:pointer;
  }
  
  .mdiv {
	height: 25px;
	width: 2px;
	margin-left: 12px;
	background-color: black;
	transform: rotate(45deg);
	Z-index: 1;
  }
  
  .md {
	height: 25px;
	width: 2px;
	background-color: black;
	transform: rotate(90deg);
	Z-index: 2;
  }


  .container2 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .container2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
  }
  
  .container2 input:checked ~ .checkmark {
	background:#d4001e;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .container2 input:checked ~ .checkmark:after {
	display: block;
  }
  
  .container2 .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }


.fbox {
	background:url('../img/sbg.png') top left repeat-x;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top:30px;
	padding-bottom:30px;
}

#hirlevel {
	max-width:993px;
	margin:auto;
}
#hirlevel h5 {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:25px;
}
#hirlevel input {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Source Sans Pro;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	width:100%;
	padding:5px;
	padding-left:10px;
	margin-bottom:15px;
}
#hirlevel button {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	cursor:pointer;
	padding:7px;
	min-width:100px;
}

#footer ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#footer ul li {
	display:block;
	padding-bottom:7px;
}
#footer ul li a {
	padding:0 !important;
	display:inline;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.foothead {
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:10px;
	font-size:17px;
}

.footicons a {
	display:inline-block;
	margin-right:20px;
	margin-top:25px;
}

.footlogo {
	max-width:230px;
	margin-top:80px;
}

.banner {
	margin-bottom:2px;
}
.mbanner {
	display:none;
}
.banner img {
	width:100%;
}

@media screen and (max-width: 767px) {
	.mbanner {
		display:block;
	}
	.dbanner {
		display:none;
	}
	#footer ul {
		margin-bottom:20px;
	}
	.footlogo {
		margin-top:0px;
	}
	.footicons {
		margin-bottom:30px;
	}
}

.footbar {
	background: linear-gradient(0deg, #D22B2B, #D22B2B);
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	font-size:15px;
}

.im1 {
	background-color:#ccc;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	width:100%;
	height:290px;
}
.im2 {
	height:230px;
}

@media screen and (max-width: 767px) {
	.im1 {
		height:250px;
	}
}

.catitem {
	margin-bottom:33px;
}

.catcim {
	color:#000;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	display:block;
}
.cattext p {
	margin-bottom:0px;
}
.cattext {
	margin-bottom:10px;
}

.lead {
	background-color:#ccc;
	display:block;
	text-decoration:none;
	color:#fff !important;
	text-decoration:none !important;
	height:400px;
	background-position:center center;
	background-size:cover;
	position:relative;
}
.leadin {
	position:absolute;
	bottom:0;
	width:100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.9));
	padding:20px;
	padding-top:60px;
}

@media (min-width: 1300px) {
    .container{
        max-width: 1300px;
    }
}

.leadcat {
	text-transform:uppercase;
	padding-left:10px;
	border-left:4px solid;
	font-size:16px;
	line-height:16px;
}
.leadtitle {
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.lead:hover .leadtitle {
	text-decoration:underline !important;
}
.leadtext {
	font-size:15px;
}

.leadtext span.author{
	display: block;
	margin-top: 5px;
}

.divider {
	margin-top:30px;
	padding-bottom:30px;
	border-top:1px solid rgba(0, 0, 0, 0.2);
}

.vtitle {
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	padding-bottom:10px;
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight:bold;
}
.vlink {
	text-decoration:none !important;
	display:block;
	margin-bottom:20px !important;
}
.vlink .vl {
	transition:all 0.3s ease-in;
}
.vlink:hover .vl {
	text-decoration:underline !important;
	color:#c11320 !important;
}



.postim {
	background-color:#ccc;
	display:block;
	height:400px;
	background-position:center center;
	background-size:cover;
	position:relative;
}

.sharetitle {
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:60px;
}
.sharelinks {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom:30px;
}
.sharelinks a {
	display:inline-block;
	width:19%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.sharelinks a:last-child {
	border:none;
}
.sharelinks a img {
	transform: scale(0.8);
	transition: transform .2s;
}
.sharelinks a:hover img {
	transform: scale(1);
}

.rtitle {
	font-weight:bold;
	margin-top:10px;
	font-size:18px;
	margin-bottom:5px;
}

.tamogatott {
	background:#fff;
	border: 1px solid rgba(196, 196, 196, 0.5);
	box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
	padding:20px;
}

.simg {
	height:190px;
	background-size:cover;
	background-position:center center;
	background-color:#ccc;
	margin-bottom:10px;
}
.simg2 {
	height:330px;
	background-size:cover;
	background-position:center center;
	background-color:#ccc;
	margin-bottom:10px;
}

.ldiv {
	display:block;
	border-bottom: 1px solid rgba(196, 196, 196, 0.5) !important;
	margin-bottom:25px;
	margin-top:15px;
}

.shlink {
	text-decoration:none !important;
}
.shtitle {
	font-weight:bold;
	line-height:20px;
	transition:all 0.3s ease-in;
	margin-bottom: 5px;
}


	
.shlink:hover .shtitle {
	text-decoration:underline !important;
	color:#c11320 !important;
}

.splace {
	border: 1px solid #fff;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
}

.sclink {
	display:inline-block;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
}

.white {
	color:#fff !important;
}

.homewrap .vc_row {
	max-width:1300px;
	margin:auto;
}
.homewrap section {
	background-size:cover !important;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}




.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

blockquote {
	border-left:5px solid #c11320;
}

.abc {
	text-align:center;
	margin-bottom:30px;
}
.abc a {
	display:inline-block;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	background:#D22B2B;
	color:#fff !important;
	padding-left:8px;
	padding-right:8px;
	border-radius:4px;
	min-width:30px;
	text-decoration:none !important;
	transition: all 0.2s linear 0s;
	text-transform:uppercase;
}
.abc a:hover, .abc a.active {
	background:#000;
}


.keret {
	padding:15px;
	border:1px solid #626262;
	border-radius:0px;
	margin-bottom:15px;
	border-left:6px solid #c11320;
}

.idezet {
	margin-bottom:15px;
	margin-left:50px;
	position:relative;
}

.idezet::before {
	content:"\"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	color:#c11320;
	font-size:80px;
	font-weight:bold;
	font-family:'Catamaran' !important;
	margin-left:-50px;
	margin-top:30px;
}

.pagein h2 {
	font-family: Be Vietnam Pro !important;
}

.pagein h3 {
	font-family: Be Vietnam Pro !important;
	font-size:25px;
}

.pcon a {
	color:#c11320 !important;
}

.leadtext {
	padding-bottom:30px !important;
}

.simg3 {
	height:100px !important;
}

@media (max-width: 1200px) {
	.im1 {
		height: 150px;
	}
}

@media (max-width: 988px) {
	.simg3 {
		height:300px !important;
		width:100% !important;
		float:none !important;
	}
}


@media (max-width: 768px) {
	.im1 {
		height: 260px;
	}
}

@media (max-width: 600px) {
	.simg {
		height: 260px;
	}
}

.pcon b, .pcon strong {
	font-weight: 800;
}

.wp-caption {
    padding: 5px 0;
    border: 0px;
    background: transparent;
    text-align: center;
    color: #000000;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 300;
    font-style: italic;
    color: #464646;
}

.pcon iframe{
    margin: 0 auto;
    display: block;	
}

.friss-cikk-cat{
	margin-bottom: 5px;
}

.friss-cikk-title{
	line-height: 1.2em;
}


.twitter-tweet{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
