#footer {
	clear: both;
}
#footer-container {
	color: #fff;
	font-size: 1em;
}
#footer-col1, #footer-col2 {
	padding: 20px;
	text-align: center;		
}
#footer-col1 p, #footer-col2 p, #footer-col1 a, #footer-col2 a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	line-height: 1.5;
}
#footer-col1 a:hover, #footer-col2 a:hover {
	text-decoration: underline;
}
#footer-col1 {
	background: hsl(0,0%,30%);
}
#footer-col2 {
	background: hsl(0,0%,17%);
}
.footer-quarter {
	margin: 10px 0 10px 0;
}
.socmed_ico {
	width: 100%;
	max-width: 40px;
	margin-top: 20px;
	border-radius: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.socmed_ico:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#footer-nercukri img {
	width: 100%;
	max-width: 400px;
	margin-top: -20px;
}
@media screen and (min-width: 400px) {
	#footer-col1 {
		overflow: hidden;
	}
	.footer-quarter {
		float: left;
		width: 50%;
		min-width: 145px;
	}
}
@media screen and (min-width: 700px) {
	.footer-quarter {
		width: 25%;
		text-align: left;
	}
}
@media screen and (min-width: 1100px) {
	#footer-container {
		overflow: hidden;
		padding-bottom: 20px;
	}
	#footer-col1, #footer-col2 {	
		padding-bottom: 100%;
			margin-bottom: -100%;
	}
	#footer-col1 {
		float: left;
		width: calc(60% - 40px);
	}
	#footer-col2 {
		float: right;	
		width: calc(40% - 40px);
	}
	#footer-nercukri img {
		margin-top: 10px;
	}
}