﻿@font-face {
	font-family: 'courgette';
	src: 	url('../fonts/courgette.eot');
	src: 	url('../fonts/courgette.eot?#iefix') format('embedded-opentype'),	
			url('../fonts/courgette.woff') format('woff'),
			url('../fonts/courgette.ttf') format('truetype');  
	font-style: normal;
	font-weight: 400;
}

@font-face {
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), 
  url('../fonts/fontawesome-webfont.woff') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
}

@font-face {
    font-family: 'aniversregular';
    src: url('../fonts/anivers-regular-webfont.eot');
    src: url('../fonts/anivers-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/anivers-regular-webfont.woff') format('woff'),
         url('../fonts/anivers-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0;
}

html,
body {
  height: 100%;
}

html { 
	background: #f5dcb4; /* #ffeb8c; */
}


/* ****************** */
.mobilSearchContainer,
#bottomMobilBtn,
.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 750px) {	
	.fej-menu{
		display:none;
	}
	
	.mobilSearchContainer,
	#bottomMobilBtn,
	.slicknav_menu {
		display:block;
	}
}  


/* ***************** */
.mobilSearchContainer{
	position:absolute;
	width:auto;
	left:8px;
	top:10px;
	background-color:#000;
	color:#fff;
	padding:5px;
	border-radius:5px;
}

.searchInpMobil{
	width:150px;
	font-size:0.875em;
	padding:2px 40px 2px 2px;
	margin:0;
	color:#000!important;
	border:0 none;
	outline: none;
}

.mobilSearchBtn{
	width:46px;
	border:0 none;
	padding:2px;
	margin:0 0 0 -40px;
	font-size:0.875em;
	color:#fff;
	background-color:#000;
	outline: none;	
}

/* LAYOUT ***************************************************** */
.layout-wrapper {
	display: flex; 
	max-width:1280px;
	margin:0 auto;
	flex-flow: row wrap;
	justify-content:center;
}

.layout-wrapper > * {
	padding: 10px;
	flex: 1 100%;
	margin-top:4px;
	background:#fff;	
}

.layout-wrapper header.header {
	margin-top:0;
	background:transparent!important;
}

.layout-wrapper .footer {

}

.layout-wrapper .main {
	text-align: left;
}

.layout-wrapper .jobbsav {
	padding:10px 7px 10px 7px;
	flex: 1 0 250px;
	margin:4px auto 0 auto;
}

@media all and (min-width: 600px) { 
  .layout-wrapper .jobbsav {
	
  }
}


@media all and (min-width: 750px) { /* 800  */
	.layout-wrapper .main    { flex: 3 1 0px; }
	.layout-wrapper .main    { order: 1; }
	.layout-wrapper .jobbsav { order: 2; flex: 0 0 250px }
	.layout-wrapper .footer  { order: 3; }
}

/* LAYOUT VÉGE ***************************************************** */



/* FEJ */
/* ******************** */
#fej{
	padding:0!important;
}


.fejlec{
	box-sizing:border-box;
	position:relative;
	max-width:1280px; /*1280px;*/ /* 990px; */
	margin:0 auto 0 auto!important;
	padding:0;	
}

.fejkep,
.fejkep img{
	display: block;
	max-width:100%;
	height:auto;
	position:relative;	
	margin-bottom:4px;
}

div.home_container{
	display:inline;
	position:absolute;
	left: 10.5%; /* 11.5%; */
	top: 2%; /* 4.5%; */
	width:17.5%;
	height:16.5%;
	text-align:center;
	z-index:2;	
	background:rgba(198,158,108,0.3);
	border-radius:5px;
}
div.home_container img{
	display:none;
	max-width:100%;
	height:auto;
	border-radius:5px;	
}

div.home_container:hover img{
	display: block;	
}

.fixTop{
	position:fixed;
	top:-186px;
	right:0px;
}	

#fsmenuContainer{
	margin-top:0px!important;
}

.tt_menu_vonal_top{
	background: linear-gradient(to right, rgba(199,172,90,0) 35%, rgba(199,172,90,1) 100%)!important;
	margin:0 0 4px 0;
	height:4px;
	line-height:4px;
}
.tt_menu_vonal_bottom{
	background: linear-gradient(to right, rgba(199,172,90,0) 35%, rgba(199,172,90,1) 100%)!important;
	margin:4px 0 0 0;
	height:4px;
	line-height:4px;
}

#searchDiv{
	background-color:transparent!important;
}

/**/
.layout-wrapper img{
	max-width:100%!important; 
	max-height:auto;
}

.layout-wrapper iframe,
.layout-wrapper object{
	max-width:100%!important;
	max-height:auto;
	margin:0!important;
	padding:0!important;
	border:0 none!important;
}



.lab{
	clear:both;	
	
	margin:0 auto ;
	padding:10px!important;
	max-width:1280px; /* 990px; */

	color:#000;

	background:#e2c597; /*  #bdf7ce; */

	
	text-align:center;
	font-size:80%;
}
.lab a{
	color:#060!important;
}
.lab a:hover{
	color:#f00!important;
	/*
	display:block;
	*/
	background-color:#fff!important;
	
}

