/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#colophon{ 
	background: #353f47;
}


.site-footer a{
	color: #CCC;
}

.site-footer a:hover{
    color:#F9F9F9;
}

#top-footer{ 
	font-size: 14px;
	background:#353f47; 
	padding: 40px 0; 
	color: #CCC;
}



#top-footer .footer{ 
	width: 25%; 
}

#top-footer h3.widget-title{
	font-size: 24px;
	color: #F2F3F4;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 28px;
}

#top-footer .footer .widget{
	padding-right: 45px;
	margin: 0 0 10px;
}

#top-footer .footer.footer4 .widget{
	padding-right: 0;
}




#bottom-footer{ 
	background: #293037;
	padding: 15px 0;
	font-family: 'Lato', sans-serif;
	color: #CCC;
    font-weight: 300;
}

#bottom-footer .site-info{
	float: right;
	font-size: 14px;
	margin: 0 ;
	color: #CCC;
	line-height: 1.8;
}

@media screen and (max-width: 800px) {

    footer #top-footer .ak-container{
        display: block;
    }
}

