#hirlevel-form-hiba.error{
	color: red;
}

/*  Olvasás  */

.hirlevel-body,
.hirlevel-body div,
.hirlevel-body img,
.hirlevel-body p,
.hirlevel-body span,
.hirlevel-body a{
	box-sizing: content-box;
}

.hl-user-email{
	text-transform: none;
	font-size: 16px;
}

#hirlevelek .panel{
	border: 0px solid #afafaf;
}
#hirlevelek .panel-group {
	margin: 0px 0px 30px;
}
#hirlevelek .panel-group:last-child {
	margin-bottom: 0px;
}
#hirlevelek .panel-group .panel+.panel {
    margin-top: 20px;
}
#hirlevelek .panel-group .panel-heading+.panel-collapse>.panel-body, 
#hirlevelek .panel-group .panel-heading+.panel-collapse>.list-group {
   	border: 0px solid #afafaf;
}
#hirlevelek .panel-default{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
}
#hirlevelek .panel-heading{
	padding: 0px;
	border-color: #afafaf;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #98ddde;
	position: relative;
}
#hirlevelek .panel-title a.accord{
	display: block;
	padding: 15px 15px;
	padding-right: 45px;
	font-family: 'WorkSans-Regular',sans-serif;
    font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#hirlevelek .panel-title a.accord.not-hover{
	color: #ffffff !important;
	text-shadow: none !important;
}

#hirlevelek .panel-title a.open{
    color: #5fadb5;
}

#hirlevelek .panel-title i.fa {
    position: absolute;
    right: 15px;
    margin-left: 5px;
    font-size: 24px;
    line-height: 26px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	
	-webkit-transition: transform  0.2s ease;
    -moz-transition: transform  0.2s ease;
    -o-transition: transform  0.2s ease;
    transition: transform  0.2s ease; 
}

#hirlevelek .panel-title a.open i.fa.fa-angle-down{
	-ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#hirlevelek .panel-title a.accord:hover{
	text-decoration: none;
	color: #5fadb5;
}

#hirlevelek .panel-body{
	/*text-align: justify;*/
	padding: 15px;
	color: #2e2e2e;
	border-color: #afafaf;
	background-color: #fff;
	overflow: auto;
}

#hirlevelek .panel-body strong{
}

#hirlevelek .panel-body ul{
	list-style-type: square;
	margin-top: -10px;
	padding-left: 40px;
	color: #5fadb5;
}

#hirlevelek .panel-body img{
	max-width: 100%;
	height: auto;
}

#hirlevelek .number{
	color: #ffffff;
	display: inline-block;
	width: 40px;
	text-align: center;
}