.footerlab{
	clear:both;
	height:50px;

	/*
	background:#ffeb8c;
	*/
	
	max-width:1280px;
	margin:0 auto;
	cursor:default;	
}

.box{
	position:relative;
	background-color:#fff;
	border-radius:4px;
	padding:4px 0;
	margin-bottom:8px;
	border-radius:4px;	
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);	
}

.box_fb{
	/**/
	position:relative;
	overflow:hidden;
	
	padding:4px 0 0 0;
	margin-bottom:8px;
}

.box div.boxpad{
	padding:0 10px;
}

.videoThumb{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0 10px 10px 0!important;
	
	width:300px;
	height:280px;	

	overflow:hidden;
	background-color:#000;
	overflow-y: auto;	
	
position:relative;
}

.videoThumb .playCont{
	/*
	pointer-events:none;	
	*/
	display:inline-block;
	position:absolute;

	width:1px;
	height:1px;

	left:120px;
	top:90px; /* 100px; */
	cursor:pointer;
}

.videoThumb .play { 
	background: #000;
	border-radius: 50% / 10%;
	color: #FFFFFF;
	font-size: 1em; /* change this to change size */
	height: 3em;
	margin: 0 auto; 
	padding: 0;
	position: relative;
	text-align: center;
	text-indent: 0.1em;
	transition: all 150ms ease-out;
	width: 4em;
}

.videoThumb .play:hover {
	background: #f00;
}

.videoThumb .play::before { 
	background: inherit;
	border-radius: 5% / 50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
}

.videoThumb .play::after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	position: absolute;
	width: 0;
}

.videoThumb p{
	text-align:center;
	font-size:11px;
	padding:2px;
	color:#fff;
	margin:0;
}

/* ***************** */
h1.csCim{
	clear:both;
	color:#c68e17;
	/**/
	font-family:courgette; 
	
	font-size:1.2em;
	line-height: 20px;
	padding: 2px 0;
	margin: 5px 5px 10px 5px;
	position:relative;
}
h1.csCim:before{
	content: '❏ ';
}

h1.csCim:after{
	position:absolute;
	width:170px;
	height:1px;
	bottom:10px;
	left:0px;
	content:url('../img/box_h1_linie.png');
}

p.bottomline{
	border-bottom:1px dotted #ddd;
	padding-bottom:5px;
	margin-bottom:5px;
}
 
/* ***************** */
#calendar {
	margin:0 auto 0 auto;
    width: 178px;
    table-layout: fixed;
	border-collapse:collapse;
	overflow:hidden;
	border:0 none;
	line-height:140%;
	font-size:80%;
}

#calendar col{
	width:24px;
}

#calendar th.datum{
	padding:4px 0px;
	font-weight:normal;
}

#calendar th.datum a,
#calendar th.datum a:hover{
	text-decoration:none;
	font-size:16px;
	color:#be5a02;
}

#calendar th.datum select::-ms-expand {
    display: none;
}

#calendar th.datum select.date_year{
	font-size:12px;	
	background-color: #fffddd;
	margin:0 1px 0 0;
	padding:2px 1px !important;
	width:54px;
	border:1px solid #ccc !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none !important;
	background: #fffddd url(../img/cal_selArr.png) no-repeat 97% center !important;	
}

#calendar th.datum select.date_month{
	font-size:12px;	
	background-color: #fffddd;
	margin:0 1px 0 0 !important;
	padding:2px 1px !important;
	width:86px; 
	border:1px solid #ccc !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none !important;
	background: #fffddd url(../img/cal_selArr.png) no-repeat 97% center !important;	
}

#calendar span.prev_month,
#calendar span.next_month{
	color:#bead82; /* #be5602; */
	padding:0;
	font-size:33px;
}
#calendar span.prev_month{
	margin:0 4px 0 2px;
}
#calendar span.next_month{
	margin:0;
}
#calendar span.prev_month:hover,
#calendar span.next_month:hover{
	color:#f00;
}

#calendar tr.hetnapok th{
	height:24px;
    color: #c68e17;
    text-align: center;
    padding:4px 0 !important;
    background-color: #efe6a7;
	border:0 none;
}
#calendar tr.hetnapok th.vasarnap{
	color:#f00;
}

#calendar td{
	border:1px solid #fff;
    background-color: #e5e0cd; 
    text-align: center;
    height:24px;
}

#calendar td.ures{
}

#calendar td a {
    color: #000;
    background-color:#fff; 
    text-decoration:none;
    display:block;
    padding:4px 0px 4px 0px;
    border:1px solid #e9eac8; 
}

#calendar td.ma{
    font-weight: bold;
    background-color:#f2ee8a;
}

#calendar td.ma a{
    border: 1px solid #f00 !important;
    font-weight: bold;
    background-color:#f2ee8a;
}

