/* ---------------------------------------------
 *   logo  -->  generic settings
 * --------------------------------------------- */
.ent-name{
	margin-bottom: 20px;
}
.ent-logo-wrap {
	padding: 30px 0;
}
.ent-logo-wrap img {
	max-width: 220px;
}

/* --------------------------------------------- */
@media screen and (min-width: 801px) {
	.ent-name {
		float: 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-isjt {
	max-width: 130px;
}