﻿.masonry-box {margin-top:10px;}
 .latest-articles.iso-call .news-post {
        border: 1px solid #e3e3e3;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        padding:10px;
            background: #fff;
            margin:0 0 10px;width: 100%;

    }


 .masonry-box .boxText h2 a,.masonry-box .boxText h2{    font-size: 18px;
    text-align: right;
    color: #8A0000;    font-weight: 700;
    line-height: 29px;}
 .masonry-box .boxText h2{margin-bottom:10px;}
  .masonry-box .post-gallery img{display:block;margin:0 auto 10px;}

  .latest-articles.iso-call .news-post .post_date{margin-left: 10px;padding-right:15px;background: url(/images/dateBtn.png) right 1px top 3px no-repeat;background-size: 10px;}
   .latest-articles.iso-call .news-post .bbcsource{float:left}
   .latest-articles.iso-call .news-post .bbcsource img{width:52px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;}
  .masonry-box .boxText .icons{
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}



  #loadmoreDiv {
        background: #8A0000;
    text-align: center;
    border: 3px solid #cacaca;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 17px;
    line-height: 23px;
    display: block;
    width:97%;
    margin: 10px auto 30px;
    cursor:pointer;
}
  #loadmoreDiv:hover,#loadmoreDiv:focus{background: #f1f1f1;color: #8A0000;text-shadow: 1px 1px 1px #c7b3b3;border: 3px solid #8A0000;}

 body .imgMobBBC{display:block;width: 100%;}


#page {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#page.active {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.comments_count, .post_date, .post_format, .post_source, .post_views {
    font-size: 11px;
    line-height: 20px;
        text-decoration: none;
    float: right;
    margin-left: 10px;
    display: inline-block;
    color: #666;
}
#page img{
    height: auto;
    display: block;
    vertical-align: top;
    max-width: 100%!important;
}