/*****************/
/* FOOTER STYLES */
/*****************/

footer {
	width: 100%;
	height: 76px;
	position: relative;
	border-top: solid 1px #090909;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	background: url(../img/template/bg.jpg) no-repeat bottom #000;
	background-size: cover;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
footer article {
	width: 100%;
	height: 44px;
	line-height: 44px;
}
footer p {
	width: 100%;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-top: 1px solid #282828;
	color: #888;
}
footer a {
	padding-left: 10px;
	margin-left: 5px;
	border-left: solid 1px #444;
	color: #FFF;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	transition: color 250ms ease;
}
footer a:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	color: #f2f2f2;
}
footer a:hover {color: #F0B800 !important;}
footer a img {
	width: 44px;
	margin-right: 5px;
	vertical-align: top;
}
/* SMARTPHONE */
@media screen and (max-width: 660px) {
	footer { height: auto; }
	footer article { height: auto; }
	footer span {display: none;}
}