html, body, #map-canvas {
	margin: 0;
	padding: 0;
	height: 100% !important;
}
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.head_logo {
	margin-left:60px;
	height:95px;
	width:auto;
	margin-top:10px;
	}
.head_logo.cover {
	margin-left:50px;
	height:70px;
	width:auto;
	margin-top:10px;
	}
table, div{
border-collapse:separate;
}
.dev_message{
	position:fixed;
	width:500px;
	height:300px;
	overflow:auto;
	border:1px solid #999;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
	-moz-box-shadow:    0px 0px 30px rgba(0,0,0,.3);
	box-shadow:         0px 0px 30px rgba(0,0,0,.3);
	left:30px;
	top:30px;
	background-color:#fff;
	}


#pnCMSFullDiv{
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,.3);
	box-shadow:         0px 0px 10px rgba(0,0,0,.3);
	height:100% ;
}

#pnCMSFooter{
	left: 0;
	position: absolute !important;
	text-align: center !important;
	vertical-align: top;
	width: 100%;
	display:block !important;
}
#footerCellDiv {
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: left;
}
img{
	border: none;
}
h1, .velemenyek_title{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:40px;
	line-height:140% !important;
	display:block;
	min-height:85px;
	margin-top:0px !important;
	margin-left:20px;
	padding-top:13px !important;
	padding-bottom:13px;
	padding-left:60px;
	padding-right:90px;
	color:#3f3f3f !important;
	text-transform:uppercase;
	text-shadow: 0 2px 2px #fff;
	border:1px solid orange;
	background-color:#f2f2f2;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	border-right:0px
}
.velemenyek_title{
}
.h1_icon{
	width:71px;
	height:87px;
	position:absolute;
	margin-left:-6px;
	margin-top:0px;
	background-repeat:no-repeat;
}
h3{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:32px;
	display:block;
	height:56px;
	padding-left:20px;
	padding-top:9px;
	margin-top:20px !important;
	margin-bottom:30px;
	margin-left:90px;
	text-transform:uppercase;
	color:#3f3f3f !important;
	text-shadow: 0 2px 2px #fff;
	
	border:1px solid orange;
	background-color:#f2f2f2;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	-webkit-box-shadow: 0px 0px 3px rgba(252,171,78,0.6);
	-moz-box-shadow:    0px 0px 3px rgba(252,171,78,0.6);
	box-shadow:         0px 0px 3px rgba(252,171,78,0.6);
	border-right:0px;
	
}
.h3_icon{
	width:49px;
	height:59px;
	position:absolute;
	margin-left:75px;
	margin-top:-1px;
	background-repeat:no-repeat;
}
strong, b{
	font-weight:bold;
}

#pnCMSMain > div.disp_content_text  p, #pnCMSMain > div.disp_content_text > ul, #pnCMSMain > .disp_content_text ol{
	padding-right:99px;
}
#pnCMSMain .cover_cnt  div.disp_content_text p, #pnCMSMain .cover_cnt div.disp_content_text ul, #pnCMSMain .cover_cnt div.disp_content_text ol, #pnCMSMain .cover_cnt div.disp_content_text table{
	margin-right:0px !important;
}
#pnCMSMain > .disp_content_text table td p {
	padding-right:0px;
	margin-right:0px;
}
#pnCMSMain {
	padding-bottom:40px;
}

#cover_logo{
	margin-left:96px !important;
	margin-top:16px !important;
	position:absolute;
	z-index:20
}
.bg_line{
	height:3px;
	background-color:#62ae43;
	position:absolute;
	top:0px;
	width:648px;
	margin-left:347px;
}

.capital{
	text-transform:uppercase;
}
.cover_title1{
	height:42px;
	background-image:url("img/cover_title_bg.gif");
	background-repeat:no-repeat;
	background-position:top right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:26px;
	color:#707070;
	text-transform: uppercase;
}

.cover_title1 span{
	display:block;
	padding-top:7px !important;
	padding-left:7px;
}
.cover_title1 a {
	color:inherit;
	text-decoration:inherit;
}



.cover_list_cnt ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.cover_list_cnt ol > li {
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:18px;
	color:#333333;
	text-transform: uppercase;
    position:relative; /* Create a positioning context */
    margin:0 0 0px 55px; /* Give each list item a left margin to make room for the numbers */
    padding:0px 10px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
	margin-bottom:20px;
}
.cover_list_cnt ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-35px;
    width:26px;
	height:26px;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding-top:5px;
    color:#fff;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
    text-align:center;
	background-image:url('img/cover_list_bg.png');
	background-repeat:no-repeat;
	font-size:13px;
}
.cover_list_cnt li ol,
.cover_list_cnt li ul {margin-top:6px;}
.cover_list_cnt ol ol li:last-child {margin-bottom:0;}

.cover_list_cnt a {
	color:inherit;
	text-decoration:none;
}
.cover_list_cnt a:hover{
	text-decoration:underline !important
}
.cover_search_cnt{
	background-image:url("img/cover_title_bg2.gif");
	height:64px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.head_search{
	position:absolute;
	margin-left:670px !important;
	top:50px;
}

.cover_search_cnt input, .head_search input, #frm_searchpage input[type=text], #frm_searchpage select{
	height:32px;
	width:210px;
	border:1px solid #999;
	margin-left:0px;
	margin-top:15px;
	padding-left:10px;
	padding-right:30px;
	font-size:14px;
}
.cover_search_cnt input{
	margin-left:10px}

#frm_searchpage select{
	padding-right:0px;
	margin-top:2px;
}
.cover_search_cnt input:focus, .head_search input:focus, #frm_searchpage input:focus, #frm_searchpage select:focus{
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset    2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  inset        2px 2px 5px rgba(0, 0, 0, 0.3);
	outline: none;
}
.cover_search_cnt .butt, .head_search .butt{
	position:absolute;
	background-image:url("img/search_butt.png");
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	margin-top:23px;
	margin-left:185px;
	cursor:pointer;
}
.cover_search_cnt .butt:hover, .head_search .butt:hover{
	background-position:0px -19px;
}
.cover_tanaraink{
	margin-top:23px !important;
	padding-left:10px !important;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.4));
	box-shadow:         0px 0px 10px rgba(0,0,0,0.4);
	margin-left:3px !important;
	margin-right:7px !important;
	width:225px !important;
	
	
}
.cover_tanaraink a img{
	width:195px;
	height:auto;
	margin-bottom:25px;
    border: none;
	margin-left:5px;
	}

