@import url(https://honlap.hu/design/font/open-sans-400-700-400italic-subset-latin-latin-ext.css);
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,latin-ext);
*/
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
h1, h2, h3{
	font-style: italic;
	font-family: Georgia, sans-serif;
	font-weight: bold;
}
h1 a, h2 a, h3 a{
	font-family: Georgia, sans-serif;
}

.pager{
	margin: 15px 0;
}

/* BODY bg*/
body{
	background: #fff;
}
#bodycolor{
	background: rgba(255, 255, 255, 0.8);
	background: transparent;
}

/* HEADER BG */
#headerbg{
	width: 100%;
	background: #fff;
	color: #2a2a2a;
}
#headercolor{
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	background: transparent;
	color: #2a2a2a;
}

/* POST BG */
#postbg{
	width: 100%;
	background: #decb2a url(pics/postbg.png) repeat;
	color: #2a2a2a;
}
#postcolor{
	width: 100%;
	background: transparent;
	color: #2a2a2a;
}

/* footer */
#footerbg{
	background: #decb2a;
}
#footer .slink{
	color: #decb2a;
}
#footer .slink{
	background: #fff;
}
#footer .str{
	color: #fff;
}

/* Subscription */
.box_subscription, .blogPost .fastcontrol a {
        background: #decb2a;        
        color: #fff;
}
.box_subscription a{
        color: #decb2a;
        background: #fff;
}


/**/
#header{
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#headerHead{
	padding: 0 0 15px;
}
#mainTitle{
	margin: 0;
	font-size: 60px;
}
#mainTitle a{
	font-family: Georgia, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #2a2a2a;
}
#subTitle{
	margin: 0;
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 29px;
	color: #2a2a2a;
}
#logoTitle{
	text-align: center;
}

/**/
#menu{
	padding: 5px 0 2px;
	border-top: solid 1px #decb2a;
	border-bottom: solid 1px #decb2a;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul:after{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}
#menu ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: solid 1px #decb2a;
}
#menu ul li.first{
}
#menu ul li.last{
	border: 0;
}
#menu ul li.one{
	margin: 0 0 0 15px;
	border: 0;
}
#menu ul li a{
	display: block;
	float: left;
	padding: 8px 20px;
	color: #2a2a2a;
	text-decoration: none;
}
#menu ul li a:hover{
	background: #decb2a;
	color: #fff;
}
/**/
#mobileButton{
	margin: 0 0 5px;
	font-style: italic;
}
#mobileButton a{
	background: #DECB2A;
	color: #fff;
}
#mobileMenu{
	font-style: italic;
}
#mobileMenu a{
	margin: 0 0 5px;
	background: #fff;
	border-bottom: solid 1px #DECB2A;
	color: #2a2a2a;
	text-align: center;
}
#mobileButton span.str, #mobileButton span.ico{
	color: #fff;
}
#mobileButton span.ico{
	font-style: normal;
}

/**/
.box_author .pic{
	border-color: #decb2a;
}

/* blogPosts */
#blogPosts, #blogEvents{
	position: relative;
	padding: 10px 0 0;
	margin: 0 0 10px;
}
#blogPosts .blogPost, #blogEvents .blogEvent{
	margin: 0 0 50px;
	padding: 0 0 10px;
	width: 100%;
	border-bottom: solid 2px #decb2a;
}

/**/
#blogPosts .blogPost .piccont{
	position: relative;
	min-height: 50px;
}
#blogPosts .blogPost .piccont .date{
	position: absolute;
	left: 0; bottom: 0;
	padding: 10px 0 0;
	width: 170px;
	height: 40px;
	background: #2a2a2a;
	font-family: Georgia, sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #fff;
	text-align: center;
}
#blogPosts .blogPost .pic{
	width: 100%;
}
#blogPosts .blogPost .pic a{
	text-decoration: none;
}
#blogPosts .blogPost .pic img{
	display: block;
	width: 100%;
}

