/* ---------------------------------------------
 *   logo  -->  generic settings
 * --------------------------------------------- */
.entity{
	margin-bottom: 30px;
}
.ent-name {
	font-weight: bold;
	font-size: 20px;
}
.ent-descr {
	font-size: 16px;
}
.ent-logo-wrap {
	padding: 30px 0;
}
.ent-logo-wrap img {
	max-width: 220px;
}

/* --------------------------------------------- */
@media screen and (min-width: 801px) {
	.entity {
		float: right;
		text-align: right;
	}
	.ent-logo-wrap {
		border-bottom: 1px solid #e6e6e6;
	}
}
@media screen and (max-width: 800px) {
	.ent-logo-wrap {
		border-bottom: 1px solid #cccccc;
	}
}

/* ---------------------------------------------
 *   specific logos
 * --------------------------------------------- */
#logo-liniasosire {
	max-width: 200px;
}
#logo-sztankovits {
	max-width: 110px;
}
