.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;
	}

}