@charset "UTF-8";
#header-lead{
	display: none !important;
}
@media (min-width:1025px){
[data-header="fixed"]:not([data-headerimg-img="false"]) #header .container{
	background-color:rgba(0,0,0,0.1);
}
[data-header="fixed"]:not([data-headerimg-img="false"]) #header.fix .container{
	background-color:unset;
}
}

#main section:nth-child(even){
	background-color: #F5F8FE;
}

#topmenu{
	font-weight: bold;
	letter-spacing:2px;
}
@media (min-width:1025px){
.gridlist{
	display:grid;
	grid-template-columns:50% 50%;
}
}
.float_item h5[class*="topic-"]{
	margin-top:0 !important;
}

.blogarea{
	width:1200px;
	max-width: 100%;
	margin:0 auto;
}