/*- FLAGS ------------------- */
 .flag{
	margin-top: 10px;
	width: auto;
	height: 22px;
	padding:6px 6px 0 0;
	position: absolute;
	background: url(../img/flag-gradient.png) no-repeat;
	clear: both;
	left:-10px;
}
.flag span{
	color: white;
	font-size: .75em;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "effra",sans-serif;
	padding-left:10px;
	float: left;
}
.points{
	background: url(../img/flag-gradient-tails.png) no-repeat;
	position:absolute;
	width: 15px;
	height: 28px;
	right: -15px;
	top: 0px;
	z-index: 10;
}
.search-result .flag{
	top: inherit;
    left: inherit;
}

