html,body{
	height: 100%;
}
body{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
header{
  margin: 0 auto;
  margin-top:10px;
}
header .headerleft img{
  height: 100px;
}
header .headercontent{
  display: flex;
  margin: 0 auto;
	justify-content: center;
}
header .headerright img{
  height: 100px;
}
header .headercenter{
  text-align: right;
  padding: 0 50px;
  height: 100%;
  margin: auto 0;
}
header .headercenter h2{
  font-size: 30px;
  font-weight: bold;
	font-family: 'Amatic SC', cursive;
  color: #535353;
  text-transform: uppercase;
  margin:0;
  margin-bottom: 10px;
}
header .headercenter h4{
  font-size: 20px;
  font-weight: normal;
	font-family: 'Amatic SC', cursive;
  color: #535353;
  margin:0;
}

header .headermenu{
  background-color: #FFE061;
  margin-top: 10px;
}
header .headermenucontent{
  display: flex;
  margin: 0 auto;
  width: max-content;
}
header .headermenu ul{
  padding:0;
  margin:0;
  display: flex;
}
header .headermenu ul li{
  list-style-type: none;
  color: #535353;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
	padding: 0 10px;
  line-height: 56px;
}
header .headermenu ul li:hover{
	background-color: #ffcd00;
}
header .headermenu ul li a{
  text-decoration: none;
  color:#535353;
}
header .headermenu ul.nav-menu{
	z-index: 2000;
}
header .headermenu ul.nav-menu li ul{
	padding:0;
  margin:0;
  display: flex;
	background-color: #FFE061;
	display: block;

}
header .headermenu ul.nav-menu li ul li{
	list-style-type: none;
	color: #535353;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 46px;
	background-color: #FFE061;

}
header .headermenu ul li ul li:hover{
	background-color: #ffcd00;
}
header .headermenu input.keresesinput{
  background: transparent;
  border: 1px solid #535353;
  width: 90px;
  height: 20px;
  margin: auto 0;
}
header .headermenu p.keresesicon{
  background: transparent;
  border: 1px solid #535353;
  width: 20px;
  height: 20px;
  border-left: none;
  text-align: center;
  line-height: 20px;
  color: #535353;
  cursor: pointer;
  margin: auto 0;
}
header .headermenu .flag{
  height: 24px;
  margin: auto 0;
  margin-left: 5px;
  cursor: pointer;
}

.hamburgermenu {
  margin: 1em;
  width: 35px;
	display: none;
}
.hamburgermenu:after,
.hamburgermenu:before,
.hamburgermenu div {
  background-color: #535353;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  margin: 7px 0;
  transition: all .2s ease-in-out;
}
.hamburgermenu.opened:before {
  transform: translateY(12px) rotate(135deg);
}
.hamburgermenu.opened:after {
  transform: translateY(-12px) rotate(-135deg);
}
.hamburgermenu.opened div {
  transform: scale(0);
}

main{
  padding: 50px 200px;
}
.alcim{
  font-weight: bold;
  color:#1F7FCB;
  font-size: 22px;
  margin-bottom: 20px;
}
.alcim.notInCol{
  padding: 0 15px;
  width: 100%;
}
.focim{
  font-weight: bold;
  color:#1F7FCB;
  font-size: 26px;
  margin-bottom: 20px;
}
.elvalaszto{
  margin: 50px 0 0 0;
}
main p{
  margin: 0;
}
main .hirlevel_feliratkozas label{
  width: 25%;
}
main .hirlevel_feliratkozas input{
  height: 25px;
  width: 75%;
}
main .hirlevel_feliratkozas select#hirleveleletkor{
  /* position: absolute;
  left: 75px; */
}
main .hirlevel_feliratkozas .hirlevelszerzfeltBox{
  margin-top: 5px;
}
main .hirlevel_feliratkozas #hirlevelszerzfelt{
  vertical-align: top;
  margin-right: 5px;
  width: auto;
}
main .hirlevel_feliratkozas .hirlevelszerzfeltLabel{
  width: 90%;
	font-size: 13px;
	text-decoration: none;
	color: #212529;
}
main .hirlevel_feliratkozas .hirlevelszerzfeltLabel a{
  width: 90%;
	font-size: 13px;
	text-decoration: underline;
	color: #212529;
}
main .hirlevel_feliratkozas .hirlevelSubmitBox{
	text-align: center;
}
main .hirlevel_feliratkozas .hirlevelSubmitBox input{
  color: #535353;
  background-color: #F2F2F2;
  border: none;
  padding: 5px 20px;
  height: auto;
  margin-top:10px;
  width: 125px;
}


