@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&subset=latin-ext');

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	margin:0;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#262620;
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.c {
	width:1240px;
	margin:0 auto;
}

header {
	width:100%;
}

header#ny {
	height:518px;
}

header .eler {
	background-color: #666;
	color: #fff;
	height: 28px;
	font-size: 13px;
	padding:10px 0 0 0;
}

header .eler a {
	color: #fff;
	text-decoration: none;
}

header .eler .cim, header .eler .tel, header .eler .mail {
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

header .eler .cim {
	background-image: url("images/ikon-cim.png");
}

header .eler .tel {
	background-image: url("images/ikon-tel.png");
	margin-left: 20px;
}

header .eler .mail {
	background-image: url("images/ikon-mail.png");
	margin-left: 20px;
}

header .eler .fb {
	float: right;
	padding:1px 0 0 0;
}

header .top {
	background-color:#fff;
	height:120px;
	width:100%;
}

header .top .logo {
	float:left;
	width:260px;
	margin:10px 0 0 0;
}

header .top .szlogen {
	float:left;
	width:calc(100% - 600px);
	font-size:22px;
	margin:42px 0 0 45px;
}

header .top .marton {
	float:right;
	text-align:right;
	margin:26px 0 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
	.c {
		width:1024px;
		margin:0 auto;
	}
	header .top .szlogen {
		font-size:20px;
		width: calc(100% - 450px);
	}
}

header .sz {
	position:absolute;
	bottom: 0px;
	z-index:10000;
	color:#fff;
	width:1240px;
	margin:0 calc(50% - 620px);
	font-size:26px;
	line-height:32px;
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
	header .sz {
		width:1024px;
		margin:0 calc(50% - 512px);
	}
}

header .sz .t {
	width:450px;
	padding:40px 50px;
	background-color:rgba(44,74,165,0.9);
}

header .sz .sz1 {
	font-size:50px;
	font-weight:600;
	margin-bottom:30px;
}

.gomb {
	margin:30px 0 0 0;
}

.gomb a {
	font-weight:600;
	font-size:18px;
	background-color:#fff;
	color:#333;
	padding:8px 30px;
	text-decoration:none;
	transition: 0.3s;
}

.gomb a:hover {
	background-color:#cedafd;
	transition: 0.3s;
}

header nav {
	position:absolute;
	top:158px;
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.5);
	z-index:11111111111;
}

header.b nav {
	position:inherit;
	background-color:#000;
	height:58px;
}

/* TOP MENU */

/* LEVEL ONE */
ul.dropdown                         { position: relative; list-style:none; margin:0; padding:0; z-index:2000; float:left}
ul.dropdown li                      { font-weight: 400; float: left; zoom: 1; margin:10px 0 0 0; padding:0; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; margin:0; padding: 10px 20px 20px 20px; color: #fff; text-decoration:none}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
	ul.dropdown li a                { padding: 10px 10px 20px 10px;}
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background-image:url(images/menu-bg.png); background-repeat:no-repeat; background-position:bottom center;color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; }

/* LEVEL TWO */
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: -36px; list-style:none; }
ul.dropdown ul li 					{ margin:0; font-weight: normal; background:#004070; color: #fff;border-bottom: 1px solid rgba(112,112,112,0.5); float: none; text-transform:none }									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding:7px 20px; } 
ul.dropdown ul li:hover				{ background:#262626;}

/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 230px; top: 0; list-style:none; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

#fomenu li:first-child {
	display:none;
}

#fomenu li li:first-child {
	display:inherit;
}

.slider {
	clear:both;
	/*margin:-398px 0 0px 0;*/
	position: relative;
}

.slider ul {
	margin:0px auto;
	padding:0;
	list-style:none;
}

/*.bemutat {
	clear:both;
	float:left;
	margin:40px 0 0 0;
}

.bemutat h1 {
	float:left;
	width:33%;
	font-size:40px;
	font-weight:700;
}

.bemutat .alcim {
	font-size:22px;
	font-weight:400;
	border-top:1px solid #fcb833;
	margin-top:40px;
	padding-top:30px;
}

.bemutat .sz {
	float:right;
	width:58%;
	font-size:16px;
	margin:-20px 0 0 0;
}*/

.tev {
	clear:both;
	float:left;
	width:90%;
	background-image:url(images/tev-bg.jpg);
	background-position:top right;
	margin:0;
	padding:50px 5%;
	list-style:none;
}

.tev li {
	float:left;
	width:calc(20% - 40px);
	padding:20px;
	font-size:16px;
	text-align:center;
	background-repeat: no-repeat;
	background-position:top 20px center;
}

.tev li:hover {
	background-color:rgba(0,0,0,0.2)	
}

.tev li:nth-child(1) {
	background-image:url(images/tev-ikon1.png);
}

.tev li:nth-child(2) {
	background-image:url(images/tev-ikon2.png);
}

.tev li:nth-child(3) {
	background-image:url(images/tev-ikon3.png);
}

.tev li:nth-child(4) {
	background-image:url(images/tev-ikon4.png);
}

