
/*page setup*/

/*new*/
 select {
    font-family: 'Droid Arabic Naskh', serif;
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
 .fakeElemTextArea{font-size: 0!important;position: fixed!important;}
 textarea {
    font-size: 12px;
    line-height: 26px;
}

body.backgroundgray{background: #fff;}
 .video_gallery .threeSlider {
    /*width: 1100px;*/
    margin: 0 auto;
    direction: ltr;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}
.video_gallery .slick-slide img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    /*max-height: 193px;*/
    max-height: 341px;
    display: block;
}
.video_gallery .threeSlider>* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video_gallery .slick-prev:before, .video_gallery .slick-next:before {
    color: black;
}
.video_gallery .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding-right: 32px;
    padding-left: 32px;
}
.video_gallery .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.video_gallery .slick-list:focus {
    outline: 0;
}
.video_gallery .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.video_gallery .slick-slider .slick-track, .video_gallery .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.video_gallery .slick-track {
    position: relative;
    top: 0;
    right: 0;
    display: block;
}
.video_gallery .slick-track:before, .video_gallery .slick-track:after {
    display: table;
    content: ''}
.video_gallery .slick-track:after {
    clear: both;
}
.video_gallery .slick-loading .slick-track {
    visibility: hidden;
}
.video_gallery .slick-slide {
    display: none;
    float: right;
    margin: 0 5px;
    height: 100%;
    min-height: 1px;
}
.video_gallery [dir='rtl'] .slick-slide {
    float: right;
}
.video_gallery .slick-slide.slick-loading img {
    display: none;
}
.video_gallery .slick-slide.dragging img {
    pointer-events: none;
}
.video_gallery .slick-initialized .slick-slide {
    display: block;
    position: relative;
    text-align: center;
}
.video_gallery .slick-loading .slick-slide {
    visibility: hidden;
}
.video_gallery .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.video_gallery .slick-arrow.slick-hidden {
    display: none;
}
.video_gallery .slick-loading .slick-list {
    background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}
