
.clear{clear: both;}

.c8_footer{
	width: calc(100% - 40px)
	color: #B7B8BB;
	font-family: "Montserrat", sans-serif; !important;
	font-weight: 400;	/* Regular */
	font-size: 10px;
	margin-top: 5px;
	margin-left: 20px;
}

.c8_footer >.footer-menu{
	padding-top: 10px;
}

.c8_footer >.footer-menu >.item {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #2A363F;
    margin-right: 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.c8_footer >.footer-menu >.item:hover{
	color: #FF5100;
}

@media (max-width:768px) {
	.c8_footer >.footer-menu >img{
		margin-bottom: 10px;
	}
	.c8_footer >.footer-menu >.item {
		float: left;
		width: 100%;
		padding: 5px;
		margin-right: 0;
	}
}
