
/* search page */
.search-cat-res{
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-cat-res li{
	background: url(../img/catlist-sub.png) no-repeat 0px 12px;
	padding: 6px 0px 6px 16px;
	color: #a0a0a0;
}


/* brand page */
.brandittbl{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.brandittbl .bitpic{
	width: 190px;
	vertical-align: middle;
	padding: 0px 0px 10px 0px;
	text-align: center;
	line-height: 0;
}
.brandittbl .bitpic img{
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 100px;
	margin: auto;
}
.brandittbl .bitname{
	vertical-align: top;
	padding: 8px 0px 8px 0px;
	width: 160px;
}
.brandittbl .bitname .btit{
	font-weight: bold;
	font-size: 17px;
}
.brandittbl .bitname .btxt{
	/*font-size: 11px;*/
	color: #606060;
}
.brand-leftit{
	padding: 8px 0px 8px 0px;
	text-align: center;
}
.brand-leftit a img{
	display: block;
	max-width: 90%;
	height: auto;
	width: auto;
	margin: auto;
}
.brand-data{
}
.brand-logo{
	float: left;
	width: 24%;
	text-align: center;
	padding: 14px 0px 14px 0px;
}
.brand-logo img{display: block; margin: 0 auto; max-width: 96%; height: auto;}
.brand-i{
	float: right;
	width: 74%;

}
.brand-txt{
	position: relative;
	overflow: hidden;
	max-height: 150px;
}
.brand-txt:before{
	position: absolute;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	height: 34px;
	content: "";
	display: block;
}
.brand-show{
	font-size: 11px;
	padding: 6px 0px 10px;
}
.brand-show a{ text-decoration: none; }
.brand-show a span{ border-bottom: 1px dotted #333; }
.brand-cat-hdr{
	clear: both;
	padding: 6px 0px 4px 0px;
	font-weight: bold;
	font-style: italic;
}
.brand-cat{
	padding: 1px 12px;
	color: #808080;
}

/* basic pages */
.page_info{
	min-height: 300px;
}
.page_info p{
	padding: 3px 0px;
}

.page_info h2, .page-widget-html .page-widget-content h2{
	font: 26px/28px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 10px 0 6px 0;
}
.page_info h3, .page-widget-html .page-widget-content h3{
	font: 22px/24px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 6px 0 4px 0;
}

.page_info  img, .page-widget-html .page-widget-content img{
	max-width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

.page_info  ul, .page-widget-html .page-widget-content ul{
	margin: 2px 0 4px 14px;
	padding: 0 0;
	list-style: none;
}
.page_info ul>li, .page-widget-html .page-widget-content ul>li{
	background: url(../img/li-point.svg) no-repeat 0 10px;
	padding: 2px 0 2px 14px;
}

.page_info ol, .page-widget-html .page-widget-content ol{
	margin: 2px 0 4px 18px;
	padding: 0 0 0 14px;
}
.page_info ol>li, .page-widget-html .page-widget-content ol>li{padding: 2px 0;}

/* news pages */
.snitem{
	padding: 8px 0px 14px 0px;
	clear: both;
	margin: 20px 0;
}
.snit-inf{}
.snit-pic{
	float: left;
	max-height: 180px;
	max-width: 250px;
	margin-right: 20px;
	overflow: hidden;
}
.snit-pic>img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}
.snit-title{
	font-weight: bold;
	font-size: 17px;
}
.snit-date{
	padding: 2px 0px 4px 0px;
	color: #a0a0a0;
}
.snit-txt{
	font-size: 16px;
	line-height: 24px;
}

.snit-txt h1{
	font: 30px/32px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 10px 0 6px 0;
}
.snit-txt h2{
	font: 26px/28px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 10px 0 6px 0;
}
.snit-txt h3{
	font: 22px/24px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 6px 0 4px 0;
}
.snit-txt p{
}

.snit-txt img{
	max-width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

.snit-txt ul{
	margin: 2px 0 4px 14px;
	padding: 0 0;
	list-style: none;
}
.snit-txt ul>li{
	background: url(../img/li-point.svg) no-repeat 0 10px;
	padding: 2px 0 2px 14px;
}

.snit-txt ol{
	margin: 2px 0 4px 18px;
	padding: 0 0 0 14px;
}
.snit-txt ol>li{padding: 2px 0;}



/* actions */
.actit{
	clear: left;
	padding: 4px 0px 20px 0px;
}

.actlef{
	padding: 12px 20px 0px 0px;
	vertical-align: top;
}

.actrig{
	vertical-align: top;
}

.act-n{
	font: bold 14px/18px Arial,Tahoma;
}

.act-n a{
	font: bold 14px/18px Arial,Tahoma;
	color: #222222;
}

.act-d{
	margin: 10px 0px 10px 0px;
	border: 2px solid #e01111;
	padding: 16px 20px 16px 20px;
	font-size: 14px;
}

.act-d span{
	font: bold 14px/18px Arial;
	color: #e01111;
}

.act-txt{
	font-size: 14px;
}

/* faq */
.faqgroup{
	clear: both;
	margin: 16px 0 4px 0;
	padding: 6px 0 6px 22px;
	border-left: 3px solid #fd4f00;
	font-size: 20px;
	line-height: 22px;
	color: #071689;
	background: #eaeefc;
}
.faqit{
	clear: both;
	margin-left: 12px;
	padding: 4px 0 4px 12px;
	background: url(../img/ico-sub.png) no-repeat 0 12px;
}

/* contacts */
.contact-page{
	padding: 6px 0 10px 0;
}
.contact-data{
	display: flex;
	flex-flow: row nowrap;
	gap: 28px;
	margin-bottom: 28px;
}
.contact-addr{
	width: 100%;
}
.contact-addr-pan{
}
.contact-list{
}
.contact-it{
	margin-bottom: 8px;
	padding: 2px 0 2px 30px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.contact-it.contact-map{background-image: url(../img/cont-iaddr.svg); background-position: 0 0;}
.contact-it.contact-phones{background-image: url(../img/cont-iphone.svg);}
.contact-it.contact-mail{background-image: url(../img/cont-imail.svg); background-position: 0 5px;}

.contact-sc{
	margin-top: 24px;
	margin-bottom: 12px;
}
.sc-i{
	color: #909090;
}
.sc-list{
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
	margin-top: 10px;
}
.sc-list a.a-sc{
	display: block;
	text-decoration: none;
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-Orange);
	border-radius: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	opacity: 0.8;
}
.sc-list a.sc-fb{background-image: url(../img/sc-fb-o.svg);}
.sc-list a.sc-in{background-image: url(../img/sc-in-o.svg);}
.sc-list a.sc-yt{background-image: url(../img/sc-yt-o.svg);}
.sc-list a.sc-lin{background-image: url(../img/sc-lin-o.svg);}
.sc-list a.a-sc:hover{opacity: 1;}

.contact-drivemap{
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 2px;
}


/*-----------------------  adaptive  --------------------*/
@media only screen and (min-width: 1480px)
{
	.contact-addr{width: 40%;}
	.contact-drivemap{width: 55%;}
	/*--------  footer adaptive  -----*/
}

@media only screen and (min-width: 1800px)
{
}

@media only screen and (max-width: 1200px)
{	
	.contact-data{display: block;}
	.contact-addr{width: auto;}
	.contact-drivemap{width: auto; margin-top: 24px;}
	
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 1000px)
{	
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 800px)
{	
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 700px)
{
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 650px)
{
	/*-------- other ----------*/	
}

@media only screen and (max-width: 600px)
{
	.snitem{margin-bottom: 32px;}
	.snit-pic{float: none; max-width: 100%; max-height: 340px; margin-bottom: 12px;}
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 550px)
{
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 500px)
{
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 450px)
{
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 400px)
{
	/*--------  footer adaptive  -----*/	
}