/*****   Companies Catalog   *****/

.section .filter {
    float: left;
    width: 33.333%;
}
.section .filter .filter_section {
    display: inline-block;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;    
}
.section .filter input[type='checkbox'] {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.posts .logo_wrap {
    float: left;
    width: 25%;
    height: 100%;
    min-height: 150px;
    clear: both;
}
.posts .company_wrap {
    display: inline-block;
    width: 75%;
}
.posts .company_wrap .web_link, .posts .company_wrap .region{
    color: #b4232a !important;
    font-size: 1.4em;
}
.posts .company_wrap .region i{
    font-size: 0.85em;
}
.meta-tp-2 > div.divider {
    display: block;
}

.company_title {
    color: #b4232a !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    padding: 6px 0 11px;
}

.company_detail .company_description {
    padding: 20px 0;
}

.person_cont .person_name {
   font-weight: 500;
   font-size: 1.3em;
}
.main-content .company_persons .person_cont a {
   color: #8d1b21;   
}
.main-content .company_persons .person_cont img {
	width: 100px;
	height: auto;
}
.branche_name {
    font-weight: bold;
}
#button_filter_companies {
	margin-top: 25px;
	background-color: #b4232a;
	color: #fff;
}
.cat-page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff !important;
	text-align: center;
	z-index: 99999;
}
.cat-loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-perspective: 1200;
	perspective: 1200;
}
.company_wrap .meta-tp-2 > div {
	white-space: normal; 
}

div.p p {
	text-align: justify;
	font-size: 1em;
	line-height: 23px;
	color: #000 !important;
}
