.companyItem .titlePage .title {
	padding-top:0;
	width:auto;
	/*float:none;
	height:0;*/
}
.companyItem .enquiries .links a:after {
	display:none;
}
.companyItem .enquiries .links a {
	padding-right:0;
	color:#6d6d6d;
}
.companyItem .enquiries .links a:hover{
	text-decoration:none;
	color:#00aff0;
}
.companyItem .enquiries .links a:hover > spanL:first-child,.tendersItem .enquiries .links a:hover>span:first-child{
	text-decoration:none;
}
.tendersItem .enquiries .links .active a{
	color:#00AFF0;
}
.tendersItem .enquiries .rightPanel .link{
	padding:20px 1.5%;
}
.companyItem .tabTenders {
	display:none;
}
.companyItem .text {
	margin:0;
	max-width: 100%;
	overflow: hidden;
	padding-bottom:20px;
}
.companyItem .avatar {
	position:absolute;
	right:0;
	top:0;
	width:27%;
	text-align:center;
}
.companyItem .tendersItem {
	padding:0;
	margin-top:53px;
}
.companyItem .text+.tendersItem {
	margin-top:0;
}
.companyItem .tendersItem .enquiries .rightPanel {
	position:relative;
	margin:53px 0 0;
	padding:0;
	width:auto;
	background:#eee;
}
.tendersItem .enquiries .link.active::before, .tendersItem .enquiries .link.active::after{
	background:none;
}
.companyItem .tendersItem .enquiries .link.active:before,
.companyItem .tendersItem .enquiries .link.active:after {
	bottom:0;
}

.companyItem #companyMenuResult>.resultItem {
	min-height: 100px;
	background: none;
}
#companyMenuResult .filter {
	margin-top:0;
}
#companyMenuResult>.resultItem.loading:before,
#companyMenuResult>.resultItem.loading:after {
	content:' ';
	position:absolute;
	top:0;
	left:-1.5%;
	bottom:-5px;
	right:-1.5%;
	z-index:1001;
	background:url(/images/loading.gif) center center no-repeat;
}
#companyMenuResult>.resultItem.loading:before {
	z-index:1000;
	background: #fff;
	opacity:.5;
	filter:alpha(opacity=50);
}
.tenders .titlePage h1{color:#FFF}
.yellowBack .text{color:#bbb}