@media (max-width: 1199px) {
ul.smicons li:not(last-child) {
	margin-right: 12px;
}	
img.logo-footer {
	width: 150px;
}
}

@media (min-width: 1200px) {
ul.smicons li:not(first-child) {
	margin-left: 12px;
}	
img.logo-footer {
	width: 200px;
}
}