.news-list {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.news {
	display: block;
	position: relative;
}
.news:after {
	content: "";
	display: block;
	clear: both;
}
.news a {
	color: #8DC53E;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
}
.news a:hover,
.news a:focus,
.news a:active {
	color: #fff;
}
.comment-info,
.news-heading {
	position: relative;
}
.comment-list {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment-list .comment-list {
	padding-left: 3%;
}
.comment {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #cccccc;
}
.news-comments>.comment-list>.comment:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.comment .submit-box {
	padding: 8px 15px;
}
.btn-comment {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.btn-comment:hover,
.btn-comment:active,
.btn-comment:focus {
	outline: none;
	color: #fff;
	background: #333333;
}
.comment-reply a {
	text-transform: none;
	display: block;
	float: left;
	margin: 10px 0;
}
.comment-input-box {
	clear: both;
	display: none;
}
.news-comments,
.new-comment {
	margin-top: 15px;
}

.new-comment .comment-input-box {
	display: block;
}
.comment-text,
.comment-footer {
	padding-left: 3%;
}
.news-heading {
	margin-bottom: 15px;
}
.comment-info:after,
.news-heading:after {
	content: "";
	display: block;
	clear: both;
}
.author,
.date {
	color: #cccccc;
}
.author {
	float: left;
}
.date {
	float: right;
}
.news-title {
	margin: 0 0 10px 0;
	color: #8DC53E;
}
.news-img {
	display: block;
	position: relative;
	float: none;
	max-width: 100%;
	margin: 0 auto;
}
.news-content {
	display: block;
}
.news-list .news {
	padding-bottom: 0;
	margin: 20px 0;
	min-height: 155px;
}
.news-list .news-heading {
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.news-list .news-title {

}
.news-list .news-img {
	display: block;
	width: 100%;
	margin: 5px auto;
	max-width: 100%;
	height: 100%;
	margin: 0;
}
.news-img img {
	margin: 0 auto;
}
.news-list .news-content {
	display: block;
	padding-top: 15px;
	padding-bottom: 0;
	position: relative;
}
.news-more-link {
	border: 1px solid #8DC53E;
	display: block;
	text-align: center;
	padding: 5px 20px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.news-more-link:hover,
.news-more-link:active,
.news-more-link:focus {
	background-color: #8DC53E;
}
.news-pagination {
	text-align: center;
	padding-left: 0;
}
.all-news-box {
	text-align: center;
	padding-left: 0;
}
.btn-all-news {
	border: 1px solid #888;
	color: #888;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	margin: 0 auto;
	max-width: 400px;
	line-height: 36px;
	outline: none;
	padding: 5px 35px;
	text-transform: uppercase;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-all-news:hover,
.btn-all-news:active,
.btn-all-news:focus {
	border-color: #333;
	outline: none;
	color: #fff;
	background: #333333;
	text-decoration: none;
}
.news-comments {
	clear: both;
}
.news-sharing>* {
	vertical-align: top;
}
.news-sharing>*+* {
	margin-left: 15px;
}

/********************************
          HÍREK ALOLDAL
********************************/
.template-news-list .subpage-h1 {
	margin-bottom: 40px;
}
.news-item {
	margin-bottom: 40px;
}
.news-box {
	height: 185px;
	position: relative;
}
.news-item.accentuated .news-box {
	border-left: 7px solid #ccc;
	padding-left: 15px;
}
.news-title {
	margin-bottom: 5px;
}
.news-date {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 15px;
}
.news-content {
	margin-bottom: 15px;
}
.news-link {
	border: 1px solid #8DC53E;
	bottom: 0;
	color: #8DC53E;
	display: inline-block;
	padding: 5px 20px;
	position: absolute;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.news-link:hover {
	background-color: #8DC53E;
	color: white;
	text-decoration: none;
}


@media all and (min-width: 768px) {
	.news-heading {

	}
	.news-img {
		float: left;
		max-width: 25%;
		margin: 0 10px 10px 0;
	}
	.news-list .news {
		padding-bottom: 30px;
		margin: 40px 0;
		min-height: 155px;
	}
	.news-list .news-heading {
		padding-left: 33%;
		text-align: left;
	}
	.news-list .news-title {

	}
	.news-list .news-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		max-width: 100%;
		height: 100%;
		margin: 0;
	}
	.news-list .news-content {
		padding-left: 33%;
		padding-top: 0;
		max-height: 100px;
		overflow: hidden;
	}
	.news-more-link {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.news-pagination {
		padding-left: 33%;
	}
	.all-news-box  {
		padding-left: 33%;
	}
	.btn-all-news {
		display: inline-block;
	}
	.comment-input-box .submit-box {
		float: right;
	}
}