main .kozelgoesemeny{
  display: flex;
  margin-bottom: 30px;
}
main .kozelgoesemenyLeft{
  padding-right: 0px;
  width: 200px;
  height: 150px;
  text-align: center;
  background-color: #FFE061;
  color:#535353;
  padding: 10px;
  position: relative;
}
main .kozelgoesemenyLeft .date_time{
	margin-top: 10px;
	font-weight: 400 !important;
}
main .kozelgoesemenyCenter{
  width: 200px;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}
main .kozelgoesemenyCenter img{
	height: 100%;
}
main .kozelgoesemenyRight{
  padding-left: 0px;
  background-color: #F2F2F2;
  width: calc(100% - 400px);
  height: 150px;
  overflow: hidden;
  position: relative;
}
main .kozelgoesemenyLeft h3{
  font-size: 24px;
  color: #626060;
  font-weight: bold;
	margin-bottom: 0;
	line-height: .9;
}
main .kozelgoesemenyLeft h5{
  font-size: 32px;
  color: #626060;
  font-weight: bold;
}
main .kozelgoesemenyLeft p{
  font-size: 20px;
  color: #626060;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
	line-height: 1.1;
	width: 90%;
}
main .kozelgoesemenyRight{
  padding: 10px;
}
main .kozelgoesemenyRight h3{
  font-size: 18px;
  color: #626060;
  font-weight: bold;
  margin-bottom: 3px;
}
main .kozelgoesemenyRight h5{
  font-size: 16px;
  color: #626060;
  font-weight: normal;
  margin-bottom: 5px;
}
main .kozelgoesemenyRight p{
  font-size: 17px;
  color: #626060;
  font-weight: normal;
  margin-bottom: 0px;
}

main .legfrissebbhir{
  display: flex;
  margin-bottom: 30px;
}
main   .legfrissebbhirLeft{
  padding-right: 0px;
  width: 30%;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}
