/* 	WRAPPER 	*/
.listing-wrapper {
	margin: 20px 0;
	padding-bottom: 7px;
}

/* 	TITLE 	*/
.listing-title {
	padding: 0 17px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
}
	.listing-title .spacer {
		height: auto;
		min-height: 40px;
		width: 2px;
		background: #ee3624;
		margin: 0;
		margin-right: 10px;
	}
	.listing-title .text {
		font-size: 18px;
		font-family: 'ClanOT';
		color: #212351;
		margin: auto 0;
		margin-right: auto;
		text-transform: uppercase;
		line-height: 1.0;
	}
		.listing-title .text .categ-spacer {
			color: #ee3624;
			padding: 0 10px;
		}
		.listing-title .text .categ-sub {
			font-size: 15px;
		}
		.listing-title .text .legend {
			font-size: 13px;
			color: #999;
		}
	.listing-title .icon {
		margin: auto 0;
		margin-left: auto;
		width: 30px;
	}
		.listing-title .icon img {
			width: 24px;
			height: 24px;
		}


/* 	ITEMS 	*/
.listing-wrapper .listing-items {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: space-between; -webkit-justify-content: space-between;
}	
	.listing-wrapper .listing-items .item {
		width: 47%;
	}
		.listing-wrapper .listing-items .item a.item-bt {
			width: 100%;
			margin: 9px 0;
		}
		.listing-wrapper .listing-items .item .row {
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
			padding: 0px 10px 4px;
		}
			.listing-wrapper .listing-items .item .row .title {
				color: #FFF;
				font-family: 'Trade Bold';
				font-size: 12px;
				text-transform: uppercase;
				line-height: 1.0;
				padding: 0px;
			}
		.listing-wrapper .listing-items .item .row .param {
			font-size: 80%;
			font-family: 'Trade regular';
			width: 100%;
			margin: 0;
			text-align: left;
			line-height: 1.1;
		}
