@media only screen and (max-width: 600px) {
	#footerlastbar {
		text-align: center;
		border-top: 1px solid #fff;
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media only screen and (min-width: 993px) {
	.linksection {
		border-left: 1px solid #aaa;
		text-align: left;
	}
}
@media only screen and (max-width: 992px) {
	.portallogodiv {
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
.galleryul li a img {
	max-width: 100%;
}
.galleryul li {
	list-style-type: none;
}