/**********************************************************
// Footer
**********************************************************/
.Footer {
	padding: 0 10px;
	background: #3F505A;
	color: #FFF;
	text-align: center;
	}

.Footer-Top { padding: 70px 0 50px 0; }

.Footer-Logo {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	font-size: 0;
	}

.Footer-Logo img {
	width: auto;
	height: auto;
	max-height: 150px;
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social { margin: 50px auto 0 auto; }
.Footer-Social li { margin: 0 20px; }
.Footer-Social li a:hover { color: #FCBDAD; }
.Footer-Social li a {
	font-size: 40px;
	color: #FFF;
	}

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: #FFF; }
.Footer-Meta a:hover { color: #FCBDAD; }
.Footer-Meta {
	padding: 25px 10px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	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)
{
	.Footer-Social { margin: 30px auto 0 auto; }
	.Footer-Top { padding: 30px 0 10px 0; }
}
