.spnLoadMore {
    background-color: #8A0000;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 10px;
    width: 120px;
    height: 35px;
     -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
    border-radius: 20px;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 21px;
    cursor:pointer;
    direction:rtl;
}
.spnLoadMoreEn{background-color: #8A0000;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 10px;
    width: 120px;
    height: 35px;
    -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
    border-radius: 20px;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: 93px 6px;
    background-size: 21px;
     direction:ltr;
    cursor:pointer;}
      .spnLoadMore:hover,.spnLoadMore:focus{ background-color: #D50B07;}
      .spnLoadMoreEn:hover,.spnLoadMoreEn:focus{ background-color: #D50B07;}
.cartoonImages .articleslider {
	max-width: 770px;
	max-height:555px;
    margin: 0 auto;
	overflow:hidden;
	    float: none;
    margin-right: 0;
}
.articleslider a{display:block}
    .slider-nav .slick-slide {
	max-width: 120px;
	    max-height: 74px;
      margin: 0px 4px;
	      background: #000;
		      cursor: pointer;
    }
   body .slick-slide img {
      margin:0 auto;
	  max-width:100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

.cartoonImages .slider-for {
    max-width: 770px;
	max-height:473px;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 8px;
        text-align: center;
}
.cartoonImages .slider-for img{max-height:473px;}
.slider-nav .slick-slide img{max-height: 74px;}

.slick-slider
{
    position: relative;

    display: block;
    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;
}

.slick-list
{
   position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
 position: relative;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*themes*/

.slick-loading .slick-list
{
    background: #fff url('/newspaper/images/loading.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 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: none;
    outline: none;
    background: transparent;
}
[dir='rtl'] .slick-prev {
    left: 10px;
    right: auto;
}
[dir='rtl'] .slick-next {
    left: auto;
    right: 10px;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slider-nav .slick-arrow:before{content:'';background-repeat:no-repeat;
	width:32px;
	height:32px;
    font-size: 0;
    line-height: 1;
	display:inline-block;}
	
 .slick-next:before {
    background-image:url('/newspaper/images/lightbox-next.png');
}
.slick-prev:before{
background-image:url('/newspaper/images/lightbox-prev.png');
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  -khtml-opacity: .25;
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  -khtml-opacity: .85;
    opacity: .85;
}

.articleslider .caption {
           position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    max-height: 55px;
    background-color: rgba(30,30,30,0.8);
    z-index: 50;
    left: 10px;
    font-size: 11px;
    line-height: 19px;
    color: #fff;
    overflow:hidden;
    text-align:right
}
.articleslider .img_wrap:hover img,.articleslider a.gal_link:hover img,.articleslider a.img-wrap:hover img,.articleslider a.w_hover:hover img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
    opacity:1
}
ul.breadcrumbs {
    overflow: hidden;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
}
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;
}
.single .hentry {
    border-top: 3px solid #a2a9ae;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.single h2.page-title-art {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #000;
}
.single h1.page-title-art {
    line-height: 29px;
    margin-bottom: 10px;
}
.single article.hentry .post-info {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 5px solid #a2a9ae;
    padding-bottom: 5px;
    white-space: nowrap;
}
.single .block_social_top {
    padding-top: 0;
    padding-bottom: 0;
    clear: none;
    width: auto;
    position: relative;
}
.single .block_social_top .closeButton{
    position: fixed;
    margin-right: -50px;
    z-index: 1000;
    margin-top: 241px;
    padding: 0;
    text-indent: 0;
    background: #555555;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    display: block;
    color: #fff;
    font-weight: 700;
    font-family: sans-serif;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    cursor:pointer;
     -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
    .single .block_social_top.nosmpdf .closeButton {
        margin-top: 160px;
    }
.single .block_social_top .closeInput{display:none}
    .single .block_social_top li.hide,.single .block_social_top .closeInput {
     visibility: hidden;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
       -moz-transition: opacity 0.5s linear;
         -o-transition: opacity 0.5s linear;
    }
    .single .block_social_top .closeInput:checked ~ ul li.hide {
     visibility: visible;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
    }
    .single .block_social_top .closeInput:checked ~ .closeButton{margin-top:400px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
 .single .block_social_top.nosmpdf .closeInput:checked ~ .closeButton {
margin-top:320px
        }
 .single .block_social_top.nosmpdf.qr .closeButton {
        margin-top: 200px;
    }
 .single article .sec_block_top .fontlinks {
     display:inline-block;
    padding: 0;
    text-indent: 0;
    background: #fffefe;
    position: relative;
    border: 2px solid #ddd;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    vertical-align: top;
}
    .single article .sec_block_top .fontlinks:focus, .single article .sec_block_top .fontlinks:hover {
        border: 2px solid #a2a9ae;
    }
    .single article .sec_block_top .fontlinks:focus a, .single article .sec_block_top .fontlinks:hover a

{color:#5b6166}
        .single article .sec_block_top .fontlinks a {
        position: absolute;
    text-indent: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: sans-serif;
    vertical-align: top;
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-weight: 700;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
          .single article .sec_block_top .fontlinks a.incfont{padding: 5px 3px}
          .single article .sec_block_top .fontlinks a.decfont{padding: 5px 5px}
          .single article .sec_block_top .fontlinks a:before{content:none}



.single .block_social_top ul{
         position: fixed;
    margin-right: -50px;
    max-width: 40px;
    margin-top: 0;
    text-align: center;
    z-index: 100;

}

    .single .block_social_top ul li {
    float:none;
    margin:0;
    margin-bottom:5px;
    text-align: left;
    display:block;
        vertical-align: top;
         width: 35px;
    height: 35px;
    border-radius: 50%;
    }
    .single .block_social_top ul li:last-of-type {
margin-bottom:0
    }
  
     .single article .sec_block_top .FBshare{    float: left;
    display: inline-block;
    vertical-align: top;
    max-height: 30px;}
     .single article .sec_block_top .FBshare iframe{width: 95px;height: 32px}
     .block_social_top ul li a:hover,.block_social_top ul li a:focus,.single article .block_social_top .closeButton:hover,.single .block_social_top .closeButton:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
    opacity: .8;
}
        
.single .block_social_top ul li.facebookbox{background: #4a6eaa}
.single .block_social_top ul li.twitterbox{background: #5ea9dd}
.single .block_social_top ul li.pdfbox{background: #cd2b0b}
.single .block_social_top ul li.whatsappbox{background: #169e0e}
.single .block_social_top ul li.googlebox{background: #da2713}
.single .block_social_top ul li.emailbox{background: #f89e45}
.single .block_social_top ul li.gmailbox{background: #ed4335}
.single .block_social_top ul li.linkedinbox{background: #0173b2}
.single .block_social_top ul li.printbox{background: #738a8d}
.single .block_social_top ul li.commentbox{background: #808080}
.single .block_social_top ul li.bloggerbox{background: #f57e00}
.single .block_social_top ul li a{position:relative;background:none;width: 35px;height: 35px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius::50%;}


.single .block_social_top ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    top: 7px;
    left: 7px;
    vertical-align: top;
    background: url(/newspaper/images/footer-soc-29.png);
    background-size: auto 22px;
    background-repeat: no-repeat;
}
.single .block_social_top ul li a.tw:before {
    background-position: -133px center;
}
.single .block_social_top ul li.twitterbox.new {
    background: #000;
}
.single .block_social_top ul li a.tw.new:before {
    background-position: -909px center;
}
.single .block_social_top ul li a.fb:before {
    background-position: -163px center;
}
.single .block_social_top ul li a.gplus:before {
    background-position: -787px center;
    background-size: auto 20px;
    width: 24px;
    height: 22px;
    margin-left: -2px;
}
.socialMedia ul li i.fa-youtube:before {
    background-size: auto 28px;
    background-position: -1009px center;
    margin-left: -1px;
}
.socialMedia ul li i.fa-instagram:before {
    background-size: auto 26px;
    background-position: -899px center;
}
.socialMedia ul li i.fa-rss:before {
        background-size: auto 22px;
    background-position: -192px center;
}
.single .block_social_top ul li a.pdf:before {
    background-size: auto 21px;
    background-position: -60px center;
    
}
.single .block_social_top ul li a.whts:before {
    background-size: auto 26px;
    background-position: -2px center;
}
.single .block_social_top ul li a.linkedin:before {
    background-size: auto 24px;
    background-position: -561px center;
}

.single .block_social_top ul li a.outlook:before {
    background-size: auto 26px;
    background-position: -489px center;
}

.single .block_social_top ul li a.gmail:before {
    background-position: -548px center;
}
.single .block_social_top ul li a.print{    
    background-size: auto 24px;
    background-position: -639px center;}


.single .block_social_top ul li a.comment:before {
    background-size: auto 28px;
    background-position: -794px -2px;
    margin-left: -1px;
}

.single .block_social_top ul li.qrcodebox{background: #000}
.single .block_social_top ul li a.qrcode:before {
    background-position: -723px center;
}

.single article .sec_block_top .printer {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    background: #fffefe;
    position: relative;
    border: 2px solid #ddd;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor:pointer;
}
.single article .sec_block_top .printer:hover,.single article .sec_block_top .printer:focus{border: 2px solid 

#a2a9ae;}
.single article .sec_block_top .printer:hover img,.single article .sec_block_top .printer:focus img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
    opacity: 0.75;
}
.single article .sec_block_top .printer a{
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 4px;
}
.single article .rsbtn {display: inline-block;margin: 0px;vertical-align: top;float:left}
h3.article-title, h3.article-title-black {
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    clear: none;
    margin-top: 10px;
    font-weight: 700;
}
h3.article-title {
    color: #8A0000;
}
h3.article-title-black {
    color: #000;
}
.block-social ul li img, .mejs-container {
    vertical-align: top;
}
.hentry .post-info .comments_count, .hentry .post-info .post_date, .hentry .post-info .post_source, .hentry .post-info .post_views, .hentry .post_format {
    text-decoration: none;
    float: right;
    margin-left: 10px;
    display: inline-block;
    color: #666;
    line-height: 11px;
    font-size: 11px;
    padding-right: 15px;
    padding-top: 0;
}
.hentry .post-info div:last-of-type {
    margin-left: 0;
}
.page .post_content a, .single article .post_content a {
    color: #e50700;
    text-decoration: none;
}
.page article.type-page .post_content a:hover, .single article .post_content a:hover {
    color: #666;
}
.single article .post_content {
    margin-bottom: 10px;
    overflow: inherit;
}
.block-social {
    width: 100%;
    padding: 11px 0;
    margin-bottom: 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}
.block-social .soc_label {
    float: left;
    margin-right: 17px;
    font-size: 10px;
    word-spacing: 1px;
    padding-top: 5px;
    line-height: 12px;
    font-family: 'Times New Roman', Times, serif;
}
.block-social ul {
    overflow: hidden;
    margin: 0;
}
.block-social ul li {
    list-style: none;
    float: left;
    margin: 0 0 0 7px;
}
.block-social ul li:first-child {
    margin-left: 0;
}
.block-social ul li a {
    display: block;
}
#comments.post_comments .comments_title {
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    border-top: 3px solid #ffba0f;
    padding-top: 8px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #8A0000;
    clear: both;
}
#comments .comment-list {
    margin: 0;
}
#comments .comment-list li.comment {
    list-style: none;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.comment-list li.comment>.photo {
    float: right;
    width: 30px;
    height: auto;
    margin: 0 0 0 10px;
}
.comment-list li.comment .photo img {
    vertical-align: top;
    max-width: 30px;
    max-height: 29px;
}
.comment-list .extra_wrap {
    overflow: hidden;
}
.comment-list li.comment .userName {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
}
.comment-list li.comment .userName a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.comment-list li.comment .commentTitleReply {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 16px;
    color: #8A0000;
    font-weight: 700;
}
.comment-list li.comment .commentTitleReply a {
    text-decoration: none;
    color: #8A0000;
    font-weight: 700;
}
.comment-list li.comment .comment_content {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}
.comment-list li.comment .comment_info {
    overflow: hidden;
    font-size: 10px;
    line-height: 14px;
    color: #797a7d;
}
.comment-list li.comment .comment_info .comment_date {
    float: right;
}
.comment-list li.comment .comment_info .comment_edit_link, .comment-list li.comment .comment_info .comment_reply_link {
    float: right;
    margin-left: 11px;
}
.comment-list li.comment .comment_info .comment_edit_link a, .comment-list li.comment .comment_info .comment_reply_link a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #797a7d;
}
.comment-list li.comment .comment_info .comment_edit_link a:after, .comment-list li.comment .comment_info .comment_reply_link a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    color: red;
    width: 2px;
    height: 2px;
    display: block;
    background: #bfc0c1;
}
.comment-list li.comment .comment_info .comment_edit_link a:hover, .comment-list li.comment .comment_info .comment_reply_link a:hover {
    color: #141414;
}
.comment-list li.comment .comment_content p {
    margin: 19px 0 0;
}
.comment-list li.comment .comment_content p:first-child {
    margin-top: 0;
}
#respond #reply-title {
    border-top: 3px solid #6cac00;
    padding: 8px 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #8A0000;
    clear: both;
}
#respond #reply-title span {
    font-size: 12px;
    color: #565656;
    line-height: 24px;
    margin-right: 15px;
}
#respond input[type=email], #respond input[type=text], #respond textarea {
    border: 1px solid #d6d6d6;
    background: #fff;
    width: 284px;
    float: right;
    padding: 6px 7px 7px;
}
#commentform p {
    overflow: hidden;
    margin-bottom: 10px;
}
#commentform p label {
    float: right;
    cursor: pointer;
    color: #6b6b6b;
    padding-top: 10px;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 10px;
    width: 100px;
}
#commentform p textarea {
    height: 122px;
    width: 100%;
    box-sizing: border-box;
}
#commentform input[type=submit] {
    box-sizing: content-box;
    height: 30px;
    line-height: 15px;
    padding-top: 0;
    color: #4c4c4c;
    font-weight: 700;
    font-size: 14px;
}
#respond .csdivReplyTitle {
    display: inline-block;
    background: gray;
    border-radius: 20px;
    padding: 5px 10px 5px 30px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
}
#respond .csdivReplyTitle .close {
    position: absolute;
    top: 3px;
    left: 10px;
    display: inline-block;
    font-family: sans-serif;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
#respond .csdivReplyTitle .close:focus, #respond .csdivReplyTitle .close:hover {
    color: #ffb2b2;
}
#comments .comment-list li.comment.reply {
    margin-right: 39px;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0;
    background-color: #F4F4F4;
    border-radius: 10px;
}
.comment-list li.comment .extra_wrap .comment_reply_icon {
    font-size: 12px;
    font-weight: 700;
    color: #8A0000;
    cursor: pointer;
    display: inline-block;
}
.comment-list li.comment .extra_wrap .comment_reply_icon img {
    display: inline-block;
    width: 15px;
    margin-bottom: -1px;
    margin-right: 3px;
}
#comments .comment-list li.comment.reply .photo img, .comment-list li.comment .extra_wrap .comment_reply_icon:focus>img, .comment-list li.comment .extra_wrap .comment_reply_icon:hover>img {
    opacity: .5;
}
#calendar_wrap table {
    width: 100%}
#recent_posts {
    margin-bottom: 10px;
}
#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%}
#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(/newspaper/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;
}
.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;
}
.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 {
    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;
}
.widget.widget_news_combine .widget_header {
    background-color: #D50B07;
}
.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;
}
#html5-lightbox-box #html5-text, .TextWritter, .bigText, .span-emptyTable, p.TextWritter {
    text-align: right;
}
.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 .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 5px;
    width: 100px;
    height: 62px;
}
.ImgWritter img {
    max-width: 100px;
    max-height: 62px;
}
.TextWritter {
    float: left;
    width: 60%;
    clear: left;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
}
p.TextWritter, p.TextWritter a {
    color: #565656;
}
p.TextWritter {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.commentNote {
    border: 1px solid #FFC8C8;
    padding: 10px;
    margin-bottom: 10px;
}
.commentNote p {
    font-weight: 700;
}
.commentNote p:before {
    content: '*';
    color: red;
    margin-top: 2px;
    margin-left: 5px;
}
#commentform #lblMsg, .bigText {
    margin-top: 10px;
    font-weight: 700;
}
.commentNote ul li, .commentNote ul li a {
    list-style-position: inside;
    margin-right: 10px;
}
.commentNote ul li a {
    color: #8a0000;
    font-weight: 700;
    white-space: nowrap;
}
#vsComment, .RedColorText, .commentNote ul li a:focus, .commentNote ul li a:hover {
    color: red;
}
.span-emptyTable {
    padding-top: 5px;
    caption-side: bottom;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.span-emptyTable strong {
    font-weight: 400!important;
}
#vsComment ul li {
    list-style-position: inside;
}
.bigText {
    font-size: 18px;
    line-height: 29px;
    clear: none;
    color: #8A0000;
    margin-bottom: 10px;
}
#rfvCommentText, #rfvFullName {
    margin-top: 10px;
    margin-right: 5px;
}
#commentform #lblMsg {
    display: block;
    color: #0C4011;
}
#post_comments #upComments .title {
    text-align: center;
    margin-bottom: 10px;
    color: #131871;
    font-size: 16px;
    font-weight: 700;
}
.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 .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(/newspaper/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.youtube {
    background-position: 0 -95px;
}
.block_subscribes_sidebar .service a.instagram {
    background-position: 0 -125.5px;
}
.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_recent_video .widget_body {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.widget_recent_video .widget_header .widget_subtitle a {
    color: #f2f2f2;
}
.widget_recent_video .thumb_carousel .jcarousel-list {
    margin: 0;
}
.widget_recent_video .thumb_carousel .jcarousel-list li {
    margin: 2px 0 3px;
    width: 45px;
    height: 33px;
}
.widget_recent_video .thumb_carousel .jcarousel-list li a {
    display: inline-block;
    max-height: 33px;
}
.widget_recent_video .thumb_carousel .jcarousel-list li a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 33px;
}
.widget_recent_video.caricature .thumb_carousel .jcarousel-list li, .widget_recent_video.photo .thumb_carousel .jcarousel-list li {
    height: 28px;
}
.widget_recent_video.caricature .thumb_carousel .jcarousel-list li a, .widget_recent_video.caricature .thumb_carousel .jcarousel-list li a img, .widget_recent_video.photo .thumb_carousel .jcarousel-list li a, .widget_recent_video.photo .thumb_carousel .jcarousel-list li a img {
    max-height: 28px;
}
.widget_recent_video .video-thumb .w_hover {
    height: 141px;
    width: 225px;
    line-height: 0;
}
.widget_recent_video .widget_body .link-icon {
    background: url(/newspaper/images/video_link_icon.png) no-repeat;
}
.widget_recent_video.caricature .widget_body .link-icon, .widget_recent_video.photo .widget_body .link-icon {
    background: url(/newspaper/images/gallery-icon.png) no-repeat;
}
.widget_recent_video .thumb_carousel .jcarousel-list li:hover img {
    opacity: .8;
}
.widget_recent_video .jcarousel-next, .widget_recent_video .jcarousel-prev {
    width: 43px;
    height: 18px;
    border: 1px solid #D6D3D3;
    cursor: pointer;
    background: #fff;
    top: 0;
    right: 0;
    position: absolute;
}
.widget_recent_video .jcarousel-next:hover, .widget_recent_video .jcarousel-prev:hover {
    background: #e3e3e3;
}
.widget_recent_video .jcarousel-next {
    top: auto;
    bottom: 0;
}
.widget_recent_video .jcarousel-next span, .widget_recent_video .jcarousel-prev span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 5px;
    margin-left: -4px;
    margin-top: -2px;
    background: url(/newspaper/images/video-controls.gif) no-repeat;
}
.widget_recent_video .jcarousel-next span {
    background-position: 0 bottom;
}
.widget_recent_video .widget_body .video-thumb img {
    max-width: 225px;
    max-height: 172px;
    margin-bottom: 10px;
}
.widget_recent_video.caricature .widget_body .video-thumb img, .widget_recent_video.photo .widget_body .video-thumb img {
    max-height: 141px;
}
.widget_recent_video .video-thumb {
    width: 225px;
    display: inline-block;
    float: left;
}
.widget_recent_video .video-thumb .post_title {
    line-height: 18px;
    text-align: right;
    padding-right: 10px;
}
.widget_recent_video .video-thumb .post_title a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.widget_recent_video .video-thumb .post_title a:hover {
    color: #e50700;
}
.widget_recent_video .thumb_carousel {
    padding: 22px 0;
    display: inline-block!important;
    width: 45px;
    position: relative;
    vertical-align: top;
    float: right;
}
.widget_recent_video .thumb_carousel .jcarousel-clip {
    height: 153px;
    overflow: hidden;
}
.widget_recent_video.caricature .thumb_carousel .jcarousel-clip, .widget_recent_video.photo .thumb_carousel .jcarousel-clip {
    height: 131px;
}
.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_recent_blogposts.twitter .widget_body ul li .article, .widget.widget_recent_blogposts.twitter .widget_body ul li .article+li .article {
    background: url(/newspaper/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 .comment_author {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    background: url(/newspaper/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;
}
#page .socialMedia.mobile {
    display: none}
.main_content .iframecomment{width:100%;height:405px;overflow: hidden;margin-top:10px}
.main_content .iframecomment.less{height:110px}
@media(max-device-width :1024px) and (orientation:landscape) {
    .pp_fade {
    max-width: 80%}
@media(width:736px) and (orientation:landscape) {
    body #pp_full_res img {
    max-height: 250px;
}
}@media(width:640px) and (orientation:landscape) {
    body #pp_full_res img {
    max-height: 250px;
}
}@media(width:480px) and (orientation:landscape) {
    body #pp_full_res img {
    max-height: 200px;
}
}@media(width:320px) and (orientation:portrait) {
    body #pp_full_res img {
    max-height: 300px;
}
}@media(width:360px) and (orientation:portrait) {
    body #pp_full_res img {
    max-height: 550px;
}
}}
@media (max-width:1200px) {
    body .single article .sec_block_top .printer{display:none}
    .cartoonImages .articleslider{width:100%}
  .slider-nav .slick-slide{max-width:100%}
  .articleslider span.link-icon{display:none}
    body #page .single .block_social_top {
    display: none;
}
.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;
}
.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_video .video-thumb {
    width: 80%}