.video_gallery .slick-next, .video_gallery .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1;
    color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:transparent;
}
.video_gallery .slick-next:focus, .video_gallery .slick-next:hover, .video_gallery .slick-prev:focus, .video_gallery .slick-prev:hover {
    color: transparent;
    outline: 0;
}
.video_gallery .slick-prev:hover:before, .video_gallery .slick-prev:focus:before, .video_gallery .slick-next:hover:before, .video_gallery .slick-next:focus:before {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.video_gallery .slick-prev.slick-disabled:before, .video_gallery .slick-next.slick-disabled:before {
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: .25;
    -khtml-opacity: .25;
    opacity: .25;
}
.video_gallery .slick-prev:before, .video_gallery .slick-next:before {
    content: '';
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 1;
    display: inline-block;
    -ms-filter: "alpha(opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
}
.video_gallery .slick-prev {
    left: 0;
    right: auto;
     -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.video_gallery [dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}
.video_gallery .slick-prev:before {
    background-image: url(/images/lightbox-prev.png);
}
.video_gallery [dir='rtl'] .slick-prev:before {
    content: '';
    background: url("/images/carouselarrows-32-32-0.png") 100% 0 no-repeat;
}
.video_gallery .slick-next {
    left: auto;
    right: 0;
     -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}
.video_gallery [dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}
.video_gallery .slick-next:before {
    background-image: url(/images/lightbox-next.png);
}
.video_gallery [dir='rtl'] .slick-next:before {
    content: '';
    background: url("/images/carouselarrows-32-32-0.png") 0 0 no-repeat;
}
.video_gallery .threeSlider .hoverCss {
    position: relative;
}
.video_gallery .threeSlider .hoverCss .title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(4, 0, 0, 0.8);
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}
.video_gallery .threeSlider .hoverCss .title .articleInfo {
    position: relative;
    bottom: auto;
    width: 100%;
    top: 5px;
}
.video_gallery .title {
         z-index: 50;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 1px 1px 0px #f3f3f3;
    overflow: hidden;
    text-align: right;
    color: #666;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
}
.video_gallery .threeSlider .title{height:47px}


.video_gallery a:hover .title{color:#000}
.video_gallery .threeSlider a {
    display: inline-block;
    vertical-align: top;
    width:100%;
}



.video_gallery .headertitle .newHover {
    display: inline-block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    background: url('/images/bkColor.jpg');
        background-size: cover;
    margin: 0;
    color: #fff;
    margin-bottom: -9px;
    width: 100%;
    clear: both;
    position: relative;
        height: 32px;
    margin-bottom: 10px;
    vertical-align: top;
}


.video_gallery .headertitle h2 {
    margin:0;
    background: #5a5a5a;
    display: block;
    float: right;
    border-radius: 20px 0 20px 0px;
    color: #fff;
    font-size: 16px;
    width: 205px;
    text-align: center;
    border-left: 2px #fff solid;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
        line-height: 32px;
}



.video_gallery .headertitle .newHover span {
    position: absolute;
    left: 10px;
    top: 4px;
}

.video_gallery .headertitle .newHover:hover h2, .video_gallery .headertitle .newHover:focus h2 {
    width: 100%;
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    border-left: 0px;
}


 .video_gallery .videobox{position:relative;border: 1px solid #919191;
    background-color: #f6f7f9;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 2px 3px #adadad;
    box-shadow: 1px 2px 3px #adadad;}

 .video_gallery .videobox:hover,.video_gallery .videobox:focus{border: 1px solid #000;-webkit-box-shadow: 1px 2px 3px #777;
    box-shadow: 1px 2px 3px #777;}


.video_gallery .boxImg{position:relative;margin-bottom:5px;background: #646464;}
.video_gallery .boxImg:after{content:'';background: url(/images/playimg.png) no-repeat;
           margin: 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: 5px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30); -moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.3;}

  .video_gallery  .v_link {
    background: url(/images/playimg.png) no-repeat;
           margin: 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: 5px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30); -moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.3;
}




.video_gallery .homepage_gallery_two {
    margin-bottom: 15px;
    max-height: 100%;
    overflow: hidden;
}
.video_gallery .homepage_gallery_two.video a.gal_link span.link-icon {
    background: url(/images/video_link_icon.png) no-repeat;
}
.video_gallery .homepage_gallery_two.video .slick-slide img {
    max-height: 100%;
}
.video_gallery .homepage_gallery_two.video {
    max-height: 100%;
}
.video_gallery img {
    max-width: 100%;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*max-height: 215px;*/
    max-height: 360px;
    margin: 0 auto;
    display: block;
}
.video_gallery.themeGreen .headertitle h2{background: #059d38}
.video_gallery.themeYellow .headertitle h2{background: #d18b12}
.video_gallery.themeRed  .headertitle h2{background: #eb1c15}
.video_gallery.themeCommunity .headertitle h2{background: #00391c}
.video_gallery.themeCulture .headertitle h2{background: #4587af}
.video_gallery.themeOpinion .headertitle h2{background: #1458dd}
.video_gallery.themeArabic .headertitle h2{background: #81436a}
.video_gallery.themeEconomy .headertitle h2{background: #1aad98}
.video_gallery.themeSport .headertitle h2{background: #e06718}
.video_gallery.themeReport .headertitle h2{background: #986d34}
.video_gallery.themeWorld .headertitle h2{background: #ba337f}
.video_gallery.themeLast .headertitle h2{background: #cba912}
.video_gallery.themeMaron .headertitle h2{background: #8A0000}


.video_gallery .icons{
    padding:0;
    margin:0;
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
        border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

}
.video_gallery .icons li {
        list-style: none;
    float: right;
        font-size: 11px;
    line-height: 14px;

        display: inline-block;
    color: #666;  
    vertical-align:top
}
.video_gallery .icons .post_date {
       padding-right: 15px;
    margin-top: 5px;
    background: url(/images/dateBtn.png) right 1px top 1px no-repeat;
    margin-right: 10px;
    background-size: 10px;
}
.video_gallery .icons span.weekName {
    display: inline-block;
    margin-left: 2px;
    margin-top:4px;
}



.video_gallery .icons .soical{float:left;}
    .video_gallery .icons .soical a{
        margin-left: 5px;
    }
.video_gallery .icons .soical:first-of-type a{margin-left:0;}
.video_gallery .videobox .twitter {
            display: inline-block;
            
    font-size: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
   bottom: 0;
    left: 6px;
    vertical-align: top;
    z-index: 100;
    background-color: #54aee1;
    background-size: 651px 16px;
    background-image: url(/images/footer-soc-20181.png);
    background-position: -93px center;
    padding: 3px;
    box-sizing: border-box;
    background-repeat: no-repeat;
        }

.video_gallery .videobox .facebook {
       
            display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
    bottom: 0;
    left: 34px;
    vertical-align: top;
    z-index: 100;
    background-color: #466eac;
    background-size: 732px 18px;
    background-image: url(/images/footer-soc-20181.png);
    background-position: -128px center;
    padding: 3px;
    box-sizing: border-box;
    background-repeat: no-repeat;
        }
.video_gallery .videobox .whatsapp {
        display: none;
    font-size: 0;
    line-height: 0;
    
    width: 22px;
    height: 22px;
    bottom: 0;
    left: 65px;
    background: url(/images/footer-soc-20181.png) no-repeat;
        background-position: 3px center;
    vertical-align: top;
    z-index: 100;
    background-color: #169e0e;
    background-size: 732px 18px;
    background-image: url(/images/footer-soc-20181.png);
    background-position: -119px center;
    padding: 3px;
    box-sizing: border-box;
    background-repeat: no-repeat;
}


@media(max-width :1120px){.HP_main_full .article100 {width: 100%}
    body .video_gallery .icons .post_date {
        margin-top: 10px;
    }
                          body .video_gallery .threeSlider .title{height:auto}
.video_gallery .headertitle .newHover:hover h2, .video_gallery .headertitle .newHover:focus h2{
    border-left: 2px #fff solid;
    width:205px
}
 body .video_gallery .threeSlider .slick-prev {
            left: 0;
        }

        body .video_gallery .threeSlider .slick-next {
            right: 0;
        }
        .video_gallery .title{max-height:100px}


.video_gallery .videobox .twitter,.video_gallery .videobox .facebook,.video_gallery .videobox .whatsapp {
        width:31px;height:31px;background-size: 1242px 31px;bottom:6px
    }
    .video_gallery .videobox .twitter{right: 7px;    background-position: -147px center;    background-size: 1017px 25px;}
    .video_gallery .videobox .facebook{right: 45px;background-position: -200px center;    background-size: 1139px 28px;}
    .video_gallery .videobox .whatsapp{right: 83px; background-position: 3px center;background-size: 1139px 28px;display: block;}
}
@media(max-width :1024px) {
    .video_gallery .slick-slide img {
        /*max-height: 165px;*/
        max-height: 320px;
    }
}
@media(max-width:645px) {
    .video_gallery .slick-slider{padding:0;}
    .video_gallery .headertitle{margin:0}
    .video_gallery .headertitle h2{width:140px}
    body .video_gallery .headertitle .newHover:hover h2,body .video_gallery .headertitle .newHover:focus h2{
    width:140px
}
    body .video_gallery .threeSlider .slick-next{top: 0;
    bottom: auto;
    right: auto;
    left: 42px;
    transform: none;
    -webkit-transform: none;
    margin-top: -42px;
    -ms-transform: none;    height: 32px;
    background: transparent;
    border: none;
    box-shadow: none;}
    body .video_gallery .threeSlider .slick-prev{    top: 0;
    left: 4px;
    right: auto;
    margin-top: -42px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;    height: 32px;
    background: transparent;
    border: none;
    box-shadow: none;}
    .video_gallery .slick-slider:before{content: '';
    display: inline-block;
    height: 30px;
    width: 69px;
    position: absolute;
    margin-top: -41px;
    top: 0;
    background: #fff;
    left: 5px;
    transform: none;
    border-radius: 20px;
    -webkitborder-radius: 20px;
    -msborder-radius: 20px;
    box-shadow: inset 0 0 10px #000000;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;}
    body .video_gallery .threeSlider .slick-next,body .video_gallery .threeSlider .slick-prev{outline: none;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
                                                                                              -moz-user-select: none;-ms-user-select: none;user-select: none;}
    body .video_gallery .threeSlider .slick-next:focus,body .video_gallery .threeSlider .slick-prev:focus,body .video_gallery .threeSlider .slick-next:hover,
    body .video_gallery .threeSlider .slick-prev:hover{outline: none;border:none}
    body .video_gallery .slick-slide img {
        /*max-height: 130px;*/
        max-height: 300px;
    }

}@media (max-width: 764px) {

body .searchbox{    width: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;}


}@media(max-width :480px) {

    body .video_gallery .slick-slide img {
        /*max-height: 400px;*/
        max-height: 215px;
    }
    /*body .video_gallery .icons .post_date{clear: both;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 0;}
    body .video_gallery .icons .soical {
        float: none;
    }*/


}

@media(max-width :425px){
h2, h2.page-title {font-size: 16px;line-height: 25px}
.article100 .text{font-size: 13px;line-height: 22px}
.article100 h2{margin-bottom:7px}
}
@media(max-width :414px) {

    body .video_gallery .slick-slide img {
        /*max-height: 104px;*/
        max-height: 178px;
    }
}
@media(max-width :375px) {
    body .video_gallery .slick-slide img {
        /*max-height: 95px;*/
        max-height: 161px;
    }
}
/*@media(max-width :360px) {
    body .video_gallery .slick-slide img {
        max-height: 89px;
    }
}*/
























/*cms.css*/

.more-link {
    color: #000;
    position: relative;
    display: inline-block!important;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 17px;
}
.more-link span, .more-link span:after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    position: absolute;
}
.more-link span {
    top: 4px;
    left: 0;
    border-color: transparent #000;
}
.more-link span:after {
    top: -4px;
    right: -5px;
    border-color: transparent #fff;
    content: ""}
.more-link:hover {
    color: #8a0000;
}
.more-link:hover span {
    border-right-color: #8a0000;
}
.img165x101Land, .img165x101Land a {
    width: 165px;
    height: 101px;
}
.img165x101Land a img, .img165x101Land img {
    max-width: 165px;
    max-height: 101px;
}
.img360x221Land, .img360x221Land a {
    width: auto;
    height: auto;
    display: block;
}
.img360x221Land a img, .img360x221Land img {
    max-width: 100%;
    max-height: 100%;
}
.img63x100Port, .img63x100Port a {
    width: 63px;
    height: 100px;
}
.img63x100Port a img, .img63x100Port img {
    max-width: 63px;
    max-height: 100px;
}
.img138x220Port, .img138x220Port a {
    width: 138px;
    height: 220px;
}
.img138x220Port a img, .img138x220Port img {
    max-width: 138px;
    max-height: 220px;
}
ul.breadcrumbs {
    overflow: hidden;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
    clear: both;
}
ul.breadcrumbs li {
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
    list-style: none;
    float: right;
    text-align: center;
    padding: 0;
    margin-left: 5px;
}
ul.breadcrumbs li:after {
    content: '/';
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    vertical-align: top;
    margin-top: 3px;
    color: #a2a9ae;
}
ul.breadcrumbs li.current:after, ul.breadcrumbs li:last-of-type:after {
    content: none;
}
ul.breadcrumbs li a {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
}
ul.breadcrumbs li.current {
    padding-left: 0;
    background: 0 0;
    margin: 0;
    color: #8A0000;
    font-weight: 700;
}
ul.breadcrumbs li.post_calendar {
    background: 0 0;
    float: left;
    padding: 0;
    margin: 4px 0 0;
    cursor: pointer;
    line-height: 0;
    display: inline-block;
}
ul.breadcrumbs li.post_calendar img, ul.breadcrumbs li.post_calendar span {
    display: inline-block;
}
ul.breadcrumbs li.post_calendar span {
    vertical-align: top;
    margin-left: 10px;
    font-weight: 700;
    line-height: 25px;
}
.home_category_news {
    margin-bottom: 10px;
    overflow: hidden;
}
.home_category_news .border-top {
    height: 3px;
    background: #a2a9ae;
    margin-bottom: 10px;
}
.home_category_news h1.block-title {
    color: #8A0000;
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    font-weight: 700;
}
.home_category_news .block_home_post.first-post {
    margin: 0 0 10px;
    width: auto;
    float: none;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 10px 0;
}
.home_category_news .block_home_post .post-body {
    overflow: visible;
    padding-bottom: 10px;
}
.home_category_news .border-bottom {
    height: 3px;
    background: #a2a9ae;
    margin-top: 0;
}
.news_body .row-container article .field_group .text ul {
    padding: 0;
    margin: 0 0 10px 25px;
}
.news_body .row-container article .field_group .text ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    margin-right: 30px;
    text-align: right;
    color: #000;
    list-style: none;
    text-indent: -1.35em;
}
.news_body .row-container article .field_group .text ul li:before {
    content: "\2022";
    color: red;
    font-size: 20px;
    margin-left: 9px;
}
.HP_main_2_50 .posts_wrapper {
    overflow: hidden;
}
.HP_main_2_50 .posts_wrapper .row-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.HP_main_2_50 .posts_wrapper .article50 {
    float: left;
    margin: 0 10px 0 0;
}
.posts_wrapper article .field_group h2 a, .posts_wrapper article .field_group h3 a {
    position: relative;
    display: block;
}
.HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 49.3%;
    overflow: hidden;
}
.HP_main_2_50 .posts_wrapper .row-container .article50:nth-of-type(2n+1) {
    margin-right: 0;
    clear: right;
    float: right;
}
.HP_main_2_50 .posts_wrapper .row-container .article50:nth-of-type(2n) {
    clear: left;
    float: left;
}
.HP_main_2_50 .posts_wrapper .article50:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
}
.HP_main_2_50 .posts_wrapper .article50 .field_group {
    padding: 10px 10px 33px;
    height: 100%;
    overflow: hidden;
}
.HP_main_2_50 .posts_wrapper .article50 .field_group .icons {
    margin: 0 -10px;
    background: 0 0;
    padding: 10px;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #e3e3e3;
    box-sizing: border-box;
    line-height: 0;
}
.HP_main_2_50 .posts_wrapper .article50 .field_group .icons li {
    margin-bottom: 0;
    line-height: 0;
}
.HP_main_2_50 .posts_wrapper .article50 .link-icon {
    background: url(/images/img-small-icon.png) center center no-repeat;
}
.article50 .field_group .pic {
    padding-right: 10px;
    padding-bottom: 10px;
}
.article50 .pic a img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.HP_main_2_50 article .pic {
    position: relative;
    float: left;
}
.article50 .field_group .pic.img360x221Land {
    padding-right: 0;
    margin: 0 auto;
    float: none;
}
#recent_posts, .news_body .icons {
    margin-bottom: 10px;
}
.news_body .icons {
    overflow: hidden;
    line-height: 0;
    position: absolute;
    bottom: 0;
}
.news_body .icons li {
    list-style: none;
    float: right;
}
.news_body .icons li:last-child {
    margin-left: 0;
}
#recent_posts .section_title {
    border-top: 3px solid #788187;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #8A0000;
    clear: both;
}
#recent_posts .posts_wrapper {
    overflow: hidden;
    margin-bottom: 10px;
}
#recent_posts .posts_wrapper .row-container {
    overflow: hidden;
    position: relative;
}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48.6%;
    float: right;
}
#recent_posts .posts_wrapper article {
    overflow: hidden;
    padding-top: 10px;
    margin-left: 20px;
}
#recent_posts .posts_wrapper .row-container article:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    height: 100%;
    pointer-events: none;
}
#recent_posts .posts_wrapper article.item_left {
    margin-left: 0;
}
#recent_posts .posts_wrapper article .pic {
    float: left;
    max-width: 85px;
    height: 52px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#recent_posts .posts_wrapper article .pic img {
    max-width: 85px;
    max-height: 52px;
}
#recent_posts .posts_wrapper article h3 {
    clear: none;
    line-height: 21px;
    margin-bottom: 35px;
}
#recent_posts .posts_wrapper article h3 a {
    text-decoration: none;
    color: #000;
    position: relative;
    display: block;
}
#recent_posts .posts_wrapper article h3 a:hover {
    color: #666;
}
#recent_posts .posts_wrapper article .post-info {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}
#recent_posts .posts_wrapper article .post-info .post_date, #recent_posts .posts_wrapper article .post-info a {
    padding-top: 2px;
}
.news_style6_body .posts_wrapper {
    overflow: hidden;
}
.news_style6_body .posts_wrapper .row-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
    width: 185px;
    overflow: hidden;
}
.news_style6_body .posts_wrapper article {
    float: right;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.news_style6_body .posts_wrapper .row-container article:first-of-type {
    margin-right: 0;
    clear: right;
}
.news_style6_body .posts_wrapper .row-container article:nth-of-type(4) {
    clear: left;
}
.news_style6_body .posts_wrapper article .field_group {
    padding: 10px 10px 33px;
    height: 100%;
    overflow: hidden;
}
.news_style6_body .posts_wrapper article:before {
    content: '';
    box-sizing: border-box;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    border: 1px solid #e3e3e3;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
}
.news_style6_body .posts_wrapper article .field_group h3 {
    margin-top: 0;
    color: #8A0000;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
}
.news_style6_body .posts_wrapper article .field_group h3 a {
    color: #8A0000;
    text-decoration: none;
    display: inline-block;
}
.news_style6_body .posts_wrapper article .field_group .icons {
    margin: 0 -10px;
    background: 0 0;
    padding: 10px;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #e3e3e3;
    box-sizing: border-box;
    line-height: 0;
    text-align: right;
    list-style: none;
}
.news_style6_body .posts_wrapper article .field_group .icons li {
    margin-bottom: 0;
    line-height: 0;
}
.news_style6_body .posts_wrapper article .link-icon {
    background: url(/images/img-small-icon.png) center center no-repeat;
}
.news_style6_body .border-bottom {
    height: 3px;
    background: #8A0000;
    margin-right: 18px;
    margin-top: -3px;
}
.news_style6_body .block-title {
    padding: 3px 20px;
    display: inline-block;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    background: #8A0000;
}
.news_style6_body {
    margin-bottom: 20px;
}
.news_style6_body .posts_wrapper .row-container:last-of-type {
    margin-bottom: 0;
}
.news_style6_body .border-bottom.sec {
    margin-right: 0;
    margin-top: 0;
    height: 6px;
}
.news_style6_body.themeGreen .block-title, .news_style6_body.themeGreen .border-bottom {
    background: #059d38;
}
.news_style6_body.themeYellow .block-title, .news_style6_body.themeYellow .border-bottom {
    background: #d18b12;
}
.news_style6_body.themeRed .block-title, .news_style6_body.themeRed .border-bottom {
    background: #eb1c15;
}
.news_style6_body.themeCommunity .block-title, .news_style6_body.themeCommunity .border-bottom {
    background: #00391c;
}
.news_style6_body.themeCulture .block-title, .news_style6_body.themeCulture .border-bottom {
    background: #4587af;
}
.news_style6_body.themeOpinion .block-title, .news_style6_body.themeOpinion .border-bottom {
    background: #1458dd;
}
.news_style6_body.themeArabic .block-title, .news_style6_body.themeArabic .border-bottom {
    background: #81436a;
}
.news_style6_body.themeEconomy .block-title, .news_style6_body.themeEconomy .border-bottom {
    background: #1aad98;
}
.news_style6_body.themeSport .block-title, .news_style6_body.themeSport .border-bottom {
    background: #e06718;
}
.news_style6_body.themeReport .block-title, .news_style6_body.themeReport .border-bottom {
    background: #986d34;
}
.news_style6_body.themeWorld .block-title, .news_style6_body.themeWorld .border-bottom {
    background: #ba337f;
}
.news_style6_body.themeLast .block-title, .news_style6_body.themeLast .border-bottom {
    background: #cba912;
}
.news_style6_body.themeBlack .block-title, .news_style6_body.themeBlack .border-bottom {
    background: #000;
}
.news_style6_body .posts_wrapper article .field_group .pic {
    margin: 0 auto 10px;
}
.news_style6_body article .pic, .news_style6_body article .pic a {
    width: 165px;
    height: 101px;
}
.news_style6_body article .pic a img, .news_style6_body article .pic img {
    max-width: 165px;
    max-height: 101px;
}
.main_sidebar .widget {
    margin-bottom: 10px;
    border: 1px solid #5b6166;
    border-top-right-radius: 20px;
}
.main_sidebar .widget .widget_header {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 18px;
    background: #5b6166;
}
.main_sidebar .widget ul li {
    list-style: none;
}
.main_sidebar .widget .widget_header .widget_title {
    color: #fff;
    overflow: hidden;
    clear: none;
    float: right;
    white-space: nowrap;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.img300x250Left, .img300x250Left img {
    width: 300px;
    height: auto;
}
.main_sidebar .widget .widget_header .widget_subtitle {
    white-space: nowrap;
    float: left;
    color: #fff;
    word-spacing: 1px;
    padding: 0 0 0 15px;
    text-align: right;
}
.main_sidebar .widget .widget_header .widget_subtitle a {
    text-decoration: none;
}
.main_sidebar .widget .widget_body {
    position: relative;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.widget.widget_recent_blogposts.alwafiyat .widget_header {
    border-bottom-left-radius: 20px;
}
.widget.widget_recent_blogposts.center .widget_header .widget_title {
    float: none;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    height: auto;
}
.widget_recent_blogposts.center .article .pic, .widget_recent_blogposts.center .article .pic a {
    max-width: 90px;
    max-height: 147px;
    width: auto;
    height: auto;
}
.widget_recent_blogposts.center .article .pic a img, .widget_recent_blogposts.center .article .pic img {
    max-width: 90px;
    max-height: 147px;
}
.widget_recent_blogposts.center .article .pic img {
    border: 1px solid #eb1c15;
    box-sizing: border-box;
}
.widget_recent_blogposts.center .article .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    text-align: right;
}
.widget_recent_blogposts.center .article .desc, .widget_recent_blogposts.center .article .desc a, .widget_recent_blogposts.center .article .desc a:hover, .widget_recent_blogposts.center .article .text, .widget_recent_blogposts.center .article .text a, .widget_recent_blogposts.center .ctrText, .widget_recent_blogposts.center .ctrText a {
    color: #000;
}
.widget_recent_blogposts.center .article .text a:hover, .widget_recent_blogposts.center .article .text:hover, .widget_recent_blogposts.center .ctrText a:hover, .widget_recent_blogposts.center .ctrText:hover {
    outline: 0;
    color: #8a0000;
    text-decoration: none;
}
.widget_recent_blogposts.center .article .desc {
    margin-bottom: 10px;
    text-align: right;
}
.widget_recent_blogposts.center .article .desc img {
    float: right;
    padding-left: 10px;
    max-width: 25px;
    max-height: 43px;
}
.widget_recent_blogposts.center .ctrText {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    font-weight: 700;
    display: inline-block;
    width: 100%}
.main_sidebar .widget.themeBlack {
    border: 1px solid #0c0c0c;
}
.main_sidebar .widget.themeBlack .widget_header {
    background: #000;
}
.main_sidebar .widget.themeRed {
    border: 1px solid #e50700;
}
.main_sidebar .widget.themeRed .widget_header {
    background: #eb1c15;
}
.main_sidebar .widget.themeYellow {
    border: 1px solid #9e7c41;
}
.main_sidebar .widget.themeYellow .widget_header {
    background: #d18b12;
}
.main_sidebar .widget.themeMaron {
    border: 1px solid #970202;
}
.main_sidebar .widget.themeMaron .widget_header {
    background: #8A0000;
}
.main_sidebar .widget.themeGreen {
    border: 1px solid #0d973b;
}
.main_sidebar .widget.themeGreen .widget_header {
    background: #059d38;
}
.main_sidebar .widget.themeCommunity {
    border: 1px solid #014d27;
}
.main_sidebar .widget.themeCommunity .widget_header {
    background: #00391c;
}
.main_sidebar .widget.themeCulture {
    border: 1px solid #3b81ac;
}
.main_sidebar .widget.themeCulture .widget_header {
    background: #4587af;
}
.main_sidebar .widget.themeOpinion {
    border: 1px solid #144095;
}
.main_sidebar .widget.themeOpinion .widget_header {
    background: #1458dd;
}
.main_sidebar .widget.themeArabic {
    border: 1px solid #743c60;
}
.main_sidebar .widget.themeArabic .widget_header {
    background: #81436a;
}
.main_sidebar .widget.themeEconomy {
    border: 1px solid #21a693;
}
.main_sidebar .widget.themeEconomy .widget_header {
    background: #1aad98;
}
.main_sidebar .widget.themeSport {
    border: 1px solid #e06718;
}
.main_sidebar .widget.themeSport .widget_header {
    background: #e06718;
}
.main_sidebar .widget.themeReport {
    border: 1px solid #9e7239;
}
.main_sidebar .widget.themeReport .widget_header {
    background: #986d34;
}
.main_sidebar .widget.themeWorld {
    border: 1px solid #ae2e76;
}
.main_sidebar .widget.themeWorld .widget_header {
    background: #ba337f;
}
.main_sidebar .widget.themeLast {
    border: 1px solid #ae9836;
}
.main_sidebar .widget.themeLast .widget_header {
    background: #cba912;
}
.img300x250Left {
    text-align: center;
    margin: 0 auto 10px;
    overflow: hidden;
    max-width: 100%}
.widget.widget_news_combine .widget_title {
    padding: 0 10px;
}
.widget.widget_news_combine .widget_subtitle a, .widget.widget_news_combine .widget_subtitle a:hover {
    color: #fff;
}
.widget.widget_news_combine .widget_body {
    padding: 10px 10px 20px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs {
    border-bottom: 1px solid #ff4a4a;
    margin: 0 0 10px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li {
    list-style: none;
    float: right;
    line-height: 20px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li+li {
    margin-left: 3px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    margin-bottom: -2px;
    color: #3e4345;
    white-space: nowrap;
    border: 1px solid #ddd;
    padding: 10px 10px 9px;
    display: inline-block;
    line-height: 12px;
    text-decoration: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
    margin-right: 5px;
    border-bottom: 0;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a span {
    display: inline-block;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a:hover {
    color: #73797c;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li.ui-tabs-active a {
    background: #D50B07;
    color: #fff;
    border-bottom: 1px solid #C20C08;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li.ui-tabs-active a span {
    border: none;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post {
    text-align: right;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .pic {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.widget_news_combine .article .pic, .widget_news_combine .article .pic a, .widget_news_combine .article .pic a img, .widget_news_combine .article .pic img {
    max-width: 85px;
    max-height: 52px;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title {
    overflow: hidden;
    margin: 0;
    line-height: 25px;
    padding-bottom: 10px;
    position: relative;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title .latest_date {
    color: #666;
    font-weight: 700;
    display: inline-block;
    padding: 6px 5px 4px;
    margin-left: 10px;
    position: relative;
    right: 0;
    box-sizing: border-box;
    font-size: 11px;
    width: 57px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 5px;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title .latest_date:after {
    content: '';
    border: 1px solid #ff4a4a;
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.widget_news_combine .widget_body ul.slides>li, .widget_news_combine span.weekName {
    display: none;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .post-info {
    margin-bottom: 10px;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title .hot {
    color: #e50700;
    margin-right: 4px;
    font-weight: 700;
}
.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title a {
    text-decoration: none;
}
.widget_news_combine ul.flex-direction-nav {
    position: absolute;
    bottom: 5px;
    width: 90px;
    height: 20px;
    padding-top: 0;
    vertical-align: top;
    z-index: 100;
}
.widget_news_combine ul.flex-direction-nav li {
    width: 18px;
    height: 19px;
    position: absolute;
    bottom: 0;
}
.widget_news_combine ul.flex-direction-nav li:first-child {
    right: 11px;
}
.widget_news_combine ul.flex-direction-nav li+li {
    right: 72px;
}
.widget_news_combine ul.flex-direction-nav li a {
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #dedede;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(242, 242, 242, 1) 100%);
}
.widget_news_combine ul.flex-direction-nav li a:hover {
    border-color: #ddd;
}
.widget_news_combine ul.flex-direction-nav li a.flex-next:after, .widget_news_combine ul.flex-direction-nav li a.flex-prev:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 6px;
    top: 6px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
}
.widget_news_combine ul.flex-direction-nav li a.flex-prev:after {
    border-left: 4px solid #a6a6a6;
}
.widget_news_combine ul.flex-direction-nav li a.flex-next:after {
    left: 8px;
    border-right: 4px solid #a6a6a6;
}
.widget_news_combine ul.flex-direction-nav li a.flex-next:hover:after, .widget_news_combine ul.flex-direction-nav li a.flex-prev:hover:after {
    border-right-color: #333;
    border-left-color: #333;
}
.widget_news_combine .pages_info {
    position: absolute;
    bottom: 6px;
    right: 44px;
    height: 13px;
    color: #333;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    font-weight: 700;
}
.widget_news_combine .cur_page {
    padding-right: 3px;
    white-space: nowrap;
}
.widget_news_combine .all_pages {
    float: none;
    padding-left: 1px;
    white-space: nowrap;
}
.widget_news_combine #imgLoading, .widget_recent_blogposts #imgLoading {
    margin: 0 auto;
}
.widget_news_combine .tab_content ul.slides>li {
    display: none!important;
}
.widget_news_combine .tab_content ul.slides>li.flex-active-slide {
    display: block!important;
}
.widget_recent_blogposts ul.slides>li {
    display: none!important;
}
.widget_recent_blogposts ul.slides>li.flex-active-slide {
    display: block!important;
}
.widget_recent_writters .widget_body ul {
    margin: 0;
}
.widget_recent_writters .widget_body ul li+li {
    padding: 10px 5px;
}
.widget_recent_writters .widget_body ul li:first-of-type {
    margin-bottom: 10px;
}
.widget_recent_writters .widget_body ul li {
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.widget_recent_writters .widget_body ul li>* {
    position: relative;
}
.widget_recent_writters .widget_body ul li:nth-of-type(even):before {
    content: '';
    position: absolute;
    background: #EDEDED;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%}
.widget.widget_recent_writters .widget_header {
    background: #5b6166;
}
.widget.widget_recent_writters .widget_header .widget_subtitle a {
    color: #fff;
}
.page .sc_accordion_style_1 .headerTap {
    font-size: 15px;
    line-height: 17px;
    border: 1px solid #e0e0e0;
    color: #707070;
    display: block;
    padding: 8px 50px 8px 11px;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #fcfcfc 100%);
}
.page .sc_accordion_style_1 .headerTap span:after, .page .sc_accordion_style_1 .headerTap span:before {
    display: block;
    background: #b4b4b4;
    left: 50%;
    content: "";
    position: absolute;
}
.page .sc_accordion_style_1 .headerTap span {
    width: 35px;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    border-left: 1px solid #e0e0e0;
}
.page .sc_accordion_style_1 .headerTap:hover {
    text-decoration: none;
}
.page .sc_accordion_style_1 .headerTap span:after {
    height: 11px;
    width: 1px;
    top: 12px;
}
.page .sc_accordion_style_1 .headerTap span:before {
    height: 1px;
    width: 11px;
    top: 17px;
    margin-left: -5px;
}
.page .sc_accordion_style_1 .headerTap.ui-accordion-header-active span:after, .widget_recent_blogposts .widget_body ul.slides>li {
    display: none;
}
.page .sc_accordion_style_1 .content {
    font-size: 12px;
    line-height: 19px;
    color: #6b6b6b;
    padding: 6px 0 10px;
    display: none;
    overflow: hidden;
    height: auto!important;
}
.TextWritter, .TextWritter a {
    color: #8A0000;
}
.ImgWritter {
    float: right;
    margin: 0 0 0 10px;
    width: 36px;
    height: 47px;
}
.ImgWritter img {
    max-width: 36px;
    max-height: 47px;
}
.TextWritter {
    float: left;
    width: 82%;
    clear: left;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
    text-align: right;
    font-weight: 700;
}
p.TextWritter, p.TextWritter a {
    color: #565656;
}
p.TextWritter {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    text-align: right;
}
.widget_recent_blogposts .widget_title {
    padding: 0 10px;
}
.widget_recent_blogposts .widget_subtitle a {
    color: #fff;
}
.main_sidebar .widget_recent_blogposts .widget_body {
    padding: 10px 10px 25px;
}
.main_sidebar .widget_recent_blogposts .widget_body.removePadding {
    padding: 10px 10px 0;
}
.widget_recent_blogposts .widget_body a {
    text-decoration: none;
}
.widget_recent_blogposts .widget_body ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.widget_recent_blogposts .widget_body ul.icons {
    padding-bottom: 10px;
    line-height: 0;
}
.widget_recent_blogposts .article+.article {
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
    overflow: hidden;
    clear: both;
}
.widget_recent_blogposts .article {
    overflow: hidden;
    clear: both;
}
.widget_recent_blogposts .article .pic {
    float: left;
    margin: 0 10px 10px 0;
}
.widget_recent_blogposts .article .pic img {
    width: auto;
    height: auto;
}
.widget.widget_recent_blogposts .article .pic.fullImageLeft {
    width: 278px;
    height: 171px;
    float: none;
    margin: 0 auto 10px;
}
.widget_recent_blogposts .article .text, .widget_recent_blogposts .article .textblack, .widget_recent_blogposts .article .textblackleft {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
    white-space: pre-wrap;
    font-weight: 700;
}
.widget.widget_recent_blogposts .article .pic.fullImageLeft a {
    width: 278px;
    height: 171px;
}
.widget.widget_recent_blogposts .article .pic.fullImageLeft a img {
    max-width: 278px;
    max-height: 171px;
}
.widget_recent_blogposts .flex-direction-nav {
    display: block;
    clear: both;
    height: 15px;
}
.widget_recent_blogposts .article .text {
    color: #8A0000;
    text-align: right;
}
.widget_recent_blogposts .article .text a {
    color: #8A0000;
    display: block;
}
.widget_recent_blogposts .article .textblack, .widget_recent_blogposts .article .textblack a, .widget_recent_blogposts .article .textblackleft, .widget_recent_blogposts .article .textblackleft a {
    color: #000;
}
.widget_recent_blogposts.flash .article .text {
    text-align: center;
}
.widget_recent_blogposts .article .textblack {
    text-align: right;
}
.widget_recent_blogposts .article .textblackleft {
    text-align: left;
}
.widget_recent_blogposts ul.flex-direction-nav {
    position: absolute;
    bottom: 6px;
    width: 90px;
    height: 20px;
    padding-top: 0;
    vertical-align: top;
    z-index: 100;
}
.widget_recent_blogposts ul.flex-direction-nav li {
    width: 18px;
    height: 19px;
    position: absolute;
    bottom: 0;
}
.widget_recent_blogposts ul.flex-direction-nav li:first-child {
    right: 11px;
}
.widget_recent_blogposts ul.flex-direction-nav li+li {
    right: 72px;
}
.widget_recent_blogposts ul.flex-direction-nav li a {
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #dedede;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(242, 242, 242, 1) 100%);
}
.widget_recent_blogposts ul.flex-direction-nav li a:hover {
    border-color: #ddd;
}
.widget_recent_blogposts ul.flex-direction-nav li a.flex-next:after, .widget_recent_blogposts ul.flex-direction-nav li a.flex-prev:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 6px;
    top: 6px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
}
.widget_recent_blogposts ul.flex-direction-nav li a.flex-prev:after {
    border-left: 4px solid #a6a6a6;
}
.widget_recent_blogposts ul.flex-direction-nav li a.flex-next:after {
    left: 8px;
    border-right: 4px solid #a6a6a6;
}
.widget_recent_blogposts ul.flex-direction-nav li a.flex-next:hover:after, .widget_recent_blogposts ul.flex-direction-nav li a.flex-prev:hover:after {
    border-right-color: #333;
    border-left-color: #333;
}
.widget_news_combine .flex-direction-nav a.flex-disabled, .widget_recent_blogposts .flex-direction-nav a.flex-disabled {
    display: none;
}
.widget_recent_blogposts .pages_info {
    position: absolute;
    bottom: 8px;
    right: 44px;
    height: 13px;
    color: #333;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    font-weight: 700;
}
.widget_recent_blogposts .cur_page {
    padding-right: 3px;
    white-space: nowrap;
}
.widget_recent_blogposts .all_pages {
    float: none;
    padding-left: 1px;
    white-space: nowrap;
}
.widget_recent_blogposts .article .pic.Land, .widget_recent_blogposts .article .pic.Land a {
    width: 140px;
    height: 86px;
}
.widget_recent_blogposts .article .pic.Land a img, .widget_recent_blogposts .article .pic.Land img {
    max-width: 140px;
    max-height: 86px;
}
.widget_recent_blogposts .article .pic.Port, .widget_recent_blogposts .article .pic.Port a {
    width: 53px;
    height: 86px;
}
.widget_recent_blogposts .article .pic.Port a img, .widget_recent_blogposts .article .pic.Port img {
    max-width: 53px;
    max-height: 86px;
}
.widget_recent_blogposts.flash .article .pic {
    float: none;
    margin: 0 auto 10px;
}
.widget_recent_blogposts.flash .article .pic.Land, .widget_recent_blogposts.flash .article .pic.Land a {
    width: 278px;
    height: 171px;
}
.widget_recent_blogposts.flash .article .pic.Land a img, .widget_recent_blogposts.flash .article .pic.Land img {
    max-width: 278px;
    max-height: 171px;
}
.widget_recent_blogposts.flash .article .pic.Port, .widget_recent_blogposts.flash .article .pic.Port a {
    width: 107px;
    height: 170px;
}
.widget_recent_blogposts.flash .article .pic.Port a img, .widget_recent_blogposts.flash .article .pic.Port img {
    max-width: 107px;
    max-height: 170px;
}
.main_sidebar .widget_recent_blogposts .article .pic.PortFull, .main_sidebar .widget_recent_blogposts .article .pic.PortFull a, .main_sidebar .widget_recent_blogposts .article .pic.PortFull a img, .main_sidebar .widget_recent_blogposts .article .pic.PortFull img {
    max-width: 278px;
    max-height: 100%;
    width: auto;
    height: auto;
}
.widget.widget_recent_blogposts .article .pic.PortFull {
    margin: 0 auto!important;
    text-align: center;
}
.widget.widget_recent_blogposts.flash .article .pic.PortFull a {
    display: inline-block;
    vertical-align: top;
}
.widget_recent_blogposts .article .pic.freeImage, .widget_recent_blogposts .article .pic.freeImage img {
    max-height: 87px;
}
.widget_recent_blogposts .article .pic.freeImage.fullImageLeft, .widget_recent_blogposts .article .pic.freeImage.fullImageLeft img, .widget_recent_blogposts.flash .article .pic.freeImage, .widget_recent_blogposts.flash .article .pic.freeImage img {
    max-height: 171px;
}
.widget_recent_blogposts .article .pic.freeImage.PortFull, .widget_recent_blogposts .article .pic.freeImage.PortFull img {
    max-height: 100%!important;
}
.widget.widget_recent_blogposts.review .widget_header {
    background: #059d38;
}
.widget.widget_recent_blogposts.review .post-info .comments_count, .widget.widget_recent_blogposts.review .post-info .post_views {
    display: none;
}
.widget_recent_blogposts.review .widget_body .post-info ul.icons {
    float: right;
}
.widget_recent_blogposts.child .article .pic {
    float: none;
    margin: 0 auto;
}
.widget_recent_blogposts.child .article .pic, .widget_recent_blogposts.child .article .pic a {
    width: 280px;
    height: auto;
    max-width: 100%}
.widget_recent_blogposts.child .article .pic a img, .widget_recent_blogposts.child .article .pic img {
    max-width: 280px;
    max-height: 100%}
.widget_recent_blogposts.child .article h3 {
    text-align: center;
    margin-top: 10px;
}
.widget.widget_recent_blogposts.child.PDF .widget_header {
    position: relative;
    overflow: visible;
}
.widget.widget_recent_blogposts.child.PDF .widget_header .widget_subtitle {
    position: absolute;
    z-index: 7;
    left: 0;
    top: -6px;
}
.widget.widget_recent_blogposts.child.PDF .widget_header .widget_subtitle img {
    width: 40px;
    height: auto;
}
.widget.widget_prayer_time .widget_header {
    overflow: hidden;
}
.widget_prayer_time .widget_body {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 17px 11px;
    overflow: hidden;
}
.widget_prayer_time .widget_body .prayer_container {
    position: absolute;
    bottom: 9.6%;
    padding-bottom: 10px;
    line-height: 30px;
    left: 17%;
    padding-left: 10px;
    font-family: sans-serif;
    font-weight: 700;
    color: #4F5153;
}
.block_subscribes_sidebar {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 10px 9px;
    text-align: center;
}
.block_subscribes_sidebar .service {
    display: inline-block;
    margin-left: 6px;
}
.block_subscribes_sidebar .service:nth-of-type(4n), .widget .block_subscribes_sidebar .service:last-of-type {
    margin-left: 0;
    clear: left;
}
.block_subscribes_sidebar .service:first-of-type {
    clear: right;
}
.block_subscribes_sidebar .service a {
    display: inline-block;
    padding: 0 0 0 28px;
    text-decoration: none;
    background: url(/images/follow-right1.png) no-repeat;
    vertical-align: top;
}
.block_subscribes_sidebar .service a:hover {
    opacity: .8;
    color: #e50700;
}
.block_subscribes_sidebar .service a.fb {
    background-position: 0 -33px;
}
.block_subscribes_sidebar .service a.tw {
    background-position: 0 -2px;
}
.block_subscribes_sidebar .service a.rss {
    background-position: 0 -64px;
}
.block_subscribes_sidebar .service a.youtube {
    background-position: 0 -95px;
}
.block_subscribes_sidebar .service a.instagram {
    background-position: 0 -125.5px;
}
.block_subscribes_sidebar .service a.pdf {
    background-position: 0 -156px;
}
.block_subscribes_sidebar .service a span {
    display: block;
}
.block_subscribes_sidebar .service a span.num {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -1px;
    font-weight: 700;
}
.block_subscribes_sidebar .service a span.people {
    clear: both;
    float: left;
    direction: ltr;
    font-size: 10px;
    line-height: 12px;
    color: #939393;
    font-weight: 700;
}

.widget.widget_latest_weather .widget_header {
    overflow: hidden;
}
.widget_latest_weather .widget_body {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 17px 11px;
    overflow: hidden;
}
.widget.widget_latest_weather .widget_header .widget_subtitle a {
    color: #fff;
}
.widget.widget_latest_weather .widget_header .widget_subtitle, .widget.widget_latest_weather .widget_header .widget_title {
    padding-right: 0;
    padding-left: 0;
}
.widget.widget_recent_blogposts.twitter .widget_header {
    background: #5b6166;
}
.widget.widget_recent_blogposts.twitter .widget_body ul li .article, .widget.widget_recent_blogposts.twitter .widget_body ul li .article+li .article {
    background: url(/images/tweet-icon.png) -1px 14px no-repeat;
    line-height: 20px;
    color: #4f4f4f;
}
.widget.widget_recent_blogposts.twitter .widget_body ul li .article:first-of-type {
    background-position: 0 3px;
}
.widget.widget_recent_blogposts.twitter .widget_body ul li .article~.article {
    padding: 10px 0 10px 24px;
}
.widget.widget_recent_blogposts.twitter .widget_body ul li .article {
    padding: 0 0 10px 24px;
    line-height: 20px;
    color: #4f4f4f;
}
.widget.widget_recent_blogposts.twitter .widget_body ul li .article a:hover {
    color: #131313;
}
.widget.widget_recent_blogposts.twitter .widget_body ul li .article a {
    color: #e50700;
    font-weight: 700;
}
.widget.feedburner_subscribe .widget_body {
    padding-bottom: 10px;
}
.widget.feedburner_subscribe .widget_header .widget_title {
    padding: 0 10px 0 11px;
}
.widget.feedburner_subscribe .form {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 2px;
    float: right;
}
.widget.feedburner_subscribe .form .field {
    float: right;
    margin-left: 2px;
}
.widget.feedburner_subscribe .form .field input {
    width: 160px;
    height: 27px;
    box-sizing: border-box;
    line-height: 18px;
}
.widget.feedburner_subscribe .form .button {
    float: right;
    font-weight: 700;
}
.widget.feedburner_subscribe .label {
    line-height: 18px;
    color: #666;
}
.widget.widget_recent_blogposts.comments .widget_header {
    background: #5b6166;
}
.widget.widget_recent_blogposts.comments .comment_author {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    background: url(/images/user-icon.png) 0 3px no-repeat;
    padding-left: 18px;
}
.widget.widget_recent_blogposts.comments .comment_author a {
    text-decoration: none;
    color: #1d4155;
}
.widget.widget_recent_blogposts.comments .comment_author a:hover {
    text-decoration: none;
    color: #1c2023;
}
.widget.widget_recent_blogposts.comments .comment_text {
    font-weight: 400;
    line-height: 18px;
    color: #565656;
    margin-bottom: 5px;
}
.widget.widget_recent_blogposts.comments .comment_date {
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #b1b1b1;
    padding-bottom: 8px;
}
.widget_latest_weather img {
    margin: 0 auto;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    border-radius: 4px;
}
.daterangepicker:after, .daterangepicker:before {
    position: absolute;
    display: inline-block;
    content: ''}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.opensright:before {
    left: 3px;
}
.daterangepicker.opensright:after {
    left: 4px;
}
.daterangepicker.dropup {
    margin-top: -5px;
}
.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}
.daterangepicker.single .calendar, .daterangepicker.single .ranges {
    float: none;
}
.daterangepicker.show-calendar .calendar {
    display: block;
}
.daterangepicker .calendar {
    display: none;
    max-width: 255px;
    margin: 4px;
    direction: ltr;
}
.daterangepicker .calendar.single .calendar-table {
    border: none;
}
.daterangepicker .calendar td, .daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    background: #fcfcfc;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}
.daterangepicker td.available:focus, .daterangepicker td.available:hover, .daterangepicker th.available:focus, .daterangepicker th.available:hover {
    background: #fff2f2;
}
.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}
.daterangepicker td.in-range {
    background-color: #fff2f2;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
    background-color: #8a0000;
    border-color: transparent;
    color: #fff;
}
.daterangepicker th.month {
    width: auto;
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    padding: 1px;
    height: 30px;
    margin: 0;
    cursor: default;
    font-size: 16px;
    line-height: 24px;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%}
.daterangepicker select.yearselect {
    width: 40%}
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    width: 50px;
    margin-bottom: 0;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px;
    padding: 1px 6px 0 40px;
    width: 100%;font-size: 16px;
    }
.daterangepicker .input-mini.active {
    border: 1px solid #d50b07;
    border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
    direction: ltr;
}
.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%}
.daterangepicker .ranges li {
    font-size: 13px;
    background: #fff2f2;
    border: 1px solid #ffdbdb;
    border-radius: 4px;
    color: #000;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: 700;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:focus, .daterangepicker .ranges li:hover {
    background: #D50B07;
    border: 1px solid #cb0c08;
    color: #fff;
}
.daterangepicker .btn-success.active, .daterangepicker .btn-success.focus, .daterangepicker .btn-success:active, .daterangepicker .btn-success:focus, .daterangepicker .btn-success:hover, .daterangepicker .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #6c0404;
    border-color: #540101;
}
body .daterangepicker .btn-success {
    color: #fff;
    background-color: #8a0000;
    border-color: #7b0404;
    margin-left: 10px;
}
.daterangepicker .btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: none;
    overflow: visible;
    margin: 0;
    box-sizing: border-box;
}
.daterangepicker .fa-chevron-left:before, .daterangepicker .fa-chevron-right:before {
    height: 10px;
    width: 8px;
    margin-top: 9px;
    content: "";
    display: inline-block;
    vertical-align: top;
}
.daterangepicker input {
    box-sizing: border-box;
    direction: ltr;
    text-align: left;
    font-size: 14px;
}
.btn:hover, .daterangepicker .btn.focus, .daterangepicker .btn:focus {
    color: #fff;
    text-decoration: none;
}
.daterangepicker .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.daterangepicker .btn-group-sm>.btn, .daterangepicker .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    float: right;
}
.daterangepicker .btn-default.active, .daterangepicker .btn-default.focus, .daterangepicker .btn-default:active, .daterangepicker .btn-default:focus, .daterangepicker .btn-default:hover, .daterangepicker .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.daterangepicker .calendar th {
    font-weight: 700;
}
.daterangepicker .fa-chevron-left:before {
    background: url(/images/photos-slider-controls.gif) no-repeat;
    background-size: 15px;
}
.daterangepicker .fa-chevron-right:before {
    background: url(/images/photos-slider-controls.gif) -8px 0 no-repeat;
    background-size: 15px;
}
.daterangepicker .fa-calendar:before {
    content: "";
    display: inline-block;
    background: url(/images/post-calendar.png) no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: top;
    margin-top: -4px;
}
.daterangepicker .next.available, .daterangepicker .prev.available {
    background: #fff2f2;
}
@media (max-width:1120px) {
    .main_sidebar .widget.widget_recent_blogposts .article .pic.fullImageLeft {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 10px;
}
.widget.widget_recent_blogposts .article .pic.fullImageLeft a {
    width: 100%;
    height: auto;
}
.row-container article .field_group .pic, .row-container article .field_group .pic a{
    width: auto;
    height: auto;
}
.HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 49.2%}
.RightImageAlign a {
    margin-left: 0!important;
    margin-bottom: 0!important;
}
.LeftImageAlign a {
    margin-right: 0!important;
    margin-bottom: 0!important;
}
.main_sidebar .widget.widget_recent_blogposts .post-info .icons li a {
    padding-right: 15px;
    padding-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
}
.block_subscribes_sidebar .service {
    margin-left: 12%}
.block_subscribes_sidebar .service:nth-of-type(3n) {
    margin-left: 0;
    clear: left;
}
.block_subscribes_sidebar .service:nth-of-type(4n) {
    margin-left: 12%;
    clear: none;
}
 .widget_recent_writters .TextWritter {
    width: 80%}
.news_style6_body .posts_wrapper article .field_group .icons {
    padding: 10px 5px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 12px;
    padding: 8px 8px 7px;
}
.news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
    width: 23%}
.news_style6_body article .pic, .news_style6_body article .pic a {
    width: auto;
    height: auto;
}
}@media (max-width:1024px) {
    .HP_main_2_50 .posts_wrapper .row-container .article50:nth-of-type(2n) {
    clear: none;
    margin-right: 10px;
}
.HP_main_2_50 .posts_wrapper .row-container .article50:nth-of-type(2n+1) {
    clear: right;
    margin-right: 0;
}
.HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 49%}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img {
    max-height: 203px;
}
.block_subscribes_sidebar .service, .block_subscribes_sidebar .service:nth-of-type(4n) {
    margin-left: 9%}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48%}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 28px;
}

.widget.feedburner_subscribe .form input[type=submit] {
    padding: 1px 5px 0;
}
.widget.feedburner_subscribe .form .field input {
    width: 149px;
}
.news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
    max-height: 92px;
}
.news_style6_body .posts_wrapper article .field_group .icons {
    padding: 10px 4px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    padding: 6px 6px 5px;
}
.widget_recent_writters .TextWritter {
    width: 79%}
}@media (max-width:949px) {
     .widget_recent_writters .TextWritter {
    width: 73%}
.HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 208px;
}
.HP_main_2_50 .article50 .CenterImageAlign.img360x221Land, .HP_main_2_50 .article50 .CenterImageAlign.img360x221Land a, .HP_main_2_50 .article50 .CenterImageAlign.img360x221Land a img, .HP_main_2_50 .article50 .pic.img360x221Land, .HP_main_2_50 .article50 .pic.img360x221Land a, .HP_main_2_50 .article50 .pic.img360x221Land a img {
    max-width: 100%}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img, .news_style1_CMS_body .img138x220Port {
    max-height: 186px;
}
.news_body .icons {
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-bottom: 0;
}
.block_subscribes_sidebar .service, .block_subscribes_sidebar .service:nth-of-type(4n) {
    margin-left: 3px;
}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 26px;
}
.widget.feedburner_subscribe .form .field input {
    width: 128px;
}
.news_style6_body .posts_wrapper article .field_group .icons li a {
    font-size: 10px;
}
.news_style6_body .posts_wrapper article .field_group {
    padding: 10px 10px 42px;
}
.news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
    width: 23.5%}
