
.menu-link.level-1 span {
	font-size: 12px;
}

@media only screen and (min-width: 1024px) {
	.menu-link.level-1 {
		padding: 0 18px;
	}
}


@media screen and (min-width: 768px) {
	.newslist-linkbox {
		min-height: 296px;
	}
}

.nav-icons-links {
	clear:both;
	padding-top:5px;
	width:100%!important;
	padding-bottom: 5px!important;
}


.nav-icons-links a {
	display: inline-block;
	color: #fff;
	background-color: #0097bd;
	padding: 10px 20px;
	min-width: 190px;
	margin-top: 10px;
}

.nav-icons-links a:hover {
	background-color: #0087ad;
}

.nav-icons-links a:first-of-type,
.nav-icons a:first-of-type {
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.nav-icons-links a {
		padding: 0;
		margin: 0;
		line-height: 50px;
		color: #fff;
		background-color: transparent;
	}
	
	.nav-icons-links a:hover {
		background-color: transparent;
	}
	
	.nav-icons {
		white-space: initial!important;
		padding-bottom: 5px!important;
	}
	
	
	.nav-icons-links-mobile a {
		display: inline-block;
		color: #fff;
		background-color: #0097bd;
		padding: 10px 20px;
		min-width: 190px; 
		margin-top: 10px;
		line-height: 1.4;
	
	}
	
	.nav-icons-links-mobile a:hover {
		display: inline-block;
		color: #fff;
		background-color: #0097bd;
		padding: 10px 20px;
		min-width: 190px; 
		margin-top: 10px;
		line-height: 1.4;
	}

}