@import url(https://fonts.googleapis.com/css?family=Bai+Jamjuree:300,300i,400,400i,600,600i,700,700i&display=swap&subset=latin-ext);

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	margin:0;
    font-family: "Bai Jamjuree",sans-serif;
	font-size:20px;
	color:#002060;
	background-color:#fff;

}

img {
	max-width:100%;
}

.c {
	width:1240px;
	margin:0 auto;
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.c {
		width:1024px;
		margin:0 auto;
	}
}

li::marker {
  color: #009fe3;
}

.slider-cont {
	/*height: 225px;*/
	width: 100%;
	background-image: url("images/bg-ny_1.jpg");
	background-position: bottom center;
}

#slider{
	clear:both;
	width:100%;
	margin: 0;
}

.slider {
	width: calc(100% - 100px);
	/*height: 225px;*/
	position: relative;
	color: #fff;
	padding: 60px 50px 30px 50px;
	font-size: 16px;
	text-align: center;
}

.slider .sz {
	position: absolute;
	text-align: center;
	height: 100%;
	font-size: 20px;
	font-weight: 500;
	width: 60%;
	padding: 140px 0 0 0px;
	margin: 0 20%;
	color: #fff;
	/*background-image: url(images/slide-bg.png);
	background-position: left;
	background-repeat: repeat-y;
	background-size: 385px;*/
}

.slider .sz span {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
	line-height: 70px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.slider .sz a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.slider .logo2 {
	position: relative;
	top: 80px;
	width: 350px;
	margin-left: calc(50% - 400px);
	padding-right: 20px;
	text-align: center;
	border-right: 1px solid #fff;
}

.slider .logo2 img {
	width: 260px;
	padding: 15px 0;
}

.slider .sz2 {
	position: absolute;
	top: 95px;
	margin-left: calc(50%);
	color: #fff;
	font-style: italic;
	font-size: 28px;
}

header {
	position: fixed;
	top: 0;
	float:left;
	width:100%;
	z-index: 1111;
	/*background-color: rgba(0,0,0,0.7)*/
}

header#b {
	position: fixed;
	height: 78px;
	background-color: #fff;
}