/**/
#blogPosts .blogPost .inforow{
	position: relative;
	padding: 5px 30px 0;
	height: 55px;
	background: #decb2a;
	-webkit-box-shadow: 1px 0 1px 1px rgba(255,255,255,0.5);
	box-shadow: 1px 0 1px 1px rgba(255,255,255,0.5);
	font-style: italic;
	font-size: 13px;
}
#blogPosts .blogPost .inforow .authorname{
	float: left;
	font-weight: bold;
	margin: 15px 0 0;
}
#blogPosts .blogPost .inforow .authorname a{
	text-decoration: none;
}
#blogPosts .blogPost .inforow .authorpic{
	float: left;
	margin: 0 10px 0 0;
	width: 48px;
	height: 48px;
}
#blogPosts .blogPost .inforow .authorpic img,
#comments .userpic img{
	width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#blogPosts .blogPost .inforow .comment_count{
	float: right;
	margin: 15px 0 0 0;
}
#blogPosts .blogPost .inforow .comment_count a{
	text-decoration: none;
}
#blogPosts .blogPost .inforow .comment_count a:hover{
	text-decoration: underline;
}
/**/
#blogPosts .blogPost .blogcont{
	padding: 15px 30px;
	background: #decb2a;
}
#blogPosts .blogPost .title, #blogEvents .blogEvent .title, .author_high_post_parent .title{
	position: relative;
	margin: 0;
	font-size: 35px;
	color: #fff;
}
#blogEvents .blogEvent .title, .author_high_post_parent .title {
	color: #2a2a2a;
	border-bottom: 2px solid #2a2a2a;
	margin-bottom: 15px;	
}
.author_high_post_parent .title {
    border-bottom: 0;
    margin-bottom: 25px;
}
#blogPosts .blogPost .title a{
	display: block;
	color: #fff;
	text-decoration: none;
}
#blogPosts .blogPost .title a:hover{
	opacity: 0.7;
}
/**/
#blogPosts .blogPost .link{
	padding: 5px 0 0;
	text-align: right;
}
#blogPosts .blogPost .link a{
	font-size: 13px;
	text-decoration: none;
}
#blogPosts .blogPost .link a:hover{
	text-decoration: underline;
}
#blogPosts .blogPost .link a:after{
	margin: 0 0 0 5px;
	font-family: 'FontAwesome';
	content: "\f105";
	text-decoration: none;
}
#blogPosts .blogPost .labels{
	position: relative;
	padding: 10px 30px 0;
	font-size: 12px;
}
#blogPosts .blogPost .labels b{
	margin: 0 8px 0 0;
}
#blogPosts .blogPost .labels a{
	text-decoration: none;
}
#blogPosts .blogPost .labels a:hover{
	text-decoration: underline;
}
.blogPost .description, 
.blogPost .lead{
	padding: 15px 30px;
	/*margin: 15px 0 15px;*/
}

/**/
#comments .title{
	margin-bottom: 12px;
}
#comments .row{
	font-size: 14px;
	padding: 10px 0;
    border-top: 1px solid #d4d4d4;
}
#comments .userpic{
    float: left;
    margin: 0 2% 0 0;
    width: 8%;
}
#comments .inforow,
#comments .comment{
    float: left;
    width: 90%;
}
#comments .inforow.off_pic, #comments .comment.off_pic{
	width: 100%;	
}
#comments .inforow .name{
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}
#comments .inforow .dnt{
	float: right;
	font-size: 13px;
}

/* <contentbox> */
.contentbox {
    background: #fff;
}
.contentbox-rownum-1 h3{font-size: 2.2em;}
.contentbox-rownum-2 h3{font-size: 2.2em;}
.contentbox-rownum-3 h3{font-size: 1.5em;}
.contentbox-rownum-4 h3{font-size: 1.3em;}
.contentbox-rownum-5 h3{font-size: 1em;}
.contentbox-rownum-6 h3{font-size: 1em;}