.news_style6_body .posts_wrapper article .field_group .icons {
    padding: 7px;
}
.news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
    max-height: 82px;
}
.news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
    margin-top: 3px;
}
.news_style6_body .icons li:nth-child(2) {
    clear: right;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li:first-of-type a {
    margin-right: 0;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 10px;
    padding: 7px 4px 6px;
}
}@media (max-width:800px) {
    .HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 155px;
}
.HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 49%}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img {
    max-height: 154px;
}
.article50 .img63x100Port, .article50 .img63x100Port a, .article50 .img63x100Port a img, .article50 .img63x100Port img {
    max-height: 101px;
}
.block_subscribes_sidebar .service {
    margin-left: 30%}
.block_subscribes_sidebar .service:nth-of-type(2n) {
    margin-left: 0;
    clear: left;
}
.block_subscribes_sidebar .service:nth-of-type(3n) {
    margin-left: 30%;
    clear: none;
}
.block_subscribes_sidebar .service:nth-of-type(4n) {
    margin-left: 30%}
.widget_prayer_time .widget_body .prayer_container {
    left: 14%;
    line-height: 21px;
}
.widget.feedburner_subscribe .form .field input {
    width: 80px;
}
.news_style6_body .posts_wrapper article .field_group .icons li a {
    font-size: 11px;
}
.news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
    max-height: 67px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 9px;
}
}@media (max-width:768px) {
    .block_subscribes_sidebar .service, .block_subscribes_sidebar .service:nth-of-type(3n) {
    margin-left: 6px;
    clear: none;
}
.HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 250px;
}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img, .news_style1_CMS_body .img138x220Port {
    max-height: 212px;
}
.widget_recent_writters .TextWritter {
    width: 82%}