.cover_tanaraink h2{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:26px;
	color:#fd8900;
	text-transform: uppercase;
	text-align:center;
	display:block;
	width:100%;
	background-image:url("img/cover_tan_h2_bg.png");
	background-repeat:no-repeat;
	background-position:185px 15px;
	padding-top:15px !important;
	padding-right:20px !important;
	margin-bottom:13px !important;
}

.cover_tanaraink a {
    color: inherit;
    text-decoration: inherit;
	display:block;
}


.blockNewsTitle{
	color:#fd8900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.blockNewsMore{
	width:139px;
	height:27px;
	display:inline-block;
	background-image:url("img/newsmorebg.png");
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	padding-left:25px;
	padding-top:5px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	text-shadow: 0 1px 1px #fff;
}

.blockNewsMore:hover{
	text-decoration:underline;
}

.clearer{
	clear:both;
}
.coverNews{
	width:320px;
	margin-top:22px;
}
.blockNewsTD{
	border-bottom:1px dashed #999;
	padding-top:15px;
	margin-bottom:10px;
}

.studentlogin_cnt{
	background-image:url("img/hallgatoibg.png");
	background-repeat:no-repeat;
	height:260px;
	width:223px;
	padding-left:42px;
}
.studentlogin_cnt .inner{
	padding-top:130px;
}
.studentlogin_cnt input['type=text']{
	width:140px;
	padding-left:10px;
}
.stud_btn {
	background-image:url("img/hallgatoi_btn_bg.png");
	width:133px;
	height:22px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:25px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
}
.studentlogin_cnt .forgot{
	color:#000;
	font-size:11px;
	text-decoration:none;
	margin-left:20px;
}
.studentlogin_cnt .forgot:hover{
	text-decoration:underline;
}

.cover_fittshop{
	background-image:url("img/cover_title_bg2.gif");
	height:64px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:222px;
	margin-left:10px !important;
	margin-top:25px !important;
	display:inline-block;
	cursor:pointer;
}
.cover_fittshop a{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:30px;
	color:#707070;
	text-transform: uppercase;
	text-decoration:none;
	margin-top:15px !important;
	display:inline-block;
}
.icon_fittshop{
	background-image:url("img/icons/fittshop.png");
	background-repeat:no-repeat;
	width:54px;
	height:67px;
	float:left;
	margin-left:19px !important;
	margin-right:9px !important;
	
}

.icon_fittshop.over{
	background-position:0px -67px;
}

.kepzesek_cnt{
	position:absolute;
	top:370px;
	height:250px;
	width:auto;
	margin-left:75px !important;
	
}
.kepzesek_cnt .kepzes{
	width:197px;
	height:259px;
	background-color:#fff;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.4);
	margin-left:42px !important;
	margin-right:42px !important;
	cursor:pointer;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}
.kepzesek_cnt .kepzes.over{
	-webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 30px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 30px rgba(255, 255, 255, 1);
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.kepzesek_cnt .kepzes .img_kepzes{
	margin-top:10px !important;
	margin-left:8px;
}
.kepzesek_cnt .kepzes h2, .kepzesek_cnt .kepzes h1{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:18px;
	color:#333;
	text-transform: uppercase;
	line-height:130%;
	display:block;
	height:50px;
	text-align:center;
}
.kepzesek_cnt .kepzes h1{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:18px;
	color:#333;
	text-transform: uppercase;
	line-height:130% !important;
	display:block;
	height:50px !important;
	text-align:center;
	border:none !important;
	height:auto !important;
	padding:inherit;
	margin:inherit !important;
	background-color:transparent !important;
	padding-top:10px !important;
	
}
.kepzesek_cnt a{
	color:inherit;
	text-decoration:inherit;
}
.kepzesek_cnt a.more{
	position:absolute;
	margin-left:80px;
	margin-top:-13px
}


/* footer */
.footer_titles div{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:17px;
	color:#707070;
	text-transform: uppercase;
}
.footer_titles .title{
	margin-bottom:30px;
	display:block;
}
.footer_titles img{
	margin-bottom:7px;
	
}


/* social */
.footer_title2{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	color:#333 !important;
	font-size:20px !important;
	text-transform: uppercase;
}
.footer_social_cnt {
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	text-transform: uppercase;
	width:200px;
	margin-top:26px;
}

.footer_social_cnt .icon{
	background-image:url("img/social_icons.png");
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	float:left;
	vertical-align:middle;
	margin-right:7px;
}

.footer_social_cnt > div{
	display:inline-block;
	width:95px;
	font-size:12px;
	color:#333;
	line-height:27px;
	margin-bottom:9px;
	cursor:pointer;
}

.footer_social_cnt .facebook .icon.over {
	background-position:0px -26px;
}
.footer_social_cnt .google .icon {
	background-position:-78px 0px;
}
.footer_social_cnt .google .icon.over {
	background-position:-78px -26px;
}
.footer_social_cnt .linkedin .icon {
	background-position:-26px 0px;
}
.footer_social_cnt .linkedin .icon.over {
	background-position:-26px -26px;
}
.footer_social_cnt .foursquare .icon {
	background-position:-104px 0px;
}
.footer_social_cnt .foursquare .icon.over {
	background-position:-104px -26px;
}
.footer_social_cnt .youtube .icon {
	background-position:-52px 0px;
}
.footer_social_cnt .youtube .icon.over {
	background-position:-52px -26px;
}
.footer_social_cnt .placeholder .icon {
	background-image:none !important;
	cursor:default !important
}
.footer_social_cnt .placeholder {
	cursor:default !important
}

.footer_links{
	text-align:center;
	margin-top:30px;
	display:none
}
.footer_links a{
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:none !important;
	text-decoration:none;
}
.footer_links a:hover{
	text-decoration:underline;
}

#pnCMSFooter .cim_text, #pnCMSFooter .copy{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
	text-transform: none !important;
}

#pnCMSFooter .cim_text .insert{
	padding-left:35px;
}

.nl_reg_cnt{
	background-color:#ffe066;
	border:1px solid #dcbc43;
	width:312px;
	height:150px;
}
.nl_reg_cnt .inner{
	margin-left:48px;
	margin-top:20px;
}
.nl_reg_cnt .inner .inp input[type=text]{
	width:208px;
}