.tev li:nth-child(5) {
	background-image:url(images/tev-ikon5.png);
}

.tev li a {
	text-decoration:none;
	color:#fff;
	display:block;
}

.tev li h3 {
	font-size:25px;
	line-height:35px;
	padding:60px 0 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
	.tev li h3 {
		font-size:20px;
	}
}

.tcs-menu {
	display: none;
}

/* LEVEL ONE */
ul.dropdown2                         { position: relative; list-style:none; margin:20px 0 20px 20px; padding:0; z-index:1000; font-size:20px; width:320px}

.tcs-menu ul.dropdown2               { width:485px}
ul.dropdown2 li                      { font-weight: 400; float: left; margin:0px; padding:0; width:100%; }
ul.dropdown2 a:hover		         { color: #fff; }
ul.dropdown2 a:active                { color: #fff; }
ul.dropdown2 li a                    { display: block; width:calc(100% - 40px); margin:0; padding: 14px 20px 10px 20px; color: #fff; text-decoration:none;}
ul.dropdown2 li.hover,
ul.dropdown2 li:hover                { color: #c59d5f; position: relative; background-image:url(images/tcs-menu-bg2.png); background-position:right center }
ul.dropdown2 li.hover a              { color: #c59d5f; }

/* LEVEL TWO */
ul.dropdown2 ul 					{ width: 300px; visibility: hidden; position: absolute; top: 0px; left: 280px; list-style:none; }

.tcs-menu ul.dropdown2 ul 			{ left: 445px; width:439px;}
ul.dropdown2 ul li 					{ width: 100%; margin:0; font-size:20px; color: #fff; float: none; text-transform:none; background-color:#232427 }
.tcs-menu ul.dropdown2 ul li 		{ background-color:inherit }

ul.dropdown2 ul li a				{ border-right: none; width: calc(100% - 20px); display: inline-block; padding:14px 10px 10px 20px; } 
ul.dropdown2 ul li:hover            { background-image:none; background-color:rgba(0,0,0,1)}
.tcs-menu ul.dropdown2 ul li:hover  { background-image:none; background-color:rgba(0,0,0,0.3)}

/* LEVEL THREE */
ul.dropdown2 ul ul 					{ left: 250px; top: 0; list-style:none; }

ul.dropdown2 li:hover > ul 			{ visibility: visible; }

@media screen and (min-width: 1024px) and (max-width: 1239px) {
	ul.dropdown2                     { width:297px}
	.tcs-menu ul.dropdown2           { width:378px}
	ul.dropdown2 ul 				 { left: 257px;}
	.tcs-menu ul.dropdown2 ul 		 { left: 338px; width:439px;}
	.tcs-menu ul.dropdown2 ul ul 	 { left: 400px; }
}

#fomenu2 li:first-child {
	display:none;
}

#fomenu2 li li:first-child {
	display:inherit;
}

.slicknav_menu {
	display:none;
}

footer {
	clear:both;
	float:left;
	width:100%;
	background-color:#666;
	color: #fff;
	padding:20px 0;
	font-size:18px;
}

footer .eler {
	clear:both;
	float:left;
	width:100%;
	margin:20px 0 0 0;
	padding:30px 0 10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	list-style:none;
	font-size:16px;
}

footer .eler li {
	float:left;
	margin:0 10px 0 10px;
	background-repeat:no-repeat;
	padding:0 0 20px 70px;
	width:calc(33% - 90px);
}

footer .eler li:nth-child(1) {
	background-image:url(images/ikon-eler1.png);
}

footer .eler li:nth-child(2) {
	background-image:url(images/ikon-eler2.png);
}

footer .eler li:nth-child(3) {
	background-image:url(images/ikon-eler3.png);
}

footer .eler li a {
	color:#fff;
	text-decoration:none;
}

footer nav {
	clear:both;
	float:left;
	width:100%;
	margin:10px 0 0 0;
	padding:20px 0 10px 0;
	font-size: 16px;
}

footer .m1 {
	float:left;
}

footer .m2 {
	float:right;
}

footer nav a {
	color:#fff;
	font-weight:300;
	padding:20px 10px;
	text-decoration:none;
}

footer nav a:hover {
	color:#d9eefe;
}

.cr {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	background-color:#434343;
	padding:20px 0;
	font-size: 13px;
	color:#9d9d9d;
}

main {
	clear:both;
	float:left;
	width:100%;
	margin:5px 0 0px 0;
	padding:20px 0 40px 0;
	line-height:26px;
}

main h1 {
	font-size:40px;
	font-weight:700;
	color:#262d3c;
	line-height:44px;
	margin: 50px 0px 40px 0px;
}

main h2 {
	color:#0376cf;
	font-size:24px;
	font-weight:400;
	margin:50px 0px 20px 0px;
}

main h3 {
	font-weight:600;
	margin:50px 0px 20px 0px;
}

main p {
	margin:10px 0px 20px 0px;
	line-height: 32px;
}

main table {
	margin:30px 0px;
}

main ul, main ol {
	margin:0 0 0 20px;
}

main ul ul, main ol ul{
	margin:inherit;
}

main a {
	color:#0376cf;
}

main a:hover {
	color:#555555;
}

main img {
	max-width:100%;
}

main hr {
	background-color: #91bbd9;
	height: 1px;
	border: 0;
	margin: 40px 0;
}
.tcs {
	float:left;
	width:calc(28% - 20px);
	margin-right:20px;
}

.tcs .cim {
	font-size:25px;
	margin:80px 0px 30px 30px;
	font-weight:600;
}

.tcs nav {
	float:left;
	background-color:#0277cf;
	padding:0 0 20px 0;
}

.info {
	float:right;
	width:calc(70% - 50px);
	margin:72px 30px 0 0;
	text-align: justify;
}

.info h1 {
	font-size:35px;
	font-weight:600;
	color:#004070;
	margin:0 0 46px 0;
}

.info h1 a {
	color:#0277cf;
	text-decoration:none;
}

.info .tcs-lista {
	list-style:none;
	margin:0;
	padding:0;
}

.info .tcs-lista li {
	float:left;
	width:calc(33.333% - 13.333px);
	margin:0 20px 40px 0;
	padding:0 0 10px 0;
	text-align:center;
}

.info .tcs-lista li:nth-child(3n) {
	margin-right:0;
}

.info .tcs-lista li:nth-child(3n+1) {
	clear:both;
}

.info .tcs-lista li:hover {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.info .tcs-lista li img {
	width:100%;
	height:180px;
	background-position:center center;
	background-size:cover;
}

.info .tcs-lista li a {
	color:#232427;
	font-size:20px;
	font-weight:600;
	display:block;
	text-decoration:none;
}

.info table {
	width:100%;
}

.info td {
	background-color: #f7f7f7;
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	vertical-align: top;
}

.info tr:nth-child(2n) td {
	background-color: #f0f0f0;
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
	.info {width:calc(70% - 70px);}
}

.path {
	margin:7px 0 20px 0;
	font-size:14px;
}

.path a {
	color:#000;
	padding:5px 5px;
	font-size:14px;
	text-decoration:none;
}

.info .tabla1 td {
	background-color:#F4F4F4;
	padding:3px 5px;
	vertical-align:top;
}

.info .tabla1 td:first-child {
	font-weight:bold;
}
.tcs-sz1 {
	float: left;
	width: 64%;
	font-size: 17px;
}
.tcs-sz2 {
	float: right;
	width: calc(35% - 40px);
	border-left: 1px solid #0277cf;
	padding-left: 25px;
	margin: 10px 0 0 0;
}

.tcs-sz2 img {
	max-width: 100%;
}

.tcs-sz1 ul {
	margin-bottom: 30px;
}

.tcs-sz2 ul {
	margin: 0;
	font-size: 15px;
	padding-left: 20px;
}

/*.tcs-sz1 p,.tcs-sz2 p{
	margin-left:0;
}*/
.kapcs-urlap {
	clear:both;
	float:left;
	width:100%;
	margin:30px 0;
}

.kapcs-urlap span {
	color:#B30000;
	font-weight:bold;
}

.kapcs-urlap .cim {
	font-weight:700;
	font-size:36px;
	line-height:40px;
	margin:60px 0 30px 0;
	padding-bottom:20px;
}

.kapcs-urlap input[type="text"] ,.kapcs-urlap input[type="email"],.kapcs-urlap select{
	background-color:#fff;
	border:1px solid #aaa;
	padding:15px 20px;
	width:210px;
	margin-right:12px;
}
.kapcs-urlap select{
width: 96%;
clear: both;
margin-top: 10px;
}
.kapcs-urlap input[type="text"]:nth-child(3) {
	margin-right:0;
}

.kapcs-urlap textarea {
	float:left;
	background-color:#fff;
	border:1px solid #aaa;
	padding:15px 20px;
	width:479px;
	height:70px;
	margin:18px 12px 0 0;
	font-family: 'Arial';
	font-size:14px;
}

.kapcs-urlap button[type="submit"] {
	float:left;
    background-image: linear-gradient(to bottom, #0277cf, #004070);
	/*background-image:url(images/gomb-bg.png);*/
	background-size:contain;
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.45);
	border:1px ridge #606060;
	font-size:17px;
	font-weight:600;
	color:#fff;
	padding:15px 20px 15px 20px;
	text-align:center;
	width:252px;
	height:102px;
	cursor:pointer;
	margin:18px 0 0 4px;
	transition: 0.3s;
}

.kapcs-urlap button[type="submit"]:hover {
	background-color:#004070;
	background-image: linear-gradient(to bottom, #004070, #004070);
	transition: 0.3s;
}

.kapcs-urlap .kotelezo {
	clear:both;
	float:left;
	font-size:13px;
	margin:20px 0 20px 0;
}
.tcs_kep{
	width:100%;
	height:300px;
	background-size:contain;
	background-repeat:no-repeat;
	float:right;
}
