.containerArticles{
	background: #fff;
}
.containerArticles h1{
	margin: 11px 0 30px;
}
.contentArticles{
	width: 73%;
    float: left;
    margin-right: 1%;
}
.rightBlockArticles{
    width: 26%;
    float: left;
    background: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
}
.headArticles{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
    border-bottom: solid 1px #d4d4d4;
    position:relative;
    padding-bottom: 10px;
}
.headArticles:after{
	content: ' ';
    border-bottom: 7px solid #d4d4d4;
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 140px;
    max-width: 100%;
}
.latestArticle > a {
	display: table;
    width: 100%;
    border-bottom: solid 1px #d0d0d0;
    padding: 7px 0px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.postedOn{
	font-size: 13px;
    letter-spacing: 0.3px;
}
.breadcrumbs{
    margin: 11px 0;
}
.articleBlock{
    display: table;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}
.Blockphoto{
    float: left;
    width: 30%;
}
.blockContentArticle{
    float:left;
    width:69%;
    margin-left:1%;
}
.Blocktitle a{
    font-size: 22px;
    letter-spacing: 0.7px;
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 8px;
    text-decoration: none;
    color: #666666;
    width: 100%;
    display: table;
}
.Blockdesc{
    margin-top: 13px;
}
.Blockcontinue{
    text-align: right;
    font-size: 18px;
    border-top: solid 1px #f4f4f4;
    padding-top: 10px;
}
.Blockcontinue > a {
     text-decoration: none;
     color: #e91e63;
}
.paginationArticles{
    min-height:20px;
}
.paginationArticles a {
    text-decoration: none;
    width: 22px;
    float: left;
    border: solid 1px #dedede;
    background-color: #e9ecf0;
    text-align: center;
    margin: 0 1px;
    border-radius: 1px;
}
.paginationArticles a:hover{
    background-color: #e2e2e2;
}
.paginationArticles a.active{
    background-color: #e8519a;
    border-color: #c75c90;
    color: #fff;
}