@charset "UTF-8";

/* 

 FOOTER

*/

footer  {
	color:#fff;
}
footer a, footer a:visited {
	color:#fff;
	font-weight: normal;
}
footer a:hover, footer a:active {
	
}
footer .footer {
	padding: 0rem 1rem 1rem 1rem;
}
footer .footer-pre {
	padding:  1rem 1rem 0rem 1rem;
	position: relative;
}
footer .footer-pre h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 46px;
	color: #fff;
}
footer .footer-logo {
	position: absolute;
	right: 0rem;
	bottom: -0.6rem;
	z-index: 999;
}
footer .footer-post {
	padding: 1rem;
	font-size: 90%;
	line-height: 20px;
}
footer .footer-post a {
	color: #fff;
	font-weight: normal;
}
footer .footer-post a:hover {
	color: #fffc00;
}
footer .footer-post img {
	height: 25px;
}
footer .footer-post .fa-html5 {
	vertical-align: middle;
}
footer .footer-post .fa-css3 {
	vertical-align: middle;
}
footer .footer-post {
	
}
footer .footer-pre {
	
}

/* FOOTER MENUS */
footer .footer-menu {
	
}
footer .footer-menu > ul {
	padding-left: 0rem;
}
footer .footer-menu > ul > li {
	list-style: none;
}
footer .footer-menu > ul > li > a {
	
}
footer .footer-menu > ul > li > a > i {
	margin-right: 0.2rem
}
footer .footer-menu > ul > li > a:hover, header .top-menu > ul > li.active > a {
   color: #71bf44 !important;
}