﻿
#bottom-nav-wrapper { color: #fff; font-size: 12px; background: #515151; }
#bottom-nav-wrapper a { color: #fff; font-weight: bold; }
#bottom-nav-wrapper .bottomNav { margin: 0 auto; padding: 25px 15px; }
#bottom-nav-wrapper .bottomNav li { display: inline; margin: 0 5px; }
#bottom-nav-wrapper .bottomNav li:first-child { margin-left: 0; }

@media (min-width: 768px) {
	#bottom-nav-wrapper .bottomNav { padding: 25px 0;  }
}