/*
Theme Name: Nagytarcsa
Author: Efrud
Author URI: http://efrud.hu
*/

/*Reset, fix, html block*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
	margin:0; padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size:1em; 
	font-weight:normal; 
	font-style:normal;
}
ul,ol{
	list-style:none;
}
fieldset,img,hr{
	border:none;
}
caption,th{
	text-align:left;
}
table{
	border-collapse:collapse; 
	border-spacing:0;
}
td{
	vertical-align:top;
}
img.centered, .aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
.wp-caption.alignright{
	margin: 0 0 2px 7px;
}
img.alignleft{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption.alignleft{
	margin: 0 7px 2px 0;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
    display:block;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

body{
	background: #fff;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #212121;
}
.container{
	width: 982px;
	margin: 0 auto;
}
.content_container{
	width: 940px;
	margin: 0 auto;
	padding-top: 26px;
}

/*Header*/
header#site_header{
	height: 83px;
	border-top: 6px solid #005a27;
	border-bottom: 1px solid #5a8fb7;
	background: #79a9ce;
}
header#site_header .container{
	position: relative;
}
#logo{
	float: left;
	padding-top: 8px;
	width: 335px;
	height: 102px;
	position: absolute;
	left: 21px;
	z-index: 999;
}
#header_search{
	float: left;
	padding-top: 28px;
	margin-left: 437px;
}
input.search_input{
	float: left;
	background: url(images/input.png) repeat-x;
	border: 1px solid #005ca1;
	width: 198px;
	height: 32px;
	line-height: 32px;
	color: #c4c4c4;
	font-size: 13px;
	padding: 0 10px;
}
.search_button{
	float: left;
	width: 36px;
	height: 34px;
	background: url(images/search_button.png) no-repeat;
	display: block;
	text-decoration: -9999em;
	font-size: 0;
	border:none;
	cursor: pointer;
}
#header_share{
	float: right;
	margin-right: 21px;
	padding-top: 24px;
}
#header_share li{
	float: left;
	margin-right: 10px;
	width: 36px;
	height: 35px;
}
#header_share li:last-child{
	margin-right: 0;
}
#header_share li a{
	display: block;
	width: 36px;
	height: 35px;
	text-indent: -999em;
	background: url(images/header_share.png) no-repeat;
}
#header_share li.lanuage_flags{
	display: block;
	width: 16px;
	height: 12px;
}
#header_share li.lanuage_flags a{
	display: block;
	width: 16px;
	height: 12px;
}
#header_share li.fb a:hover{
	background-position: 0 -39px;
}
#header_share li.youtube a{
	background-position: -46px 0;
}
#header_share li.youtube a:hover{
	background-position: -46px -39px;
}
#header_share li.rss a{
	background-position: -92px 0px;
}
#header_share li.rss a:hover{
	background-position: -92px -39px;
}
#header_share li.lanuage_flags a.hun.active,#header_share li.lanuage_flags a.hun:hover{
	background-position: -143px -40px;
}
#header_share li.lanuage_flags a.hun{
	background-position: -143px -1px;
	margin-top: 1px;
	margin-bottom: 8px;
}
#header_share li.lanuage_flags a.eng.active,#header_share li.lanuage_flags a.eng:hover{
	background-position: -143px -60px;
}
#header_share li.lanuage_flags a.eng{
	background-position: -143px -21px;
}

/*Featured_slider*/
#slides{
	position: relative;
}
#slider_shadow{
	position: absolute;
	z-index: 6;
	height: 14px;
	background: url(images/slider_shadow.png) repeat-x;
	width: 100%;
}
#featured_slider{
	height: 259px;
	background: url(images/featured.png) repeat-x;
	position: relative;
}
#featured_slider .slides_container {
	width:982px;
	display:none;
	margin: 0 auto;
}
#featured_slider .slides_container .slider_item {
	width:982px;
	height:259px;
	display:block;
}
#featured_slider .pagination {
	display: none;
}
#featured_slider a.prev,#featured_slider a.next{
	display: none;
}