.nk {
	float: left;
	background-image: url("images/header-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	z-index: -1;
	margin: 78px 0 0 0;
}

header .logo {
	float: left;
	padding: 17px 20px 0 0px;
	width: 220px;
}

header .logo a {
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}

header .logo span {
	color: #fbbe00;
	font-weight: bold;
}

header .jobb {
	float: right;
	padding: 0px 0 0 0;
	/*width: calc(100% - 260px);*/
}

header .lang {
	float: right;
	margin: 22px 0 0 0;
}

header .lang a {
	padding: 27px 15px 16px 15px; 
	color: #232323; 
	font-weight: 700; 
	text-decoration:none; 
	font-size: 16px;
	transition: 0.2s;
	
}

header .lang a:hover {color: #009fe3;transition: 0.2s;}

/* TOP MENU */

header nav {
	float: right;
	font-size: 16px;
	height: 70px;
  	position:relative;
	margin: 0px auto 0px auto;
	z-index: 1111;
	/*width: 100%;*/
    text-align: right;
}

header nav ul {
	/*float: left;*/
	list-style:none;
	padding:0 20px 0 0;
	margin: 0;
}


header nav ul li {
  	display: inline-block;
	margin: 0;
	transition: 0.2s;
	background-position: left bottom;
	background-size: 0% 4px ;
}

header nav ul li.mob { display: none; }

header nav ul li:hover {
	transition: 0.2s;
	background-image: url(images/nav-bg.png);
	background-size: 100% 4px ;
	/*background-position: bottom center;*/
	background-repeat: no-repeat;
}

header nav ul li a {
    display: block; 
	text-transform: uppercase;
	margin:0px;
	padding: 27px 15px 16px 15px; 
	color: #232323; 
	font-weight: 700; 
	text-decoration:none; 
	transition: 0.2s;
}

header nav ul li a:hover {
	color: #009fe3;
	transition: 0.2s;
}

header nav ul li:hover > ul {
  	display:block;
}

header nav ul ul {
	background: #f0f0f0;;
	padding:10px;
	text-align: left;
	display:none;
	width: 250px;
	position: absolute;
	top: 63px;
	margin: 0 0 0 0px;
}

header nav ul ul li{
	display: block;
	padding: 0;
	margin: 0;
	transition: 0.2s;
	font-size: 14px;
}

header nav ul ul li:hover{
	background-image: none;
	transition: 0.2s;
}

header nav ul ul li a{
	color: #333;
	text-transform: inherit;
	padding: 8px 10px 8px 10px;
	transition: 0.2s;
}

header nav ul ul li a:hover {
	color: #222;
	background-color: #fff;
	transition: 0.2s;
}

header nav ul ul ul {
	background: #f0f0f0;;
	padding:20px;
	text-align: left;
	display:none;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 220px;
	margin: 0 0 0 -20px;
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	header .logo {width: 195px;}
	header nav ul li a {padding: 27px 8px 16px 8px; }
}


.slicknav_menu {
	display: none;
}

.udv {
	clear: both;
	padding: 50px 0 55px 0;
	font-size: 28px;
	text-align: center;
	font-weight: 300;
	line-height: 45px;
}

.gomb a {
	background-color: #009FE3;
	color: #fff;
	padding: 14px 30px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	transition: 0.2s;
}

.gomb a::after {
	content: " \21E2";
}

.gomb a:hover {
	background-color: #007eb4;
	color: #fff;
	transition: 0.2s;
}

.feher-box .gomb a {
	color: #fff;
	font-size: 24px;
	background-color: rgba(245,0,0,0.8);
	padding: 15px 20px;
}

.feher-box .gomb a:hover {
	color: #333;
	background-color: #fff;
}


.szolg {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0 80px 0;
}

#ny .szolg {
	margin-top: 30px;
}

.szolg ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.szolg li {
	float: left;
	width: calc(33.333% - 20px);
	margin: 0 20px 0 0;
}

.szolg li:nth-child(3) {
	margin-right: 0;
}

.szolg li:nth-child(4) {
	clear: both;
}

.szolg li img {
	transition: 0.3s ease;
	width: 100%;
}
.szolg li img:hover {
	transition: 0.3s ease;
	filter:brightness(140%);
	transform: scale(1.03);
}

.szolg li h3 a {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	min-height: 50px;
	text-decoration: none;
	color: inherit;
	transition: 0.2s;
}

.szolg li h3 a:hover {
	color: #006cb1;
	transition: 0.2s;
}

.szolg .gomb {
	clear: both;
	text-align: center;
	margin: 30px 0;
}

.szolg .gomb a{
	color: #fff;
	font-size: 24px;
	background-color: #ff0101;
	padding: 15px 20px;
}

.szolg .gomb a:hover {
	color: #fff;
	background-color: #333;
}

.ref {
	clear: both;
	float: left;
	width: 100%;
	margin: 40px 0 30px 0;
}

.ref h3 {
	font-size: 40px;
    color: #009FE3;
   	margin: 15px 0 30px 0;
	text-align: center;
}

.ref .c {font-size: 24px; color:#009FE3; line-height: 40px; font-weight: 300}
.ref .c a {color: #009fe3; font-weight: 700}

.ref ul {
	list-style-type: none;
	width: 100%;
	display: table;
  	table-layout: fixed;
	padding: 0;
	margin: 30px 0 30px 0;
	text-align: center;
}

.ref li {
	width: calc(33.333% - 60px);
	margin: 0;
	padding: 30px;
	display: table-cell;
	vertical-align: top;
}

.ref li:nth-child(1), .ref li:nth-child(3) {background-color: #ebeded;}
.ref li:nth-child(2) {background-color: #f3f4f4;}

.ref ul h4 {color: #232d32; font-size: 24px; margin: 10px 0;}

.ref ul a {text-decoration: none; color: #232d32;}

.ref li .pic {width: 100%; height: 230px}

.ref li img {
	transition: 0.2s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ref li img:hover {
	transform: scale(1.02);
	transition: 0.3s ease;
	filter:brightness(140%);
}

.hirek {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}

.hirek h2 {
	/*background-image: url("images/hir-bg-ny.jpg");*/
	color: #009FE3;
	font-size: 40px;
	text-align: center;
	padding: 30px 0;
	margin: 10px 0 0px 0;
}

.hirek ul {
	/*float: left;*/
	list-style-type: none;
	/*margin: 0 0 30px 0;
	padding: 0;*/
	width: 100%;
	display: table;
  	table-layout: fixed;
	padding: 0;
	margin: 0 0 30px 0;
}

.hirek li {
	float: left;
	width: calc(50% - 60px);
	margin: 0;
	padding: 30px;
	display: table-cell;
	vertical-align: top;
}

.hirek li:nth-child(1) {
	/*float: left;*/
	width: calc(100% - 60px);
	margin: 0;
	padding: 30px;
	display: table-caption;
	vertical-align: top;
}


.hirek li:nth-child(2), .hirek li:nth-child(5) {
	background-color: #ebeded;
}

.hirek li:nth-child(3), .hirek li:nth-child(4) {
	background-color: #f3f4f4;
}

.hirek li:nth-child(4) {
	clear: both;
}

.hirek.lista li {background-color: inherit}

.hirek li .pic {
	float: left;
	width: 40%;
}

.hirek li img {
	float: left;
	width: 100%;
	max-height: 100%;
	object-fit:cover;
	transition: 0.3s ease;
}

.hirek li img:hover {
	transition: 0.3s ease;
	filter:brightness(140%);
	transform: scale(1.03);
}

.hirek li .sz {
	float: right;
	width: calc(60% - 30px);
	line-height: 25px;
	margin: -10px 0 0 0;
	font-size: 17px;
	font-weight: 300;
}

.hirek li h3 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

.hirek li h3 a {
	display: block;
	color: #006cb1;
	text-decoration: none;
	transition: 0.2s;
}

.hirek li h3 a:hover {
	color: #222;
	transition: 0.2s;
}

.hirek .gomb {
	text-align: center;
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.hirek li h3,.hirek li p {font-size: 16px;}
}

footer {
	clear: both;
	float: left;
	width: calc(100% - 80px);
	margin: 0;
	background-color: #29353b;
	color: #999;
	padding: 30px 40px;
}

footer .cr {
	float: left;
	font-size: 16px;
	font-weight: 300;
	margin: 5px 0 0 0;
}

footer .cr a {color: #999;}

footer .soc {float: right;}
footer .soc img {width: 30px; padding: 0 3px}

main {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 50px 0;
	line-height: 35px;
	font-weight: 300;
}

main a, .info a {
	color: #006cb1;
	transition: 0.3s;
}

main a:hover, .info a:hover {
	color: #111;
	transition: 0.3s;
}

main h3 {color: #009fe3;}

main .datum {color: #009fe3; font-size: 16px; font-weight: bold}

h1 {
	color: #fff; 
	text-align: center; 
	/*text-transform: uppercase; */
	float: left;
    width: calc(100% - 60px);
    margin: 36px 0 36px 0;
	font-size: 44px;
	padding: 0 30px;
}

h2 {color: #006cb1;}

.ut {
	clear: both;
	float: left;
	margin: 0 0 40px 0;
	width: 75%;
}

.ut a {
	color: #006cb1;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.ut a:hover {
	color: #303030;
}

.info {
	float: left;
	width: 100%;
}

.info .bal {
	float: left;
	width: calc(76% - 43px);
	padding: 0 43px 0 0;
	font-size: 16px;
	line-height: 20px;
}

.bal table {
	width: 100%;
}

.bal table td {
	padding: 10px;
	margin: 2px;
	vertical-align: top;
}

.bal table td p {
	margin: 0; padding: 0;
}

.bal table tr:nth-child(2n) td {
	/*background-color: #f9f9f9;*/
}

.bal table ul {
	margin: 0;
}

.bal table tr:nth-child(1) td {
	/*font-weight: 700;*/
	/*padding: 10px 0;*/
}

.bal table td:nth-child(1) {
	/*width: 150px;*/
}


.info .jobb {
	float: right;
	width: 24%;
	line-height: 20px;
	font-size: 16px;
}

.info .jobb .keretes {
	float: left;
	border: 2px solid #469ddd;
	width: calc(100% - 48px);
	padding: 22px 22px 0 22px;
}

.info .jobb .keretes .gomb2 a{
	border-radius: 8px;
}

.info .jobb iframe {
	border:2px solid #469ddd; 
	width:calc(100% - 4px) !important;
	height: 290px !important;
}

.proj2 {
	float: right;
	width: calc(35% - 40px);
}

.proj2 .stat {
	width: calc(100% - 60px);
	background-color: #006cb1;
	margin: 18px 0 20px 0;
	padding: 50px 30px 30px 30px;
	color: #fff;
	line-height: 30px;
}

.proj2 .stat .cim {
	font-size: 36px;
	font-weight: 600;
	background-image: url("images/proj-cim-bg2.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.proj2 .aktualis {
	width: calc(100% - 60px);
	background-color: #f0f1f2;
	margin: 18px 0 0px 0;
	padding: 40px 30px 30px 30px;
}

.proj2 .aktualis.r {
	margin: 0;
}

.proj2 .aktualis ul {
	list-style: none;
	margin: 30px 0 0 30px;
	padding: 0;
}

.proj2 .aktualis li {
	background-image: url("images/nyil.png");
	background-position: left top 9px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

.proj2 .aktualis li a {
	display: block;
	color: #3290cd;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 0;
}

.proj2 .aktualis li a:hover {
	color: #156fa9;
}

@media screen and (max-width: 1460px) and (min-width: 1240px) {
	.proj2 .stat .cim {font-size: 28px}
}
@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.proj2 .stat {font-size: 16px}
	.proj2 .stat .cim {font-size: 24px; padding-bottom: 20px;}
}

.info-t {
	float: left;
	width: 75%;
}

.termek {
	list-style: none;
	margin: 0;
	padding: 0;
}

.termek li {
	float: left;
	width: calc(25% - 17px);
	margin: 0 20px 20px 0;
	border: 1px solid #cecece;
	transition: 0.2s;
}

.termek li:nth-child(4n) {
	margin-right: 0;
}

.termek li:nth-child(4n+1) {
	clear: both;
}

.termek li .pic {
	width: 100%;
	height: 144px;
}

.termek li .pic img {
	width: 100%;
	height: 100%;
	transition: 0.2s;
	object-fit: cover;
}

.termek li .nev {
	background-color: #f0f0f0;
	text-align: center;
}

.termek li .nev a {
	display: block;
	color: #424242;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 3px;
	height: 60px;
	overflow: auto;
	vertical-align: middle;
}

.termek li:hover {
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	transition: 0.2s;
}

.termek li:hover img {
	filter: brightness(120%);
	transition: 0.2s;
}

.termek2 {
	float: right;
	width: calc(25% - 40px);
	z-index: 11111;
}

.termek2 .kereso {
	width: calc(100% - 60px);
	background-color: #006cb1;
	margin: -285px 0 20px 0;
	padding: 30px 30px 30px 30px;
	color: #fff;
	line-height: 30px;
}

.termek2 .kereso .cim {
	font-size: 28px;
	font-weight: 700;
}

.termek2 .kereso form {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

.termek2 .kereso input {
	font-family: "Bai Jamjuree",sans-serif;
	width: calc(100% - 10px);
	padding: 7px 5px;
	border: 0;
	color: #6b7782;
	font-size: 18px;
	font-weight: 300;
}

.termek2 .kat {
	clear: both;
	float: left;
	width: calc(100% - 60px);
	background-color: #f0f1f2;
	margin: 20px 0 20px 0;
	padding: 40px 30px 30px 30px;
}

.termek2 .kat ul {
	list-style: none;
	margin: -20px 0 0 0px;
	padding: 0;
}

.termek2 .kat li {
	background-image: url("images/nyil.png");
	background-position: left top 9px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

.termek2 .kat li a {
	display: block;
	color: #3290cd;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 0;
}

.termek2 .kat li a:hover {
	color: #156fa9;
}

.termek2 .kat ul ul {
	margin: 0;
}

.termek2 .kat ul ul li {
	background-image: none;
	padding: 0;
}

.termek2 .kat ul ul li a {
	display: block;
	color: #6b7782;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 0;
}

.termek2 .kat ul ul li a:hover {
	color: #202020;
}

.ajanlat {
	float:right;
	background-color: rgba(245,1,1,0.9);
	margin: 0 40px 0 0;
	transition: 0.3s;
	position:relative;
	z-index: 1112;
}

.ajanlat a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 20px 20px 20px;
	/*background-image: url("images/kosar.png");
	background-repeat: no-repeat;
	background-position: left 30px center;*/
	transition: 0.3s;
}

.ajanlat a:hover {
	color: #333;
	transition: 0.3s;
}

.ajanlat:hover {
	background-color: #fff;
	transition: 0.3s;
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.termek2 .kereso {margin: -240px 0 20px 0;padding: 20px 30px 20px 30px;}
	.termek2 .kereso .cim {font-size: 22px;}
}

.tabla1 {
	width: 100%;
}

.tabla1 td {
	padding: 5px;
	margin: 2px;
	font-size: 16px;
	vertical-align: top;
	background-color: #f0f0f0;
}

.tabla1 tr:nth-child(2n) td {
	background-color: #f7f7f7;
}

.tabla1 ul {
	margin: 0;
}

.tabla1 tr:nth-child(1) td {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}

.tabla1 input {
	width: 40px;
}

.tabla1 td:nth-child(1) {
}

.tabla1 td:nth-child(2) {
}

/*lapozás*/
.pagination{clear: both; border-radius:4px;padding:0; margin:0 auto;position:relative;text-align:center;width:300px;}
.hirek .pagination li {
    clear:none;
	width:inherit;
}
.pagination>li{display:inline-block;margin-top:15px;}
.pagination>li>a,
.pagination>li>span{position:relative;padding:6px 12px;margin-left:-4px;line-height:1.42857143;color:#009fe3;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,
.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,
.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#009fe3;border-color:#009fe3}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}

.hirek.lista ul li{
	float: left;
	width: 100%;
}

.hirek.lista ul li:nth-child(2n){background-color: #f4f4f4;}
.hirek.lista ul li:nth-child(2n+1){background-color: #fff;}

.hirek.lista ul li .pic{
	float: left;
	margin: 0 30px 0 0;
	width: 40%;
	height: 350px;
}

.hirek.lista ul li .cont{
	float: left;
	width: calc(60% - 30px);
}

.hirek.lista ul li h3{
	font-size: 24px;
	color: #006cb1;
}

.hirek.lista ul li .sz{
	clear: both;
	width: 100%;
    margin: 20px 0 20px 0;
}

.hirek.lista ul li .sz p {padding: 0;margin: 0;}


input.button {
	width: 230px; height: 62px; font-size:18px; cursor:pointer; background-image:url(/images/button_nagy.png); border:0px; color: #fff;
	transition: 0.3s;
}

input.button:hover {
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
	transition: 0.3s;
}

input.button2 {
	width: 230px; height: 62px; font-size:18px; cursor:pointer; background-image:url(/images/button_nagy.png); border:0px; color: #fff;
	transition: 0.3s;
}

.kiem, h5 {
	text-align: center;
	background-color: #006cb1;
	color: #fff;
	padding: 20px 30px;
}

.kiem a, h5 a {
	color: #fff;
}

hr {
	border: 0;
	height: 1px;
	background-color: #999;
	margin: 20px 0;
}

.ajanlatkeres {
	margin: 0 auto;
    width: 60%;
}

.ajanlatkeres select {
	width: 200px;
	padding: 10px 10px;
	background-color: #f7f7f7;
	border: 1px solid #999;
}

.ajanlatkeres input[type="text"] {
	width: 200px;
	padding: 10px 10px;
	background-color: #f7f7f7;
	border: 1px solid #999;
}

.ajanlatkeres textarea {
	font-family: "Bai Jamjuree",sans-serif;
	width: 100%;
	height: 100px;
	padding: 10px 10px;
	background-color: #f7f7f7;
	border: 1px solid #999;
}

.ajanlatkeres input[type="submit"] {
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    transition: 0.2s;
	background-color: #ff0101;
	padding: 20px 40px;
	border: 1px solid #333;
	cursor: pointer;
}

.ajanlatkeres input[type="submit"]:hover {
	background-color: #333;
	color: #fff;
	transition: 0.2s;
	transform: scale(1.1);
}

.ajanlatkeres img {
	transition: 0.3s ease;
}

.ajanlatkeres img:hover {
	transition: 0.3s ease;
	filter:brightness(140%);
	transform: scale(1.03);
}

.ajanlatkeres label img {
	cursor: pointer;
}

.gomb2 {
	clear: both;
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
	display: flex;
}

.gomb2 a {
	background-color: #006cb1;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	transition: 0.2s;
	padding: 15px 30px;
}

.gomb2 a::after {
	content: " \21E2";
}

.gomb2 a:hover {
	background-color: #333;
	color: #fff;
	transition: 0.2s;
}

.tcs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tcs li {
	float: left;
	width: calc(25% - 17px);
	margin: 0 20px 20px 0;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 0 0 10px 0;
}

.tcs li:nth-child(4n) {margin-right: 0;}

.tcs li:nth-child(4n+1) {clear: both;}

.tcs li .pic {
	width:100%;
	height: 220px;
	margin: 0 0 15px 0;
}

.tcs li .pic2 {
	height: 350px;
}

.tcs li img {
	transition: 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tcs li img:hover {
	transition: 0.3s ease;
	filter:brightness(140%);
	transform: scale(1.02);
}

.tcs li h3 {margin: 0 0 5px 0;}

.tcs li h3 a {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 0 0 0;
	min-height: 50px;
	text-decoration: none;
	color: inherit;
	transition: 0.2s;
}

.tcs li h3 a:hover {
	color: #006cb1;
	transition: 0.2s;
}

.termek {
	
}


.termek .pic {
	float: left;
	width:33.333%;
	height: 380px;
	margin: 0 0 10px 0;
}

.termek .pic2 {
	height: 500px;
}

.termek .pic img {
	transition: 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.termek .pic img:hover {
	transition: 0.3s ease;
	filter:brightness(120%);
	transform: scale(1.02);
}

.termek .termek-info {
	float: right;
	width: calc(66.666% - 40px);
}

.termek .termek-info2 {
	width: 100%;
}

.termek .telj {
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 0;
}

.termek .ar {
	margin: 20px 0 30px 0;
	font-size: 26px;
	font-weight: bold;
	color: #bf0000;
	text-align: center;
}

.szurke {
	width: 100%;
	float: left;
	color: #fff;
	background-color: #222;
	padding: 0px 0 30px 0;
	margin: 0px 0 60px 0;
}

.szurke2 {
	clear: both;
	float: left;
	width: 100%;
	background-color: #222;
	margin: 7px 0 0 0;
	padding: 0 0 40px 0;
}

.proj1 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(33.333% - 10px);
	height: 550px;
	float: left;
	margin: 5px 5px 5px 5px;
}

.proj1 h3 {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	padding: 330px 0 20px 50px;
	margin: 0 0 20px 0;
	background-image: url(images/proj-cim-bg.png);
	background-repeat: no-repeat;
	background-position: left 50px bottom;
}

.szurke .nyil-cont {
	position: absolute;
	margin: 0 0 0 20px;
	bottom: 20px;
}

.szurke .nyil {
	width: 130px;
	height: 130px;
	/*margin: 10px 0 0 40px;*/
	transition: 0.2s ease;
}

.szurke .nyil:hover {
	filter: grayscale(100%);
	transform: rotate(-90deg);
	transition: 0.2s ease;
}

.szurke .proj {
	position: relative;
	width: calc(33.333% - 5px);
	height: 569px;
	float: left;
	margin: 4px 2px 0px 2px;
}

.szurke .proj .pic {
	position: absolute;
	width: 100%;
	height: 100%;
}

.szurke .proj .pic .p {
	height: 100%;
	overflow: hidden;
}

.szurke .proj .pic a {
	display: block;
    height: 100%;
}

.szurke .proj .pic .p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 2s ease;
}

.szurke .proj .pic .p:hover img {
	transition: 2s ease;
	filter:brightness(130%);
	transform: scale(1.1);
}


.szurke .proj h3 {
	position: absolute;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	bottom: 135px;
	left: 40px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	background-image: url(images/proj-cim-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.aj {
	background-color: #fafafa;
	border: 1px solid #999;
	width: calc(100% - 62px);
	margin: 20px 0 40px 0;
	padding: 0 30px 30px 30px;
}

li.beljebb {margin-left:25%}

.tabla2 {
	width: 100%;
}

.tabla2 td {
	width: 50%;
}

.rolunk {
	clear: both;
	float: left;
	width: 100%;
	background-image: url("images/rolunk-bg.jpg");
	background-position: center center;
	margin: 40px 0 0 0;
	padding: 60px 0;
	text-align: center;
}

.rolunk h3 {
	font-size: 40px;
	color: #009FE3;
	margin: 0;
}

.rolunk p {color: #fff; font-size: 18px}

.rolunk .gomb a {background-color: #009FE3;}
.rolunk .gomb:hover a {background-color: #007eb4}

.rolunk ul {
	list-style: none;
	margin: 80px 0 40px 0;
	padding: 0;
	float: left;
	width: calc(60% - 30px);
}

.rolunk li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.rolunk li img {
	width: 90px;
}

.rolunk li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
}

.rolunk li a:hover {
	color: #006cb1;
	transition: 0.3s;
}

.rolunk iframe {float: right; width: 40%; margin:50px 0 0 0; height: 211px;}

.partner {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.partner h3 {
	font-size: 40px;
	color: #006cb1;
	margin: 0;
}

.partner h4 {font-size: 24px; clear: both; display: block; color: #006cb1;}

.partner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.partner li {
	float: left;
	width: calc(20% - 60px);
	height: 100px;
	padding: 30px;
}

.partner li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.3s ease;
}

.partner li img:hover {
	transition: 0.3s ease;
	/*filter:brightness(140%);*/
	transform: scale(1.05);
}

.irjon {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
}

.irjon .terkep iframe {height: 500px}
.irjon .kapcs, .irjon #kapcs2 {background-color: rgba(24,47,81,0.9); width: 100%; height: 500px; position: absolute; top: 0}
.irjon #kapcs2 {background-color: transparent; width: 100%; height: 500px; position: absolute; top: 0}
.irjon #elrejt {color: #5985BA;}
.irjon #elrejt:hover {color: #009fe3;}

.irjon .kapcs .t {
	float: right;
	margin: 30px 30px 0 0;
}

.irjon .kapcs .t a {
	transition: 0.3s;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.irjon .kapcs .t a:hover {
	transition: 0.3s;
	color: #009fe3;
}

.irjon .kapcs h3 {
	clear: both;
	float: left;
	width: 100%;
	font-size: 40px;
	color: #009fe3;
	margin: 30px 0 30px 0;
	text-align: center;
}

.irjon .cim {
	clear: both;
	float: left;
	width: calc(35% - 20px);
	color: #fff;
	font-size: 19px;
	font-weight: 300;
}

.irjon .cim img {width:230px; margin: 20px 0 30px 0}

.irjon td {padding: 3px 10px;}

.irjon .cim a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.irjon .cim a:hover {
	color: #009fe3;
	transition: 0.3s;
}

.irjon .form {
	float: right;
	width: calc(65% - 20px);
	font-size: 19px;
	font-weight: 300;
	margin: 20px 0 0 0;
}

.irjon .form input {
	clear: both;
	float: left;
	width: calc(48% - 30px);
	padding: 12px 15px;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.irjon .form textarea {
	font-family: "Bai Jamjuree",sans-serif;
	float: right;
	width: calc(50% - 30px);
	padding: 12px 15px;
	font-size: 18px;
	margin: -128px 0 20px 0;
	height: 87px;
}

.irjon .form input[type="submit"],.irjon .form input[type="button"] {
	clear: none;
	background-color: #009fe3;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 20px;
	color: #fff;
	padding: 13px 0px;
	float: left;
	width: 50%;
	border: 0;
	cursor: pointer;
	margin: -4px 0 0 10px;
	transition: 0.3s;
}

.irjon .form input[type="submit"]:hover,.irjon .form input[type="button"]:hover {
	background-color: #006cb1;
	transition: 0.3s;
}

.irjon .felelosseg {clear: both; float: left; font-size: 14px; color: #fff; margin: 15px 0 0 0}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.irjon .form input[type="submit"] {margin: -4px 0 0 8px;}
}
/*csatlakozzon kezdete*/
.csatlakozzon{
	background-image: url("images/csatlakozzon-bg.jpg");
	background-position: center;
	padding: 30px 50px;
}

.csatlakozzon h2 {
	color: #009fe3;
	text-align: center;
}

.csatlakozzon p {color: #fff;}

.csatlakozzon .form {
	width: 60%;
	font-size: 19px;
	font-weight: 300;
	margin: 20px 20% 0 20%;
}

.csatlakozzon .form input {
	clear: both;
	width: calc(100% - 30px);
	padding: 12px 15px;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.csatlakozzon .form textarea {
	clear:both;
	font-family: "Bai Jamjuree",sans-serif;
	width: calc(100% - 30px);
	padding: 12px 15px;
	font-size: 18px;
	height: 87px;
}

.csatlakozzon .form input[type="submit"],.csatlakozzon .form input[type="button"] {
	clear: none;
	background-color: #009fe3;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 20px;
	color: #fff;
	padding: 13px 0px;
	width: 50%;
	border: 0;
	cursor: pointer;
	margin: -4px 0 0 10px;
	transition: 0.3s;
}

.csatlakozzon .form input[type="submit"]:hover,.csatlakozzon .form input[type="button"]:hover {
	background-color: #006cb1;
	transition: 0.3s;
}

.csatlakozzon .felelosseg {font-size: 14px; color: #fff; margin: 15px 0 0 0}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.csatlakozzon .form input[type="submit"] {margin: -4px 0 0 8px;}
}
/*csatlakozzon vége*/

.megoldas {
	clear: both;
	float: left;
	width: 100%;
	background-image: url("images/megoldas2-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0 0px 0;
    margin: 0px 0 40px 0;
}

.megoldas .cim {
	font-size: 40px;
	color: #009fe3;
	text-align: center;
	font-weight: 700;
}

.megoldas ul {
	clear: both;
	float: left;
	list-style: none;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
}

.megoldas li {
	float: left;
	width: calc(33.333% - 60px);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: 90px;
	padding: 0 10px 0 50px;
}

.megoldas li div {
	float: left;
	width: calc(100% - 53px);
    line-height: 22px;
    padding: 31px 0 15px 15px;
}

.megoldas li img {
	float: left;
	margin: 25px 0 0 0;
	width: 38px;
}

.megoldas li a {
	float: left;
    display: block;
    width: 100%;
	/*color: #fff;*/
	text-decoration: none;
	font-weight: 700;
	transition: 0.3s;
}

.megoldas li a:hover {
	color: #009fe3;
	transition: 0.3s;
}

.kinal {
	clear: both;
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.kinal li {
	float: left;
	width: 100%;
}

.kinal li .pic {
	float: left;
	width: 95px;
	margin: 100px 55px 0 0;
}

.kinal li img {
	width: 100%;
}

.kinal li .sz {
	float: left;
	width: calc(100% - 150px);
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.kapcsolat {
	clear: both;
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.kapcsolat li {
	float: left;
	width: calc(33.333% - 53.333px);
	padding: 0;
	text-align: center;
}

.kapcsolat li:nth-child(3n+2) {
	padding: 0 80px;
}

.kapcsolat li .pic {
	border-bottom: 1px solid #ccc;
}

.kapcsolat li .nev {
	font-size: 24px;
	padding: 30px 0 20px 0;
}

.kapcsolat li .pic img {
	height: 225px;
}

.kapcsolat li p {
	text-align: justify;
	font-size: 19px;
}


.akciok {
  position: absolute;
  top: 200px;
  right: 20px;   /* slider jobb szélétől */
  display: flex;
  gap: 20px;     /* távolság a dobozok között */
  z-index: 200;  /* hogy a slider fölött legyen */
}

.akcio {
	top:300px;
	text-align: center;
	z-index: 111;
	right: 20px;
	width: 180px;
	padding: 3px 3px 10px 3px;
  	background-color: #FCFCFD;
  	border-radius: 4px;
  	border-width: 0;
  	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  	box-sizing: border-box;
  	cursor: pointer;
	text-decoration: none;
  	transition: box-shadow .15s,transform .15s;
}

.akcio:hover {
	transition: 0.3s;
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  	transform: translateY(-2px);
}

.akcio img {width: 100%; height: 76px; object-fit: contain;}

.akcio .sz {
	font-weight: bold;
	color: #006cb1;
	font-size: 11px;
	margin: 10px 0 0 0;
	transition: 0.3s;
}

.akcio a {
	display: block; 
	color: #006cb1; 
	text-decoration: none; 
	transition: 0.3;
}

.akcio a:hover .sz {
	color: #000; 
	transition: 0.3;
}

.clear{
	clear:both;
}
/*Galéria*/
.gal {
	list-style: none;
    margin: 30px 0 40px 0;
    padding: 0;
    clear: both;
    float: left;
	width: 100%;
}

.gal li {
	float:left;
	width:calc(50% - 10px);
	margin:0 20px 20px 0;
	/*background-position:center center;
	background-size:cover;*/
}

.gal li:nth-child(2n) {margin-right:0;}
.gal li:nth-child(2n+1) {clear: both}

.gal li img {
	width:100%;
	height: 300px;
	object-fit: cover;
	transition: 0.3s;
}

.gal li img:hover {
	filter: brightness(120%);
	transform: scale(1.01);
	transition: 0.3s;
}

.gal li:hover {
	/*box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.6);*/
}
.gal p{
	margin-top:0;
	padding: 0 5px;
	font-size: 14px;
}
.kereso{
	display:table;
	width: 100%;
	margin: 20px 0 0 0;
}
.kereso >div{
	display:table-cell;
}
.kereso select{
	width:300px;
	height:40px;
	color:#384d64;
	border:0;
	border-radius:2px;
}

.partner-ikonok a {text-decoration: none}

.statikus-slider-szoveg {
	margin: 70px 0;
}