#calendar td.esma a{
    background-color:#fad459;
    font-weight: bold;
    color: #f00;
}

#calendar td.es a{
    border: 1px solid #cba674; 
    background-color:#fad459;
    font-weight: bold;
    color: #f00;
}

#calendar td a:active, #calendar td a:hover {
    color: #f00;
    background-color:#ffeb96;
    text-decoration:none;
}

/* ************************** */
.Hmenu ul
{
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size:1em;
}

.Hmenu ul li {
	box-sizing: border-box;	
	display: inline-block;
	margin: 4px 0 0 1px!important;
	padding:2px 6px!important;
	color:#fff;
	background-color:#006dad; /*#959595; f1daa5 #be9e6c; f2e3cc*/
	transition: 0.5s;	
}
.Hmenu ul li:hover{
	color:#fff;
	background-color:#c00;
}

.Hmenu ul li a{
	text-decoration: none;
	color:#fff!important;
	margin:0;
	padding:0;

}

.Hmenu ul li.aktiv{
	text-shadow: 1px 1px 1px #666;
	background-color: #c00;
}

/* ************* */
.pir{
	max-width: 400px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background: #f00;
	border:2px solid #ffb423;
	border-radius:4px;
}

.pir a:link, .pir a:visited{
	display:block;
	margin:5px;
	padding:5px;
	color: #00f;
	background: #fff;
	text-decoration: underline;
}

.pir a:active, .pir a:hover{
	display:block;
	margin:5px;
	padding:5px;
	color: #f00;
	background: #fff;
	text-decoration: underline overline;
}

/* ***************** */
.zold{
	max-width: 400px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background: #090;
	border:2px solid #ffb423;
	border-radius:4px;	
}

.zold a:link, .zold a:visited{
	display:block;
	margin:5px;
	padding:5px;
	color: #00f;
	background: #fff;
	text-decoration: underline;
}

.zold a:active, .zold a:hover{
	display:block;
	margin:5px;
	padding:5px;
	color: #090;
	background: #fff;
	text-decoration: underline overline;
}

/* ******************* */
.t1 {
	color:#333;
	background-color:#ccc;
	background-image: radial-gradient(circle farthest-side at center, #ffffff 0%, #eeeeee 100%);
	border:1px solid #999;
	border-radius:6px;
	padding:0;
}

table.t1,
table.t2{
	border-spacing:0;
	overflow:hidden;
}

.t1 th{
	font-weight:normal;
	text-align:left;
	color: #666;
	background-color:#fff;
}
.t1 th.cim{
	padding:3px 6px;
	border-radius:4px 4px 0 0;
}
.t1 th a:link, .t1 th a:visited {
color: #d4a017 ;
text-decoration: none;
}
.t1 th a:active, .t1 th a:hover {
color: #c00;
text-decoration: none;
}

.t1 td{
	vertical-align:top;
	padding:5px;
	vertical-align:top;
}

.t1 td a:link, .t1 td a:visited {
	color: #0060a5;
	text-decoration: none
}

.t1 td a:active, .t1 td a:hover {
	color: #c00;
	text-decoration: none;
}

/****************/
.t2 {
	color:#000;
	background-color:#efddac; /*  e3c26c  */
	background-image: radial-gradient(circle farthest-side at center, #ffffff 0%, #efddac 100%);
	border:1px solid #d4a017;
	border-radius:6px;
}

.t2 th{
	font-weight:normal;
	text-align:left;
	color: #666;
	background-color:#fff;
}

.t2 th a:link, .t2 th a:visited {
	color: #d00 ;
	text-decoration:  none;
}
.t2 th a:active, .t2 th a:hover {
	color: #f00;
	text-decoration:  none;
}

.t2 td{
	vertical-align:top;
	padding:5px;
	vertical-align:top;
}

.t2 td a:link, .t2 td a:visited {
	color: #0060a5;
	text-decoration: none;
}

.t2 td a:active, .t2 td a:hover {
	color: #c00;
	text-decoration: none
}

/***************/
div.lapozo {
	font-family:arial;
}

div.lapozo .jelenlegi {
	display:inline-block;
	background-color:#be9e6c;
	color:#fff;
	margin: 0;
	padding: 3px 8px;
	border-radius:3px;
	margin-bottom:4px;
}

.lapozo a{
	display:inline-block;
	background-color:#f2e3cc; 
	color:#5d441b!important;
	text-decoration: none;
	padding: 3px 8px;
	border-radius:3px;
	margin-bottom:4px;	
}
.lapozo a:hover {
	color: #fff!important;
	background-color:#c00; 
}

.lapozo a.prev {
	width: 90px;
	height: 28px;
	text-align:left;
	padding-left:2px;
	position: relative;
	background: #f2e3cc;
	position:relative;
	border:0 none;
	border-radius:0 none;
}
.lapozo a.prev:after {
	content: "";
	position: absolute;
	left: -12px;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: #fff;
	border-right: 14px solid #f2e3cc;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

.lapozo a.prev:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 14px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
.lapozo a.prev:hover{
      background-color: #c00;
}

.lapozo a.prev:hover::after {
	background-color: #fff;
	border-right: 14px solid #c00;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

.lapozo a.next {
	width: 120px;
	height: 28px;
	padding-right:0;
	position: relative;
	background: #f2e3cc;
	position:relative;
	border:0 none;
	border-radius:0;
	text-align:right;
}
.lapozo a.next:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 14px solid white;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
.lapozo a.next:before {
	content: "";
	position: absolute;
	right: -14px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 14px solid #f2e3cc;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
.lapozo a.next:hover{
      background-color: #c00;
}
.lapozo a.next:hover::before {
      background-color: #fff;
	  border-left: 14px solid #c00;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
}

/* ***************** */
.pagerCont{
	margin:0 auto 4px auto;
	text-align:right;
}

span.currPage{
	display:inline-block;
	text-align:center;
	min-width:22px;
	height:22px;
    border-radius:4px;
    border:1px solid #ccc;
    padding:2px 2px;
	background-color:#f00;
	color:#fff;
	vertical-align:middle;	
	margin-left:3px;
	line-height:16px;
}

a.linkPage{
	display:inline-block;
	min-width:22px;
	height:22px;
	text-align:center;
    border:1px solid #ccc;
    border-radius:4px;
    padding:2px 2px;
	background-color:#ffc;
	display:inline-block;
	vertical-align:middle;		
	text-decoration:none;
	vertical-align:middle;	
	margin-left:3px;
	line-height:16px;
}
a.linkPage:hover{
	background-color:#0175ac;
	color:#fff;
}

a.firstPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:0px 0px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;
    border-radius:4px;
	background:#ffc url(../img/first_page.png) no-repeat 0 0;
}
a.firstPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;	
}

a.prevPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:2px 2px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;
    border-radius:4px;
	background:#ffc url(../img/prev_page.png) no-repeat 0 0;	
}
a.prevPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;
}

a.nextPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:2px 2px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;
    border-radius:4px;
	background:#ffc url(../img/next_page.png) no-repeat 0 0;		
}
a.nextPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;
}