.widget_recent_video .video-thumb .w_hover {
    height: auto;
    width: auto;
}
.single .hentry {
    border-top: 1px solid #ddd;
}
.single article.hentry .post-info {
    border-bottom: 1px solid #a2a9ae;
}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48%}
#recent_posts .posts_wrapper article .pic, .single article.hentry .full_pic, .single article.hentry .pic_H_small, .single article.hentry .pic_multipic, .single article.hentry .pic_multipic2, .single article.hentry .pic_multipic3, .single article.hentry .pic_multipic4 {
    height: auto;
}
.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;
}
    .widget_recent_writters .TextWritter {
        width: 44%
    }
}@media (max-width:1024px) {
     .cartoonImages .slider-for img{max-height: 437px}.articleslider .slider-nav .slick-slide img{max-height: 69px}
    .block_subscribes_sidebar .service, .block_subscribes_sidebar .service:nth-of-type(4n) {
    margin-left: 9%}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 28px;
}
.widget_recent_video .video-thumb {
    width: 79%}
.widget.feedburner_subscribe .form input[type=submit] {
    padding: 1px 5px 0;
}
.widget.feedburner_subscribe .form .field input {
    width: 149px;
}
#recent_posts .posts_wrapper article {
    width: 48.4%}
.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;
}
}
@media (max-width:949px) {

    .widget_recent_video .video-thumb {
        width: 73%;
    }

    .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;
    }

    /*body #page .single .block_social_top, body #page .socialMedia {
        display: none;
    }

        body #page .socialMedia.mobile {
            display: block;
            background: #fff;
            border-top: 1px solid #ddd;
        }

    #page .socialMedia.mobile ul li {
        width: 12.5%;
    }

        #page .socialMedia.mobile ul li.li-share {
            opacity: 1;
            background: #fff;
            color: #000;
            font-size: 12px;
            line-height: 12px;
            vertical-align: top;
            display: inline-block;
        }

            #page .socialMedia.mobile ul li.li-share span {
                font-size: 10px;
                line-height: 10px;
                margin-top: 4px;
                color: #333;
                letter-spacing: 1px;
                font-weight: 700;
                width: 100%;
                clear: both;
                vertical-align: top;
                display: inline-block;
            }

            #page .socialMedia.mobile ul li.li-share i {
                background: 0 0;
                border-radius: 0;
                height: auto;
                margin-top: 5px;
                margin-left: 0;
                font-size: 14px;
                line-height: 14px;
                font-style: normal;
                color: #333;
                letter-spacing: 1px;
                font-weight: 700;
                width: 100%;
                clear: both;
            }

        #page .socialMedia.mobile ul li i.fa-viber:before {
             background-size: auto 26px;
    background-position: -528px center;
        }

        #page .socialMedia.mobile ul li i.fa-telegram:before {
            background-size: auto 26px;
    background-position: -568px center;
    margin-right: -1px;
        }

        #page .socialMedia.mobile ul li i.fa-email:before {
            background-size: auto 26px;
    background-position: -489px center;
        }

        #page .socialMedia.mobile ul li i.fa-whatsapp {
            margin-left: 2px;
            margin-top: 6px;
        }

        #page .socialMedia.mobile ul li.li-viber {
            background: #7b519d;
        }

            #page .socialMedia.mobile ul li.li-viber a i {
                margin-left: 0;
            }

        #page .socialMedia.mobile ul li.li-telegram {
            background: #08c;
        }

            #page .socialMedia.mobile ul li.li-email a i, #page .socialMedia.mobile ul li.li-telegram a i {
                margin-left: 2px;
            }

            #page .socialMedia.mobile ul li.li-email i, #page .socialMedia.mobile ul li.li-telegram i, #page .socialMedia.mobile ul li.li-viber i {
                background: 0 0;
            }*/

    #recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before, .single article.hentry .pic_multipic2 {
        max-width: 48.1%;
    }

    .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:810px){.main_content .iframecomment{height:460px}
}@media (max-width:800px) {
     .cartoonImages .slider-for img{max-height: 340px}.articleslider .slider-nav .slick-slide img{max-height: 53px}
    .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;
}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48%}
.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) {
    .cartoonImages .slider-for img{max-height: 459px}.articleslider .slider-nav .slick-slide img{max-height: 72px}
    .widget_recent_blogposts .article .pic.freeImage, .widget_recent_blogposts .article .pic.freeImage img, .widget_recent_blogposts.flash .article .pic.freeImage, .widget_recent_blogposts .article .pic.freeImage.fullImageLeft, .widget_recent_blogposts.flash .article .pic.freeImage img, .widget_recent_blogposts .article .pic.freeImage.fullImageLeft img {
        max-height: 100%;
    }

    .widget_recent_video .video-thumb {
        width: 83%;
    }

    .widget_recent_writters .TextWritter {
        width: 60%;
    }

    .block_subscribes_sidebar .service, .block_subscribes_sidebar .service:nth-of-type(3n) {
        margin-left: 6px;
        clear: none;
    }

    .block-social .soc_label {
        display: none;
    }

    .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;
    }

    .widget_recent_video.caricature .widget_body .video-thumb img, .widget_recent_video.photo .widget_body .video-thumb img {
        max-height: 100%;
    }

    #recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
        width: 48.5%;
    }

    .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;
    }
    .main_content .iframecomment{height: 410px}
}
@media (max-width:736px) {
    .cartoonImages .slider-for img{max-height: 439px}.articleslider .slider-nav .slick-slide img{max-height: 69px}
    #recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48.4%}
}@media (max-width:720px) {
     .cartoonImages .slider-for img{max-height: 430px}.articleslider .slider-nav .slick-slide img{max-height: 67px}
   
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 47.9%}
.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
    font-size: 12px;
    padding: 7px 7px 6px;
}
}@media (max-width:667px) {
     .cartoonImages .slider-for img{max-height: 397px}.articleslider .slider-nav .slick-slide img{max-height: 62px}
    .widget_body .prayer_container {
    line-height: 30px;
    left: 18%}
.widget_recent_video .video-thumb {
    width: 75%}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48.3%}
}@media (max-width:640px) {
     .cartoonImages .slider-for img{max-height: 380px}.articleslider .slider-nav .slick-slide img{max-height: 59px}

.widget.feedburner_subscribe .form .field {
    width: 65%}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 48.2%}
}
@media (max-width:600px) {
    .cartoonImages .slider-for img{max-height: 356px}.articleslider .slider-nav .slick-slide img{max-height: 55px}
    .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;
    }

    #recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
        width: 48.1%;
    }
}@media (max-width: 580px){.main_content .iframecomment{height: 585px}
}@media (max-width:568px) {
    .comments_count, .post_date, .post_format, .post_source, .post_views {
    font-size: 11px;
    line-height: 20px;
}
.widget_prayer_time .widget_body .prayer_container {
    line-height: 27px;
    left: 17%}
.widget_recent_blogposts .article {
    width: 48%}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 47.9%}
