#footer{width: 100%; min-height: 400px; position:relative; box-shadow: 0.5px 2px 4px 2px rgba(0,0,0,.2);}
#inner-footer{ width: 100%; height: 50px; text-align:center; font-size: 18px; line-height: 50px; position: absolute; bottom: -50px;}
#inner-footer a:hover{color: rgba(30,144,255, 0.8);}
.symb{padding:0; margin: 0;}
#footer-content{padding-top: 50px;}
.footer-topic{ margin-bottom: 40px;}
.footer-topic a:hover{color: rgba(0,0,0,0.8);}
.footer-topic a{color: black; font-size: 18px;}

@media only screen and (max-width: 700px) {
	#inner-footer{font-size: 12px; padding-left: 15px;}
}