a.lastPage{
	display:inline-block;
	width:22px;
	height:22px;
    padding:2px 2px;
	margin-left:3px;	
	vertical-align:middle;
    border:1px solid #ccc;	
    border-radius:4px;
	background:#ffc url(../img/last_page.png) no-repeat 0 0;
}
a.lastPage:hover{
	background-color:#0175ac;
	background-position:0 bottom;
}
/* ******************* */


/* ////////////////////////// AKTUÁLS //////////////////////////// */

.recordinfo{
	margin:0 auto 4px auto;
	padding:0;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#999;
}

.akt_cont{
	width:100%;
	border:0 none;
	margin:0 0 15px 0;
	padding:0;
}

.akt_cont_kiemelt{
	width:566px !important;
	background-color:#fff8f5;
	border:2px solid #f00;
	padding:10px;
	border-radius:10px;
}

.akt_cont img{
	max-width:100%!important;
	height:auto;
}

.akt_cont object,
.akt_cont iframe
{
	max-width:100%!important;
	max-height:auto;	
}

.akt_cim{
	clear:both;
	font-size:18px;
	text-align:left;
	color:#c68e17;
	padding:0;
	margin:0 0 5px 0;
}

.akt_cim a:link,
.akt_cim a:visited{
	color:#055b8f;
	text-decoration:none;
}
.akt_cim a:hover,
.akt_cim a:active{
	color:#ff6600;
}

.akt_datum{
	font-size:11px;
	color:#888;
	padding: 0 0 2px 0;
	margin:0 0 7px 0;
	border-bottom: 1px dotted #888;
}

.akt_bovebben{
	clear:both;
	margin:4px 0 0 0;
}

.akt_bovebben a{
	background-color:#056dac; 
	color:#fff !important;
	font-size:11px;
	border-radius:6px;
	padding:2px 6px;
}

.akt_bovebben a:hover{
	color:#fff;
	background-color:#c7ac5b;
 	text-decoration:none;
}

.aktKkep{
	float:left;
	margin:0 8px 4px 0;
	border:0 none;
}

.akt_forras{
	clear:both;
	text-align:right;
	font-size:10px;
	padding:3px 0;
}

.akt_hszoveg_elrejt{
	clear:both;
	margin:4px 0;
}

.akt_hszoveg_elrejt a{
	background-color:#056dac; 
	color:#fff !important;
	font-size:11px;
	border-radius:6px;
	padding:2px 6px;
}

.akt_hszoveg_elrejt a:hover{
	background-color:#c7ac5b;
 	text-decoration:none;
}

td.akt_askto_comment{
	padding:0;
	text-align:right;
	vertical-align:top;
}

/* ********************************** */
.hir-lab{
	 margin-top:10px;
}

