@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;
}

.c {
	width:100%;
	margin:0 auto;
}

header {
	width:100%;
	text-align: center;
}

header .eler {
	font-size: 14px;
}

header a {
	color:#262620;
}

header .top .szlogen {
	clear: both;
	font-size:22px;
	margin:16px 0 0 0;
}

header .top .szlogen strong {
	font-weight:700;
	background-color:#fcb833;
	color:#fff;
	border-radius:25px;
	padding:5px 15px;
}

header .top .tel {
	background-color:#d49416;
	padding: 10px 0;
	margin:20px 0 0 0;
	color: #fff;
}

header .top .tel a {
	font-size:22px;
	font-weight:600;
	text-decoration:none;
	color:#fff;
}

header .sz {
	position: relative;
	z-index:10000;
	color:#fff;
	width:100%;
	margin:0;
	font-size:26px;
	line-height:32px;
	background-image: url(images/slide1.jpg);
	background-size: cover;
}

header .sz .t {
	width:100%;
	padding: 30px 0;
	background-color:rgba(0,0,0,0.5);
}

header .sz .sz1 {
	font-size:36px;
	font-weight:600;
	margin-bottom:30px;
}

.gomb {
	margin:30px 0 10px 0;
}

.gomb a {
	font-weight:600;
	font-size:20px;
	background-color:#fff;
	color:#333;
	padding:8px 30px;
	text-decoration:none;
}

.gomb a:hover {
	background-color:#cedafd;
}

header nav {
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.5);
	z-index:11111111111;
}

/* TOP MENU */

#fomenu {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

#fomenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#fomenu a {
	color: #fff;
	text-decoration: none;
}

#fomenu li:first-child{
	display: none;
}

#fomenu li li:first-child{
	display: inherit;
}

#fomenu li.desk {display: none}

.slider {
	display: none;
}

.tev {
	clear:both;
	float:left;
	width:90%;
	margin:0;
	padding:50px 5%;
	list-style:none;
	background-color: #313131;
}

.tev li {
	width:calc(100% - 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;
}

.tcs-menu {
	display: none
}

footer {
	clear:both;
	float:left;
	width:100%;
	background-color:#bcbcbd;
	padding:20px 0;
	font-size:18px;
}

footer .sz1 {
	width:100%;
	text-align:center;
	margin:20px 0 0 0;
}

footer .sz2 {
	width:calc(100% - 40px);
	margin:0;
	text-align:center;
	padding:20px 20px 0 20px;
}

footer .sz2 strong {
	font-size:24px;
}

footer .sz2 span {
	display:block;
	color:#fff;
	font-size:22px;
	padding:10px 0;
	border-radius:40px;
	background-color:#fcb833;
	margin:20px 0;
}

footer .sz3 {
	width:calc(100% - 40px);
	margin:20px 20px 0 20px;
}

footer .sz3 strong {
	font-size:24px;
}

footer .sz3 ul {
	font-size:16px;
}

footer .sz4 {
	width:calc(100% - 40px);
	margin:0 20px;
	text-align:left;
	padding:30px 0 0 0;
}

footer .eler {
	clear:both;
	float:left;
	width:calc(100% - 40px);
	margin:20px 20px 0 20px;
	padding:20px 0 20px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	list-style:none;
	font-size:16px;
}

footer .eler li {
	margin:0 10px 10px 10px;
	background-repeat:no-repeat;
	padding:0 0 0 70px;
	width:calc(100% - 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:#262626;
	text-decoration:none;
}

footer .eler li span {
	font-size:13px;
}

footer nav {
	clear: both;
	float: left;
	text-align: center;
	width:100%;
	margin:0px 0 0 0;
	padding:20px 0 10px 0;
}

footer .m1 {
	clear: both;
}

footer .m2 {
	clear: both;
}

footer nav a {
	color:#262626;
	font-size:16px;
	font-weight:300;
	padding:20px 10px;
	text-decoration:none;
}

footer nav a:hover {
	color:#fff;
}

.cr {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	background-color:#434343;
	padding:20px 0;
	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:32px;
	font-weight:700;
	color:#262d3c;
	line-height:38px;
	margin: 50px 40px 40px 40px;
}

main h2 {
	color:#0376cf;
	font-size:24px;
	font-weight:400;
	margin:50px 40px 20px 40px;
}

main h3 {
	font-weight:600;
	margin:50px 40px 20px 40px;
}

main p {
	margin:10px 40px 20px 40px;
}

main table {
	margin:30px 40px;
}

main ul, main ol {
	margin:0 0 0 40px;
}

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 {
	display: none;
}

.info {
	width:calc(100% - 40px);
	margin:20px 20px 0 20px;
}

.info h1 {
	font-size:35px;
	font-weight:600;
	color:#004070;
	margin:0 0 46px 0;
	text-align:center;
}

.info h1 a {
	color:#fcb833;
	text-decoration:none;
}

.info .tcs-lista {
	list-style:none;
	margin:0;
	padding:0;
}

.info .tcs-lista li {
	float:left;
	width:calc(100% - 0px);
	margin:0 0 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:90%;
}

.info td {
	background-color: #f7f7f7;
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	vertical-align: top;
}

.info tr:nth-child(2n) td {
	background-color: #f0f0f0;
}

.path {
	margin:7px 0 20px 0;
}

.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,.tcs-sz2{
	clear:both;
}
/*.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:calc(100% - 40px);
	margin-bottom:5px;
}
.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:calc(100% - 40px);
	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: 100%;
	/*height:55px;*/
	cursor:pointer;
	margin:18px 0 0 4px;
}

.kapcs-urlap button[type="submit"]:hover {
	background-image: linear-gradient(to bottom, #004070, #004070);
}

.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;
}

.kiem {
	font-weight:600;
	color:#b87b04;
}