.footer_t								{padding:3% 0; font-size:12px; font-weight: 300; background: #252525; color: #cccccc; text-align: center;}
.footer_txt h1 {font-size:12px;}
.footer_txt ul {margin: 10px 0;}
.footer_txt li span {margin: 0 15px;}
.footer_txt p a				{display:inline-block; margin:0 10px; color: #cccccc;}
.footer_txt p a:hover {color: #fff; font-weight: 500;}

@media(max-width:768px){
.footer_t								{padding:3% 0; font-size:3vw; font-weight: 300; background: #252525; color: #cccccc; text-align: center;}
.footer_txt h1 {font-size:3vw;}
.footer_txt ul {margin: 10px 0;}
.footer_txt li span {margin: 0 15px;}
.footer_txt p a				{display:inline-block; margin:0 10px; color: #cccccc; font-size: 3vw;}
.footer_txt p a:last-child {display: none;}
}