/*Site_nav*/
#site_nav{
	height: 41px;
	background: url(images/site_nav.png) repeat-x;
	border-top: 1px solid #cfe3d6;
	border-bottom: 4px solid #005a27;
	font-size: 13px;
	font-weight: bold;
}
ul.dropdown{ 
	position: relative; 
	float: left;
	margin-left: 11px;
}
ul.dropdown li{ 
	float: left; 
	zoom: 1; 
}
ul.dropdown a:hover,ul.dropdown li.hover ul a:hover{ 
	color: #104021;  
	text-shadow: 0 1px 0 #699f82;
}
ul.dropdown a:active{ 
	color: #104021;
	text-shadow: 0 1px 0 #699f82; 
}
ul.dropdown li a{ 
	display: block; 
	padding: 11px 8px;
	color: #feeebc; 
	background: url(images/menu_sep.png) no-repeat right center;
	text-decoration: none;
	text-shadow: 0 1px 0 #325619;
}
ul.dropdown li.current-menu-item ul li a,ul.dropdown li.hover ul a{
	color: #feeebc; 
	text-shadow: 0 1px 0 #325619;
}
ul.dropdown li:last-child a{
	background: none;
}
ul.dropdown li:last-child a{ 
	border-right: none; 
}
ul.dropdown li.hover,
ul.dropdown li:hover{ 
	color: #104021; 
	position: relative; 
}
ul.dropdown li.hover a,ul.dropdown li.current-menu-item a{ 
	color: #104021; 
	text-shadow: 0 1px 0 #699f82;
}
ul.dropdown ul{ 
	width: 280px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 8;
}
ul.dropdown ul li{ 
	font-weight: normal; 
	background: #347e54; 
	color: #feeebc; 
	border-bottom: 1px solid #2e724b; 
	float: none; 
}
ul.dropdown ul li a	{ 
	background: none;
	width: 100%; 
	display: inline-block; 
} 
ul.dropdown ul ul{ 
	left: 100%;
	top: 0; 
}
ul.dropdown li:hover > ul{ 
	visibility: visible; 
}
#high_contrast{
	float: right;
	padding-top: 10px;
	margin-right: 21px;
}

/*Content_left*/
section#content{
	float: left;
	width: 640px;
}

/*Home carousel*/
#featured_carousel{
	height: 230px;
	position: relative;
}
.carousel_image{
	width: 300px;
	height: 225px;
	float: left;
}
.carousel_description{
	float: right;
	width: 328px;
}
.carousel_description p{
	line-height: 18px;
	margin-bottom: 12px;
	font-size: 14px;
}
.carousel_description h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}
.carousel_description h3 a{
	text-decoration: none;
	color: #212121;
}
.carousel_description a{
	text-decoration: none;
	color: #005ca1;
	font-weight: bold;
}
.carousel_description a:hover{
	text-decoration: underline;
}
.fb-like{
	float: left;
}
a.read_more{
	padding-left: 10px;
	line-height: 22px;
	color: #005ca1;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#featured_carousel .slides_container {
	width:640px;
	display:none;
	margin: 0 auto;
}
#featured_carousel .slides_container .carousel_item {
	width:640px;
	height:230px;
	display:block;
}
#featured_carousel .pagination {
	position: absolute;
	left: 10px;
	bottom: 15px;
	z-index: 10;
}
#featured_carousel .pagination a{
	display: block;
	width: 30px;
	height: 31px;
	font-size: 18px;
	font-weight: bold;
	color: #005ca1;
	text-decoration: none;
	background: url(images/carousel_nav.png) no-repeat;
	line-height: 31px;
	text-align: center;
}
#featured_carousel .pagination a:hover,#featured_carousel .pagination li.current a{
	color: #cacaca;
}
#featured_carousel .pagination li{
	float: left;
	margin-right: 5px;
}
#featured_carousel a.prev,#featured_carousel a.next{
	display: none;
}
#carousel{
	width: 640px;
	height: 230px;
	position: relative;
}
#carousel2{
	width: 640px;
	height: 230px;
	position: relative;
}
#featured_carousel #carousel2 .slides_container{
	display: block;
}

