.footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #292c2f;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	height: 90px;
}

.footer-left{
	padding-left: 30px;
}

.footer-right{
	padding-top: 8px;
}

.footer-right-box{
	width: 180px;
	float: left;
}

.footer a{
	display: block;
	line-height: 1.4;
	text-decoration: none;
	color: #FFF;
}

.footer a:hover{
	text-decoration: underline;
}



@media only screen and (max-width: 1200px){
	.footer-left{
		display:none!important;
	}
	.footer-logo{
		text-align:left!important;
	}
}


@media (max-width: 900px) {
	.footer{
		height:auto;
		overflow:auto;
		position:static;
	}

	.footer, .footer-logo{
		text-align:center!important;
	}

	.footer-right-box{
		text-align:left!important;
	}

	.footer-right{
		position:initial;
	}

	.footer-center{
		display: none;
	}
}
