.flex_container{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.flex_content{
	float: left;
}
.tier .left{
	position: relative;
	width: 60%;
}
.tier .right{
	position: relative;
	width: 40%;
}

/*special news*/
.news-latest-item .tier .left{
	position: relative;
	width: 67%!important;
}

.news-latest-item .tier .right{
	position: relative;
	width: 33%!important;
}
/*end special news*/

.demi_quart .left{
	position: relative;
	width: 40%;
	width: 40%!important!;
}
.demi_quart .middle{
	position: relative;
	width: 40%;
	width: 38%!important!;
}
.demi_quart .right{
	position: relative;
	width:  19.9%;
	width: 18%!important!;
}
.demi .left{	
	position: relative;
	width: 50%;
	width: 49%!important!;
}
.demi .right{	
	position: relative;
	width: 50%;
	width: 49%!important!;
	float:right;
}
.title-img-descr{
    /*height:150px;*/
}

.title-img-descr .content div.descr{
    width:200px;
    float:left;
}

.title-img-descr .content div.img{
    width:160;
    float:left;
}

#main .title-img-descr .content .descr table, .title-img-descr .content .descr p{
    padding:0;
    margin:0;
}

.hr{
	padding-top: 15px;
        height: 1px;
	margin: 0 5px;
        margin-top: 20px;
	border-top: 1px solid #404040;
}
