.footer-distributed {
	background-color: #dbdad9;
	/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;*/
	width: 100%;
	text-align: left;
	font: normal 0.7em sans-serif;
    height: 50px;
    position: fixed;
    bottom: 0px;
        display: table;
        padding-left: 5%;
    padding-right: 5%;

	
}

.footer-distributed .footer-left, .footer-distributed .footer-right {
    display: table-cell;
    position: relative;
     height:100%;
     vertical-align: middle;
}

.footer-distributed .footer-left {
   
    min-width: 50%;
}

.footer-distributed .footer-right {
    text-align:right;
	width: auto;
}

.footer-distributed .footer-left p {
	color: #838383;
	margin: 0;
}

.footer-distributed .footer-right a {
    font-size: 1em;
}
.footer-distributed .footer-right a.fa {
    font-size: 2em;
}
.footer-distributed a.black {
    color: #000000;
}

.footer-distributed a.black:hover {
    color: #009966;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 800px) {

	.footer-distributed .footer-left, .footer-distributed .footer-right {
		text-align: center;
        margin-left: 5%;
        margin-right: 5%;
	}
}

@media (min-height: 51px) {

	.footer-distributed .footer-left {
        padding-bottom: 0px;
	}
}
