<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img { max-width:100% !important; height:auto !important}

.gallery_image_item img{
	width:467px;
}

@media (max-width: 450px) {
	.gallery_image_item img {
		width:370px;
	}
	.gallery_image_item a{
		height:250px !important;
	}
	.gallery_image_item {
		height:250px !important;
	}
	.btns_control{
		margin-bottom:20px;
	}
	.nopd_gal{
		padding:0 !important;
	}
	.offer_details .gallery_images {	
		margin-bottom:0 !important;
		height:250px !important;
	}
	
}

.offer_details .offer_gallery {
	float:left;
	margin:0 10px 0 0}

.offer_gallery span {
	display:block;
	background:url(images/opacity_black_75.png);
	width:416px;
	height:20px;
	line-height:10px;
	padding-bottom:5px;
	font-size:12px;
	font-style:italic;
	text-align:center;
	color:#fff;}
	
.offer_details .gallery_images {
	overflow:hidden}
	
.offer_details .gallery_images,
.offer_details .gallery_image_item,
.offer_details .gallery_image_item a {
	width:100%;
	height:350px}

.gallery_image_item {
	position:relative;}

.gallery_image_item a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	color:#9da3a6
}

.gallery_image_item .ico_large {
	display:block;
	width:16px;
	height:16px;
	background:url(images/icons/icon_enlarge.png) no-repeat;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	right:15px;
	top:17px}

.gallery_image_item:hover .ico_large {
	opacity:1;
	filter:alpha(opacity=100);}

.gallery_thumbs {
	position:relative;
	background:#141414;
	border-top:1px solid #000;
	padding:5px 0;
	height:83px}
	
.gallery_thumbs a {
	display:block;
	float:left;
	width:95px;
	height:71px;
	margin:0 5px;
	border:1px solid #141414;
	opacity:0.6;
	filter:alpha(opacity=60);}

.gallery_thumbs a.selected {
	border:1px solid #999;
	opacity:1;
	filter:alpha(opacity=100);}
	
.gallery_thumbs .prev,
.gallery_thumbs .next {
	display:block;
	width:15px;
	height:60px;
	position:absolute;
	top:12px;
	z-index:2;
	background:url(images/arrows_gallery.png) 0 center no-repeat;
	border:none}

.gallery_thumbs .prev {
	left:1px}
.gallery_thumbs .next {
	right:1px;
	background-position:-15px center}

.gallery_thumbs .prev:hover {
	background-position:-30px center}
.gallery_thumbs .next:hover {
	background-position:-45px center}

.gallery_thumbs .prev.disabled,
.gallery_thumbs .next.disabled {
	cursor:default;
	background:none}

.border-radius{border-radius:4px 4px 0 0}

.list-group-item{
	padding:2px 2px 2px 6px;
	font-size:11px !important;
}
.list-group-item .badge{padding:4px 8px 4px 8px; margin-top:4px}

.dados_veic ul li{font-size:14px !important; position:unset}</pre></body></html>