/*News archive*/
#home_news{
	margin-top: 30px;
}
.heading_yellow{
	height: 46px;
	width: 100%;
	line-height: 46px;
	background: #f9e7b3;
	border-bottom: 3px solid #f1c542;
	position: relative;
}
.heading_yellow h3,
.heading_yellow h1{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.heading_yellow span{
	background: url(images/heading_yellow.png) no-repeat;
	position: absolute;
	left: 20px;
	bottom: -3px;
	width: 17px;
	height: 13px;
}
figure.post_thumb{
	float: left;
	width: 220px;
	height: 165px;
	margin: 0 19px 0 0;
}
article.archive_post{
	padding: 18px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
article.archive_post header{
	display: block;
	font-size: 14px;
	overflow: hidden;
}
h1.archive_title{
	font-weight: bold;
	
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}
h1.archive_title a{
	color: #212121;
	text-decoration: none;
}
h1.archive_title a:hover{
	text-decoration: underline;
}
section.entry{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
time.archive_date{
	float: left;
	color: #818181;
	margin-left: 3px;
}
.article_more{
	overflow: hidden;
	margin-top: 10px;
}
#loader{
	background: url(images/ajax_loader.gif) no-repeat center center;
	width: 16px;
	height: 16px;
}

/*Pagination*/
nav#page_nav{
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
}
nav#page_nav li{
	display: inline;
	margin-right: 10px;
}
nav#page_nav li:last-child{
	margin-right: 0;
}
nav#page_nav a{
	color: #005ca1;
	text-decoration: none;
	font-size: 12px;
}
nav#page_nav a:hover{
	color: #818181;
}
nav#page_nav li.current a,nav#page_nav a:focus{
	color: #818181;
}
body .ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: 1px solid #d9e7f1;
    display: block;
    padding: 4px;
    position: relative;
}
body .ngg-gallery-thumbnail {
    float: left;
    margin-right: 0;
    text-align: center;
    width: 110px;
    height: 110px; 
}
#home_gallery .ngg-navigation{
	display: none !important;
}
body .ngg-gallery-thumbnail-box, body .ngg-album-compactbox {
    float: left;
    border-bottom: 1px solid #7fadd0;
    margin: 0 20px 20px 0;
    width: 112px;
    height: 112px;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(5n){
	margin-right: 0;
}
body .ngg-gallery-thumbnail img{
	margin: 0;
}
body .ngg-gallery-thumbnail img:hover{
	background: #fff;
	border: 1px solid #bad1e1;
}

body .ngg-album-compact .ngg-album-compactbox{
	background: none;
	margin-left: 0 !important;
	padding: 0 !important;
}
body .ngg-album-link {
    float: left;
    height: 110px;
    margin-right: 0;
    text-align: center;
    width: 110px;
}
body .ngg-album-compactbox .Thumb {
    background-color: #FFFFFF;
    border: 1px solid #D9E7F1;
    display: block;
    padding: 4px;
    position: relative;
}
body .ngg-album-compactbox .Thumb {
    height: auto;
    margin: 0 !important;
    padding: 4px !important;
    width: auto;
}
body section.entry .ngg-album-compact h4{
	float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 15px;
    width: 160px;
}
body .ngg-album-compact{
	height: 135px;
	width: 300px;
}
/*Fancybox*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(images/blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
a.various{
	position: relative;
}
a.various span{
	background: url(images/play_icon.png) no-repeat scroll center center transparent;
	height: 35px;
	left: -17px;
	padding: 0;
	position: absolute;
	top: 48px;
	width: 35px;
	z-index: 999;
}

/*Szechenyi terv*/
aside#szechenyi_terv{
	margin: 30px 0 40px 0;
}

