.footer {
	padding: 20px 0;
	background-color: #910000;
	color: #ffffff;
}
.foot-item {
	padding: 0 0 20px 70px;
	position: relative;
}
.foot-item i {
	position: absolute;
    padding: 10px;
    display: block;
    border: solid 1px rgba(255,255,255,.2);
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: 0;
	top: 0;
	color: #ceb994;
	font-size: 24px;
}



.map-home {
	background-color: #eeeeee;
	height: 320px;
}
.map-home iframe {
	width: 100%;
	height: 100%;
}


.copy {
	color: #666666;
	padding: 15px 0;
}


ul.quick {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.quick li a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 3px 0;
}
ul.quick li a:hover {
	text-decoration: underline;
}
ul.quick li a i {
	padding-right: 6px;
}


@media (max-width: 768px) {
	.footer {
		text-align: center;
	}
	.foot-item {
		padding: 0 0 20px 0;
		position: relative;
	}
	.foot-item i {
		position: relative;
		margin: 10px auto;
		left: auto;
		top: auto;
	}
}