.widget_prayer_time .widget_body .backGroundImgPrayer {
    margin: 0 auto;
}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 30px;
    left: 22%}
.widget.feedburner_subscribe .form .field {
    width: 75%}
.widget.feedburner_subscribe .form .field input {
    width: 100%}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 14px;
    padding: 10px 8px 9px;
}
.widget_recent_blogposts .article {
    overflow: hidden;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    clear: none!important;
    margin-left: 10px;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    float: right;
}
.widget_recent_blogposts.NoArticle .article {
    width: auto;
    margin-left: 0;
    border-top: 0;
    padding-top: 0;
    float: none;
}
.widget_recent_blogposts .article:first-of-type, .widget_recent_blogposts .article:nth-of-type(2) {
    padding-top: 0;
    border: 0;
}
.widget_recent_blogposts .article:nth-of-type(2n) {
    margin-left: 0;
}
body .widget_recent_blogposts .article:nth-of-type(2n+1) {
    clear: right!important;
}
.widget_recent_blogposts .widget_body ul.slides>li {
    text-align: center;
}
body .widget.widget_recent_blogposts .article .pic.fullImageLeft a img, body .widget_recent_blogposts .article .pic.Land a img, body .widget_recent_blogposts .article .pic.Land img, body .widget_recent_blogposts .article .pic.Port a img, body .widget_recent_blogposts .article .pic.Port img {
    max-width: 100%;
    max-height: 100%}