/*Sidebar*/
aside#sidebar{
	float: right;
	width: 280px;
}
aside.widget{
	margin-bottom: 25px;
}
.widget_title{
	color: #212121;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 3px solid #4085b9;
	background: #b2cee3;
	height: 46px;
	line-height: 46px;
	position: relative;
	width: 260px;
	padding-left: 20px;
	margin-bottom: 14px;
}
.widget_title a{
	color: #212121;
	text-decoration: none;
}
.widget_title span{
	background: url(images/widget_blue.png) no-repeat;
	position: absolute;
	left: 20px;
	bottom: -3px;
	width: 17px;
	height: 13px;
}
aside.kozerdeku_informaciok li{
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 21px;
}
aside.kozerdeku_informaciok a{
	color: #737373;
	text-decoration: none;
	padding-left: 44px;
	background: url(images/kozerdeku_ikonok.png) no-repeat left center;
	display: block;
}
.kozerdeku_informaciok .widget_title{
	margin-bottom: 0;
}
.kozerdeku_informaciok a:hover{
	color: #212121;
}
aside.kozerdeku_informaciok li:last-child{
	border-bottom: 0;
}
aside.kozerdeku_informaciok li.menetrendek a{
	background-position: 0 12px;
	padding-top: 5px;
}
aside.kozerdeku_informaciok li.nyitvatartas a{
	background-position: 0px -139px;
}
aside.kozerdeku_informaciok li.menetrendek{
	line-height: 20px;
}
aside.kozerdeku_informaciok li.ugyfelfogadasi_ido a{
	background-position: 0px -40px;
}
aside.kozerdeku_informaciok li.orvosi_szolgaltatasok a{
	background-position: 0px -89px;
}
a.kozadatkereso{
	display: block;
	background: url(images/kozadatkereso.png) no-repeat;
	width: 280px;
	height: 50px;
	text-indent: -9999em;
}
a.kozadatkereso:hover{
	background-position: 0 -50px;
}
a.hirlevel{
	display: block;
	background: url(images/hirlevel.png) no-repeat;
	width: 280px;
	height: 38px;
	text-indent: -9999em;
}

/*Magazine sidebar*/
.magazine{
	overflow: hidden;
}
figure.magazine_thumb{
	float: left;
	width: 88px;
	height: 124px;
	margin: 0 0 0 12px;
}
.pdf_data{
	float: left;
	width: 165px;
}
.pdf_title{
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 8px 8px;
	float: left;
	width: 165px;
}
.pdf_description{
	width: 154px;
	background: #e5e5e5;
	padding: 8px;
	float: left;
}
.pdf_title a{
	color: #737373;
	text-decoration: none;
}
.pdf_title a:hover{
	color: #212121;
}
a.download_link{
	font-weight: bold;
	text-decoration: none;
	color: #005ca1;
	font-size: 14px;
}
a.download_link:hover{
	text-decoration: underline;
}
span.date{
	color: #818181;
	font-size: 12px;
}
span.filesize{
	font-size: 12px;
}
.pdf_meta{
	float: left;
}
.pdf_description img.alignright{
	padding-top: 11px;
}

/*Footer*/
#footer_green{
	background: #007637;
	height: 35px;
	line-height: 35px;
	color: #b8cfc0;
	font-size: 12px;
	text-align: center;
}
.footer_container{
	width: 940px;
	margin: 0 auto;
}
#footer_blue{
	padding: 25px 0 20px 0;
	background: #a0cae9;
	border-top: 7px solid #007637;
}
#footer_blue .footer_container{
	position: relative;
}
#cimer{
	position: absolute;
	bottom: -61px;
	width: 43px;
	height: 51px;
	background: url(images/cimer.png) no-repeat;
	right: 0;
}
aside.footer_grid1{
	float: left;
	width: 225px;
	margin-right: 46px;
}
aside.footer_grid2{
	float: left;
	width: 217px;
	margin-right: 21px;
}
aside.footer_grid3{
	float: left;
	width: 151px;
	margin-right: 21px;
}
aside.footer_grid4{
	float: left;
	width: 240px;
	margin-bottom: 15px;
}
.footer_title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
aside.footer_widget{
	margin-bottom: 15px;
	overflow: hidden;
}
aside.footer_widget a{
	text-decoration: none;
	color: #676767;
}
aside.footer_widget a:hover{
	text-decoration: underline;
	color: #212121;
}
aside.footer_widget li{
	line-height: 18px;
}