/* /////////////////// */
.ratingTableContainer{
	min-width:212px;
	padding:2px;
	font-size:85%;	
}

.ratingTable{
	clear:both;
	width:212px;
	border-spacing: 0px;
	border:0 none;
}

.ratingTable td{
	padding:2px;

}

.ratingTable td.cell1{
    min-width:70px;
    padding-left:0;
}

.ratingTable td.cell2{
    min-width:90px;
    position:relative;
    vertical-align:top;
}

.ratingTable td.cell3{
   min-width:40px;
    vertical-align:top;
}

.rating{
    min-width:80px;
    height:16px;
    margin:0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;
    background: url(../img/star-matrix.gif) no-repeat 0 0;
}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated\*/
    float:left;
    /* end hide*/
    text-indent:-999em;
}

ul.rating li a {
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    text-decoration:none;
    z-index: 200;
}

ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}

ul.rating li a:hover {
    z-index:2;
    width:80px;
    height:16px;
    overflow:hidden;
    left:0; 
    background: url(../img/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

.akt-hozzaszolas{
	text-align:right;
	padding:2px;
	font-size:80%;
}

/* /////////////////////// */
html .fb_share_link {
	display:block;
	clear:both;
	padding:0;
	text-align:right;
}

html .fb_share_link a{
	padding:4px 0 4px 20px;
	height:16px;
	background:url(../img/facebook_share_icon.gif) no-repeat 0 3px; 
	font-size:10px;
}


.loginFeherGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background: transparent url(../img/login_feher_gomb.png) no-repeat 0 0;
	cursor: pointer;

}	
.loginFeherGomb:hover {
	background-position: 0 bottom;
}

a.regFeherGomb {
	clear: both;
	position:relative;
	display:block;
	height: 16px;
	width: 105px;
	background: url(../img/reg_feher_gomb.png) no-repeat 0 0;
	cursor: pointer;
}	
a.regFeherGomb:hover {
	background-position: 0 bottom;
}

/* ************* */
.gomb1{

	font-size:90%;
	font-weight:bold;
	letter-spacing: 1px;
	padding:4px 10px;    
    text-shadow: 1px 1px 1px #666;
	/* border-radius: 2em 1em 4em / 0.5em 3em;	 */
}

.gomb1,
.gomb2{
    color: #fff;
    background-color: #c7a317;
	box-shadow: 1px 1px 2px 2px #959595;
	border: none;
	
}

.gomb1:hover,
.gomb2:hover{
    background-color: #ce1a10;
    cursor:pointer;
}

.gomb1:active,
.gomb2:active{
    background-color: #f00;
	position:relative;
	top:1px;
}

.gomb1:focus,
.gomb2:focus{
       border:0 none;
	   outline: 0 none;
}

.gomb2 {
	font-size:80%;
	padding:2px 6px;
}

.zoomincursor{
	outline: none;
	text-decoration: none; 
	cursor:  url('../img/loupe.png'), url('../img/loupe.cur'), url('//www.zenesmusor.hu/img/loupe.cur'), auto;
}

/* opera */
x:-o-prefocus, .zoomincursor {
	cursor: zoom-in;
}


/* *************** */
div.selBoxHead400{
	height: 24px;
	width: auto;
	font: 11px/24px Verdana,arial,sans-serif;
	font-weight: bold;
	text-align:center;
	color: #fff;
	padding: 0 20px 0 8px;
	margin-bottom: 4px !important;
	
	background-color:#c7ac5a;	
	box-shadow: 1px 1px 10px 3px #947c32 inset !important;
	
	background-image: url('../img/selArr.png');		
	background-repeat: no-repeat;
	background-position: 380px 3px;
	
	border:0 none;
	border-radius:10px;
}


div.selBoxHead400:hover{
	background-color: #ce1a10;
	box-shadow: 1px 1px 10px 3px #91120b inset !important;	
	
	cursor: pointer;
}


/* *********** */
div.selBoxBody{
	height: 150px;
	width: auto;
	border:0 none;
	display: none;
	overflow-y: auto;
}

div.selBoxBody a{
	display: block;
	font-size: 11px;
	width:auto;
	text-decoration: none;
	margin: 1px;
	padding:3px 1px;	
	color:#000;
	overflow-x: hidden;
	cursor: pointer;
}

div.selBoxBody a.cl1{
	background-color:#f7f4e0;
}

div.selBoxBody a.cl2{
	background-color:#f2ee8a;
}

/* selected */
div.selBoxBody a.cl3{
	background-color:#da251d;
	color:#fff;
}

div.selBoxBody a:hover{
	background-color:#ccf;
}

span.hilite,
span.hiliteYellow{
	background-color:#ff0!important;
	color:#000!important;
}


/********************/
.divselbox_head{
	border:1px solid #7f9db9;
	background-color:#fff;
	background-image:url('../img/selbox.png');
	background-repeat: no-repeat;
	background-position: center right;
	text-align:left;
}

.divselbox_head a{
	display:block;
	padding:2px 3px;
	color:#000;
}

.divselbox_head a:link, .divselbox_head a:visited{
	color:#000 !important;
	text-decoration: none !important;
}

.divselbox_head a:hover, .divselbox_head a:active{
	color:#fff !important;
	text-decoration: none !important;
	background-color:#316ac5 !important;
	background-image:url('../img/selbox2.png');
	background-repeat: no-repeat;
	background-position: center right;
}

.divselbox_body{
	text-align:left;
	border-top:none;
	border-right:1px solid #7f9db9;
	border-bottom:1px solid #7f9db9;
	border-left:1px solid #7f9db9;
	background-color:#fff;
}

.divselbox_body a{
	display:block;
	padding:1px 3px;
	color:#000;
}

.divselbox_body  a:link, .divselbox_body  a:visited{
	background-color:#fff;
	color:#000 !important;
}

.divselbox_body  a:hover, .divselbox_body a:active{
	color:#fff !important;
	background-color:#316ac5 !important;
	text-decoration: none !important;
}


p.keywords{
	clear:both;
	color:#ccc;
	font-size:11px;
	margin-top:8px;
}

.videoContainer,
.imageContainer{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	z-index:0;
	position:relative;
	margin:0 2px 2px 0;
}

.cegkepContainer{
display:inline-block;
*display: inline;
zoom: 1;
z-index:1;
position:relative;
}


/* ********************************* */
.ttSelHead{
	background-color:#0175ac;
	color:#fff;
	padding:3px 30px 3px 10px;
	text-align:center;
	
	background-image:url(../img/arr.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	/*
	ie7 8
	*/
	background-position-x:95%;
	background-position-y:center;
	
	cursor:pointer;
	text-shadow: 1px 1px 1px #000;
}

.ttSelHead:hover{
	background-color:#c7ac5a;
	text-shadow: 1px 1px 1px #000;
}
.ttSelBody{
	position:absolute;
	left: 0;
	top: 100%;
	display:none;
	background-color:#fff; /*dcedef */
 	color:#000;
	padding:5px 2px 5px 5px;
	margin:0px auto 0 auto;
	border:1px solid #c7ac5a;
	max-height:300px;
	overflow-y:auto;	
	overflow-x:hidden;
	white-space: nowrap;
}

.ttSelBody ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	position: relative;
	/* IE*/
	zoom: 1;
}

.ttSelBody ul li a{
	color: inherit;
	display:block;
	padding:2px 4px;
	margin-bottom:1px;
	text-decoration:none;
}

.ttSelBody ul li:nth-child(even) a{
	background-color: #f8f0d9;
}

.ttSelBody ul li.active a{
	background-color:#c00;
	color:#fff;
}

.ttSelBody ul li a:hover{
	background-color:#00aeef;
	color:#fff!important;
	text-decoration:none;
}


/* ************** */

.vidKisKep{
	width:120px;
	height:90px;
	border:4px double #c93;
	margin:0;
	padding:0; 
	background: url(../img/video.png) no-repeat 0 0;
	border-radius:8px;
}

.vonal_gold{
	line-height:0;
	height:1px;
	background-color:#c7ac5a;
	margin:5px 0;
}

	

/* *********** */
.hideShowLink{
	display:inline-block;
	*display:inline;
	*zoom:1;		
	background-color:#bead82; 
	color:#fff!important;
	/* border-radius:4px; */
	padding:2px 6px;
	margin-bottom:8px;
}

.hideShowLink::after { 
    content: " ▼";
}

.hideShowLink:hover{
	color:#fff!important;
	background-color:#be5602;
 	text-decoration:none;
	cursor:pointer;		
}

.hideShowDiv{
	display:none;
	clear:both;
}

.hideShowCloseButton{
	display:block;
	text-align:center;
	font-size:12px;
	width:70px;
	margin:0 0 0 auto;
	background-color: #bead82;
	color:#fff !important;
	padding:1px 2px;
	/* border-radius:4px; */
}


.hideShowCloseButton:hover{
	background-color:#be5602;
	text-decoration: none;
	color:#fff !important;	
}

.hideShowCloseButton span{
	vertical-align:middle;
	text-decoration: none;	
}


/* ************* */
.fb-share-button_{
	width:84px;
	height:20px;
	background: url(../img/ico/fbshare.png) no-repeat left top;
	/*	*/
	vertical-align:middle;

	cursor:pointer;
	transition: 0.5s;	
}
.fb-share-button_:hover{
	background: url(../img/ico/fbshare.png) no-repeat left bottom;
}

/* ********** */
.loadtime{
	font-size:12px;
	color:#888;
	text-align:center;
	
}

/* ********** */
ul.oldalterkep{
	max-width:400px;
	margin:0 auto;	
}

ul.oldalterkep ul  li{
		margin-left:40px;
		padding:0!important;
	
}
ul.oldalterkep li a{
	display:block;
	padding:5px;
}
ul.oldalterkep  li a:hover{
	background-color:#c7ac5a;
	color:#fff!important;
}


/* tt_HSCROLL *********************************************** */
.keptarkepek_container{
	position:relative;
	padding:0;
	margin:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color:#fff;	
	height:205px!important;
}

#keptarkepek{
	position:relative;	
	overflow:hidden;
	height:193px!important;
	margin:0;
	padding:0;	
}

