/* Magnet */

/* NAVIGATION */
.magnet-filter span.active{ 
	color: #B90D0F;
}


/* BLOCKS */

.magnet {
	/*width: 1752px; */
	margin: auto;
	padding: 0 !important;
}

.magnet-filter {
	margin-bottom: 30px;
	margin-top: -10px;
}

.magnet-item {
	margin: 0px;
	background: #777777;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #FFF;
	background-size: cover;
	background-repeat: no-repeat;
}


.magnet-filter li span{
		cursor: pointer;
}