/*Events*/
#events .heading_blue{
	margin-bottom: 17px;
}
.events_container{
	background: #e5e5e5;
	padding: 5px;
	border-bottom: 1px solid #7fadd0;
	margin-bottom: 18px;
	overflow: hidden;
}
.heading_blue{
	height: 46px;
	width: 100%;
	line-height: 46px;
	background: #b2cee3;
	border-bottom: 3px solid #4085b9;
	position: relative;
}
.heading_blue h3,
.heading_blue h1{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.heading_blue span{
	background: url(images/widget_blue.png) no-repeat;
	position: absolute;
	left: 20px;
	bottom: -3px;
	width: 17px;
	height: 13px;
}
article.events{
	background: #fff;
	padding: 17px;
	overflow: hidden;
	border-bottom: 2px solid #d8d7d7;
	margin-bottom: 4px;
}
h1.events_name{
	color: #004993;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.events_column_meta{
	float: left;
	width: 140px;
	font-weight: bold;
	color: #004993;
}
.events_column{
	width: 448px;
	float: left;
}
.events_row{
	overflow: hidden;
	margin-bottom:12px;
}

/*Single*/
#single_item section.entry p{
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 12px;
}
h1.single_title{
	color: #004993;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.single_date{
	font-size: 14px;
	color: #818181;
	margin-bottom: 15px;
}
.single_date b{
	color: #212121;
}
article.single_post header{
	margin-bottom: 20px;
	overflow: hidden;
}
section.entry a{
	color: #004993;
	text-decoration: none;
}
section.entry a:hover{
	text-decoration: underline;
}
section.entry img,.section.entry img.aligncenter,.wp-caption img{
	border-left: 1px solid #d9e7f1;
	border-right: 1px solid #d9e7f1;
	border-top: 1px solid #d9e7f1;
	border-bottom: 1px solid #7fadd0;
}
section.entry img.aligncenter,.wp-caption img{
	padding: 4px;
}
section.entry table{
	font-size: 12px;
} 
section.entry p.wp-caption-text{
	text-align: center;
	font-style: italic;
	color: #737373;
}
section.entry ul,section.entry ol{
	font-size: 12px;
	margin-bottom: 12px;
}
section.entry ul li,section.entry ol li{
	line-height: 22px;
}
section.entry ul li{
	list-style: disc;
	margin-left: 20px;
}
section.entry ol li{
	list-style: decimal;
	margin-left: 25px;
}
section.entry ol li ol,section.entry ul li ul{
	margin-bottom: 0;
}
section.entry h1{
	color: #004993;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
section.entry h2{
	color: #004993;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
section.entry h3{
	color: #004993;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
section.entry h4{
	color: #004993;
	font-size: 16x;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
section.entry h5,section.entry h6{
	color: #004993;
	font-size: 14x;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
section.entry table.styled_table td{
	background-color: #F2F2F2;
	padding: 4px;
	vertical-align: top;
	line-height: 19px;
}
section.entry table.styled_table tr:nth-child(2n) td {
    background-color: #FCFCFC;
}
section.entry table.styled_table td {
    border: 1px solid #D8D8D8;
    font-weight: normal;
}
section.entry table.styled_table thead tr td{
    background: #357B52;
    height: 20px;
    color: #fff;
    border: 1px solid #D8D8D8;
    font-weight: bold;
}
section.entry table{
	margin-bottom: 12px;
}
section.entry hr{
	border-bottom: 1px solid #C4C5C6;
	margin-top: 0;
	margin-bottom: 12px;
}
article.single_post{
	overflow: hidden;
	margin-bottom: 25px;
}
/*Footer contact form*/
.footer_contact_form input.wpcf7-text{
	border: 1px solid #004993;
	background: url(images/text_input.png) repeat-x;
	height: 27px;
	width: 220px;
	font-family: arial, sans-serif;
	color: #717171;
	font-size: 13px;
	line-height: 27px;
	padding: 0px 9px;
	margin-bottom: 6px;
}
.footer_contact_form textarea{
	background: url(images/footer_textarea.png) repeat-x;
	height: 74px;
	padding: 9px;
	width: 220px;
	font-family: arial, sans-serif;
	color: #717171;
	margin-bottom: 6px;
	border: 1px solid #004993;
	font-size: 13px;
	resize: none;
}
.wpcf7-submit{
	background: #004993;
	border-top: 1px solid #739bc4;
	border-bottom: 2px solid #64a0d5;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: center;
	border-left: none;
	border-right: none;
	padding: 9px;
}
aside.footer_widget.footer_contact_form{
	margin-bottom: 0;
}
.footer_contact_form .wpcf7-validation-errors {
    border: 2px solid #64a0d5;
}
.footer_contact_form .wpcf7-response-output {
    margin: 9px 0px;
    padding: 9px;
    font-weight: bold;
}
.footer_contact_form input.wpcf7-text.wpcf7-not-valid{
	border: 1px solid #FF0000;
}
.footer_contact_form .wpcf7-not-valid-tip{
	display: none !important;
}

/*Toggle*/
section.entry .toggle h4{
	padding-left: 20px;
	background: url(images/toggle_plus.png) no-repeat left center;
	cursor: pointer;
	margin-bottom: 0;
}
section.entry .toggle.expanded h4{
	background: url(images/toggle_minus.png) no-repeat left center;
}
section.entry em{
	font-style: italic;
}
section.entry .toggle iframe{
	display: block;
	margin: 0 auto;
}
#menu-kozerdeku-adatok li.current-menu-item a{
	color: #212121;
}
.ngg-album-link a{
	position: relative;
	width: 112px;
	height: 112px;
	display: block;
}
.ngg-album-link a span{
	position: absolute;
	bottom: 10px;
	left: 4px;
	background: url(images/img-number-bg.png) no-repeat;
	line-height: 17px;
	padding: 3px 10px;
	color: #367C54;
	font-weight: bold;
}
body.page-id-751 section.entry h2{
	margin-top: 20px;
}
/*Em calendar*/
.em-calendar-wrapper{
	background: #e5e5e5 url(images/calendar.png) repeat-x left top;
	width: 248px;
	padding: 0 16px 14px 16px;
}
.em-calendar{
	background: #fff;
	font-size: 14px;
	color: #666;
}
.em-calendar tr.days-names{
	background: #e5e5e5;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
}
.em-calendar-wrapper table.em-calendar td{
	width: 35px;
	height: 31px;
	padding: 0;
	line-height: 31px;
}
.em-calendar-wrapper table.em-calendar td.month_name{
	font-size: 14px;
}
.em-calendar-wrapper table.em-calendar tr{
	border-bottom: 1px solid #e5e5e5;
}
.em-calendar-wrapper table.em-calendar tr td{
	border-right: 1px solid #e5e5e5;
}
.em-calendar-wrapper table.em-calendar thead td{
	border: none;
}
.em-calendar-wrapper table.em-calendar thead{
	height: 35px;
}
a.em-calnav-prev{
	background: url(images/calendar_nav.png) no-repeat;
} 
a.em-calnav-next{
	background: url(images/calendar_nav.png) no-repeat -20px 0;
	float: right;
}
a.em-calnav{
	display: block;
	margin-top: 10px;
	text-indent: -9999em;
	width: 12px;
	height: 15px;
}
td.eventful{
	background: #b2b2b2;
	font-weight: bold;
	color: #fff;
}
.em-calendar-wrapper table.em-calendar td.eventful a{
	color: #fff;
	text-decoration: none;
}
.em-calendar-wrapper table.em-calendar td.eventless-today{
	background: #fff;
}
.em-calendar-wrapper table.em-calendar td.eventless-today{
	color: #4085b9;
	font-weight: bold;
}
.em-calendar tbody{
	border-bottom: 2px solid #bcbcbc;
}
/*! qTip2 v2.0.1-4-g (includes: svg ajax tips modal viewport imagemap ie6 / basic css3) | qtip2.com | Licensed MIT, GPL | Fri Jan 04 2013 04:05:40 */.qtip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr;vertical-align:middle}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}/*! Cream tooltip style */.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}/*! Red tooltip style */.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}/*! Green tooltip style */.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}/*! Blue tooltip style */.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,black 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px black}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}

