/* CSS Document */

footer{
    background-color: #0c5ba1;
    width:100%;
	float:left;
	padding: 10px 30px 0px;
}

footer .ui.logo.image {
	width: 120px;
	float:left;
}

.footyLinks {
    width: 183px;
    float: right;
    margin-bottom: 0 !important;
    margin-top: 11px !important;
    clear: both;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer a:hover {
    color: #f2f2f2;
}

footer p.copyright {
    color: #b4b4b4;
    font-size: 12px;
    text-align: right;
	clear:both;
}