#recent_posts .posts_wrapper article .post-info {
    margin-bottom: 5px;
}
}@media (max-width:533px) {
     .cartoonImages .slider-for img{max-height: 315px}.articleslider .slider-nav .slick-slide img{max-height: 49px}

.widget_prayer_time .widget_body .prayer_container {
    line-height: 25px;
}
#recent_posts .posts_wrapper article, #recent_posts .posts_wrapper article:before {
    width: 47.7%}
.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%}
.single article .fontlinks {float:none;clear:none}
.single article .rsbtn {float:left;
    clear: none;
    margin-top: 0;}
}@media (max-width:480px) {
     .articleslider{width:100%;float:none;margin: 0 auto}.slider-nav .slick-slide{max-width:120px}
                                                         .cartoonImages .slider-for img{max-height: 282px}.articleslider .slider-nav .slick-slide img{max-height: 73px}.cartoonImages .slider-nav .slick-slide{max-width: 100%}
    #recent_posts .posts_wrapper .row-container article:before, #recent_posts .posts_wrapper article, #top-left-menu li:nth-of-type(4):after, .news_style6_body .posts_wrapper article:before {
    content: none;
}
.single article .post_content {
    margin-top: 7px;
}
.single article.hentry .post-info .comments_count {
    clear: right;
}
.single article.hentry .post-info .comments_count, .single article.hentry .post-info .post_views {
    margin-top: 10px;
}
#respond input[type=email], #respond input[type=text], #respond textarea {
    width: 100%;
    box-sizing: border-box;
}
.widget_recent_blogposts.child .article .pic {
    margin: 0 auto 10px!important;
}
.widget_prayer_time .widget_body .prayer_container {
    left: 29%;
    line-height: 31px;
}
.widget.feedburner_subscribe .form .field {
    width: 74%}
