footer{
    position:relative;
    margin-top:-50px;
    z-index:5;
    background: url(../images/bg6.jpg) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:20px 5%;
    padding-top:70px;
    text-align:center;
}
footer .logo{
	width:100px;
	margin:auto;
}
footer .link{
	margin:20px 0;
}
footer .link a{
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 3%;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
footer .link a:first-child{
	border-left:0px solid #FFFFFF;
}
footer .link a:last-child{
	border-right:0px solid #FFFFFF;
}
footer p{
	color:#FFFFFF;
	text-align:center;
}


@media screen and (max-width: 1200px) {
	footer .link a{
		font-size:16px;
	}
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
	footer .link a{
		font-size:14px;
	}
}
@media screen and (max-width: 500px) {
}