/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: #FFF; }
.Footer-Meta a:hover { color: #999; }
.Footer-Meta {
	padding: 20px 10px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #555;
	color: #FFF;
	font-weight: 600;
	font-size: 10px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{

}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{

}