#keptarkepek ul{
	margin:0;
	padding:0;
}

#keptarkepek ul li{
	display: inline-block;
	list-style-type:none;
	padding-right:20px;
	margin:0;
	width:164px !important;
	font-size:11px;
	line-height:13px !important;
	text-align:center;
	float:left;
	cursor:pointer;	
}

#keptarkepek ul li a{
	color:#006dad!important;
	text-decoration:none;
}
#keptarkepek ul li a:hover{
	color:#f00!important;
}

#keptarkepek ul li img{
	border:0 none;
	width:150px;
	height:auto;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

.tt_hscrollContainer .leftBtn{
	display:none;
	visibility:visible;
	position:absolute;
	width:30px;
	height:150px;
	left:6px !important;
	top:6px !important;
	opacity:0.6;
	z-index:999999;
	background:#006dad url(../img/larr.png) no-repeat center center;
	cursor:pointer;
	border-radius: 5px 0 0 5px;	
}

.tt_hscrollContainer .rightBtn{
	display:none;
	visibility:visible;	
	position:absolute;
	width:30px;
	height:150px;
	right:6px !important;
	top:6px !important;
	opacity:0.6;
	z-index:999999;
	background:#006dad url(../img/rarr.png) no-repeat center center;
	cursor:pointer;
	border-radius: 0 5px 5px 0;
}


