/******************************************************
** hirek */
.noformazas{
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: normal;
}


/* lista */
.content-hirlista{
	padding-top: 0px;
	padding-right: 0px;
}
.hirlista{
	margin-bottom: 50px;
}
.hirlista .title{
	font-size: 22px;
	color: #0a0a0a;
	font-family: 'nimbuslight',sans-serif;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	display: block;
	text-decoration: none;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
	padding-bottom: 5px;
}
.hirlista .title:hover{
	text-decoration: none;
	color: #86BD36;
}
.hirlista .img-box{
	display: block;
}
.hirlista .img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	background: #fff;
}
.hirlista .img.allo{
	background-size: 100% auto;
}
.hirlista .img.fekvo{
	background-size: auto 100%;
}
.hirlista .description{
	text-align: left!important;
	font-size: 16px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	text-decoration: none;
	color: #505050;
	display: block;
	margin-top: 10px;
}
.hirlista .description:hover{
	text-decoration: none;
	color: #505050;
}
.hirlista .more{
	text-decoration: none;
	color: #86BD36;
	font-size: 14px;
	font-family: 'nimbuslight',sans-serif;
	background: none;
	display: inline-block;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	border: 0px;
	line-height: 16px;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.hirlista .more:hover{
	color: #010101;
}
.hirlista .date{
	font-size: 14px;
	margin-top: 0px;
	padding: 0px;
	line-height: 14px;
	color: #A1A1A1;
	text-transform: uppercase;
}
.hirlista .category{
	float: right;
	margin-top: 10px;
	padding: 7px 0px;
	line-height: 12px;
	color: #9B9B9B;
}



/* bovitett */


.hir-bovebb-szerviz {
	font-size: 14px;
	color: #7a8085;
}
.hir-bovebb-date {
	
}

.hir-bovebb-intro {
	color: #505050;
	margin-bottom: 20px;
	margin-top: 10px;
}


.hir-bovebb-bovitett{
	color: #505050;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hir-bovebb-yt{
	margin: 30px 0px;
}

.hir-bovebb-forras{
	display: block;
	font-size: 14px;
}

.listazasGomb {
  font-family: 'nimbuslight',sans-serif;
  font-size: 20px;
  color: #f3f3f3;
  text-transform: uppercase;
  line-height: 20px;
  background: #86BD36;
  cursor: pointer;
  text-align: center;
  padding: 20px 60px 20px 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: auto;
  display: inline-block;
  outline: none;
}
.listazasGomb:focus,
.listazasGomb:hover {
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	outline: none;
	background-color: #7d7d7d;
}

/*  hirek END  */
/*******************/
@media (min-width: 768px) and (max-width: 991px) {
	.hirlista .col-xs-4{
		padding-right: 0px;
	}
	.hirlista .col-xs-8{
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	/*hirlista*/
	.hirlista {
		margin-bottom: 40px;
	}
	.hirlista .col-xs-4{
		padding-left: 0px;
		padding-right: 0px;
	}
	.hirlista .col-xs-8{
		padding-left: 15px;
	}
	.hirlista .title{
		white-space: normal;
		overflow: auto;
		font-size: 16px;
	}
	.hirlista .date{
		text-transform: none;
		font-size: 12px;
		line-height: 13px;
	}
	.hirlista .description{
		margin-top: 5px;
		font-size: 14px;
	}
	/* bovitett */
	.hir-bovebb-szerviz {
		font-size: 12px;
	}
	/* bovitett vege*/

	
}