.copyRight {
    font-size: 0.5vw;
    color: #fff;
    position: fixed;
    bottom: 16px;
    left: 15px;
    width: 59.2vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.copyRight a{
	color:#fff;
}
ul.footer-social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 58px;
}
ul.footer-social li a {
    border-bottom: none;
    margin: 0 1px;
    text-decoration: none;
	font-size: 25px;
	color: #30ff00;
}
ul.footer-social li a:hover {
    opacity: 0.5;
}

ul.footer-social li:first-child a {
    margin-left: 0;
}

ul.footer-social li:last-child a {
    margin-right: 0;
    font-size: 25px;
}

ul.footer-social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
	max-width: 480px;
	width:90%;
}
ul.footer-social li:last-child {
    margin-right: 0;
}
.footer-socials {
    margin-bottom: 50px;
}
@media only screen and (max-width:767px){
	.copyRight{
		text-align: center;
		padding: 0 10px;
		left:0;
		width:100%;
		box-sizing:border-box;
		line-height:2;
		transform: none;
		font-size: 6px;
	}
	.copyRight a{
		display:inline-block;
	}
	ul.footer-social li a{
		font-size:20px;
	}
	ul.footer-social li{
		margin-right:25px;
	}
	ul.footer-social li:last-child{
		margin-right: 0;
	}
}
@media (max-width: 1023px) and (orientation: landscape){
	ul.footer-social li {
		margin-right: 62px;
	}
}