main .legfrissebbhirRight{
  padding-left: 0px;
  background-color: #F2F2F2;
  width: 70%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
main .legfrissebbhirRight div{
  padding: 5px 10px;
	height: 100%;
}
main .legfrissebbhirRight h3{
  font-size: 22px;
  color: #626060;
  font-weight: bold;
	margin-bottom: 5px;
}
main .legfrissebbhirRight h5{
  font-size: 14px;
  color: #626060;
  font-weight: normal;
	margin-bottom: 10p#;
}
main .legfrissebbhirRight p{
  font-size: 14px;
  color: #626060;
  font-weight: bold;
  /* position: absolute;
  bottom: 5px;
  right: 10px;
  left: 10px; */
  line-height: 1.2;
}

main .legfrissebbhirRight a{
	text-decoration: none;
}

header .right_stuff{
	width: 224px;
}
header .header-main .container{
	width: 800px;
	margin-left: 0;
}
.right_stuff{
	/* float:right; */
	display: flex;
}
.headermenu .right_stuff{
	align-items: center;
}
.headermenu .right_stuff form{
	display: flex;
}
.menu_inner{
	width:1100px;
	margin: 0 auto;
	display: flex;
}
.menu_inner .right_stuff{
	height: 56px;
}
footer{
  padding: 50px 200px;
  background-color: #1F7FCB;
  color:#fff;
	height: 100px;
	width:1100px;
}
footer h3{
  font-size: 18px;
  font-weight: bold;
  margin:0 0 20px 0;
}
footer p a{
  color:#fff;
  text-decoration: none;
}
footer p a:hover{
  color:#fff;
  text-decoration: none;
}
footer .oneCol p{
  margin:0;
}
footer .footer-fb-logo{
  margin-right:20px;
  font-size: 24px;
  margin-top:15px;
  color:#fff;
}
footer .footer-insta-logo{
  font-size: 24px;
  margin-top:15px;
  color:#fff;
}
footer .footer_images{
	display: flex;
	align-items: start;
}
footer .footer_images a{
	padding-right: 10px;
	height: auto;
}
footer .footer_images a img{
	width: auto;
	height: 100px;
}
footer .footer_images a:last-child{
	padding-right: 0px;
}
footer .partnereink_link{
	margin-top: 10px;
}
footer .partnereink_link a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
  font-weight: bold;
}
.container-fluid{
	padding-top: 40px;
  padding-bottom: 25px;
	padding-left: 0px;
  padding-right: 0px;
}
.events .container-fluid{
	padding-top: 10px;
}
.right_column{
	width:250px;
}
.more_event, .more_old_event{
	text-align: center;
  margin-top: 10px;
  color: #535353;
  background-color: #FFE061;
  border: none;
  padding: 5px 20px;
  height: auto;
	width: 300px;
	display: block;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
	font-size: bold;
	cursor: pointer;
}
footer .pncustommenumenu {
	padding: 0px;
	margin:0px;
}
footer .pncustommenumenu li{
	list-style:none;
	padding: 0px;
	margin:0px;
	color:#fff;
}
footer .pncustommenumenu li a{
	color:#fff;
}
footer .pncustommenumenu li a:hover{
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
/* share */

/* share */
.share_cnt{
	width:auto;
	right:0px;
	margin-top:7px;
	float: right;
}
.news_share {
	display:inline-block;
	float:left;
	width:25px;
	height:24px;
	background-image:url("../img/news_share_icons.png");
	margin-right:7px;
	background-position:0px 24px;
    -webkit-transition:background-position .2s ease-in-out;
    -moz-transition:background-position .2s ease-in-out;
    -o-transition:background-position .2s ease-in-out;
    transition:background-position .2s ease-in-out;
	cursor:pointer;
}
.share_cnt .news_share:last-child{
	margin-right:0px !important;
}
.news_share.twitter {
	background-position:-31px 24px;
}
.news_share.linkedin {
	background-position:-62px 24px;
}
.news_share.google {
	background-position:-93px 24px;
}
.news_share.youtube {
	background-position:-124px 24px;
}
.news_share.print {
	background-position:-157px 24px;
}
.news_share.send {
	background-position:-188px 24px;
}

/**/
.news_share.facebook:hover {
	background-position:-0px 0px;
}
.news_share.twitter:hover {
	background-position:-31px 0px;
}
.news_share.linkedin:hover  {
	background-position:-62px 0px;
}
.news_share.google:hover  {
	background-position:-93px 0px;
}
.news_share.youtube:hover  {
	background-position:-124px 0px;
}
.news_share.print:hover  {
	background-position:-157px 0px;
}
.news_share.send:hover  {
	background-position:-188px 0px;
}

.leadimg{
	float: left;
	margin-right: 25px;
}

	section{
		/* width: 1024px; */
		/* padding: 50px 200px; */
		margin: 0 auto
	}
.lapozo a{
	color: #626060;
}

main section{
	margin: 50px auto;
}

footer section{
	width: 1024px;
}

body .contentdiv .contentdiv_inner{
	width: 774px;
}
.backBtn{
	color: #535353;
  background-color: #FFE061;
  border: none;
  padding: 5px 20px;
  height: auto;
  margin-top: 10px;
  width: auto;
}
.backBtn:hover{
	color:#535353;
	text-decoration: none;
}
.scrollToTop{
	cursor:pointer;
}
.bottomContent{
  display: flex;
  justify-content: space-between;
}
.bottomContent.partnerTopBtn{
	margin-top: 30px;
	justify-content: flex-end;
}
.right_column{
	padding-top:50px !important;
	padding-bottom: 50px;
}
.rightside_calendar{
	margin-top: 50px;
}
.videok_section{
	margin: 50px auto 0 auto;
	width: 1024px;
}
.video_container{
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.video_container .video{
	flex: 0 0 33.333333%;
	padding-right: 20px;
	margin-bottom: 50px;
}
.video_container .video:nth-child(3n+3) {
  padding-right: 0px;
}
.video_container .video iframe{
	width: 100%;
	height: 190px;
}
.video_label_container{
	background: #f2f5f9;
	text-align: center;
	position: relative;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 20px;
	color: #1F7FCB;
	height: 160px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 50px;
}
.video_label_container span{
	margin-bottom: 15px;
}
.video_label_container p{
	position: absolute;
  right: 10px;
  bottom: 5px;
  color: #535353;
  font-size: 16px;
}
.galeria_container{
	width: 1024px;
	margin: 0 auto;
}
.galeria_container .galeria{
	display: flex;
	flex-wrap: wrap;
  padding-left: 0;
}
.galeria_container .galeria a .galeria_tile{
	width: 100%;
}
.galeria_container .galeria a{
	flex: 0 0 33.333333%;
	padding-right: 20px;
}
.galeria_container .galeria a:nth-child(3n+3){
	padding-right: 0px;
}
.galeria_container .galeria a .galeria_tile .img{
	width: 100%;
}
.galeria_container .galeria a .galeria_label_container{
	width: 100%;
	line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headermenu.resp_scrolled{
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 0;
}

.galeria a .galeria_tile {
  display: inline-block;
  width: 338px;
  /* margin-right: 60px !important; */
  margin-bottom: 60px !important;
}
.galeria a .galeria_label_container {
	text-align: center;
  height: 120px;
  width: 300px;
  display: table-cell;
  vertical-align: middle;
  background: #f2f5f9;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.galeria a .galeria_label_container .galeria_label {
  display: block;
  text-align: center;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 20px;
  color: #1F7FCB;
}
.galeria a .galeria_tile .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 190px;
  width: 300px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
/* .galeria .galeria_kategoria_intro {
    font-family: 'Roboto Slab';
    font-size: 18px;
    color: #666666;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    display: block;
} */
#gal_sub_img_table {
    text-align: center;
}
#gal_sub_img_table .gals_im_tile {
  display: inline-block;
  margin-bottom: 5px;
  height: 100%;
  width: 250px;
}
.gal_sub_thumb {
  cursor: pointer;
  height: 188px;
  width: 320px;
  width: 100%;
}
.fullscr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
	display: none;
}
.fullscr .closebtn {
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
    width: 32px;
    background: url(/parameters/fitness/templates/img/2015/close-button-large.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10000;
    cursor: pointer;
}
.fullscr .l_arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 15px;
    height: 64px;
    width: 32px;
    background: url(/parameters/fitness/templates/img/2015/left-arrow.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10000;
    cursor: pointer;
    opacity: 0.5;
}
.fullscr .r_arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    height: 64px;
    width: 32px;
    background: url(/parameters/fitness/templates/img/2015/right-arrow.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10000;
    cursor: pointer;
    opacity: 0.5;
}
.fullscr .imagecntr {
    position: fixed;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.fullscr .fullimage {
    max-width: 100%;
    height: auto;
}
.kapcsolatfelvetel_urlap tr td{
	padding-left: 0;
}
.menuHead{
	text-align: center;
  /* cursor: pointer; */
  color: #535353;
  background-color: #F2F2F2;
  border: none;
  padding: 5px 20px;
  height: auto;
  margin-top: 10px;
  width: 125px;
  display: block;
  margin: 0 auto;
}
#audio_list{
	width: 1024px;
  margin: 0 auto;
	margin-bottom: 50px;
}
.kcssz_tortenete{
	margin: 50px auto;
	/* width: 1024px; */
}
.audio_item{
	padding: 20px;
  border-left: 5px solid #FFE061;
}
.audio_title{
	color: #1F7FCB;
}
section.events{
	margin: 50px auto;
}
.cover_news {
  width: 1024px !important;
  margin: 0 auto;
  padding: 0px !important;
}
.freshnews{
	margin-top: 50px;
	margin-bottom: 50px;
}
.audio_search_container{
	width: 1024px;
	margin: 50px auto 20px auto;
}
.audio_search_container input{
	width: 300px;
}
.container-fluid.homepage{
	padding: 50px 0 !important;
	width: 1024px;
}
.container-fluid.homepage.center{
	padding: 0 !important;
	margin-bottom: -30px;
}
#audio_list .audio_pagenumbers{
	color: #212529;
	font-weight: bold;
	font-size: 16px;
}
#audio_list .audio_pagenumbers a{
	font-weight: normal;
	color: #212529;
}
main section.alapszabaly img{
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
.tesztmenu{
	background-color: #FFE061;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.tesztmenu .tesztitem{
	cursor: pointer;
	padding: 6px 15px;
}
.tesztmenu .tesztitem:hover{
	background-color: #ffcd00;
}
footer .container-fluid{
	width: 100%;
}
footer .pncustommenumenu ul{
	padding: 0;
}
footer .oneCol p img{
	width: 100%;
}


.events_rightside_container{
	margin-top: 50px;
	margin-bottom: 50px;
}
.events_rightside_container .col-lg-8{
	display: none;
}
.events_rightside_container .col-lg-4{
	flex: 0 0 100%;
  max-width: 100%;
}
.events_rightside_container .container-fluid.homepage{
	width: 100%;
}
.events_rightside_container .calendar{
	width: 230px;
}
.events_rightside_container .calendar .tbl_cell{
	margin-right: 15px;
}

.events_rightside_container #calendarDiv{
	width: 230px !important;
}


