.list--items .items--list .item-loop {
	border: 0;
}
.text--table {
	margin-bottom: 10px;
	margin-top: 15px;
}
.text--table table {
	margin: 0;
}
.text--table table tr td {
	border: 0;
	padding: 0;
}
.text--table table tr td:first-child {
	background: #5c7148;
	color: #fff;
	padding: 0;
	border: 0;
}
.text--table table tr td:first-child {
	text-align: center;
	font-size: 19px;
	line-height: 26px;
	font-family: 'UTM_Alter_Gothic';
	padding: 0 4px;
}
.text--table table tr td:first-child span {
	font-size: 21px;
}
.text--table table hr {
	border-color: #8d9c7f;
	margin: 0;
}
.text--table table tr:first-child td:last-child p {
	margin-bottom: 0;
    margin-left: 12px;
    margin-top: 2px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0;
	height: 51px;
	overflow: hidden;
}
.images {
	border: 1px solid #ddd;
	overflow: hidden;
	height: 250px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	height: 272px !important;
	text-align: center;
	line-height: 272px;
}
.img img {
	width: 100%;
}
.thumb {
	height: auto;
	max-width: 100%;
	width: auto;
}
.items--list:hover .thumb {
	max-width: 100%;
	width: auto;
	opacity: 1;
}
.text--items {
	background: #fff;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0px;
	padding: 4px 0px !important;
}