.widget_recent_video .video-thumb {
    width: 85%}
.widget_recent_video .widget_body .video-thumb img {
    max-height: 290px;
}
.widget_recent_blogposts.flash .article .text {
    text-align: right;
}
.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_video, .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;
}
#recent_posts .posts_wrapper article {
    margin: 0;
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    max-width: 100%}
#recent_posts .posts_wrapper article .post-info {
    margin-bottom: 5px;
}
.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: 405px) {
   .single article .rsbtn {
   float:right;
    clear: right;
   margin-top: 10px;
}
}
@media (max-width:400px) {
    .widget_prayer_time .widget_body .prayer_container {
        left: 25%;
    }

    .widget_recent_video .video-thumb {
        width: 83%;
    }
    body #respond #reply-title span{
    float: none;
    clear: both;
    width: 100%;
    display: block;
    margin-right:0;
}
}@media (max-width:390px){.slider-nav .slick-slide{max-width:100%}
}
 @media (max-width:375px){.cartoonImages .slider-for img{max-height: 218px}.articleslider .slider-nav .slick-slide img{max-height: 68px}}
 @media (max-width:360px) {
     .cartoonImages .slider-for img{max-height: 208px}.articleslider .slider-nav .slick-slide img{max-height: 65px}
    .widget_recent_video .video-thumb {
    width: 80%}
}
@media (max-width:320px) {
    .cartoonImages .slider-for img{max-height: 184px}.articleslider .slider-nav .slick-slide img{max-height: 57px}
    .widget_prayer_time .widget_body .prayer_container {
        left: 18%;
    }
}

.single .block_social_top ul li.copybox {
    background: #8a0000;
position: relative;
    cursor: pointer;
}

.single .block_social_top ul li.copybox:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    top: 7px;
    left: 7px;
    vertical-align: top;
    background: url(/newspaper/images/linkicon.png);
        background-size: 22px 22px;
    background-repeat: no-repeat;
}

.single .cpylnkmsg{left:auto;margin-top:85px;margin-right: -155px;}
.single .cpylnkmsg:before{border-right-color: #c2e1f5;border-bottom-color: transparent;top: 13px;left: -18px;}
@media (max-width:1120px) {
.single .cpylnkmsg{left:10px;margin-right: 0;}
.single .cpylnkmsg:before{border-top-color: #c2e1f5;
    border-right-color: transparent;
    top: auto;
    left: 18px;
}
}