.calendar_container{
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
}
.calendarHeader{
	border: none;
	height: 32px;
	line-height: 32px;
}
.calendarHeader:first-child{
	margin-left: 6px;
}
.calendar .tbl_cell{
	margin-right: 30px;
	margin-bottom: 20px;
}
.calendar .tbl_cell:nth-child(7n){
	margin-right: 0px;
}
.calendar .calendar_container .tbl_cell{
	margin-bottom: 0px;
	margin-right: 0px !important;
}
.calendar #event_prop{
	width: 100%;
	margin-bottom: 15px;
}
.event_prop_label{
	margin-bottom: 3px;
  font-size: 14px;
	color: #ababab;
}
.prevNextBtn{
	border: none !important;
	background-color: transparent !important;
}
.prevNextBtn:focus{
	outline:none !important;
}
#calendarDiv{
	width: 100% !important;
}
#yearSel, #monthSel{
	border: none;
}
#yearSel{
	width: 50px !important;
}

.calendarHeader select{width: 100%}
/* This is to remove the arrow of select element in IE */
.calendarHeader select::-ms-expand {	display: none; }
.calendarHeader select{
    -webkit-appearance: none;
    appearance: none;
}
.pagination{
	justify-content: center;
}
.pagination li{
	margin: 0 5px;
}
.pagination li a{
	color: #626060;
}
.pagination .active{
	text-decoration: underline !important;
}
.hirlevel_sikeres{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0 20px;
}
.hirlevel_sikeres p{
	margin: 0;
	font-size: 24px;
	color: #535353;
	font-weight: bold;
}
.hirlevel_sikeres p:first-child{
	margin-bottom: 20px;
	font-size: 32px;
}
.freshnews_tile{
	display: table-cell !important;
}
.search_btn_eng{
	background-color: #FFE061;
  border: none;
  padding: 5px 20px;
  height: auto;
  margin-top: 10px;
  width: 125px;
	margin-bottom: 50px;
}
.listitem__title{
	font-weight: bold;
  color: #1F7FCB;
  font-size: 20px;
  margin-bottom: 5px;
}
.listitem.ptop{
	margin-bottom: 30px;
}
.listitem__action{
	text-align:right;
	margin-top: 10px;
}
.listitem__action a{
	background-color: #FFE061;
  border: none;
  padding: 5px 20px;
  height: auto;
  margin-top: 10px;
  width: 125px;
  color: #212529;
	text-decoration: none;
}
.kapcsolatszerzfeltBox a{
	color: #212529;
	text-decoration: underline;
}
.eves_beszamolo .freshnews_tile_lead p{
	font-weight: bold;
}
.eves_beszamolo .freshnews_tile_lead p strong{
	font-weight: bold;
}
.form_box{
	display: flex;
	margin: 10px 0;
}
.form_box span{
	width: 70px;
}
.event_image{
	background-repeat: no-repeat;
	background-size: cover;
}