hr.divider {
	border:0 none;
    background:url(../img/divider2.png) no-repeat center center;
    height:38px;
}

hr.divider2 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(142,108,75,0), rgba(142, 108,75,1), rgba(142,108,75,0));
	margin:1em 2em;
}


a.button{
	user-select: none;
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important;	
    background-color: #95b9e2!important;	
}	
a.button:hover {
    color: #fff!important;
    background-color: #2196F3!important;
	box-shadow:0px 4px 12px 3px #999;  
}

/* *********************** */
div.jscroll-inner,
div.jscroll-added{
	width:100%!important;
	margin:0!important;
	padding:0!important;
}

ul.keptarBlokk {
	list-style-type: none;
	padding:0!important;
	margin:0!important;
	text-align:center;	
}

ul.keptarBlokk li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0;
	margin:0px 22px 20px 20px;
}

ul.keptarBlokk li a > span.alairas{
	font-size:0.8em;
	display:block;
	margin-top:4px;
}



ul.keptarBlokk li:nth-child(1n){
margin-left:0;
}

ul.keptarBlokk li img.keptarKiskep{
	width:164px;
	height:164px;
}



/* *********************************** */
#hiba{
	box-sizing:border-box;
	padding: 4px;
	margin:4px 0;
	color: #fff;
	background: #f00;
	border-radius:5px;
	text-align:center;
	position:relative;
	z-index:2;
}

#hiba a:link,
#hiba a:visited{
	display:block;
	margin:5px;
	padding:5px;
	color: #00f;
	background: #fff;
	text-decoration: underline;
}

#hiba a:active,
#hiba a:hover{
	display:block;
	margin:5px;
	padding:5px;
	color: #f00;
	background: #fff;
	text-decoration: underline overline;
}

#hiba:after{
    content: " ";	
    position: absolute;
    border: 10px solid transparent;
	border-top-color: #f00;	
    height: 0;
    width: 0;	
    left: 15%;
    top: 100%;	
    margin-left: -10px;
}

.breakUrl {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


#next_programs{
	 height:auto;	
	 max-height:150px;
	 padding-right:0px;
	 margin:5px 3px 5px 5px;
	 font-size:80%;
}

a.ujlapon::before{
   font: normal normal normal 16px/1 fontawesome;
   content: "\f0c1";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
}

.break{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.fadeToogle{
    animation-name: fadeToogle_;
    animation-duration: 5s;
    animation-iteration-count: infinite;	
}
@keyframes fadeToogle_ {
    0%   {opacity:0}
    4%  {opacity:0.1}
    8%  {opacity:0.2}
    12%  {opacity:0.3}
    16%  {opacity:0.4}	
    20%  {opacity:0.5}	
    24%  {opacity:0.6}
    28%  {opacity:0.7}
    32%  {opacity:0.8}	
    36%  {opacity:0.9}
	
    40% {opacity:1}
	
    68%  {opacity:0.9}	
    72%  {opacity:0.8}	
    76%  {opacity:0.7}	
    80%  {opacity:0.6}	
    84%  {opacity:0.5}	
    88%  {opacity:0.4}	
    92%  {opacity:0.3}	
    96%  {opacity:0.2}	
    100%  {opacity:0.1}	
}

#bottomMobilBtn{
	position:fixed;
	width:50px;
	height:auto;
	background:rgba(0,0,0,0.35);
	left:10px;
	bottom:10px;
	text-align:center;
	font-size: 42px;
	line-height:42px;
	color: #fff;	 
	cursor:pointer;
	z-index:999999;
}
#bottomMobilBtn:hover{
	background:rgba(255,255,255,0.5);	
	color: #f00;
	transition: 0.5s;		
}


