body {
	font-family: 'FuturaPT', sans-serif;
	padding-top: 54px;
	background-color: #f4f4f4;
}

@media (min-width: 992px) {
	body {
		padding-top: 56px;
	}
}

.navbar {
    background-color: rgba(27,28,31,0.8) !important;
}

#flashbox {
	position: relative;
	z-index: 55;
}

#menu-category {
	font-family: 'FuturaPT';
}

#menu-category .list-group-item {
	font-weight: 600;
	color: #7e7e7e;
}

#menu-category .list-group-item.active {
	background-color: #1b1c1f;
	border-color: inherit;
	color: #e6e6e6;
}