.btn_nl_reg{
	width:164px;
	height:28px;
	display:inline-block;
	background-image:url("img/nl_reg_btn_bg.png");
	background-repeat:no-repeat;
	background-position:0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	padding-left:25px;
	padding-top:5px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	text-shadow: 0 1px 1px #fff;
	background-color:transparent;
	border:none;
	cursor:pointer;
	float:right;
	margin-right:3px;
}

.nl_reg_cnt .unsub{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:13px;
	text-transform:none !important;
	display:inline-block;
	margin-top:15px;
	cursor:pointer;
}
.nl_reg_cnt .unsub:hover{
	text-decoration:underline;
}



/* topmenu */
.pncustommenumenu_site_headermenu2013{
	z-index:500;
	position:absolute;
	width:915px;
	text-align:right;
}
.pncustommenumenu_site_headermenu2013 .menuitem{
	display:inline-block;
	padding-left:6px;
	padding-right:6px;
	height:48px;
	margin-top:3px;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
.pncustommenumenu_site_headermenu2013 .menuitem .hover{
	color:#ffa513;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

.pncustommenumenu_site_headermenu2013 .menuitem.active{
    background-image: url("img/headermenuactivebg.png");
    background-position: top left;
    background-repeat: repeat-x;
	background-color: #FF831B;
	color: #FFFFFF;
}
.pncustommenumenu_site_headermenu2013 .menuitem.act_submenu{
	border-left:5px solid #eee;
	padding-left:1px;
}
.pncustommenumenu_site_headermenu2013 a{
	color:inherit;
	text-decoration:inherit;
	line-height:0px;
	font-family: 'OfficinaSansITCPro-Book', "Impact" !important;
	font-weight:normal !important;
	font-size:13px;
	color:#666;
	text-transform: uppercase;
	margin-top:24px;
	display:inline-block;
}


.headermenu2013_submenu{
	display:none;
	position:absolute;
	z-index:500;
	padding-left:1px !important;
	border-left:5px solid #eee;
}
.headermenu2013_submenu div{
	padding:3px;
	width:100%;
	border-bottom:1px solid #eee;
}
.headermenu2013_submenu div a{
	color:#666;
	text-decoration:none;
}



/* inside pages */

.head_img_cnt{
	width:820px;
	height:210px;
	margin-left:85px !important;
	position:absolute;
	top:114px;
	
	background-color:#fff;	
}
.head_kepz_btn_cnt{
	position:absolute;
	top:340px;
	margin-left:69px !important;
}

.head_kepz_btn{
	width:268px;
	height:88px;
	background-image:url("img/head_kepz_btn_bg.png");
	background-repeat:no-repeat;
	display:table;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;				
}
.head_kepz_btn_s{
	width:268px;
	height:88px;
	float:left;
	margin-right:28px;
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.head_kepz_btn_s.over{
	-webkit-box-shadow:  0px 0px 12px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow:  0px 0px 12px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 0px 12px 0px rgba(0, 0, 0, .5);	
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.head_kepz_btn .spacer{
	display: table-cell; 
	width:14px;
}

.head_kepz_btn .icon{
	width:64px;
	height:87px;
	background-image:url("img/head_kepz_icon.png");
	display: table-cell; 
	vertical-align: middle;
}
.head_kepz_btn .icon.szakmai{
	background-position:-64px 0px;
}
.head_kepz_btn .icon.szabad{
	background-position:-129px 0px;
}

.head_kepz_btn .label {
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:20px;
	color:#707070;
	padding-left:22px !important;
	display: table-cell; vertical-align: middle;
}
.head_kepz_btn .label a{
	color:inherit;
	text-decoration:inherit;
}
.kepzes_label_new{
	position:absolute;
	background-image:url("img/icons/kepzes-uj.png");
	width:55px;
	height:52px;
	margin-left:209px;
	margin-top:31px;
	pointer-events:none;
	
}

.main_kepz_cnt {
    overflow: hidden;
}

.main_kepz_btn_outer{
	display:inline-block;
	margin-right:27px;
	height:auto;
	min-height: 150px;
	margin-bottom:15px;
	vertical-align: top;
}

.main_kepz_btn{
	background-image:url("img/main_kepz_btn_bg.gif");
	background-repeat:repeat-x;
	border:1px solid #93918e;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;	
	width:264px;
	height:84px;
	display:table;
	margin-bottom:10px;
	cursor:pointer;
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;				
}
.main_kepz_btn_s{
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main_kepz_btn_s.over{
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);	
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main_kepz_btn .icon{
	width:87px;
	height:83px;
	display:table-cell;
	background-position:11px center;
	background-repeat:no-repeat;
}
.main_kepz_btn .icon.aerobic{
	background-image:url("img/icons/aerobic.png");
} 
.main_kepz_btn .icon.aerobic_tanc{
	background-image:url("img/icons/aerobic_tanc.png");
} 
.main_kepz_btn .icon.csop_fit_instruktor{
	background-image:url("img/icons/csop_fit_instruktor.png");
} 
.main_kepz_btn .icon.fit_instruktor{
	background-image:url("img/icons/fit_instruktor.png");
} 
.main_kepz_btn .icon.szemelyi_edzo{
	background-image:url("img/icons/szemelyi_edzo.png");
} 
.main_kepz_btn .icon.testepites{
	background-image:url("img/icons/testepites.png");
} 
.main_kepz_btn .icon.tanc_instruktor{
	background-image:url("img/icons/tanc_instruktor.png");
} 
.main_kepz_btn .icon.fit_asszisztens{
	background-image:url("img/icons/fit_asszisztens.png");
} 
.main_kepz_btn .icon.sportszervezo{
	background-image:url("img/icons/sportszervezo.png");
} 
.main_kepz_btn .icon.uszo_oktato{
	background-image:url("img/icons/uszo_oktato.png");
} 
.main_kepz_btn .icon.aqua_trainer{
	background-image:url("img/icons/aqua_trainer.png");
} 
.main_kepz_btn .icon.kajak_kenu{
	background-image:url("img/icons/kajak_kenu.png");
} 
.main_kepz_btn .icon.tenisz{
	background-image:url("img/icons/tenisz.png");
} 
.main_kepz_btn .icon.si{
	background-image:url("img/icons/si.png");
} 
.main_kepz_btn .icon.judo{
	background-image:url("img/icons/judo.png");
} 
.main_kepz_btn .icon.teleszel{
	background-image:url("img/icons/teleszel.png");
} 
.main_kepz_btn .icon.egeszseges_taplalkozas{
	background-image:url("img/icons/egeszseges_taplalkozas.png");
} 


.main_kepz_btn .label{
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	color:#333333;
	text-transform: uppercase;
}
.main_kepz_btn .label a{
	color:inherit;
	text-decoration:inherit;
}

.kepzes_baljobb_cnt {
    overflow: hidden;
}

.kepzes_bal_side {
    width: 410px;
    float: left;
}
.kepzespage_block table{
	border-spacing:0px;
	border:none !important;
	border-collapse:collapse;
}
.kepzespage_block table td{
	padding:5px !important;
	/*vertical-align:top !important;*/
}
.kepzes_jobb_side {
    margin-left: 440px;
    width: 370px;
}

.kepzespage_block table {
	border-top:1px solid #000 !important;
	border-left:1px solid #000 !important;
}
.kepzespage_block table td{
	border-bottom:1px solid #000 !important;
	border-right: 1px solid #000 !important;
}

.kepzes_melyiket{
	background-color:#f2f2f2;
	border:1px solid #333;
}
.kepzes_melyiket h2 {
    margin: 0px;
	font-size:35px;
	height:61px;
	overflow: hidden;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	color:#333;
	text-align:center;
	white-space: nowrap;
	text-shadow: 0 2px 2px #fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=45);
	text-transform:uppercase;
	background-image:url("img/kepzes_melyiket_bg.gif");
	background-repeat:repeat-x;
	background-position:top;
}

.kepzes_melyiket h2>.inner {
    display: block;
    margin: 20px 0px !important;
}

.kepzes_melyiket_content {
    margin: 4px 15px 20px 15px;
}

.btn_jelentkezem, .btn_kapcsolat{
	background-repeat:repeat-x;
	height:60px;
	width: 181px;
	border: 1px solid #ffa63d;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:18px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	color:#333;
	text-align:center;
	text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
	cursor:pointer;
}

.btn_jelentkezem.over, .btn_kapcsolat.over{
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);	
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn_jelentkezem{
	background-image:url("img/btn_jelentkezem_bg.gif");
	float:left;	
	margin-right: 3px;
	padding-top:9px;
}

.btn_kapcsolat{
	background-image:url("img/btn_kapcsolat_bg.gif");
	line-height:58px;
}


.kepzes_jobb_lista{
	border:1px solid #333;
	background-color:#fff9e1;
	background-repeat:repeat-x;
	background-position:top;
	margin-top:18px !important;
	width:365px !important;
}
.kepzes_jobb_lista h2 {
	font-size:16px;
	overflow: hidden;
	text-align:center;
	margin: 0px;
	box-sizing: border-box;
	height: 75px !important;
	line-height: 75px;
	padding: 0px 7px;
	background-image:url("img/kepzes_jobb_lista_bg.gif") !important;
}
.kepzes_jobb_lista h2>.inner {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
}
.kepzes_jobb_lista h2>.inner:before {
    height: 75px;
    vertical-align: middle;
}
.kepzes_jobb_lista_content{
    margin: 4px 15px 20px 15px;
}
.kepzes_jobb_lista ul, .kepzes_description ul{
	padding:20px;
	padding-right:0px;
}
.kepzes_jobb_lista  li, .kepzes_description li{
	list-style-image:url("img/kepzes_li_img.png");
	margin-bottom:0px;
	padding:4px;
}
.kepzes_jobb_lista  li:nth-child(odd),  .kepzes_description li:nth-child(odd){
	background-color:#e5fab4
}
.kepzes_description {
	margin-top:35px !important;
}

.kepzespage_block {
    
}

.kepzespage_block_title {
    
}

.kepzespage_block_title a {
    display: block;
    background-color: #F2F2F2;
    padding: 7px 10px;
    outline: none;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.kepzespage_block_content {

}

.kepzespage_block_content ul {
    
}

.kepzespage_block_content ul li {
    list-style-image: url('img/li_green.png');
	margin-bottom:5px
}

.kepzespage_block_arrow {
    float: right;
    display: block;
    width: 12px;
    height: 14px;
    background-image: url("img/kepz_lenyilo_arrow.png");
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.toggler_off .kepzespage_block_arrow {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.toggler_inited .kepzespage_block_arrow {
    transition: transform ease 0.5s, -ms-transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
}

.kepzespage_block_arrow>.inner {
    
}


/* kepzes lenyilo */
.kepzes_lenyilo{
	height:35px;
	overflow:hidden;
	margin-bottom:10px !important;
}

.kepzes_lenyilo .kepzes_lenyilo_title {
	background-color:#f2f2f2;
	display:block;
	height:33px;
	padding-left:10px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	margin:0px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	overflow:hidden;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;				
}

.kepzes_lenyilo .arrow, .allas_feladas_cnt .arrow{
	width:12px;
	height:14px;
	background-image:url("img/kepz_lenyilo_arrow.png");
	background-repeat:no-repeat;
	position:absolute;
	margin-left:390px;
	margin-top:10px;
	pointer-events: none;
}

/* miert mi lenyilo */
.miertmi_lenyilo{
	height:35px;
	overflow:hidden;
	margin-bottom:10px !important;
	margin-left:70px !important;
	margin-right:100px !important;
}

.miertmi_lenyilo .lenyilo_title {
	background-color:#ff8a00;
	display:block;
	height:36px;
	padding-left:10px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	overflow:hidden;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform:uppercase;				
}
.miertmi_lenyilo p{
	margin-left:30px !important;
	margin-right:30px !important;
	}
.miertmi_lenyilo .arrow{
	width:12px;
	height:14px;
	background-image:url("img/white_lenyilo_arrow.png");
	background-repeat:no-repeat;
	position:absolute;
	margin-left:710px;
	margin-top:10px;
	pointer-events: none;
}




.allas_feladas_cnt .arrow{
	margin-left:700px
}

.kepzes_lenyilo .arrow.opened{
	background-position:0px -14px;
}

.red_alert{
	background-image:url("img/icons/alert.png");
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:15px;
	min-height:72px;
	display:block;
}

.kepzes_lenyilo li{
	list-style-image: url('img/li_green.png');
	margin-bottom:5px
}





/* news */
.news_cnt{
	width:627px;
	margin-left:110px;	
}
div.news_title{
	background-color:#7bcd4b;
	margin-bottom:0px;
	padding:7px;
}
div.news_title h2{
}
div.news_title a{
	font-size:inherit;
	color:#fff !important;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	display:inline-block;
	width:500px;
	margin-bottom:0px !important;
	text-decoration:none;
	margin-left:7px;
	display:inline-block;
}
.news_date{
	float:right;
	color:#fff;
	margin-right:20px;
	margin-top:2px;
}
.news_lead{
	background-color:#f0ede8;
	border:1px solid #f0ede8;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif !important;
}
.news_lead *{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
}

.news_lead .leadimg{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.stepper_cnt{
	text-align:center;
}
.stepper_cnt>div,.stepper_cnt>a{
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#f0ede8;
	padding:2px;
	margin-right:4px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
.stepper_cnt .page{
	background-color:#7bcd4b;
	color:#fff;
}


/* share icons 24px */
#shareCommon{
	width:24px;
	height:24px;
	background-image:url("img/share/share-icon.png");
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.shareIcon{
	display:inline;
	float:left;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-right:3px;
	cursor:pointer;
	}
.shareIcon.facebook{
	background-image:url("img/share/facebook.png");
	}
.shareIcon.twitter{
	background-image:url("img/share/twitter.png");
	}
.shareIcon.linkedin{
	background-image:url("img/share/linkedin.png");
	}
.shareIcon.blogger{
	background-image:url("img/share/blogger.png");
	}
.shareIcon.google{
	background-image:url("img/share/google.png");
	}
.shareIcon.iwiw{
	background-image:url("img/share/iwiw.png");
	}
.shareIcon.print{
	background-image:url("img/share/print.png");
	}
.shareIcon.email{
	background-image:url("img/share/mail.png");
	}
/* share icons 24px - end */
.velemenyek_title{
	padding-left:83px !important;
}
.velemenyek_title span{
	display:inline;
}
.quot{
	width:28px;
	height:24px;
	position:absolute;
	background-image:url("img/velemenyek_idezo.png");
	background-repeat:no-repeat;
	display:inline;
}
.quot.right{
	margin-left:10px;
	margin-top:5px;
}
.quot.left{
	margin-left:-35px;
	margin-top:30px;
}
ul.velemenyek{
	padding:0px;
	padding-left:50px;
	margin-right:0px !important;
	padding-right:0px !important
}
ul.velemenyek li{
	display:block;
	margin-left:0px;
	padding:15px;
	padding-left:95px;
	padding-right:165px;
	margin-bottom:28px;
	margin-right:0px !important;
	font-size:14px;
	font-style:italic;	
}
ul.velemenyek li strong {
	font-size:16px;
	font-style:normal !important;	
}

ul.velemenyek li:nth-child(odd){
	background-color:#fdead6;
}

ul.velemenyek li:nth-child(even){
	background-color:#ededed;
}
ul.velemenyek li > .decor{
	position:absolute;
	width:42px;
	height:63px;
	background-image:url("img/velemenyek_idezet.png");
	margin-left:-70px;
	margin-top:-23px;
}


/* helyszinek */
.helyszinek_box{
	background-color:#faf6f1;
	background-image:url("img/helyszinek_box_bg.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	width:656px;
	margin-left:110px !important;
	border:1px solid #626246;
	padding:15px !important;
	overflow:hidden;
	margin-bottom:30px !important;
}
.btn_helyszinek_kapcs{
	background-image:url("img/helyszinek_btn_kapcs.gif");
	background-repeat:repeat-x;
	border:1px solid #ffa63e;
	width:220px;
	display:inline-block;
	padding:9px;
	text-align:center;
	font-size:18px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	-webkit-transition: box-shadow 0.3s linear;
    -o-transition: box-shadow 0.3s linear;
    -moz-transition: box-shadow 0.3s linear;
    -ms-transition: box-shadow 0.3s linear;
    -kthtml-transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;	
}
.btn_helyszinek_kapcs:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
	background-position:0px -39px;
	-webkit-transition: box-shadow 0.3s linear;
    -o-transition: box-shadow 0.3s linear;
    -moz-transition: box-shadow 0.3s linear;
    -ms-transition: box-shadow 0.3s linear;
    -kthtml-transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;	
}

#map_cnt{
	height:440px;
	width:656px;
	border:1px solid #626246;
	margin-left:110px !important;
	margin-bottom:30px;
	background-color:#fff;
}
#map-canvas.full{
	position:absolute;
	left:0px !important; 
	width:100% !important; 
	height:100% !important; 
}

#map-canvas{
	height:100%;
	width:100%;
}
.street_image{
	width:120px;
	height:90px;
	float:left;
	margin-right:10px;
}
.infowindow_in{
	width:360px;
}

.place_row p{
	margin:0px;
	margin-bottom:4px;
}
.btn_full{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;				
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #717B87;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 13px;
    min-width: 46px;
    overflow: hidden;
    padding: 1px 6px;
    text-align: center;
	position:absolute; 
	z-index:500; 
	right:140px;
	top:5px;	
	cursor:pointer;
}
.kapcsolat_left{
	margin-left:80px !important;
}

.kapcsolat_left p {
	margin-left:0px !important;
	margin-right:0px !important;
}

.kapcsolat_munkatarsak{
	width:151px;
	min-height:250px;
	border:1px solid #999;
	background-color:#f4f0eb;
	display:inline-block;
/*	float:left; */
	margin-right:43px !important;
	margin-bottom:20px !important;
}
/*div.kapcsolat_munkatarsak:first-child{
	margin-left:140px !important;
	border:1px solid red !important
}*/

.objecteditor_item div.kapcsolat_munkatarsak:first-child{
	margin-left:10px !important;	
}


.kapcsolat_munkatarsak *{
	margin-left:0px !important;
	margin-right:0px !important;
	text-align:center;
	line-height:150% !important;
}
.kapcsolat_munkatarsak [data-pnfileid] {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 6px rgba(0, 0, 0, 0.6);
	margin-top:12px;
}

/* tanarok */
.tanarok_type_cnt {
    margin-bottom: 30px;
}

.tanarok_type_header {
    font-size: 35px;
    padding-top: 12px;
    padding-right: 0px;
    overflow: hidden;
}

.tanarok_type_arrow_cnt {
    outline: none;
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    margin: 15px;
    margin-right: 30px;
}

.tanarok_type_arrow_cnt.toggler_inited .tanarok_type_arrow {
    transition: transform ease 0.5s, -ms-transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
}

.tanarok_type_arrow {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("img/tanarok_type_arrow.png");
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.tanarok_type_arrow_cnt.toggler_off .tanarok_type_arrow {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.tanarok_typecontent_cnt {
    overflow: hidden;
    margin-left: 40px;
}

.tanarok_typecontent_cnt h2 {
    margin-top: 20px;
    font-size: 25px;
	font-family: 'OfficinaSansITCPro-Book', Arial, sans-serif !important;
	text-transform: uppercase;
}

.tanarok_kepzesoszlopok_cnt {
    width: 800px;
    overflow: hidden;
    white-space: nowrap;
}

.tanarok_kepzesoszlop_cnt {
    width: 380px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
}

.tanarok_kepzes_cnt {
	margin-bottom:8px;
	overflow: hidden;
}

.tanarok_kepzes_cnt .titlebar{
	position: relative;
	height:34px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	text-transform:uppercase;
	font-size:22px;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;				
}
.tanarok_kepzes_cnt .titlebar a.tanarok_kepzes_toggler {
    display: block;
    height: 34px;
    outline: none;
    text-decoration: none;
}
.tanarok_kepzes_name {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
}
.tanarok_kepzes_arrow {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 17px;
    height: 19px;
    background-image: url("img/arrow_tanarok.png");
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.toggler_off .tanarok_kepzes_arrow {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.toggler_inited .tanarok_kepzes_arrow {
    transition: transform ease 0.5s, -ms-transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
}
.tanar_cnt {
	margin-left:20px;
}
h2.kepz_tanarok{
	background-color:#f5ec65;
	font-size:40px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	text-transform:uppercase;
	display:block;
	line-height:normal;
	padding:7px;
	padding-left:34px;
	margin-bottom:0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tanarok_tanar{
	position: relative;
	width:151px;
	height:253px;
	border:1px solid #999;
	background-color:#f3f0eb;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	margin-left:7px;
	margin-right:7px;
}
.tanarok_tanar.block{
    overflow: hidden;
	background-color:#fff !important;
	width:110px !important;
	height:190px;
	border:none;
}

.tanarok_tanar .color{
	display:inline-block;
	width:17px;
	height:17px;
}
.tanarok_tanar a{
	display:block;
	text-decoration:inherit;
	font-family:inherit;
	color:inherit;
}
.tanarok_tanar img{
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 7px rgba(0, 0, 0, 0.4);
	margin-left:27px;
	margin-top:16px;
	width:97px;

}
.tanarok_tanar.block img{
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	margin-left:5px;
	margin-top:0px;
}

.tanarok_tanar .name{
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}

.tanarok_tanar .color_cnt{
	margin-left:27px;
	margin-top:10px;
}
.tanarok_tanar.block .color_cnt{
	margin-top:0px !important;
	margin-left:5px;
}

.tanarok_tanar .szak{
	padding:3px;
	text-align:center;
	margin-top:5px;
}

.tanarok_tanar .btn{
	margin-top:195px;
	position:absolute;
	background-image:url("img/btn_tanar_rolam_bg.png");
	background-repeat:no-repeat;
	height:36px;
	width:108px;
	background-position:left;
	text-align:top center ;
	font-size:16px;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	color:#333;
	text-transform:uppercase;
	margin-left:22px;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	
	
}
.tanarok_tanar .btn.elm{
	display:inline-block !important;
}
	
.tanarok_tanar .btn span{
	margin-top:9px;
	padding-left:40px;
	display:inline-block;
}

.tanarok_tanar .btn:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

.arrow_tanarok{
	width:17px;
	height:19px;
	background-image:url("img/arrow_tanarok.png");
	background-repeat:no-repeat;
	float: right;
	margin: 5px 5px;
	pointer-events: none;
}


/* tanar page */

.tan_tanar_cnt{
	margin-left:25px;
}
.tan_h1_backlink{
	text-indent:-500px;
	overflow:hidden;
	position:absolute;
	display:inline-block;
	width:89px;
	height:78px;
	background-image:url("img/btn_h1_vissza.png");
	margin-top:3px;
	margin-left:780px;
	
}

.tan_tanar_cnt .left{
	float:left;
	width:200px;
}
.tan_tanar_cnt .left .wm{
	background-image:url("../modules/Tanarok/documents/tanarok/watermark.png");
	background-repeat:no-repeat;
	width:40px;
	height:33px;
	position:absolute;
	z-index:50;
	margin-top:140px;
	margin-left:140px;
}
.tan_tanar_cnt .left>img{
	border:1px solid #ff9112;
	margin-left:10px;
}
.tan_tanar_cnt .kepzesek{
	text-align:center;
	margin-top:20px;
}
.tan_tanar_cnt .kepzesek>.kepzes{
	width:60px;
	display:inline-block;
	margin-right:7px;
	font-size:10px;
	color:#333;
}

.tan_tanar_cnt .right{
	width:480px;
	margin-left:55px;
	float:left
}
.tan_tanar_cnt .right .lead{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.tan_tanar_cnt .right .bemut_title{
	font-size:14px;
	font-weight:bold;
}


/* kedvezmenyek page */
.kedvezmenyek_cnt td {
	height:142px;
	padding:0px;
}
.kedvezmenyek_cnt tr>td:first-child{
	border-right:1px dashed #bcb9b5;
}
.kedvezmenyek_cnt sub{
	font-size:12px !important;
	vertical-align:baseline !important
}
.kedv_left_bg{
	height:142px;
	width:313px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.kedv_left_bg p{
	font-family: 'OfficinaSansITCPro-Bold', Arial !important;
	font-weight:normal !important;
	color:#333;
	font-size:32px;
	padding-top:30px !important;
	padding-left:30px;
}

.kedv_left_bg p sub{
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:18px !important;
}

.kedv_left_bg.bg1{
	background-image:url("img/kepzesek_decor_1.png");
}
.kedv_left_bg.bg1 p{
	color:#fff !important;
}
.kedv_left_bg.bg2{
	background-image:url("img/kepzesek_decor_2.png");
}
.kedv_left_bg.bg3 p{
	color:#fff !important;
}
.kedv_left_bg.bg3{
	background-image:url("img/kepzesek_decor_3.png");
}
.kedv_left_bg.bg4{
	background-image:url("img/kepzesek_decor_4.png");
}
.kedv_left_bg.bg4 p{
	color:#fff !important;
}
.kedvezmenyek_cnt tr>td{
	vertical-align:middle !important;	
}
.kedvezmenyek_cnt tr>td:last-child ul{
	list-style-image: url('img/li_green.png');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	width:370px;
	padding-top:20px;
	padding-bottom:4px !important;
}
.kedvezmenyek_cnt tr>td:last-child li{
	margin-bottom:20px;
	padding-left:6px;
}


/* Allas hirdetesek */
.allas_feladas_cnt{
	width:740px;
	margin-left:60px;
	background-color:#fff6e4;
	display:block;
	height:32px;
	overflow:hidden;
}

.allas_feladas_cnt .arrow{
}

.allas_feladas{
-webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset    2px 2px 6px rgba(0, 0, 0, 0.3);
box-shadow:  inset        2px 2px 6px rgba(0, 0, 0, 0.3);
padding-top:15px;
	
}

.allas_kinal_title, .allas_keres_title{
	background-image:url("img/h2_bg_kinal.png");
	background-repeat:repeat-x;
	height:36px;
	display:block;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	font-size:24px !important;
	color:#005900;
	padding-top:10px !important;
	text-transform:uppercase;
	padding-left:40px !important;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left:60px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
.allas_kinal_title .icon_h2_kinal, .allas_keres_title .icon_h2_keres{
	width:20px;
	height:30px;
	background-image:url("img/icons/h2_allas_kinal.png");
	background-repeat:no-repeat;
	float:left;
	display:inline-block;
	position:absolute;
	margin-top:-6px;
	margin-left:-30px;
}
.allas_keres_title{
	background-image:url("img/h2_bg_keres.png");
}
.allas_keres_title .icon_h2_keres{
	background-image:url("img/icons/h2_allas_keres.png");
	margin-top:-4px;
}
.allas_feladas_title{
	background-image:url("img/allas_felad_title_bg.png");
	height:32px;
	padding:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.allas_feladas_title a{
	text-decoration:none;
	color:inherit;
}

.tbl_ftm_allas_felad td{
	padding:3px !important;
	border-spacing:0px;
	vertical-align:top;
}
.allas_btn_submit{
	background-image:url("img/allas_send_bg.png");
	height:28px;
	width:100%;
	border:none;
	padding:2px;
	line-height:1px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}
.allas_btn_submit:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	

}

.allas_hird_table{
	border-spacing:0px;
	width:740px;
	margin-left:60px;
	background-color:#f0ede7;
	
}
.allas_hird_table tr:first-child{
	height:30px;
	background-image:url("img/allas_hird_title_bg.png");
	background-repeat:repeat-x;
	text-shadow: 1px 1px 1px #fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=45);
}
.allas_hird_table tr:last-child td{
	padding-bottom:20px;
}
.allas_hird_table td{
	padding:7px;
	font-weight:bold;
}
.allas_hird_table td.date, .allas_hird_table td.text {
	font-weight:normal !important;
}
.allas_hird_table td.text {
	padding:12px;
}
.allas_hird_table td.date{
	text-align:right;
}
.allas_hird_table tr td:first-child{
	padding-left:45px;
}
.allas_hird_table tr td:last-child{
	padding-right:35px;
}

.allas_kereso_table{
	width:740px;
	margin-left:60px;
}

.keres_mod_butt{
	text-decoration:none !important;
	position:absolute;
	margin-top:-50px;
	margin-left:660px;
	padding:4px;
	width:140px;
	height:25px;
	background-image:url("img/allas_felad_title_bg.png");
	background-repeat:repeat-x;
	color:#333;
	font-weight:bold;
	text-align:center;
}

.allas_buttons{
	text-align:center;
	width:740px;
	margin-left:60px;
}
.allas_buttons .allas_btn_submit{
	width:120px; 
	height:25px; 
	display:inline-block; 
	padding:5px;
	margin-right:30px;
	cursor:pointer;
}
.allas_btn_submit.green{
	background-image:url("img/allas_btn_green_bg.png");
}
.btn_jelentkezem.green{
	background-image:url("img/btn_jelentkezem_green_bg.gif");
	color:#005900;
	text-shadow:1px 1px 1px rgba(255,255,255,.5);
	border-color:#090;
}

.allas_stepper{
	margin:0 auto;
}
.allas_stepper td{
	width:20px;
	height:20px;
	background-color:#eee;
	text-align:center;
	font-weight:bold;
}

/* gallery */
.gal_topcat_cnt{
	margin-left:40px;
}
.gal_right{
	display:table-cell;
	width:250px;
}
.gal_right p{
	margin:0px;
}

.gal_topcat_title{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	letter-spacing:0px;
	display:block;
	font-size:14px;
}
.gal_topcat_title a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.gal_topcat_outer{
	display:table;
	margin-bottom:15px;
	width:750px;;
}
.gal_topcat_img_outer{
	float:left;
	display:table-cell;
	width:220px;
	height:122px;
}
.gal_topcat_img_outer .icon, .gal_topcat_video_outer .icon, .gal_topcat_video_outer_sub .icon{
	position:absolute;
	display:inline-block;
	width:28px;
	height:28px;
	margin-left:188px;
	margin-top:90px;
	background-image:url("img/gal_icon_img_vid.gif");
	background-repeat:no-repeat;
	z-index:50;
	pointer-events:none;
}
.gal_topcat_img_outer .icon.img{
	background-position:-28px;
}

.gal_topcat_video_outer .icon.vid{
	display:none
}

.gal_topcat_img_outer a{
	display:inline-block;
	width:220px;
	height:122px;
	border:1px solid #ff8f00;
	background-position:center center;
	}

#gal_sub_bott_right{
	display:none;
	width:393px;
	text-align:right;
}

.gal_topcat_video_outer{
	display:none;
}
.gal_topcat_video_outer_sub{
	margin-left:15px;
}
.gal_topcat_video_outer_sub a{
	display:block;
	height:122px;
	width:220px;
	border:1px solid #ff8f00;
	background-position:center center;
	background-size:220px
}

.gal_topcat_video_outer a{
	display:inline-block;
	height:122px;
	border:1px solid #ff8f00;
	background-position:center center;
	margin-right:20px;
	background-size:220px
	}

.gal_topcat_video_outer.visible{
	display:table-cell;
	height:122px;
}
.gal_topcat_img_outer img{
}

.gal_btn_view{
	background-image:url("img/allas_felad_title_bg.png");
	background-repeat:repeat-x;
	border:1px solid #ff8f00;
	padding:5px;
	margin-left:7px;
	color:#333;
	width:180px;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	text-decoration:none;
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
	font-weight:normal !important;
	text-transform:uppercase;
	font-size:16px;
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gal_btn_view:hover{
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);	
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
h2.gal_subtitle{
	background-image:url("img/gal_subtitle_bg.gif");
	background-repeat:repeat-x;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold !important;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:9px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-right:100px;
	text-shadow:1px 1px rgba(255,255,255,.5);
}
.gal_sub_cnt{
	width:780px;
	height:400px;
	display:block;
	margin-left:40px;
	border:1px solid #ff8f00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#f2f2f2;
}
#gal_sub_big_img_cnt_outer{
	width:488px;
	display:inline-block;
	float:left;
	margin-top:12px ;
	margin-left:21px;
	margin-right:70px;
	padding:0px;
}
#gal_sub_big_img_cnt{
	width:488px;
	height:347px;
	background-color:#000;
	vertical-align:middle;
	text-align:center;
}

.gal_label{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	-webkit-opacity: 0.0;
	opacity: 0.0;
	display:none; 
	text-align:center; 
	height:0px;
	padding:3px;
	overflow:hidden;
	width:80px;
}
.gal_label a{
	color:#fff; 
	font-family:Verdana, Geneva, sans-serif; 
	font-weight:normal !important; 
	font-size:12px;
}
.imgGallerySubTitle{
	font-size:21px;
	font-family:Verdana, Geneva, sans-serif;
	color:#424242;
	font-weight:lighter;
}
.img_outer{
	display:table;
	height:86px; 
	margin-right:10px; 
	padding:2px; 
	text-align:center;
	width:86px;
	margin-bottom:2px;
}
#gal_sub_img_table{
	display:table; 
	vertical-align:middle; 
	float:left; 
	margin-top:12px;
	width:185px;
}
#gal_sub_img_table img{
	margin:2px;
	margin-right:10px;
	margin-bottom:5px;
	cursor:pointer;
}
#gal_thumb_cnt .loading{
	background-image:url("img/ajax-loader.gif");
	width:32px;
	height:32px;
	position:absolute;
	margin-left:650px;
	margin-top:160px;
	z-index:100;
	display:none;
}

.gal_bigimg_table{
	border-spacing:0px;
	border:0px;
	border-collapse:collapse;
}
.gal_bigimg_table td{
	padding:0px;
}

.gal_sub_thumb{
	width:81px; 
	height:81px;
	background-position:center center;
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gal_sub_image_desc{
	vertical-align:middle;
	color:#333;
	padding:5px !important;
}

.gal_sub_stepper{
	position:absolute;
	margin-top:364px;
	margin-left:580px;
	width:175px;
	text-align:right;
	padding:6px;
	background-color:#fff;
	font-weight:bold;
}
.gal_sub_stepper a{
}

.gal_icon_youtube_mini{
	position:absolute;
	margin-left:53px !important;
	margin-top:53px !important;
	pointer-events:none;
	background-image:url("img/gal_icon_img_vid.gif");
	width:28px;
	height:28px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.7)";
	filter: alpha(opacity=0.7);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

#sub_video{
	text-align:right;
}

.gal_btn_zoom{
	background-image:url("img/gal_btn_zoom.png");
	background-repeat:no-repeat;
	padding:7px;
	padding-left:37px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:4px;
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gal_btn_zoom.over, .gal_sub_thumb.over{
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);	
	-webkit-transition: all 1s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


/* naptar tables */
.naptar{
	margin: 5px auto; width: 340px; border-collapse: collapse; border-width: 1px; border-style: solid; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none;
}

.naptar td p  {
	margin:0px !important;
	text-align:center;
	font-size:11px !important;
}

.naptar td{
border-right-width: 1px; border-right-style: dashed; border-bottom-width: 1px; border-bottom-style: solid; padding: 2px; text-align: center;
	font-size:11px !important;
}

.kpz_category_intro {
    margin: 5px 100px 10px 0px;
}

.kpz_section_header {
	font-family: 'OfficinaSansITCPro-Book', Arial !important;
    height: auto !important;
    padding:  14px 10px 7px 10px !important;
    font-size: 18pt !important;
}

/* hirarchivum */
.newsarchive_outer {
    overflow: hidden;
    position: relative;
}

.newsarchive_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 80px;
    background-image: url("/parameters/fitness/templates/img/icons/hirek.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}

.newsarchive_stripe {
    overflow: hidden;
    position: relative;
	height: 80px;
	margin-left: 50px;
    background-color: #56563E;
    background-image: url("img/newsarchivebg.png");
    background-position: top left;
    background-repeat: repeat-y;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.newsarchive_label {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #FFFFFF;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'OfficinaSansITCPro-Book', 'Arial' !important;
}

.newsarchive_contents {
    margin: 10px 0px 0px 240px;
	font-family: 'Tahoma', 'FreeSans', sans-serif !important;
}

.newsarchive_contents>table {
    width: 600px;
    height: 60px;
    border-collapse: collapse;
}

.newsarchive_contents>table>tbody>tr>td {
    vertical-align: middle;
    text-align: left;
    padding: 0px;
}

.newsarchive_item {
    display: inline-block;
    width: 190px;
    height: 20px;
    font-size: 10pt;
}

.newsarchive_item>a {
    color: #FFFFFF;
    text-decoration: none !important;
}

.newsarchive_item>a:hover {
    color: #FFFFCC;
    text-decoration: underline !important;
}

#go2top{
	position:fixed;
	bottom:30px;
	width:58px;
	height:58px;
	background-image:url("img/scroll_to_top.png");
	background-repeat:no-repeat;
	margin-left:850px;
	margin-top:0px;
	z-index:300;
	display:none;
	cursor:pointer;
}
#go2top.gtOver{
	background-position: 0px -58px;
}
.gtShow{
	background-position:0px -35px;;
	cursor:pointer;
}

.pn_logo{
	right:10px;
	bottom:5px;
	position:absolute;	}
