footer {
	max-width: 1920px;
	min-width: 300px;
	height: 300px;
	background: #354059;
} 

.footer_site_info {
    height: 225px;
    max-width: 686px;
		margin: 0 auto;
}

.company_info {
	max-height: 100%;
	padding-top: 55px;
	float: left;
}

.google_play {
	float: right;
	margin-top: 35px;
}

.copy_right {
	height: 75px;
	background: #21293c;
}

.copy_right div {
	max-width: 686px;
	color: #fff;
	line-height: 75px;
	margin: 0 auto;
}

.colorfff {
	color: #fff;
}

@media all and (max-width:968px) {

	footer{
		max-height: 225px;
	}
	
	.footer_site_info {
		max-height: 225px;
		width: 100%;
		margin: 0 auto;
	}

    .company_info {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}

	.google_play {
		margin-top: 0px;
		text-align: center;
		float: none;
	}

	.google_play a img{
		max-width: 50%;
	}

	.copy_right div {
		width: 100%;
		color: #fff;
		text-align: center;
	}
	
}

@media all and (max-width:348px) {

	.footer_site_info {
		max-height: 200px;
		width: 100%;
		font-size: 9pt;
    }
    
}