.joomladmaps .infoblock {
    clear: both;
    display: block;
}
.joomladmaps_tag{
	padding:2px 6px;
	border-radius: 5px;
	background-color:#ccc;
	float: right;
	font-size: 10px;
	color: #333;
}

.joomladmaps .field-label:after{
	content:" ";
}

/* .joomladmaps .slides > li {display: none;} */
.joomladmaps .itemrow {clear: both;}
.joomladmaps .itemrow .item {box-sizing: border-box;}

/*** COLS ***/
/* 1 col */
.joomladmaps .itemrow.col-1 > .item {
	width: 100%;
}

/* 2 col */
.joomladmaps .itemrow.col-2 .item {
	width: 50%;
	float: left;
	padding: 0 10px;
}

/* 3 col */
.joomladmaps .itemrow.col-3 .item {
	width: 33.333%;
	float: left;
	padding: 0 10px;
}

/* 4 col */
.joomladmaps .itemrow.col-4 .item {
	width: 25%;
	float: left;
	padding: 0 10px;
}

/* 5 col */
.joomladmaps .itemrow.col-5 .item {
	width: 20%;
	float: left;
	padding: 0 10px;
}

/* 6 col */
.joomladmaps .itemrow.col-6 .item {
	width: 16.6666%;
	float: left;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) and (min-width: 321px), only screen and (max-width: 768px) and (min-width: 321px) and (orientation: portrait){
    .joomladmaps .itemrow.col-2 .item,
    .joomladmaps .itemrow.col-3 .item,
    .joomladmaps .itemrow.col-4 .item,
    .joomladmaps .itemrow.col-5 .item,
    .joomladmaps .itemrow.col-6 .item {
    	width: 99%;
	}
} 