body .widget_recent_blogposts .article .pic {
    float: none;
    margin: 0 0 10px;
}
body .widget_recent_blogposts.center .article .pic {
    float: left;
    margin: 0 10px 10px 0;
}
body .widget_recent_blogposts.center .article {
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    padding-top: 0;
}
body .single .widget_recent_blogposts.center .article:last-of-type {
    border-bottom: 0;
}
body .widget_recent_blogposts.center .ctrText {
    border-top: none;
}

.news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
    max-height: 96px;
}
.main_sidebar .widget.widget_recent_blogposts.center {
    width: 300px;
    clear: none;
}
.widget_recent_blogposts .article .pic.freeImage, .widget_recent_blogposts .article .pic.freeImage img, .widget_recent_blogposts .article .pic.freeImage.fullImageLeft, .widget_recent_blogposts .article .pic.freeImage.fullImageLeft img, .widget_recent_blogposts.flash .article .pic.freeImage, .widget_recent_blogposts.flash .article .pic.freeImage img {
    max-height: 100%}
}@media (max-width:736px) {
    .HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 240px;
}
.article50 .img138x220Port img {
    max-height: 203px;
}
}@media (max-width:720px) {
    .HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 230px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 12px;
    padding: 7px 7px 6px;
}
.widget_recent_writters .TextWritter {
    width: 80%}
}@media (max-width:667px) {
    .HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 205px;
}
.article50 .img138x220Port img {
    max-height: 182px;
}
.widget_body .prayer_container {
    line-height: 30px;
    left: 18%}

}@media (max-width:640px) {
    .HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 194px;
}
.HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 49.1%}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img {
    max-height: 174px;
}
.widget_recent_writters .TextWritter {
    width: 79%}
