.BlogContener{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.Blog{
    float: left;
    width: 100%;
}
.BlogLeft{
    float: left;
    width: 68%;
    padding-right: 2%;
}
.BlogRight{
    float: right;
    width: calc(28% - 1px);
    border-left: 1px solid #e4e4e4;
    padding-left: 2%;
}
.BlogCategories{
    float: left;
    width: 100%;
}
.BlogCategories ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.BlogCategories ul li{
    float: left;
    width: 100%;
    line-height: 150%;
    margin-bottom: 5px;
}
.BlogCategories ul li a{
    float: left;
    width: 100%;
    padding: 3px 0 3px 0px;
    font-size: 1.5rem;
}
.BlogCategories ul li a:hover{
    /*background-color: #ffcc00;*/
}
.BlogCategories h1{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.ArticleListBox{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.ArticleListBox:last-child{
    border: 0;
}
.ArticleListBox img{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
figure{
    margin: 0;
}
.ArticleListBox h1{
    font-size: 2.5rem;
    font-weight: 300;
    float: left;
    margin-bottom: 0;
}
.ArticleListBox h1 a{
    color: #000000;
}
.ArticleListBoxAdditionalInfo{
    float: left;
    width: 100%;
    color: #b6b6b6;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.ArticleListBoxCategory{
    color: #000000;
}
.ArticleListBoxCategory:before{
    content: "| ";
    padding: 0 10px;
    color: #b6b6b6;
}
.ArticleListBoxDesc{
    float: left;
    width: 100%;
}
.ArticleListBoxDesc h2{
    font-size: 2.2rem;
    font-weight: 300;
}
.ArticleListBoxDesc h3{
    font-size: 1.8rem;
    font-weight: 300;
}
.HistoryBack{
    float: left;
    margin-bottom: 30px
}
.ArticleGallery{
    float: left;
    width: 100%;
    text-align: center;
}
.ArticleGallery img{
    display: inline;
    float: none;
}
.ArticleGallery h2{
    font-size: 2.2rem;
    font-weight: 300;
}
.ArticleNav{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.ArticleNavPrev{
    float: left;
    width: calc(40% - 40px);
    padding: 0  0 0 40px;
    font-size: 1.5rem;
    background-image: url(../../img/articlePrev.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 17px;
    color: #666;
    font-weight: 300;
    line-height: 120%
}
.ArticleNavNext{
    float: right;
    width: calc(40% - 40px);
    padding: 0 40px 0 0 ;
    font-size: 1.5rem;
    background-image: url(../../img/articleNext.gif);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right 2px;
    color: #666;
    font-weight: 300;
    text-align: right;
    line-height:120%
}
.ArticleNavPrev:hover, .ArticleNavNext:hover{
    text-decoration: none;
    color: #ed1e24;
}