#footer{

}
#footer_light{
	background: none repeat scroll 0 0 #f1f1f1;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
}
#social_media{

}
#social_media img{
	width:30px;
	height:30px;
}
#footer_right{
	width:33.33%;
	float:right;
}
#footer_middle{
	width:33.33%;
	float:right;
}
#footer_left{
	width:33.33%;
	float:right;
}
#footer_dark{
	background: none repeat scroll 0 0 #3d4c54;
    font-size: 12px;
    padding: 15px 40px;
}
#footer_dark a, 
#footer_dark span {
	color: #fff !important;
}

#footer_dark_right{
	float:right;
}
#footer_dark_right ul{
	margin: 0 0 10px 25px;
    padding: 0;
}
#footer_dark_right li{
	float: right;
    list-style: outside none none;
    line-height: 20px;
    padding: 2px;
}
#footer_dark_right li:after{
	content: "|";
	color: #939ead;
}
#footer_dark_right li:last-child:after {
    content: "";
  }
#footer_dark_right li a{
	color: #555e6b;
    transition: all 0.8s linear 0s;
    text-decoration: none;
    padding-left: 5px;
    font-size: 16px;
}
#footer_dark_right li a:hover{
	text-decoration: none;
	color: #fff;
}
#footer_dark_left{
	float:left;
}
#footer_dark_left span{
	font-size: 16px;
	color: #555e6b;
}