.contentbox h3, 
.contentbox p, 
.contentbox .button{
	padding: 10px 6px;
	margin: 0;
	color: #2c2c2c;
}
.contentbox .picture{
	padding: 0;
	margin: 0;
}
.contentbox h3{
	font-family: Georgia, sans-serif;
	font-weight: bold;
}
.contentbox .button {
    display: block;
    height: auto;
    padding: 15px 0;
	margin: 0;
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 0.9em;
	background: #fff;
	border-top: solid 1px #decb2a;
	border-bottom: solid 1px #decb2a;
	color: #2c2c2c;
	text-decoration: none;
}
.contentbox .button:hover {
	background: #decb2a;
	color: #fff;
}
/* </contentbox> */

/* <highpost> */
#highPosts{
    margin: 0 auto;
    padding: 32px 0;
    text-align: left;
    width: 950px;
    color: #2a2a2a;
	overflow: hidden;
}
#highPosts h3 a{
	color: #fff;
}
#highPosts a{
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
#highPosts .more:after,
#highPosts .more:after{
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left: 5px;
}

#highPosts a:hover{
	opacity: 0.7;
}
#highPosts a.pic:hover{
	opacity: 1;
}
#highPosts a.pic {
    background-position: center center;
    background-size: cover;
}
#highPosts .pic img{
	display: none;
}
#highPosts .more{
	float: right;
	font-size: 0.9em;
}

/* 3 vagy több kiemelés esetén */
.allPost-3 .numPost-1{
	width: 705px;
	height: 346px;
	float: left;
}
.allPost-3 .numPost-1 .pic {
    background-position: center center;
    background-size: cover;
    float: left;
    margin-right: 20px;
    width: 470px;
    height: 346px
}
.allPost-3 .numPost-1 .posttext {
    float: right;
    width: 215px;
    height: 346px;
    position: relative;
}
.allPost-3 .numPost-1 .title{
	font-size: 20px;
	text-transform: uppercase;
}
.allPost-3 .numPost-1 .lead{
	font-size: 14px;
}
.allPost-3 .numPost-1 .info{
	font-size: 12px;
}
.allPost-3 .numPost-1 a.more {
    bottom: 0;
    font-size: 13px;
    position: absolute;
    right: 0;
}

.allPost-3 .numPost-2,
.allPost-3 .numPost-3{
	position: relative;
	float: right;
	width: 225px;
	height: 164px;
}
.allPost-3 .numPost-2{
	margin-bottom: 20px;
}
.allPost-3 .numPost-2 .pic,
.allPost-3 .numPost-3 .pic{
	position: absolute;
	height: 100%;
	width: 100%;
}
.allPost-3 .numPost-2 .posttext,
.allPost-3 .numPost-3 .posttext{
	position: absolute;
	bottom: 0;
	width: 205px;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.allPost-3 .numPost-2 .title,
.allPost-3 .numPost-3 .title{
	font-size: 14px;
	text-transform: uppercase;
}
.allPost-3 .numPost-2 a,
.allPost-3 .numPost-3 a{
	color: #fff;
}
.allPost-3 .numPost-2 .more,
.allPost-3 .numPost-3 .more{
	font-style: italic;
}

/* 2 kiemelés esetén */
.allPost-2 #highPostsContent{
	margin: 0 -1%;
}
.allPost-2 .highPost{
	width: 48%;
	float: left;
	margin: 0 1%;
}
.allPost-2 .pic{
    display: block;
    height: 0;
    padding-top: 50%;
    width: 100%;
    margin-bottom: 20px;
}

/* 1 kiemelés esetén */
.allPost-1 #highPostsContent{
	margin: 0 -1%;
}
.allPost-1 .pic,
.allPost-1 .posttext{
	float: left;
    width: 48%;
    margin: 0 1%;
}
.allPost-1 .pic{
    height: 0;
    padding-top: 25%;
}
/* </highpost> */

/**/
.socialBar{
	padding: 20px 30px;
	
}

