/* Item */
body.exhibitions.index article.item {
    min-height: 110px;
}
body.exhibitions.index article.item .wrapper {
    margin-bottom: 30px;
}
body.exhibitions.index article.item h2 {
    margin-bottom: 5px !important;
}
body.exhibitions.index article.item h3 {
    font-size: 14px;
    line-height: 14px;
}
body.exhibitions.index article.item h5 {
    display: none;
}
article.item {
    float: left;
}
article.item > .wrapper {
    margin: 0 7.5px 15px 7.5px;
    background: #fff;
    position: relative;
}
article.item.tools > .wrapper {
    background: none;
}
article.item .remove {
    display: none;
    width: 15px;
    height: 15px;
	position: absolute;
	right: 3px;
	top: 3px;
	background: url('../img/cross.png') no-repeat;
	background-size: 100%;
	font-size: 0;
}
article.item hr {
    width: 40px !important;
    border-top: 7px solid #000 !important;
    margin-bottom: 8px !important;
}
article.item .thumbnail img {
    width: 100%;
    display: block;
}
article.item h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'regular-black';
    letter-spacing: 1px;
}
article.item h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'regular-regular';
    line-height: 18px;
    letter-spacing: 1px;
}
article.item:not(.tools) h3 {
    margin-bottom: 10px;
}
article.item .surtitle {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'regular-medium';
    line-height: 15px;
}
article.item h5 {
    text-transform: uppercase;
    font-size: 14.5px;
    font-family: 'regular-black';
    line-height: 17px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
article.item .description {
    font-size: 14px;
    line-height: 18px;
}
article.item .places {
    margin: 10px 0 15px 0;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'regular-black';
    letter-spacing: 1px;
}
article.item .places span.place {
    padding-left: 25px;
    padding-top: 3px;
    display: inline-block;
}
article.item .more {
    font-family: 'regular-bold';
    font-size: 14px;
    line-height: 15px;
    background: url('../img/button_arrow.png') no-repeat 0 5px;
    background-size: 10px;
    padding-left: 15px;
    margin-top: 10px;
}
article.item .more .short {
    display: none;
}
article.item .number {
    display: inline-block;
    vertical-align: bottom;
    float: left;
}
article.item .number img {
    margin-right: 10px;
}
.number img,
article.item .number img {
    width: 20px;
    vertical-align: middle;
}
article.item .number img {
    position: absolute;
}
