@media (max-width: 767px) {
	.image_foot .fl_r{
		float: inherit;
		display: none;
	}
	.footer_down{
		 background-color: #333333;
		padding: 20px 0;
		width: 100%;
	}
	.image_foot > img{
		width: 190px;
		margin-bottom: 5%;
	}
	.footer_title{
		color: #a3a3a3;
		font-size:16px;
		line-height: 24px;
		color:#fff;
		font-weight: 100;
		margin-bottom: 0;
	}
	.text_foot{
		color:#cccccc;
		font-size:10px;
	line-height: 14px;
	}
}
@media all and (min-width: 768px) and (max-width: 1064px) {
	.footer_down{
		 background-color: #333333;
		padding: 20px 0;
		width: 100%;
	}
	.footer_logo > img{
		width: 64px;
	}
	.footer_title{
		color: #a3a3a3;
		font-size:16px;
		line-height: 24px;
		color:#fff;
		font-weight: 100;
		margin-bottom: 0;
	}
	.text_foot{
		color:#cccccc;
		font-size:14px;
	line-height: 24px;
	}
}
@media all and (min-width: 1065px) {
.footer_down{
		 background-color: #333333;
		padding: 20px 0;
		width: 100%;
	}
	.footer_logo > img{
		width: 64px;
	}
	.footer_title{
		color: #a3a3a3;
		font-size:16px;
		line-height: 24px;
		color:#fff;
		font-weight: 100;
		margin-bottom: 0;
	}
	.text_foot{
		color:#cccccc;
		font-size:14px;
	line-height: 24px;
	}
	}
