/*Sidebar*/
.population {
    width: 150px;
    top: 205px;
    right: 30px;
    position: absolute;
}
.t-p-asmo{padding-right:5px;line-height: 25px;
    font-size: 12px; }
.t-p-elyos{padding-left:5px;line-height: 25px;
    font-size: 12px;}
	
.p-asmo-logo{
    position: absolute;
    left: -10px;
    top: -5px;
}
.p-elyos-logo{
    position: absolute;
    right: -10px;
    top: -5px;
}
.p-asmo{
    position: relative;
    float: left;
    height: 22px;
    background: url("img/asmo-jauge.jpg");
    text-align: right;
}
.p-elyos{
    position: relative;
    float: right;
    height: 22px;
    background: url("img/elyos-jauge.jpg");
    text-align: left;
}
.block-tuto {
    height: 44px;
    font-size: 15px;
    background: url(img/divide-tutos.png) 2px 35px no-repeat;
}
.title_widget {
	text-align: center;
}
/*Page Body*/
.page-title{
    font-family: 'TrajanPro',Sans-Serif;
    width: 666px;
	text-align:center;
	height: 110px;
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: 75px;
    font-weight: bold;
    font-size: 15px;
    color: #e8e8e8;
}
.page-title img {
    vertical-align: middle;
    margin-right: 5px;
}
.news-title{
    font-family: 'TrajanPro',Sans-Serif;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 6px;
    font-weight: bold;
	text-align: center;
}
.news-title a{
    font-family: 'TrajanPro',Sans-Serif;
    text-decoration: none;
    color: #ffffff;
}

.meta{
    font-size:12px;
    padding-left:15px;
    padding-top: 5px;
	margin-top: 60px;
}
.author a{
    color:#f7941d;
    text-decoration: none;
    font-weight: bold;
}
.meta-color{
    color:#dadada;
}

.news-categories{
    width: 251px;
    float: left;
}
.news-content{
    margin-right: 15px;
    width: 335px;
    float: right;
}
.news-section{
    padding-left: 5px;
}
.categories-img img{
    margin-left: 14px;
    border: 2px solid rgba(69, 20, 20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.categories-img img:hover{
    margin-left: 14px;
    box-shadow: 0px 0px 5px rgba(69, 20, 20);
    border: 2px solid rgba(69, 20, 20 );
    border-radius: 3px;
}
img.divide-news{
    margin-top: 18px;
    margin-bottom:15px;
    margin-left: -20px
}
.divide-news{
    margin-top:15px;
}
a.read-more{
    display:block;
    
    width:108px;
    height:24px;
    text-align:center;
	margin-top: -19px;
    text-decoration:none;
    
    float:right;
    box-shadow: 0px 0px 5px rgba(76, 154, 225, 0.08);
    border: thin solid #451a14;
    text-align: center;
    padding-top: 2px;
    line-height: 21px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}

a.read-more:hover{
    background: #050c17;
    box-shadow: 0px 0px 5px rgba(76, 154, 225, 0.20);
    border: thin solid #451a14;
    
}
p {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}