
.copyright {
    background:#0f2b00;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.social {
    list-style: outside none none;
}
.social li {
    border: 1px solid #fff;
    display: inline-block;
    height: 30px;
    margin: 3px;
    padding: 4px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 30px;
	background:#fff;
}
.social a {
    color: #000;
}

.social li:hover {
    border-color: #174101;
	background:#996d01;
}
.fa-2x {
    font-size: 1.4em !important;
}
.topFooter {
    background: #174101;
    color: #fff;
    padding-bottom: 2px;
    padding-top: 20px;
}

@media (min-width: 767px){
	.social{
		margin-top:10px;
	}
}