/* ************************************************ */
.lab-wrapper {
	padding: 5px;
	max-width: 1280px;
	width: 100%;
	margin: 10px auto;
}

.lab-columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.lab-column {
	flex: 0 1 30%;
	border:0 none!important;
	margin: 10px;
	padding: 10px;
	border-radius:20px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
	text-align:left;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
}

.lab-columns .k{
	background:#d5edf8;
	background: linear-gradient(to bottom,  #f5dcb4 1%,#fff 25%,#fff 75%,#f5dcb4 100%);
	
	
	
	
}

.lab-columns .z{
	background:#d3e1bb;
	background: linear-gradient(to bottom,  #f5dcb4 1%,#fff 25%,#fff 75%,#f5dcb4 100%);
	
	
}

.lab-columns .b{
	background:#f1dcc1;
	background: linear-gradient(to bottom,  #f5dcb4 1%,#fff 25%,#fff 75%,#f5dcb4 100%);

}

@media screen and (max-width: 980px) {
  .lab-columns .lab-column {
		margin-bottom: 5px;
		flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.lab-columns .lab-column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}


/* //////////////////////////////////////////////////// */
/* pl. osztálynévsorhoz... */
.columns
{   
    column-width: 13em;	
}

.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.columns ul li:first-child
{
    margin-top:0px;
}



/* TICKER *********** */
#tickerContainer{
	margin:0 auto 8px auto;
	width:250px;
	padding:0 5px;
	background: #f5dcb4;
	background: linear-gradient(to right,  #f5dcb4 1%,#fff 25%,#fff 75%,#f5dcb4 100%);
}


.ticker ul li{
	list-style:none;
	display:block;
	margin-bottom: 10px auto 10px auto;
}

.ticker img{
	width:212px;
	height: 212px;
	display:block;
	margin:0 auto 4px auto;
	border:4px solid #fff;
	border-radius:100%;
}

.ticker h1{
	text-align:center;
	font-size:18px;
	color:#af7817;
}

.ticker p{
	text-align:center;
	font-size:13px;
}





/* ******************** */
ul.hires{
	list-style: none;
	margin:8px auto;
	padding:0;
	max-width:100%;
	
}

ul.hires li{
	margin:0;
	padding:0;
}

ul.hires li img{
	display:block;
	
	margin:0 auto 6px auto;
	padding:0;
	
	width:300px;
	border-radius:10px;

}
ul.hires p {
	text-align:center;
}


.infotool{
	cursor:pointer;
	display:inline-block;
}
.infotool::after{
	content:' \1f6c8';
	color:#00f;
	font-size:1.3em;
	font-weight:normal;
	vertical-align:middle;
}

#infotoolDiv{
	display:block;
	position:absolute;
	left:0;
	top:0;
	padding:3px 6px;
	border:1px solid #000;
	background:#ffc;
	color:#000;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	border-radius:5px;
}

/* ************* */
.video-container {
	max-width:90%;
	margin:0 auto;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ************************************* */
div.repContainer{
	display:table;
	margin:0 auto;
}

table.rep1,
table.rep2{
	box-sizing:border-box;
	border-collapse:separate;	
	border-spacing:3px;	
	width:48%!important;
	color:#5d441b;
}

table.rep1{
	margin:0 10px 0 0!important;
	float:left;
}

table.rep2{
	margin:0!important;
	float:right;
}

table.rep1 td,
table.rep2 td{
	vertical-align:top;
	padding:2px 4px;
	background-color:#f2e3cc;
	min-width:100px;
}

table.rep1 td:first-child,
table.rep2 td:first-child{
	width:65%;
	background-color:#f1e8d9;
}

table.rep1 tr.highlight,
table.rep2 tr.highlight{
	background-color:#c00!important;
	color:#fff;	
}
table.rep1 tr.highlight td,
table.rep2 tr.highlight td{
	background: transparent;
}

table.rep1 tr:hover,
table.rep2 tr:hover{
	background-color:#cdac77; /* #999; */
	color:#fff;
}

table.rep1 tr:hover td,
table.rep2 tr:hover td {
	background: transparent;
}

@media only screen and (max-width: 750px) {	
	table.rep1,
	table.rep2{
		float:none;
		width:100%!important;
		margin:0 auto;
	}
	table.rep2 tr:first-child td{	
		border-top:0 none;
	}
}

.kerinput::after{
	
	
}

.lupeForInput {
  position: relative;
  z-index: 1;
  left: -25px;
  top: 1px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
}
