/*  ==============================================================
	Foot blocks.
    ============================================================== */

#page-footer {
	padding: 39px 0 15px;
}

#page-footer,
#page-footer a {
	color: #A9A3C2;
}

#page-footer a:hover {
	color: #FFFFFF;
}

#copyright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-top: 17px;
	font-size: 1.1em;
	line-height: 2;
	clear: both;
}

#copyright,
#copyright a {
	color: #c042bd;
}

#copyright span {
	margin-left: 40px;
}

#foot-left {
	width: 45%;
	float: left;
	margin-bottom: 38px;
}

#foot-navigation {
	font-size: 1.3em;
	list-style: none;
	line-height: 22px;
	margin-bottom: 22px;
	overflow: hidden;
}

#foot-navigation li {
	float: left;
	margin-right: 40px;
}

#foot-social {
	font-size: 1.8em;
	list-style: none;
	line-height: 1;
	clear: both;
}

#foot-social li {
	float: left;
	margin-right: 40px;
}

#foot-social a .fa { transition: color 0.1s ease-in}
#foot-social a:hover .fa-youtube-play { color: #FD5350; }
#foot-social a:hover .fa-twitter { color: #55ACEE; }
#foot-social a:hover .fa-facebook { color: #6A88C7; }
#foot-social a:hover .fa-dropbox { color: #007EE5; }

#foot-center {
	width: 10%;
	float: left;
	text-align: center;
	font-size: 2.4em;
	margin-bottom: 38px;
	height: 66px;
	line-height: 55px;
}

#foot-center,
#foot-center a {
	color: #A9A3C2;
}

#foot-right {
	width: 45%;
	float: left;
	margin-bottom: 38px;
}

#foot-right,
#foot-right a {
	color: #A9A3C2;
}

#foot-right a > i {
	margin-right: 10px;
}

#foot-right ul {
	font-size: 1.3em;
	list-style: none;
	line-height: 22px;
	text-align: right;
	width: 100%;
}

#foot-right li {
	clear: both;
	margin-left: 40px;
	margin-bottom: 22px;
}

#foot-right li:last-child {
	margin-bottom: 0;
}