/*Event nav*/
.prev_event{
	float: left;
	width: 18px;
	height: 41px;
}
.prev_event a{
	display: block;
	width: 18px;
	height: 41px;
	background: url(images/prev_event.png) no-repeat center;
	text-indent: -9999em;
}
.next_event a{
	display: block;
	width: 18px;
	height: 41px;
	background: url(images/next_event.png) no-repeat center;
	text-indent: -9999em;
}
.next_event{
	float: right;
	width: 18px;
	height: 41px;
}
.center_date{
	text-align: center;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	float: left;
	width: 594px;
}
nav.event_nav{
	height: 41px;
	line-height: 41px;
	width: 630px;
}
.qtip-content ul li{
	font-size: 12px;
	line-height: 18px;
}
.qtip-content ul li a{
	color: #005A27;
	text-decoration: none;
}
#news_banner{
	margin-bottom: 20px;
}
#news_banner img{
	-webkit-box-shadow:  0px 0px 6px 0px #dfdfdf;
	box-shadow:  0px 0px 6px 0px #dfdfdf;
}
.entry .lwa table{
	width: auto !important;
}
.lwa td.lwa-submit-button{
	padding-right: 15px;
}
#lwa_wp-submit,
.lwa-button-remember,
.gform_button{
	border: none;
	background: #4085b9;
	padding: 10px 15px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}