.widget.feedburner_subscribe .form .field {
    width: 65%}
}@media (max-width:600px) {
    .HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 48.9%}
.HP_main_2_50 .article50 .pic, .HP_main_2_50 .article50 .pic a, .HP_main_2_50 .article50 .pic a img {
    max-width: 100%;
    width: auto;
}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img {
    max-height: 162px;
}
.widget_recent_writters .TextWritter {
    width: 78%}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 29px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li:first-of-type a {
    margin-right: 0;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 9px;
    padding: 5px 5px 4px;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul {
    padding: 0;
}
}@media (max-width:568px) {
    .HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 49%}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img {
    max-height: 152px;
}
.widget_recent_writters .TextWritter {
    width: 77%}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 27px;
    left: 17%}
.widget_recent_blogposts .article {
    width: 48%}
}@media (max-width:563px) {
    .daterangepicker .calendar {
    margin: 10px auto;
}
.daterangepicker .range_inputs {
    text-align: center;
}
.daterangepicker .btn-group-sm>.btn, .daterangepicker .btn-sm {
    float: none;
    margin-left: 0;
    margin-right: 10px;
}
}@media (max-width:533px) {
    .HP_main_2_50 .posts_wrapper .article50, .HP_main_2_50 .posts_wrapper .article50 .field_group .icons, .HP_main_2_50 .posts_wrapper .article50:before {
    width: 48.7%}
.article50 .img138x220Port, .article50 .img138x220Port a, .article50 .img138x220Port a img, .article50 .img138x220Port img {
    max-height: 142px;
}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 47.5%}
.widget_recent_writters .TextWritter {
    width: 72%}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 25px;
}
.news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
    width: 23.2%}
}@media (max-width:480px) {
    .HP_main_2_50 .posts_wrapper .article50:before, .HP_main_4_items .posts_wrapper .article4:before, .news_style6_body .posts_wrapper article:before {
    content: none!important;
}
#recent_posts .posts_wrapper .row-container article:before, #recent_posts .posts_wrapper article, .news_style6_body .posts_wrapper article:before {
    content: none;
}
.HP_main_2_50 .article50 .text, .HP_main_2_50 .article50 h3.page-title {
    display: none;
}
.HP_main_2_50 .article50 h2.page-title {
    text-align: right;
    clear: none;
}
.HP_main_2_50 .posts_wrapper .article50 {
    margin-right: 0!important;
    width: 100%!important;
    border-bottom: 1px solid #e3e3e3!important;
    box-sizing: border-box!important;
}
.HP_main_2_50 .posts_wrapper .row-container, .HP_main_4_items .posts_wrapper .row-container {
    margin-bottom: 0;
}
.HP_main_2_50 .posts_wrapper .article50 .field_group .icons {
    clear: both;
    padding: 0 7px 5px!important;
    bottom: 0!important;
    position: relative!important;
    border-top: none;
    box-sizing: border-box!important;
    width: inherit;
    display: block;
    text-align: right;
}
.article50 .field_group .pic {
    float: left;
    padding-right: 10px;
}
.posts_wrapper .article50 .field_group .pic.img360x221Land {
    float: left!important;
    padding-right: 10px;
}
.HP_main_2_50 .posts_wrapper .article50 .field_group {
    padding: 10px 10px 0;
}
.posts_wrapper article .field_group .pic.CenterImageAlign {
    float: left!important;
    margin-right: 10px!important;
    margin-left: 0!important;
}
.posts_wrapper article .field_group .pic.RightImageAlign {
    margin-left: 0!important;
    margin-right: 10px!important;
}
#recent_posts .posts_wrapper article {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e3e3e3;
}
#recent_posts .posts_wrapper article .post-info {
    margin-bottom: 5px;
}
.widget_recent_blogposts.child .article h3, .widget_recent_blogposts.flash .article h3 {
    text-align: right;
}
.widget_recent_blogposts.child .article .pic {
    margin: 0 auto 10px!important;
}
.widget_recent_writters .TextWritter {
    width: 81%}