@media only screen and (min-width: 991px){
	#header, #footer{
		width: 970px;
	}
	.header_boxes{
		margin: 0 auto;
		width: 970px;
		/*overflow: hidden; menüpont miatt kiszedve*/
	}
	#content_container{
		padding: 0 20px;
		width: 970px;
	}
	#highPosts{
	    width: 970px;
	}
}
@media only screen and (max-width: 1024px){
	#content_container{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 990px){
	#mainTitle{
		font-size: 3rem;
	}
	#subTitle{
		font-size: 2rem;
	}
	
	#header, #footer,
	.header_boxes,
	#main_content,
	#box_content,
	#highPosts{
		float: none;
		margin: 0 2%;
		width: 96%;
	}
	#content_container{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#menu{
		display: none;
	}
	#blogPosts .blogPost .pic{
		width: 120px;
	}
	#blogPosts .blogPost .content.withpic{
		padding-left: 140px;
	}
	
	.allPost-3 #highPostsContent{
		margin: 0 -1%;
	}
	.allPost-3 .numPost-1{
		width: 98%;
		height: auto;
	}
	.allPost-3 .numPost-1{
		width: 100%;
	}
	.allPost-3 .numPost-1 .pic,
	.allPost-3 .numPost-1 .posttext{
		float: left;
	    width: 48%;
	    margin: 0 1%;
	}
	.allPost-3 .numPost-1 .posttext{
		height: auto;
	}
	.allPost-3 .numPost-1 .pic{
	    height: 0;
	    padding-top: 25%;
	}
	.allPost-3 .numPost-1 .more{
		position: relative !important;
	}
	.allPost-3 .numPost-2,
	.allPost-3 .numPost-3{
		float: left;
		margin: 20px 1% 0;
		width: 48%;
	}
	.allPost-3 .numPost-2 .posttext,
	.allPost-3 .numPost-3 .posttext{
		width: 96%;
		padding: 10px 2%;
	}
	.all-rownum-5 .contentbox{width: 31.33333%;}
	.all-rownum-6 .contentbox{width: 31.33333%;}
	
	.all-rownum-1 .contentbox h3{font-size: 1.6em;}
	.all-rownum-2 .contentbox h3{font-size: 1.6em;}
	.all-rownum-3 .contentbox h3{font-size: 1.3em;}
	.all-rownum-4 .contentbox h3{font-size: 1.1em;}
	.all-rownum-5 .contentbox h3{font-size: 1.3em;}
	.all-rownum-6 .contentbox h3{font-size: 1.3em;}
}
@media only screen and (max-width: 480px){
	#mainTitle{
		font-size: 2.5rem;
	}
	#subTitle{
		font-size: 1.8rem;
	}
	#blogPosts .blogPost .title{
		font-size: 1.5rem;
	}
	
	.contentbox {
	    width: 98%;
	}
	#blogPosts .blogPost .pic{
		margin: 0 0 10px;
		float: none;
		width: 100%;
	}
	#blogPosts .blogPost .content.withpic{
		padding-left: 0;
	}
	
	#highPosts  #highPostsContent,
	#highPosts  .pic,
	#highPosts  .posttext,
	#highPosts .highPost{
		float: none;
	    width: 100%;
	    margin: 0;
	}
	#highPosts .pic{
	    margin-bottom: 20px;
	}
	.allPost-3 .numPost-2{
		margin-bottom: 20px !important;
	}
	.allPost-3 .numPost-1 .pic{
		display: block;
	    padding-top: 50%;
	}
	.all-rownum-3 .contentbox,
	.all-rownum-4 .contentbox,
	.all-rownum-5 .contentbox,
	.all-rownum-6 .contentbox{width: 48%;}
	
	.all-rownum-1 .contentbox h3,
	.all-rownum-2 .contentbox h3,
	.all-rownum-3 .contentbox h3,
	.all-rownum-4 .contentbox h3,
	.all-rownum-5 .contentbox h3,
	.all-rownum-6 .contentbox h3{font-size: 1.3em;}
}