.marginal .frame-custom-20 #beton_objects .container-content,
.marginal .container-info #beton_objects .container-content {
	height: auto;
}

#beton_objects .container-content {
	/* initialy: display not */
	display: none;
}

#beton_objects .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 213px;
	overflow: hidden;
	position: relative;
	width: 340px !important;
}

#beton_objects .waiting {
	background: url(../../../../beton_template/Resources/Public/Images/ajax-preloader_grey.gif) no-repeat scroll center center transparent;
	position: absolute;
	height: 240px;
	width: 340px;
}


#wrapper-content #beton_objects .bx-controls a {
	top: 88px;
}

.tx-beton-object {

}

.content .tx-beton-object .container-content {
	padding: 20px 0;
	height: auto;
}

.tx-beton-object .first-image {
	background-color: #f5f6f6;
	margin-bottom: 20px;
	max-height: 340px;
	text-align: center;
	width: 610px;
}

.tx-beton-object .first-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tx-beton-object .content-slider {
}

.tx-beton-object .content-slider .item {
	background-color: #f5f6f6;
	float: left;
	height: 80px;
	width: 100px;
	margin-right: 2px;
}

.tx-beton-object.tx-beton-solr .content-slider .item {
	background-color: #fff;
}

.tx-beton-object .content-slider .item:nth-child(6) {
	margin-right: 0;
}

.tx-beton-object .content-slider .item .item-inner {
	display: table-cell;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.tx-beton-object .content-slider .item .item-inner img {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.tx-beton-object .content-slider .item .item-inner img {
	max-height: 80px;
	max-width: 100px;
}


.tx-beton-object .bx-wrapper .item img {
	width: auto;
}

.tx-beton-object p.author {

}

.tx-beton-object p.author img {
	float: left;
	margin-right: 10px;
}

.tx-beton-object p.author span {
	display: inline-block;
	padding-top: 3px;
}

.objectdb-search #tx-solr-search-form-pi-results {
	display: none;
}

.objectdb-search .wrapper-form {
	padding-bottom: 1px;
}

.objectdb-search .tx-solr-search-form {
	margin-bottom: 25px;
}

@media screen and (max-width: 689px) {
	.tx-beton-object .first-image {
		max-width: 320px;
	}
	.tx-beton-object .content-slider .item .item-inner {
		width: 104px;
	}
	.tx-beton-object .content-slider .item .item-inner img {
		max-width: 104px;
		max-height: 84px;
	}
}