.widget_prayer_time .widget_body .prayer_container {
    left: 29%;
    line-height: 31px;
}
.widget.feedburner_subscribe .form .field {
    width: 74%}
.widget_recent_blogposts.flash .article .text {
    text-align: right;
}
.CenterImageAlign, .CenterTextAlign, .CenterTextAlign a {
    text-align: right!important;
}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    margin-right: 10px;
    padding: 12px 8px 10px;
    font-size: 12px;
}
.main_sidebar .widget.widget_news_combine, .main_sidebar .widget.widget_recent_writters {
    width: 300px;
    clear: both;
}
.widget_recent_blogposts .article {
    width: 47%}
.widget_recent_blogposts .article .pic.Land, .widget_recent_blogposts .article .pic.Land a, .widget_recent_blogposts .article .pic.Land a img, .widget_recent_blogposts .article .pic.Port, .widget_recent_blogposts .article .pic.Port a, .widget_recent_blogposts .article .pic.Port a img {
    max-width: 100%!important;
    max-height: 100%!important;
    float: none!important;
}
.news_style6_body .posts_wrapper article, .news_style6_body .posts_wrapper article .field_group .icons, .news_style6_body .posts_wrapper article:before {
    width: 100%;
    margin: 0 0 10px;
}
.news_style6_body article .pic, .news_style6_body article .pic a, .news_style6_body article .pic a img, .news_style6_body article .pic img {
    max-height: 101px;
}
.news_style6_body .posts_wrapper article .field_group .pic {
    float: left;
    margin: 0 10px 10px 0;
}
.news_style6_body .posts_wrapper article .field_group h3 {
    overflow: hidden;
    clear: none;
    text-align: right;
}
.news_style6_body .posts_wrapper article .field_group .icons {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    border-top: none;
    padding-top: 0;
}
.news_style6_body .posts_wrapper article .field_group {
    padding: 0;
}
.news_style6_body .posts_wrapper article {
    margin-bottom: 0;
}
.news_style6_body .icons li:last-child a, .news_style6_body .icons li:nth-child(2) a {
    margin-top: 0;
}
.news_style6_body .icons li:last-child, .news_style6_body .icons li:nth-child(2) {
    clear: none;
}
}@media (max-width:400px) {
    .widget_prayer_time .widget_body .prayer_container {
    left: 25%}

}@media (max-width:320px) {
    .widget_prayer_time .widget_body .prayer_container {
    left: 18%}
}@media (min-width:564px) {
    .daterangepicker .calendar, .daterangepicker .ranges, .daterangepicker.single .calendar, .daterangepicker.single .ranges {
    float: left;
}
.daterangepicker {
    width: auto;
}
.daterangepicker .ranges, .daterangepicker .ranges ul {
    width: 99%}
.daterangepicker.single .ranges ul {
    width: 100%}
.daterangepicker.single .calendar.left {
    clear: none;
}
.daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
}
.daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right {
    margin-left: 0;
}
.daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.daterangepicker .calendar.left .calendar-table, .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
}
}@media (min-width:730px) {
    .daterangepicker .ranges ul {
    width: 160px;
}
.daterangepicker .ranges {
    width: auto;
    float: right;
}
.daterangepicker .calendar.left {
    clear: none;
}
}@media (max-width:1200px) {
    body .daterangepicker .calendar {
    max-width: 240px;
}
}@media (max-device-width:480px) {
    .home_category_news .block_home_post .post-body {
    font-size: 11px;
}
.home_category_news h1.block-title {
    font-size: 13px;
}
}



 .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    border: 1px solid #e3e3e3;
    background: #FFF;
}
.datepicker .dow {
          font-size: 12px;
    padding: 7px 3px;
    line-height: 15px;
    text-align: center;
    background: #fff;
    color: #000;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffd2d1));
    background: -webkit-linear-gradient(#ffffff, #ffd2d1);
    background: -moz-linear-gradient(#ffffff, #ffd2d1);
    background: -o-linear-gradient(#ffffff, #ffd2d1);
    background: linear-gradient(#ffffff, #ffd2d1);
    -webkit-text-shadow: 0 1px 0 #b4b4b4;
    text-shadow: 0 1px 0 #b4b4b4;
    border-top-color: transparent;
    border-right-color: transparent;
    border: 1px solid #bbbbbb;
}
.datepicker-inline {
    width: 220px;
    display: none!important;
    line-height: 15px;
}
.datepicker-dropdown:after, .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-top: 0;
    position: absolute;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker>div {
    display: none;
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0 auto;
}
.datepicker td, .datepicker th {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover {
    background: #d50b07;
    cursor: pointer;
    color: #fff;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-radius: 0;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #D50B07;
    background-repeat: repeat-x;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #D50B07;
}
.datepicker table tr td span:hover, .datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
        -webkit-text-shadow: 0 1px 0 #ff817f;
    text-shadow: 0 1px 1px #ff817f;
}
.datepicker table tr td span {
    display: block;
    width: 31%;
    height: 40px;
    line-height: 37px;
    float: right;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #D50B07;
    background-repeat: repeat-x;
    border-color: #FC0400 #FC0400 #D50B07;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #D50B07;
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.datepicker td{
   -moz-box-shadow: 1px 1px 0 white inset;
    box-shadow: 1px 1px 0 white inset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 23px;
    height: 23px;
    line-height: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #d9d9d9;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e7e7), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(#e7e7e7, #d9d9d9);
    background: -moz-linear-gradient(#e7e7e7, #d9d9d9);
    background: -o-linear-gradient(#e7e7e7, #d9d9d9);
    background: linear-gradient(#e7e7e7, #d9d9d9);
    color: #1e1e1e;
    border-top-color: transparent;
    border-right-color: transparent;
    border: 1px solid #bbbbbb;
    font-family: sans-serif;
}
.datepicker thead tr:first-child th {
       cursor: pointer;
    color: #000;
    padding: 5px;
    line-height: 30px;
    font-size: 19px;
    height: 30px;
}
.datepicker thead tr:first-child th.next,.datepicker thead tr:first-child th.prev{
    font-size: 37px;
    line-height: 19px;
    vertical-align: middle;
}
.datepicker .table-condensed{border-collapse: collapse}
.datepicker table tr td.active.active{color: #ffffff;background: #8a0000;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000!important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2),0 4px 6px 0 rgba(0,0,0,0.19);
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2),0 4px 6px 0 rgba(0,0,0,0.19);
    background: #faf9f9;
    direction:rtl;
    text-align:right;
}


/*grid*/
 .masonry-box{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
    opacity: 0;}
    .masonry-box.active{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
    opacity: 1;}
    /*.latest-articles.iso-call {
    margin-left: -10px;
    margin-right: -10px;
}*/
.video_gallery .latest-articles.iso-call .news-post{margin: 0 5px 10px;
    width: 48.5%;}



/*copy linked*/
.video_gallery .btnCopyMulti {margin-left:5px;background: #8a0000;
position: relative;
    cursor: pointer;font-size:0!important; width: 22px;
    height: 22px;}


.video_gallery .btnCopyMulti:before {
       content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    top: 0;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    vertical-align: top;
    background: url(/images/linkicon.png);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.video_gallery .cpylnkmsg{
        position: absolute;
    margin-top: -1px !important;
    margin-right: 0;
    font-family: sans-serif;
    font-weight: 700;
    margin-left: 40px;
    color: #4c4b4b;
    direction: ltr;
    text-align: left;
    display: inline-block;
    background: #c2e1f5;
    vertical-align: top;
    padding: 0px 5px;
    left: 0;
    z-index: 100;
    overflow: visible;
    font-size:14px;
}

.video_gallery .cpylnkmsg:before {
	top: auto;
    left: 0;
    bottom: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    margin-left: -16px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 10px;
    margin-top: 0;
}
.fakeElemTextArea{font-size: 0!important;position: fixed!important;}

@media(max-width :1120px) {
    body .video_gallery .btnCopyMulti {
            width: 31px;
    height: 31px;
    }
    body .video_gallery .btnCopyMulti:before{
        width: 31px;
    height: 31px;
        background-size: 22px 22px;
    background-position: center center;
    }
    /*.video_gallery .icons .post_date{margin-top: 6px;}*/
    body .video_gallery .latest-articles.iso-call .news-post{width:48%}
}
@media(max-width :490px) {
    body .video_gallery .latest-articles.iso-call .news-post{width:47%;}
}
@media(max-width :480px) {

    body .video_gallery .latest-articles.iso-call .news-post {
        width: 100% !important;
        margin: 0 auto 10px;
    }
}
.video_gallery .border-top {
    height: 3px;
    background: #a2a9ae;
    margin-bottom: 10px;
}
.video_gallery .breadcrumbs .left{float: left;
    margin: -3px 0 0;
    font-size: 16px;}

.video_gallery .durationBox{
    position: absolute;
    top:auto;
    left:auto;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-family: sans-serif;
    padding: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    font-style: normal;
}
.video_gallery .headertitle .newHover .morePlus {
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #dedede;
    left: 15px;
    top: 6px;
    background: #fff;
    background: linear-gradient(to bottom,#fff 0,#fcfcfc 100%);
}
.video_gallery .headertitle .newHover .morePlus:before {
    display: block;
    width: 1px;
    height: 7px;
    background: #9f9f9f;
    left: 9px;
    top: 6px;
    position: absolute;
    content: "";
}
.video_gallery .headertitle .newHover .morePlus:after {
    display: block;
    width: 7px;
    height: 1px;
    background: #9f9f9f;
    left: 6px;
    top: 9px;
    position: absolute;
    content: "";
}

@media(max-width :480px) {
    .video_gallery .headertitle .newHover .morePlus{left:85px}
}