.widget_catnews .catnews_col-left{
	float:left;
	width:33%;
	margin-right:2%
}
.widget_catnews .catnews_col-right{
	overflow:hidden;
}





.widget_catnews h2 { 
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight:100;
   font-size: 24px;
   color:#000;
   margin: -7px 0 15px 0;
}
.widget_catnews h2 span{ 
    color: #e81c1c;
    font-weight: bold;
}
.widget_catnews h2 b{ 
    color:#c52931;
    font-weight:800;
}
.widget_catnews h2 a{ 
    margin-left:5px !important;
}

.widget_catnews .button_simple{
    font-size: 14px;	
}
.widget_catnews .button_simple{
	background-color: #c52931;
    display: inline-block; 
	padding:0 8px; 
	height:21px;
    letter-spacing: 0;
    font-weight: 100;
    word-spacing: 0;
    text-align: center;
    color: #FFF!important;
    font-family: 'Open Sans Condensed',sans-serif;
    text-decoration: none;
	vertical-align:middle;
}
.widget_catnews .button_simple:hover{
	background-color: #484848;
    color: #FFF;
    text-decoration: none;
}

.widget_catnews {
overflow: hidden; 
 }
 
.widget_catnews .more_news_conteiner{

}
.widget_catnews .more_news_conteiner .item:first-child{
	padding-top:10px;
	margin-top:-10px;
}
.widget_catnews .more_news_conteiner .item:last-child{
	margin-bottom:10px;
}

.widget_catnews .item { margin-bottom: 10px; padding-bottom:10px; overflow: hidden; border-bottom:1px dotted #ccc;}
.widget_catnews .item:last-child { margin-bottom: 0; border-bottom:0;}

.widget_catnews .item .image { float:left; margin-right: 10px; }
.widget_catnews .item .image img { display: block; }
.widget_catnews .item .info {  }

.widget_catnews .details { font-size:11px; color:#999; }
.widget_catnews .details a{ color:#BDC3C7; text-decoration:none; }
.widget_catnews .details a:hover{ color:#d35400; }

.widget_catnews .details span {padding-right: 5px;}
.widget_catnews .details span.comments {
    padding-left:20px;
    background: url("../images/comment.png") no-repeat left center;
}

.widget_catnews.featured .item h6 { 
font-family: 'Open Sans Condensed',sans-serif;
padding:0;
margin:0;
font-size:14px; 
line-height:16px;
font-weight:bold;
color:#163c75;
}
.widget_catnews.featured .item h6 a{ 
color:#121212;
text-decoration:none;
}
.widget_catnews.featured .item h6 a:hover{ 
color:#c12d2d;
text-decoration:none;
}

.widget_catnews.featured .item .teaser {
padding:0;
margin:5px 0 0 0;	
font-size: 12px;
line-height:13px;
color: #444;
}


.widget_catnews .catnews_col-left .item h6 { font-size:17px; line-height: 18px;}

.widget_catnews.featured .item-first {  border:0; border-bottom:1px solid #ccc; background:#ecf0f1; }
.widget_catnews.featured .item-first .image, .widget_catnews .catnews_col-left .image { margin-bottom: 5px; clear:both; width:100%; height:150px; }
.widget_catnews.featured .item-first .image a, .widget_catnews.featured .item-first .image > div,
.widget_catnews .catnews_col-left .image a,
.widget_catnews .catnews_col-left .image > div
 { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
 
.widget_catnews.featured .item-first h6 { font-size:21px; margin-top:5px; margin-bottom:5px; line-height: 24px;}
.widget_catnews.featured .item-first h6 a { color:#000; text-decoration: none; }
.widget_catnews.featured .item-first .read-more a {
    clear:both;
    margin-top: 10px;
	float:right;
}

.widget_catnews.featured .item-first h6,
.widget_catnews.featured .item-first .teaser,
.widget_catnews.featured .item-first .details{
	margin-left:20px;
	margin-right:10px;
}

.more_news{
    text-align:center;
}
.more_news a.button_simple{	
	height:32px;
	line-height:32px;
	padding:0 12px 0 23px;
	font-size:16px;
	background: #c52931 url("../images/arrow3_s.png") no-repeat 5px center;
}

.content-preload{
	opacity: 0.5;
	transition: transform 0.5s, opacity 0.5s;
}
.content-afterload{	
    opacity: 1;
	transition: transform 1s, opacity 1s;
}

@media screen and (max-width: 480px) {
    .widget_catnews .catnews_col-left {
        width: 100% !important;
		float:none !important;
		margin-right:0 !important;
    }
}