.lwa-password input, 
.lwa-username input, 
.lwa-email input, 
.lwa-remember-email input,
.entry input[type="text"]{
	height: 25px;
	width: 300px;
}
.entry .gform_body li{
	margin-left: 0;
	list-style: none;
	margin-bottom: 15px;
}
.validation_error{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.gfield_description.validation_message{
	font-style: italic;
}
.lwa-remember-email input.lwa-user-remember{
	width: 300px;
}
.lwa-links-remember-cancel{
	margin-top: 10px;
	display: inline-block;
}
.entry textarea{
	border: 1px solid #ccc;
}
.ui-datepicker-calendar a{
	color: #666;
	text-decoration: none;
}
.ui-datepicker-calendar{
	width: 100%;
	text-align: center;
	padding: 0 16px 16px 16px;
	background: #fff;
}
#ui-datepicker-div{
	padding: 0 15px 15px 15px;
	background: #E5E5E5;
}
.ui-datepicker-calendar th{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td{
	padding: 5px;
	text-align: center;
}
.ui-datepicker-calendar td{
	border: 1px solid #D9D9DB;
}
.ui-datepicker-header{
	text-align: center;
	position: relative;
	line-height: 25px;
	font-weight: 700;
	margin-top: 10px;
}
.ui-datepicker-prev{
	position: absolute;
	left: 5px;
}
.ui-datepicker-next{
	position: absolute;
	right: 5px;
}
tbody .ui-state-disabled{
	background: #F6F7FB;
}
.highlight{
	background: #599D51;
	font-weight: 700;
	cursor: pointer;
}
.highlight a{
	color: #fff;
}
.not_found_events{
	margin: 15px 0;
}
.ui-datepicker-today a{
	color: #4085b9;
	font-weight: bold;
}
.archive_date.event_date{
	display: block;
	float: none;
}
.archive_title.event_archive{
	margin-bottom: 0;
}
.single_date.event_archive{
	margin-bottom: 15px;
	display: block;
}
.read_more.nopadding{
	padding-left: 0;
}
.clear-multi input[type="text"]{
	width: 50px;
}
.clear-multi div{
	float: left;
}
.clear-multi{
	clear: both;
}
.file{
	font-size: 12px;
}