.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 15px 40px;
	
}
.footer-distributed .container {
    padding-left: 0;
    padding-right: 0;
}
.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}
.footer-distributed .footer-left p span{color:#FD5D00;}


/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
}

.footer-distributed p.footer-links a{
    font-size:14px;
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	max-width: 70%;
}
    .footer-distributed .footer-right .sociallink {
        float:right;
    }
.footer-distributed .footer-right .sociallink a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
    padding:8px 0px 0px 0px;
	margin-left: 3px;
}

.footer-distributed .footer-right .sociallink a:hover {
    background-color: #FFFFFF;
    color: #33383B;
}


.Categories{;padding: 20px;}
.Categories a{color: #fff; text-decoration: none;}
.Categories .list-inline>li {padding-left: 0;}
.Categories li {margin-bottom:20px; padding-left:0px;border-radius: 1px; margin-left: 2px;}
.Categories li a {font-size:12px;padding: 8px 16px;color: #fff;    background-color: #292c2f;    text-decoration: none;}
.Categories li a:hover{background-color:#FFFFFF;color: #292C2F;}

.Categories li input {font-size:12px;padding: 5px 16px;color: #fff;    background-color: #292c2f;    text-decoration: none;border:none;}
.Categories li input:hover{background-color:#FFFFFF;color: #292C2F;}

.Categories h2{color:#292C2F; text-transform:uppercase;    margin-bottom: 30px;}
.container-fluid.Categories {background-color: #ccc;}



/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {
    .footer-distributed .footer-right .sociallink {
        float:none;
    }
    .footer-distributed .footer-right .dotfordesktop {
        display:none;
    }
	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
