﻿/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
  overflow-x:hidden;
}
 
body, div, span, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align:right;
}

.MainBodyContent
{
    }

.writerListTitleLink
{
    padding-right:10px;
    }
.NewarticlAuthorName
{
    font-size:16px;
    padding-top:0px;
    padding-right:10px;
    font-weight:bold;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
.margin-btm-15 {margin-bottom:15px;clear:both;}
@font-face {
                font-family: "Nassim";
                src: url("../font/nassim-regular.eot");
                src: local("☺"),
                    url("../font/nassim-regular.woff") format("woff");
                font-weight: normal;
                font-style: normal;
}
@font-face {
                font-family: "Nassim";
                src: url("../font/nassim-bold.eot");
                src: local("☺"),
                    url("../font/nassim-bold.woff") format("woff");
                font-weight: bold;
                font-style: normal;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  /*background:url('../images/body-bg.jpg') repeat scroll left top #fff;*/
  font-family:Nassim;
  z-index:3;
}
input[type=text]
{
border:none;
padding:0;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a
{
text-decoration:none;
}
/* Remember to define your own focus styles! */
:focus { outline: 0; }

.clear{clear:both;display:block;}
.hide{display:none;}
.superhide{display:none !important;visibility:hidden !important;}
.right{float:right;}
.left{float:left;}
.ulStyle{padding:0px;margin:0px;list-style-type:none;}
.fontBold{font-weight:bold;}
.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  /* Good browsers */
  opacity: 0.6;
}
.nontransparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity:1 !important;

  /* Safari 1.x */
  -khtml-opacity:1;

  /* Good browsers */
  opacity:1;
}

.facebook-embed-code{ background-color:inherit !important; margin:0px auto;}
.facebook-embed-code a{ display:none !important;}
.twitter-embed-code{ background-color:inherit !important; margin:0px auto;}
.twitter-embed-code tr td a{ display:none !important;}
.twitter-embed-code a{ display:none !important;}
.fb_iframe_widget iframe{ position:relative !important;}

#mainWarpper
{
    width:1135px;
    max-width:1365px;
    margin:0 auto;
}
.NewsContent li {}
.NewsContent li.breakingText{display:block;}
.NewsflashBlock
{
    position:relative;
width:1135px;
max-width:1365px;
margin:8px auto 0px;
background:#e80000;
min-height:51px;
border-bottom:2px solid #b24646;
direction:rtl;
}
.NewsflashTitle
{
color:#fff;
background:#9f0202;
display:block;
width:76px;
float:right;
font-size:30px;
font-weight:bold;

text-align:center;

line-height:26px;
float: right;

position: absolute;
z-index: 999;
background: url('/Content/mob/images/urgent.jpg') scroll -8px center no-repeat #9e0203;
height: 100%;
right: 0;
top: 0;
}
.NewsflashContent
{
color: #fff;
direction: rtl;
display: inline-block;
/*float: right;*/
font-size: 22px;
font-weight: bold;
padding: 8px; 
width: 857px;
margin-right:80px;
}
#header
 {
 margin:13px auto 0;
 background:#fff;
 border-bottom:1px solid #8388b8;
 background:#636ab0;
 position:relative;
 min-height: 75px;
 }
.headerContent
{
position:relative;
}

#headerTopBar {
 margin-top:8px;
  padding-right: 15px;
  line-height: 38px;
}
.headerDate {
  color: #AE4C4C;
  float:right;
  direction:rtl;
  height:27px;
}
.dateNumber {
  margin-top: 8px;
  width: 21px;
  float: right;
  height: 23px;
  line-height: 28px;
  font-size: 14px;
  margin-left: 13px;
  text-align: center;
  background: url("../images/topBarSprite.png") -4px 1px ;
}
.dateText {
  font-size: 14px;
  direction: rtl;
}
.headerServices {
  line-height: 43px;
  float: left;
  margin-left: 7px;
}

.headerServices ul {
  direction: rtl;
}
.headerServices ul li {
  margin-top: 6px;
  float: right;
  margin-right: 7px;
  cursor: pointer;
}
.headerServices ul li a {
  background-image: url("../images/topBarSprite2.png");
  display: block;
}
.headerServices ul li.en-link a 
{
    background-image: none;
    color: #fff7b1;
    font-size: 20px;
    line-height: 23px;
    height: 18px;
    border-right: 1px solid #9c9eb7;
    padding-right:9px;
}
.headerServices ul li.en-link a:hover{text-decoration:underline;}
.loginS {
  background-position: -5px -27px;
  width:20px;
  height: 25px;
}
.androidApp 
{
    background-position: -3px -622px;
    width: 20px;
    height: 22px;
}
.androidApp:hover {background-position: -3px -647px}
.appleApp 
{
    background-position: 3px -571px;
    width: 12px;
    height: 22px;
    border-left: 1px solid #9c9eb7;
    padding-left:10px;
    margin-right:3px;
}
.appleApp:hover {background-position: 3px -595px;}
.cameraS {
    background-position: -3px -44px;
    width: 22px;
    height: 22px;
}
.cameraS:hover{background-position: -3px -305px;}

.fullscreenS {
  background-position: -8px -74px;
  width:14px;
  height: 25px;
  margin-top: 1px;
}
.PDFS {
  background-position: -6px -101px;
  width:18px;
  height: 27px;
}
.PDFS:hover
{
    background-position: -6px -409px;
    }
.emailS {
  background-position: -5px -126px;
  width:20px;
  height: 25px;
}
.emailS:hover
{
    background-position: -5px -434px;
  width:20px;
  height: 25px;
    }
.headerServices ul li a.weatherS {
  background: none ;

  height: 26px;
}
.headerServices ul li a.weatherS img {
  margin-bottom: 2px;
}
.facebookS {
  background-position: -2px -129px;
  width: 22px;
  height: 21px;
}
.facebookS:hover
{
  background-position: -2px -389px;
}

.twitterS {
  background-position: -1px -150px;
  width: 20px;
  height: 22px;
}
.twitterS:hover { background-position: -1px -411px }
.googleS {
  background-position: -2px -171px;
  width: 22px;
  height: 22px;
}
.googleS:hover
{
  background-position: -2px -432px;
}
.youtubeS {
  background-position: -3px -192px;
  width: 22px;
  height: 25px;
}
.instaS {
  background-position: -3px -522px;
  width: 18px;
  height: 21px;
}
.instaS:hover
{
    background-position: -3px -545px;
}
.youtubeS:hover
{
    background-position: -3px -453px;
}
.broadcastS {
  background-position: -6px -256px;
  width: 18px;
  height: 25px;
}
.wifiS {
background-position: -3px -238px;
width: 18px;
height: 20px;
}
.wifiS:hover
{
    background-position: -3px -499px;
}
#logo
{
position: absolute;
right: 15px;
bottom: 30%;
text-decoration: none;
height: 60px;
}
#logo a:hover
{
text-decoration:none;
}
.spFiles
{
    width:325px;
    background: #D8D8E1;
    position:relative;
}

.smalllogo
{
    padding:0px !important;
    margin:0px !important;
    overflow:hidden !important;
    width:1px;

    display:none;
    text-align:right !important;
    }
  .smalllogo:hover
{
    padding:0px !important;
    margin:0px !important;
    border:0px !important;
    background:none !important;
}

  .smalllogo a
{
    padding:0px !important;
    margin:0px !important;
    border:0px !important;
    background:none !important;
}

/* Main Nav All cases Start */
.mainMenu{background:#636AB0;width:1135px;direction:rtl;border-bottom:2px solid #8388B8;height:30px; position:relative; margin-left:auto; margin-right:auto; z-index:1000;margin-bottom:5px;}
.mainNav{height:30px;color:#fff;position:relative;}
.mainNav .mainNavUl .mainMenuItems{height:30px;display:block;float:right;text-align:center !important;}
.mainNav .mainNavUl .mainMenuItems .mainMenuItemsLinks{display:block;font-size:16px;font-weight: bold;cursor:pointer;text-align:center;color:#FFF;padding: 0 7px;line-height:30px;}
.stickyMainMenu .mainNav .mainNavUl .mainMenuItems .mainMenuItemsLinks{font-size:15px;}
.mainNav .mainNavUl .mainMenuItems a.mainMenuItemsLinks:hover {text-decoration:underline;}
.mainNav .mainNavUl .mainMenuItems.selected .mainMenuItemsLinks{background:#8388B8;}
.mainNav .mainNavUl .mainMenuItems:hover .mainMenuItemsLinks{background:#8388B8;}
.mainNav .mainNavUl .mainMenuItems:hover .bigMenuContainer{display:block;}

/* sehatok icon - by Alaa farahid */
.stickyMainMenu .mainNav .mainNavUl .mainMenuItems .sehatokItem{
 
    background: none;
    padding: 0 7px;
    background-color: transparent;
}
.mainNav .mainNavUl .mainMenuItems .sehatokItem{
 
    background-image: url('../images/Sehatok_Icon.png');
    background-repeat: no-repeat;
      background-position: 78px center;
    padding: 0px 39px 0px 7px;
    background-color: transparent;
}
.stickyMainMenu .mainNav .mainNavUl .mainMenuItems:hover .sehatokItem {
    background: none;
    padding: 0 7px;
    background-color: #8388B8;
}
.mainNav .mainNavUl .mainMenuItems:hover .sehatokItem {
    background-image: url('../images/Sehatok_Icon.png');
    background-repeat: no-repeat;
   background-position: 78px center;
    padding: 0px 39px 0px 7px;
    background-color:#8388B8;
}
/* sehatok icon - by Alaa farahid */
.searchBlock{position:absolute;left:7px;top:4px;width:190px;}
.searchIcon{float:left;cursor:pointer;}
.simpleSearchTxt{float:right;}
.simpleSearchTxt input[type=text]{width:158px;height:22px;padding-right:5px;}
#refreshUpdated 
{
    display:block;
}
#refreshLoader {
    display:none;
    text-align:center;
}
#refreshMobileLoader {
    display:none;
    text-align:center;
}
 #refreshLoader .zoomlink .zoom-in-icon{
     display:none !important;
    
}
.bigMenuContainer 
{
    position:absolute;
    display:none;
}
.bigMenu {
    background:#FFF;
    padding:10px 10px 10px 0px;
    border:1px solid #D3D3D3;
    margin-top: 2px;
    -webkit-box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.5);
}
.bigMenuItem 
{
    float:right;
}
.bigMenuArticle 
{
    padding-left:20px;
    border-left:1px solid #E0E1EF;
    width: 185px;
    min-height:162px;
}
.bigMenuArticleItem:after ,.bigMenu:after
{
    display:block;
    clear:both;
    content:"";
}
.bigMenuArticleItem 
{
    margin-bottom:15px;
}
.bigMenuArticleItem:last-child
{
    margin-bottom:0px;
}
.bigMenuArticleItemImage 
{
    float:right;
    display:block;
    margin-left:8px;  
    text-decoration:none;
}
.bigMenuArticleItemImage img
{
    border:1px solid #D7D7D7; 
    vertical-align: bottom;
}
.bigMenuArticleItemTitle a{
    color:#000;
    font-size:13px;
    font-weight:bold;
}
.bigMenuArticleItemTitle{line-height: 16px;}
.bigMenuSubSections 
{

}
.bigMenuSubSectionsItem 
{
    width:130px;
    padding-right:15px;
    
}
.bigMenuSubSectionsItem:first-child a
{
    border:none;
}
.bigMenuSubSectionsItem:hover
{
    background-color:#8388B8;
    color:#FFF;    
}
.bigMenuSubSectionsItem:hover a
{
    color:#FFF;
    background-position:right -12px;
    border-color:#8388B8;
}
.bigMenuSubSectionsItem a 
{
    font-size:14px;
    font-weight:normal;
    color:#35395f;
    padding-right:13px;
    background:url('../images/menuArrows.png') no-repeat right 10px transparent;
    display:block;
    margin-left:14px;
    border-top:1px solid #EAECF7;
    min-height:26px;
    line-height:26px;
}
.bigMenuItemBorder 
{
    border-left: 1px solid #E0E1EF;
}
/* End Simple search Block */

.mainContent{width:100%;padding-top:0px;background: rgba(255,255,255,1);}
.rightDivUp{position:relative;width:63px;float:right;direction:rtl;padding-bottom:30px;z-index:10;}
.rightDivUp ul li{display:block;}
.rightDivUp ul li.fullScreen a{background:url('../images/rightareaS.png') scroll center -20px no-repeat transparent;height:88px;width:63px;display:block;margin-top:4px;}
.autoDisplay {cursor:pointer;}
.rightDivUp ul li.autoDisplay a{background:url('../images/rightareaS.png') scroll center -110px no-repeat transparent;height:77px;width:63px;display:block;border-bottom:1px solid #BBBBD3; }
.rightDivUp ul li.sendArticle a{background:url('../images/rightareaS.png') scroll center -190px no-repeat transparent;height:84px;width:63px;display:block;}
.sendArticle{display:none !important;}
.quickLinks{margin-top:235px;}
.quickLinksTitle{text-align:center;padding:10px 0;color:#494a49;display:block;font-weight: bold;font-size: 16px;line-height:20px;}
.rightDivUp{text-align:right;}
.rightDivUp li.quickLinks a{font-size:14px;font-weight:bold;color:#666766;display:block;cursor:pointer;padding:5px 5px;border-bottom:1px  dotted  #bec1bb ;word-break: break-word;}
.rightDivUp li.quickLinks span{background:none !important;}
.rightDivUp li.quickLinks a:hover{background:#d0d3c8;}

.middelDivUp{width:681px;float:right;min-height:10px;}
.mainStoryMainArticle {width:inherit;min-height:255px;background:#fff;position:relative;display:none;}
.mainStoryMainArticle:first-child{display:block;}
.mainStoryMainArticleBlock{position:relative;height:263px;}
.mainStoryMainArticle ul.mainArticleUl li {display:block;float:right;}
.mainStoryMainArticle ul.mainArticleUl li.mainArticlImage{width:452px;position:relative;height:255px;position:relative;}
.autoSliderBlock{position:relative;margin-top:18px;direction:rtl;overflow:hidden;}
.autoSlider{overflow:hidden !important;position:relative;height:138px;left:-9px !important;}
.autoSliderBlock ul li.mainStorySlider{display:block;margin-left:12px;float:right;width:125px;cursor:pointer;opacity:0.5;position:relative;}
.autoSliderBlock ul li.mainStorySlider:first-child{}
.NextSlider {position:absolute;right:4px;z-index:99;width:18px;background:url('/Content/images/sliderright.png') no-repeat scroll center center rgba(0,0,0,0.5);height:70px;cursor:pointer;display:none;}
.prevSlider {position:absolute;left:3px;z-index:99;width:18px;background:url('/Content/images/leftslider.png') no-repeat scroll center center rgba(0,0,0,0.5);height:70px;cursor:pointer;display:none;}
.disabled{cursor:default !important;}
.autoSliderBlock ul li a{}
.autoSliderBlock ul li.active{opacity:1;}
.painationSlider{position:absolute;left:4px;bottom:-12px;}
.painationSlider ul li{width:10px;height:10px;background:#9a9aae;display:block;float:right;margin-right:5px;cursor:pointer;}

.ArticlTypeIcon {width:45px;height:45px;position:absolute; left :15px; top :15px;background:url('../images/videoIcon.jpg') scroll left top transparent);}
.articleinfoBlock{position:absolute;right:15px;bottom:20px;}
.articleType{background:#636ab0;color:#fff;padding:2px 5px;display:block;float:right;font-size:16px;font-weight:bold;}
.articlAuthorName{background:#bcda8d;color:#000;padding:2px 5px;display:block;float:right;font-size:16px;font-weight:bold;}

.mainArticlTitles{width:229px;background:#fff;color:#fff;direction:rtl;min-height:255px;position:relative;}

.mainATitleLink{font-size:25px;color:#000;font-weight:bold;display:block;margin-top:0px;padding:0 10px; line-height:32px;padding-top:10px;}
.mainATitleLink:hover{color:#6269b6;text-decoration:none;}
.audioLinkIcondis{background:url('/Content/images/soundsmallicon.png') scroll right center transparent no-repeat;padding-right:25px !important;}
.audioLinkIconMoreDis{background:url('/Content/images/soundsmallicon.png') scroll right10px transparent no-repeat;padding-right:25px !important;}
.summaryTextMain {font-size:15px;padding-top:0px;text-align:justify;color:#000;padding:0 10px;line-height:20px;}
.authorMain{font-size:16px;text-align:justify;color:#AE4C4C;font-weight:bold;text-align:right;padding:0 5px;right:0;top:0;padding-bottom:3px;display:block;margin-top:-2px;display:inline-block;margin-left:3px;}
.readMoreMain{margin-top:10px;}
.readMoreTitle{font-size:16px;}
.readmoreUl{padding-right:15px;margin:0;list-style-type:square;list-style-position:outside;color:#9a999a;}
.readmoreUl li{display:list-item !important;padding-top:10px;}
.readmoreUl li a{font-size:16px;color:#fff;}

.mainStoryArticlesList{}

.MSArticlListBlock{width:213px;display:block;float:right;padding:0 7px;}
.mainStoryArticlesLargeList .MSArticlListBlock{margin-bottom:15px;}
.smallArticlImage{position:relative;height:119px;padding-bottom:6px;}
.smallvideoicon{position:absolute;left:12px;top:12px;}
.smallvideoiconGallery{position:absolute;left:9px;top:2px;}

.smallArtType {color:#636ab0;font-size:14px;font-weight:bold;}
.smallArtAuthorname{color:#AE4C4C;font-size:16px;font-weight:normal;}

.smallArticlTitle{direction:rtl;}
.smallArticlTitle .smallArticlTitleLink{color:#000;font-size:16px;font-weight:bold;padding-bottom:10px;display:block;}
.smallArticlTitle  .smallArticlTitleLink:hover{color:#6269b6;text-decoration:none;}
.smallArticlSpartor{float:none;clear:both !important;margin-bottom:10px;height:1px;background:#d2cfcf;}

.leftDivUp{width:391px;background:rgba(255,255,255,1);float:right;}
.wirtersArticlesBlock{padding-right:0px;}
.wirtersArticlesBlockPortal{box-shadow:none;}
.supplementsSummary .wirtersArticlesBlockWithoutShadow{padding-right:9px;}
.supplementsSummary .wirtersArticlesConten {padding-right:0px;}
.wirtersArticlesBlockWithoutShadow{padding-right:0px;}
.wirtersArticlesConten{padding-right:15px;margin:0 auto;}
.wirtersArticlesContenShadow{box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.portalWriterBlock.wirtersArticlesConten{height:auto;}
.wirtersArticlesBlock ul li{display:block;}
.wirterATitle{color:#000;font-size:21px;font-weight:bold;direction:rtl;display:block;text-align:right;height:30px;}
.wirterATitle a{color:#000;}
.wirterATitle a:hover{color: #6269b6;text-decoration: none;}
.wirterATitleBlock{/*border-bottom:2px solid #d1d2e6;*/display:block;position:relative;direction:rtl;}
.wirterArticlTypes{display:block;position:absolute;left:0;top:2px;font-size:16px;color:#fff;font-weight:bold;}
.wirterArticlTypes .categoryDropDownItem{background:#636ab0;width:55px;height:26px;display:block;float:right;margin-left:3px;text-align:center;cursor:pointer;}

.wirterArticlTypes .categoryDropDownItem:hover{color:#000;background:#d8d8e0;}
.wirterArticlTypes .categoryDropDownItemLast{width:74px !important;text-align: center;}
.WriterMedaiBlock {}
.mostSelected{color:#000;background:#d8d8e0 !important;}
.wirtersArticlesBlock.wirtersArticlesBlockPortal {
    height: 419px;
}
.portalWriterBlock .wirtersArticlList{margin-top: 10px;min-height:auto;display:none;}
.portalWriterBlock .wirtersArticlList.active{display:block;}
.wirtersArticlList{padding-top:0px;height: 349px;
    overflow-y: scroll;
    direction: rtl;}
/* scroll style */
.portalWriterBlock ::-webkit-scrollbar {
    width: 4px;
}
.portalWriterBlock ::-webkit-scrollbar-track {
    background-color:#ffffff; 
    border-radius: 10px;
}
.portalWriterBlock ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:  #636ab0; 
}
/* scroll style */
.writerArticlListBlock{display:block;clear:both;padding:16px 0 0px;position:relative;}
.writerArticlListBlock:first-child{border-top:none;}
.portalWriterBlock .writerArticlListBlock:last-child{border-bottom:none;}

.writerArticlListBlock:first-child{border:none;padding-top:0;}
.writerlistNumBlock{width:75px;h.portalWriterBlock .writerlistItemTitleeight:75px;display:block;float:right;margin-left:10px;border:1px solid #c7c3c9;direction:ltr;}
.portalWriterBlock .writerArticlListBlock{padding:3px 0;margin-left:10px;border-bottom: 1px solid #d2cfcf;}
.portalWriterBlock .writerlistItemTitle {width:300px;display:block;direction:rtl;text-align:right;float:right;padding-top:1px;}
/* homePage leftblock writerArticlListBlock */
.portalWriterBlock .writerlistItemImage{
    float: right;
    margin-left: 10px;
    margin: 2px 5px;
}
.portalWriterBlock .writerlistItemImage .circleImage{
    border: 1px solid #d3d0d0;
    border-radius: 50%;
    height: 37px;
    width: 37px;
}
.portalWriterBlock .writerlistItemImage .circleImage img {
    border-radius:50%;
    padding: 1px;
}
@media screen\0 {
    .portalWriterBlock .writerlistItemImage .circleImage img {
        border-radius: 50%;
        padding: 0px;
        margin: 1px;
    }
}
/* homePage leftblock writerArticlListBlock */
.writerlistItemTitle{width:255px;display:block;direction:rtl;text-align:right;float:right;}
.writerlistItemTitle a{color:#000000;font-size:16px;font-weight:bold;}
.writerlistItemTitle a:hover{color:#6269b6;text-decoration:none;}
.wirterArticlType{color:#636ab0;font-size:15px;}
a.wirterNameList{display:block;font-size:16px;color:#AE4C4C;line-height:18px;font-weight:normal;}
.wirterNameList{display:block;font-size:16px;color:#AE4C4C;line-height:18px;font-weight:noraml;margin-bottom:0px; padding-right:10px}
.wirtersArticlesBlockPortal .wirterNameList {font-weight:bold;}
.moreTypes{display:block;width:30px !important;height:26px;background:url('../images/writetrarrwo.png') scroll 6px center #636ab0 no-repeat !important;}

.WriterMedaiBlock a{color:#000;font-size:14px;margin-top:10px;display:block;font-weight:bold;}
.videoArticle a{background:url('../images/writermediaicon.png') right 6px scroll no-repeat transparent;padding-right:25px;}
.soundArticle a{background:url('../images/writermediaicon.png') right -16px scroll no-repeat transparent;padding-right:25px;display:none;}

.wirterSharesBlock {width:157px;height:18px;position:absolute;left:0px; bottom:-10px;}
.writerArticlListBlock ul li{display:block;float:left;}
.writerArticlListBlock ul li  span.st_sharethis_large .stLarge{width:17px !important;background:url('../images/sharesubstory.png') scroll left -79px transparent no-repeat !important;display:block !important;height:18px !important;}
.writerArticlListBlock ul li  span.st_facebook_large  .stLarge{width:17px !important;background:url('../images/sharesubstory.png') scroll left -52px transparent no-repeat !important;display:block !important;height:18px !important;}
.writerArticlListBlock ul li  a.BoxTwitter{width:17px !important;background:url('../images/sharesubstory.png') scroll left -25px transparent no-repeat !important;display:block !important;height:18px !important;}
.writerArticlListBlock ul li  span.st_googleplus_large .stLarge{width:22px !important;background:url('../images/sharesubstory.png') scroll left top transparent no-repeat !important;display:block !important;height:18px !important;}

.writerArticlListBlock ul li  span.shareSpartor{width:14px;background:url('../images/sharesubstory.png') scroll left -102px transparent no-repeat ;display:block;height:18px;}
.moreLinkBlock{margin:0px 0 10px 15px;}
.moreLinkBlock a{color:#000;font-size:16px;text-align:left;display:block;}
.moreLinkBlock a:hover{color:#6269b6;text-decoration:none;}
.TodyCaricaterImage{position:relative;}
.TodyCaricaterImage .smallvideoicon {position:absolute; top:5px ; left:5px}
.caricaterBlock{width:361px;padding-top:0px;height:305px;box-shadow: 0 6.5px 7px -4px #DCDCDE;margin:0 auto;}
.caricaterBlockContent{width:361px;margin:0 auto;position:relative;}
.caricaterTitleBlock{padding-bottom:7px;display:block;position:relative;direction:rtl;padding-top:10px;}
.caricaterTitle a{color:#000000;}
.caricaterTitle a:hover{color:#6269b6;text-decoration:none;}
.caricaterTitle{display:block;color:#000;font-size:20px;font-weight:bold;}
.caricaterArrows{display:none;position:absolute;left:0;top:2px;}
.prevArrow{width:24px;height:24px;display:block;float:right;background:url('../images/caricaterarrwo.png') scroll right top transparent no-repeat;text-align:center;color:#fff;cursor:pointer;}
/* .prevArrow:hover{background:url('../images/lefticons.png') scroll -832px top transparent no-repeat;} */
.NextArrow{width:24px;height:24px;display:block;float:right;background:url('../images/caricaterarrwo.png') scroll left top transparent no-repeat; text-align:center;margin-right:8px;color:#fff;cursor:pointer;}
/* .NextArrow:hover{background:url('../images/lefticons.png') scroll -803px top transparent no-repeat;} */
.caricaterItemListBlock{display:block;position:absolute;top:30px;}
.caricaterItemsList{display:block;height:174px;width:405px !important;position:relative; }
.caricaterItemsList ul {height:180px; overflow:hidden;}

.caricaterItemsList ul li {display:block;width:102px ;height:69px;position:relative ;float:right ;margin-top:31px ;margin-right:24px;}

.caricaterItemsList ul li:first-child{margin-left:0px;}
.caricaterItemsList ul li.selectedCaricater{width:187px !important;height:133px !important;margin-top:0px !important;}
.caricateImage {width:102px;display:block;height:49px}
.caricateImage img{width:102px;display:block;height:49px}
.caricaterItemsList ul li.selectedCaricater .caricateImage{width:187px !important;height:107px !important;}
.caricaterItemsList ul li.selectedCaricater .caricateImage img{width:187px !important;height:107px !important;}
.caricaterDrawerName{background:#636ab0;display:block;height:25px;text-align:right;font-size:15px;color:#fff;}
.selectedCaricater .caricaterDrawerName{width:187px;bottom:-5px !important;font-size:16px;color:#000000;}

.NewsLetterBlock {width:391px;margin:0 auto;}
.NewsLetterContent{width:360px;margin:0 auto;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.NewsLetterTitle{color:#000;font-size:20px;font-weight:bold;display:block;position:relative;direction:rtl;padding-top:16px;margin:0 auto;margin-top}
.NewsLetterInputBlock{width:360px;margin:0 auto;margin-top:10px;padding-bottom:10px;}
.NewsLetterInput{width: 338px;border:1px solid #dedcdc !important;padding:5px 10px !important;text-align:right;direction:rtl;font-family:Nassim;font-size:19px;color:#5d5d5d;margin:0 auto;}
.NewsLetterButtonBlock{text-align:left;padding:5px 0;width:377px;margin:0 auto;padding-bottom:16px;}
.NewsLetterButton{width:90px;height:25px;background:#636ab0;color:#fff;text-align:center;border:0;cursor:pointer;font-size:16px;font-family:Nassim;font-weight:bold;}

.mainContentPortal .addLeftArea{width:360px;margin:0 auto;padding-top:23px;padding-bottom:14px;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.addLeftArea{width:360px;margin:0 auto;padding-top:30px;padding-bottom:30px;}

.pdfFilesBlock {width:100%;margin-top:18px;padding-bottom:20px;}
.pdfFilesBlockContent{width:403px;margin:0 auto;}
.pdfFilesTitle{color:#000;font-size:20px;font-weight:bold;display:block;position:relative;direction:rtl;}
.pdfLinks{padding-top:5px;display:block;}
.pdfLinks ul li{display:block;float:right;}
.etodyNews{margin-left:13px;}
.etodyNewsblock{width:189px;float:right;}
.anotherNewspapersBlock{float:left;width:215px;}
.mainnewspaper{width:215px;height:35px;background:#636ab0;text-align:right;}
.mainnewspaper a{height:29px;display:block;color:#fff;padding-right:10px;padding-top:5px;background:url('../images/mainpdf.jpg') scroll 8px top transparent no-repeat;font-weight: bold;font-size: 17px;}
.anotherNewspapers {}
.anotherNewspapers span{background:#636ab0;width:69px;height:34px;display:block;text-align:center;cursor:pointer;margin-top:3px;color:#fff;margin-right:4px;float:right;line-height:33px;font-size:16px;font-weight:bold;}
.anotherNewspapers span:first-child{margin-right:0;}
.anotherNewspapers span:hover{background:#8b7ed0;}
.archivePdfs{width:215px;height:38px;background:#686666;margin-top:3px;}
.archivePdfs a{height:34px;display:block;color:#fff;padding-right:10px;padding-top:5px;background:url('../images/pdfarchivelink.jpg') scroll 8px top transparent no-repeat;font-size:16px;font-weight:bold;}

.mainContentMiddel{width:1135px;margin-top:20px;padding-bottom:30px;border-bottom:3px solid #636ab0;}
.readersOptionsBlock{width:100%;padding-top:23px;}
.readersOptions{width:361px;margin:0 auto;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.readerOptionTitle{color:#000;font-size:20px;font-weight:bold;}
.readersOptionsBlock ul li{display:block;}
.readerOptionTitleBlock{padding-bottom:10px;display:block;position:relative;direction:rtl;}
.readeroptionTabs{display:block;position:absolute;left:0px;top:2px;font-size:16px;color:#fff;font-weight:bold;}
.readeroptionTabs span{background:#636ab0;width:48px;height:23px;display:block;float:right;margin-right:4px;text-align:center;padding-top:3px;cursor:pointer;}
.readeroptionTabs span:hover{color:#000;background:#d8d8e0;}
.readeroptionTabs span.mostSelected{color:#000000;background:#d8d8e0;}
.readerOptionsList{padding-top:16px;}

.listReaderOptionItems{display:block;}
.listReaderOptionItemBlock{position:relative;display:block;clear:both;padding-bottom:14px;padding-top:18px;border-top:1px solid #d2cfcf; padding-right:10px}
.listReaderOptionItemBlock:first-child{border:none;padding-top:15px;padding-right:10px}
.listNumBlock{width:28px;height:28px;display:block;float:right;margin-left:10px;}
.listItemTypeColor{width:3px; height:37px;display:block;float:right;}
.sparatorList{width:2px;height:37px;display:block;float:right;background:#fff;}
.mainOptionNum .sparatorList{display:none;}
.listNumContent{width:28px;height:28px;display:block;background:#333333;color:#fff;text-align:center;text-align:center !important;font-size:20px;line-height:30px;}
.listItemTitle{width:313px;display:block;direction:rtl;text-align:right;float:right;}
.listItemTitle  a{color:#000;font-size:16px;line-height:15px;font-weight:bold;}
.listItemTitle a:hover{color:#6269b6;text-decoration:none;}

.readersChoicesTooltipContainer {position:absolute;bottom:55px;width:340px;height:auto;background-color:#F1F0F0;border:1px solid #E6E5E5;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px;z-index:10;direction:rtl;display:none;}
.readersChoicesTooltipImageLink {float:right;display:block;margin-left: 10px;}
.readersChoicesTooltipImage {vertical-align:bottom;}
.readersChoicesTooltipDate {font-size:13px;color:#000;direction:rtl;}
.readersChoicesTooltipSummary {font-size:15px;color:#5E5C5F;direction:rtl;}
.rc-Arrow {width: 25px;height: 22px;background: url('../images/readersChoicesarrow.png') no-repeat;position: absolute;bottom: -22px;left: 75%;}

.listItemGategory {font-size:15px;color:#6aad03;font-weight:bold;}
.listItemGategory {font-size:15px;color:#6aad03;font-weight:bold;}

.EventsBlock{width:100%;padding-top:10px;}
.EventBlockContent{width:361px;margin:0 auto;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.EventBlockContent ul li{display:block;}
.EventTitleBlock{padding-bottom:10px;display:block;position:relative;direction:rtl;text-align:right;}
.EventTitle{display:block;color:#000;font-size:20px;font-weight:bold;}
.EventTitle:hover{color:#6269b6;text-decoration:none;}
.EventDayBlock{display:block;position:absolute;left:0;top:2px;color:#000;font-size:20px;font-weight:bold;width:50%;text-align:left;}
.EventDayBlock a{color:#000;}
.EventDayBlock a:hover{color:#6269b6;text-decoration:none;}
.EventListBlock{padding-top:0px;display:block;}
.mainEvent{width:45.8%;display:block;float:right;margin-left:16px;}
.mainEventImag{margin-bottom:16px;display:block;height:153px;}
.mainEventTitle{display:block;}
.mainEventYear{width:54px;display:block;float:right;color:#333333;font-size:25px;direction:rtl;font-weight:bold;}
.mainEventTitlLink{width:275px;display:block;float:right;direction:rtl;margin-top:5px;margin-right:7px;}
.mainEventTitlLink a{display:block;color:#000;font-size:16px;font-weight:bold}
.mainEventTitlLink span{display:block;color:#000;font-size:16px;font-weight:bold;}
.anotherEventList{display:block; padding-right:10px}
.anotherEventItems{display:block;border-top:1px solid #d2cfcf;padding-bottom:16px;padding-top:6px; padding-right:10px}
.anotherEventItems:first-child{border:none;padding-top:0px; padding-right:10px}

.anotherEventItems .mainEventTitlLink{}

.todyInfo{width:100%;padding-top:10px;}
.todyInfoConetn{width:361px;margin:0 auto;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.infoTitle a{display:block;direction:rtl;font-size:21px;color:#000;padding:0 0 2px;font-weight:bold;}
.infoTitle a:hover{color:#6269b6;}
.infoImage{display:block;border:2px solid #fff;position:relative;width:166px;height:94px;float:right;margin-left:5px;margin-bottom:5px;}
.infoImage img{width:100%;}
.infomainContent{display:block;direction:rtl;color:#000;}
.infoContentTitle{font-size:19px;margin-top:0px;margin-bottom:2px;color:#000;font-weight:bold;display: block;margin-right: 3px;}
.infoContentTitle:hover{color:#6269b6;text-decoration:none;}
.infoContentSummary{display:block;font-size:16px;line-height:18px;color:#5D5C5B;}

.moreinfo{margin-top:7px;color:#000;font-size:16px;text-align:left;display:block;height:27px;padding-left:15px;margin:15px 0;}
.moreinfo:hover{color:#6269b6;text-decoration:none;}
.mainContentBottom {width:1190px;border-top: 3px solid #636ab0;margin-top:34px;display:inline-block;margin-right:70px;}

.mainContentBTitle{font-size:26px;color:#000;padding:19px 0 10px;font-weight:bold;padding-right:14px;}
.mcBBlock{background:rgba(255,255,255,1);width:100%;float:right;}
.subStoryArticlesBlock{margin-top:0px;}
.subStoryArticlesDiv{margin:0 auto;padding:0 7px;}
.subStoryNewsBlock{width:322px;padding:0px 0;position:relative;margin-bottom:20px;float:right;}
/* subStoryNewsBlock lastchild */
.subStoryNewsBlock.lastDiv.substory-odd {
    width: 100%;
}
.subStoryNewsBlock.lastDiv.substory-odd  .subStorySummary{
    display:none;
}
.subStoryNewsBlock.lastDiv.substory-odd .subStoryNewsListContent{
width:322px;
float:right;
}
.subStoryNewsBlock.lastDiv.substory-odd .readMoreSubStory{
    float: right;
    width: 325px;
    padding-right: 15px;
}
.subStoryNewsBlock.lastDiv.substory-odd .mainSubStoryTitle{
    float:right;
}
.subStoryNewsBlock.lastDiv.substory-odd .readMoreSubList ul li:first-child{
    border:0px;
    padding-top:0px;
}
.subStoryNewsBlock.lastDiv.substory-odd .subStoryMoreLink{
    bottom: 106px;
}
/* subStoryNewsBlock lastchild */
.supplementsSubStoryNewsBlock{width:322px;padding:0px 0;position:relative;margin-bottom:20px;float:right;margin-right:22px;}
.supplementsSubStoryNewsBlock.first-supplementsSubStoryNewsBlock{margin-right:22px;}
.subStoryNewsBlock.substory-even
{
    margin-right:22px;
}

.subStoryNewsContent{}
.subStoryNewsTitle {padding-bottom:6px;padding-top:16px;}
.subStoryNewsTitle  a{direction:rtl; font-size:20px;font-weight:bold;color:#000;background:url('../images/categoryArrow.png') scroll right center no-repeat transparent;display:block;padding-right:20px;}
.subStoryNewsTitle a:hover{color:#6269b6;text-decoration:none;}
.subStorySpartor{box-shadow: 0 6.5px 7px -4px #DCDCDE;height:0px;clear:both;margin: 0 auto;width: 666px;padding-top:28px;}
.supplementSubStorySpartor{box-shadow: 0 6.5px 7px -4px #DCDCDE;height:0px;clear:both;margin: 0 auto;padding-top:28px;}
.subStoryNewsListContent ul li{display:block;}
.subStoryNewsListContent ul li.mainSubStory{direction:rtl;position:relative;}
.mainSubStoryVideoIcon{width:38px;height:38px;position:absolute;left:15px;top:15px;}
.InfomainSubStoryVideoIcon{width:30px;height:30px;position:absolute;left:10px;top:10px;}
.mainSubStoryTitle .mainSubStoryTitleLink{font-size:16px;color:#000;display:block;direction:rtl;font-weight:bold;padding-bottom:5px;}
.mainSubStoryTitle .mainSubStoryTitleLink:hover{color:#6269b6;text-decoration:none;}
.subStorySummary{color:#5d5c5b;font-size:16px;line-height:20px;text-align:justify;padding-bottom:10px;}
.mainSubStoryTitle a:hover{color:#000;}
.mainSubStoryImage{position:relative;}
.mainSubStoryTitle{ direction: rtl;min-height:136px;padding-top:5px;}
.readMoreSubStory{direction:rtl;margin-top:0px;}
.readMoreSubStoryTitle{font-size:20px;color:#595857;font-weight:bold;margin-top:14px;}

.readMoreSubList  ul li  {display:block;border-top:2px solid #dddddd;width:100%;padding-top:5px;}
.readMoreSubList  ul li  .readMoreSubListLink{display:block;font-size:16px;color:#595857;padding-bottom:10px;}
.readMoreSubList  ul li  a:hover{color:#6269b6;text-decoration:none;}
.readMoreSubList  ul li:first-child {}
.readMoreSubList  ul li.realtedArticl a{display:block;padding-right:30px;}

/* Footer Start */
#footer{width:1135px;clear:both;margin:12px auto 0;}
.footerTop{width:100%;background:#ffffff;border-top:3px solid #636ab0;height:165px;}
.footerButtom{width:100%;height:41px;background:#fff;border-top:2px solid #cccccc;}
.footerContent{width:100%;margin:0 auto;direction:rtl;}
.footerButtomContent{width:95%;margin:0 auto;direction:rtl;position:relative;}
.ulTopFooter li{display:block;float:right;}
.ulTopFooter li.aboutUs{width:360px;margin-left:0px;margin-right:32px;}
.ulTopFooter li.pdffooter{width:130px;margin-left:40px;margin-right:0px;}
.blockTitle{font-size:16px;color:#000;padding-bottom:10px;padding-top:18px;display:block;font-weight:bold;}
.subaboutUs li{display:block;font-size:16px;text-align:right;font-weight:bold;width:145px;}
.subaboutUs li a{font-size:16px;background:url('../images/footericons.png') scroll right center transparent no-repeat;padding-left:0px;padding-right:20px;margin-bottom:12px;display:block;color:#4f5250;}
.subaboutUs li a:hover{color:#6269b6;text-decoration:none;}
.subaboutUs li.career a{padding-left:26px;}
.contactus{width:240px;}
.contactus2 {width:150px;}
.contactusUl li{display:block;float:right;}
.contactusUl li a{min-width:50px;font-size:14px;color:#4f5250;display:block;padding-right:30px;padding-left:25px;margin-bottom:10px;cursor:pointer;font-weight:bold;}
.contactusUl li.facebookF a{height:24px;background:url('../images/ftservices.png') scroll no-repeat right top transparent;}
.contactusUl li.facebookF:hover a{height:24px;background:url('../images/ftservices.png') scroll no-repeat right -187px transparent;color:#9393c2;color:#6269b6;text-decoration:none;}
.contactusUl li.youTubeF a{height:25px;background:url('../images/ftservices.png') scroll no-repeat right -95px transparent;}
.contactusUl li.youTubeF:hover a{height:25px;background:url('../images/ftservices.png') scroll no-repeat right -282px transparent;color:#6269b6;text-decoration:none;}
.contactusUl li.twitterF a{height:20px;background:url('../images/ftservices.png') scroll no-repeat right -36px transparent;}
.contactusUl li.twitterF:hover a{height:20px;background:url('../images/ftservices.png') scroll no-repeat right -223px transparent;color:#6269b6;text-decoration:none;}
.contactusUl li.bodcastF a{height:25px;background:url('../images/ftservices.png') scroll no-repeat right -127px transparent;}
.contactusUl li.bodcastF:hover a{height:25px;background:url('../images/ftservices.png') scroll no-repeat right -314px transparent;color:#6269b6;text-decoration:none;}
.contactusUl li.googlePlusF a{height:22px;background:url('../images/ftservices.png') scroll no-repeat right -65px transparent;}
.contactusUl li.googlePlusF:hover a{height:22px;background:url('../images/ftservices.png') scroll no-repeat right -252px transparent;color:#6269b6;text-decoration:none;}
.contactusUl li.RssF a{height:20px;background:url('../images/ftservices.png') scroll no-repeat right -162px transparent;}
.contactusUl li.RssF:hover a{height:20px;background:url('../images/ftservices.png') scroll no-repeat right -349px transparent;color:#6269b6;text-decoration:none;}
.contactusUl li.instaF a{height:20px;background:url('../images/ftservices.png') scroll no-repeat right -399px transparent;}
.contactusUl li.instaF:hover a{height:20px;background:url('../images/ftservices.png') scroll no-repeat right -374px transparent;color:#6269b6;text-decoration:none;}

.followusUl li{display:block;float:none;padding-bottom:10px;}
.followusUl li a{display:block;}

.ourAppsBlock{width:145px;margin-left:32px;}
.googlePlusF a{padding-left:36px !important;}
.ourApps li {display:block;float:right;padding-left:20px;}
.ourApps li a{display:block;width:50px;height:50px;}
.ourApps li.android  a{background:url('../images/ourapps.png') scroll no-repeat right top transparent;}
.ourApps li.appel  a{background:url('../images/ourapps.png') scroll no-repeat -69px top transparent;}
.ourApps li.blackberry  a{background:url('../images/ourapps.png') scroll no-repeat left top transparent;}
.anotherLinks{display:none !important;}
.anotherlinksUl li{float:none;}
.anotherlinksUl li a{display:block;font-size:16px;font-weight:bold;color:#4f5250;padding-right:34px;margin-bottom:7px;height:24px;}
.anotherlinksUl li.newsLetter a{background:url('../images/anotherlinks.png') scroll no-repeat right 6px transparent;}
.anotherlinksUl li.FAQS a{height:20px;background:url('../images/anotherlinks.png') scroll no-repeat right -19px transparent;padding-top:8px;}
.anotherlinksUl li.Archive a{background:url('../images/anotherlinks.png') scroll no-repeat right -58px transparent;}
.anotherlinksUl li.Games a{height:22px;background:url('../images/anotherlinks.png') scroll no-repeat right -87px transparent;padding-top:5px;}
.footerNav{padding-top:5px;}
.footerNav ul li{display:block;float:right;color:#000;}
.footerNav ul li a{font-size:16px;font-weight:bold;color:#000;line-height:27px;}
.footerNav ul li a:hover{color:#6269b6;text-decoration:none;}
.footernavSpartor{padding:0 0.5%;}
.footerCopyRight {position:absolute;left:0;top:4px;font-size:16px;font-weight:bold;color:#000;}
/* Footer End */

/* Multimedia Front Page */
.multiMediaSport.multiMediaHome
{
    background-color: #7D57A2;
}
.multiMediaHome
{
  width:1057px;
  background-color: #333333;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.mmAlbums {
  width: 285px;
  float: right;
  overflow-x: hidden;
}
.mmAlbumList
{
}
.mmAlbumItem:first-child {
  padding-top: 0px;
}
.mmAlbumItem {
  font-size: 18px;
  font-weight:bold;
  color: #9F9F9F;
  padding:8px 16px;
  border-bottom:1px solid #3B3B3B;
  cursor:pointer;
  margin-left:16px;
  position:relative;
  direction:rtl;
}
.mmAlbumItem:last-child {
  border-bottom: none;
}
.mmAlbumItem.active {
  color: #FFF;
  cursor:default;
}
.mmSlider {
  width: 772px;
}
.mmSlider img{
  vertical-align:bottom;
}
.mmSlider video{
  vertical-align:bottom;
}
#thumbs ul li a {
  cursor:pointer;
}
#slides li {
  display: none;
  position: relative;
  background: url(/Content/images/loading.gif) no-repeat center center;
}
#slides li.visible {
  display: block;
}
.slideCaption {
  color: #000;
  background: rgb(220,220,228);
  background: rgba(220,220,228,0.85);

  position: absolute;
  bottom: 0;
  width:100%;
  height:85px;
  direction:rtl;
}
.slideCaption h3 {
    font-size: 22px;
    padding-right: 10px;
    padding-left: 30px;
    font-weight: bold;
}
.slideCaption p {
  font-size: 16px;
  padding-right: 10px;
  padding-left: 16px;
  direction:rtl;
}
#thumbs {
    overflow: hidden;
}

#thumbs-container {
  padding:17px 55px;
  position: relative;
 transform: scale(1); -webkit-transform: scale(1); -webkit-transform-origin: 50% 0; -moz-transform: scale(1); -moz-transform-origin: 50% 0; -o-transform: scale(1); -o-transform-origin: 50% 0; -ms-transform: scale(1); -ms-transform-origin: 50% 0;
 zoom:1 !important;
}
#thumbs ul {
  width: 20000em;
  list-style: none;
  margin: 0;
  padding: 0;
  position:relative;
  left:0 !important.
}

#thumbs li {
  float: right;
  width: 126px;
  opacity: 0.55;
  position:relative;
}
#thumbs li.selected {
  opacity: 1;
}
.mmAlbumSummary{
  font-size: 15px;
  direction:rtl;
  font-weight:normal;
}
.active .mmAlbumSummary{
}
.jcarousel-prev {
  width: 47px;
  height: 68px;
  background: url('../images/arrow.jpg') -48px 0px;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  cursor:pointer;
}
.jcarousel-next {
  width: 47px;
  height: 68px;
  background: url('../images/arrow.jpg');
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 1;
  cursor:pointer;
}
.mmCaptionClose
{
    width: 20px;
    height: 12px;
    background: url(/Content/images/downarrow.png) no-repeat center center transparent;
    top: 10px;
    position: absolute;
    left: 15px;
    cursor:pointer;
}
.mmCaptionOpen
{
    display:none;
    width: 42px;
    height: 36px;
    background: url(/Content/images/uparrow.png);
    bottom: 0px;
    position: absolute;
    left: 1px;
    cursor:pointer;
    background-color:rgba(220,220,228,0.85);
}

/* Detailed Pages */
.DPmiddelDivUp{width:653px;margin:0 14px;float:right;}
.DPEmiddelDivUp{width:653px;margin:0 14px;float:right;}
.staticPageMainDiv{width:653px;margin:0 14px;float:right;}
.DPmainContentUp{background: rgb(255, 255, 255) #fff;background: rgba(255, 255, 255, 1);position:relative;}
.breadcrumbDetailedBlock {width:100%;background: rgb(255, 255, 255) #fff;background: rgba(255, 255, 255, 1)}
.breadCrumbHome a{color:#636ab0 !important;}
.breadcrumbDetailed{width:100%;margin:0 auto;}
.breadcrumbDetailed ul li{display:block;float:right;margin-right:5px;padding-top:7px;padding-bottom:5px;}
.breadcrumbDetailed ul li a,.breadcrumbDetailed ul li span{font-size:15px;color:#000;line-height:15px;font-weight:bold;direction:rtl;display:block;}
.breadcrumbDetailed ul li a:hover{color:#6269b6;text-decoration:none;}

.DP-bodyBlock{background:#fff;width:100%;}
.DP-bodyContent{width:95.5%;margin:0 auto;}
.DPE-bodyContent{width:95.5%;margin:0 auto;}
.DP-ArticleTitle{font-size:25px;color:#000;direction:rtl;text-align:right;padding:15px 0;font-weight:bold;}
.DPE-ArticleTitle{font-size:25px;color:#000;direction:rtl;text-align:right;padding-bottom:15px;font-weight:bold;line-height: 25px;}
.DPE-ArticleCaptionTitle{font-size:25px;direction:rtl;font-weight:bold;min-height:50px;background:rgba(255,255,255,0.75);position:absolute;bottom:0;padding: 10px 25px 0 25px;width: 534px;margin: 0 19px 0 21px;}
.DP-ArticleTitle h1{font-size:25px;color:#000;direction:rtl;text-align:right;padding:15px 0;font-weight:bold;}
.tagsTitle{font-size:15px;color:#595857;font-weight:bold;}
.tagsContent{font-size:14px;color:#595857;}
.tagsContent a{color:#595857;font-size:14px;font-weight:bold;}
.DP-ArticlesTags{padding:0 0  15px 0;direction:rtl;}
.DP-ArticleBody{padding:16px 0;color:#5d5d5d;font-size:20px;direction:rtl;min-height:324px;text-align:justify;line-height:2em;}
.DPE-ArticleBody{margin:0 19px 0 21px;color:#282828;font-size:15px;font-weight:bold;direction:rtl;min-height:324px;text-align:justify;line-height:2em;background:#FBFBFB;padding:0 25px;-webkit-box-shadow: 0px 2px 5px 0px rgba(248,248,248,1);-moz-box-shadow: 0px 2px 5px 0px rgba(248,248,248,1);box-shadow: 0px 2px 5px 0px rgba(248,248,248,1);}
.DP-ArticleBody p{direction:rtl;font-size:20px;margin-bottom:8px;}
.DP-ArticleBody em{font-style:italic;}
.DP-ArticleBody div{direction:rtl;font-size:20px;}
.DP-ArticleBody span{font-size:20px;}
.DP-ArticleBody b{font-size:22px;}
.DP-ArticleBody strong{font-size:22px;}
.SelectedPage a {color:#494a49 !important;}
.DP-ArticleImage {position:relative;}
.ARticlCaptin{position:absolute;right:14px;bottom:14px;max-width:650px;background:#636ab0;font-size:14px;direction:rtl;padding:8px;font-weight:bold;color:#fff;}
.DP-ArticleBody img{max-width:100%;}
.DP-ArticleBody table{max-width:100%;}
.DP-ArticleBody div{max-width:100%;}
.DP-MainText img{max-width:564px !important;}
.DP-MainText em
{
    font-style:italic;
}

.DP-MainText table{max-width:564px !important;}

.DP-MainText div{max-width:100%;}

.mainstoryIcons li.relatedImageIcon{padding-top:18px;height:77px;border-bottom:1px solid #a9a7a7;}
.mainstoryIcons li.relatedImageIcon a{height:72px;background:url('../images/rightareaS.png') scroll center -283px transparent no-repeat;display:block;cursor:pointer;}
.supplementsSummary .DP-HomepageNews {margin-top:20px;}

.DP-SendToFriendBlock{width:100%;height:41px;text-align:center;margin:10px auto 5px;padding-top:10px;cursor:pointer;}
.DP-SendToFriendBlock .DP-sendToFreiend{width:30px;height:16px;background:url('../images/DP-services.png') scroll left -82px transparent no-repeat;display:block;margin:0px auto;}
.DP-Print{width:100%;height:41px;text-align:center;margin:0px auto;cursor:pointer;}
.DP-Print a{width:30px;height:28px;background:url('../images/DP-services.png') scroll left -102px transparent no-repeat;display:block;margin:0px auto;}
.serviceCount {color:#666766 ;font-size:16px;font-weight:bold;font-family: Verdana,Helvetica,sans-serif;}
.CommentsserviceCount{color:#666766 ;font-size:16px;font-weight:bold;font-family: Verdana,Helvetica,sans-serif;}

.DP-RelatedItems{width:100%;margin-top:16px;}
.DP-RelatedItemsConten{width:94.6%;margin:0 auto;border-bottom:0px solid #d0d2e7;padding-bottom:16px;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.DP-RelatedItemsConten ul li{display:block;}

.DP-HomepageNews{width:100%;box-shadow: 0 6.5px 7px -4px #DCDCDE; }
.supplementsSummary .DP-HomepageNewsConten{width:94.6%;margin:0 auto;border-bottom:0px solid #d0d2e7;padding-bottom:16px;}
.DP-HomepageNewsConten{width:94.6%;margin:0 auto;border-bottom:0px solid #d0d2e7;padding-bottom:16px;}
.DP-HomepageNewsConten ul li{display:block;}

.DP-LeftBox-Title{color:#000000;font-size:21px;direction:rtl;display:block;text-align:right;font-weight:bold;}
.DP-LeftBox-TitleBlock{padding-bottom:0px;display:block;position:relative;direction:rtl;}
.DP-leftBox-List-Block{padding-top:16px;}
.DP-leftBox-list-Item{width:100%;padding-top:16px;}
.DP-leftBox-list-Item:first-child{padding-top:0;}
.DP-leftBox-ItemImage{width:137px;float:right;margin-left:10px;position:relative;}
.DP-leftBox-ItemImage .smallvideoicon {top:2px;left:2px;}
.DP-leftBox-ItemLink{width:222px;float:right;direction:rtl;}
.supplementsummarysubBlock .DP-leftBox-ItemLink{width:205px;float:right;direction:rtl;}
.sumContentBottom .DP-leftBox-ItemLink{width:222px;float:right;direction:rtl;}
.DP-leftBox-ItemLink .DP-leftBox-ItemLinkLink{color:#000;font-size:16px;text-align:right;font-weight:bold;}
.DP-leftBox-ItemLink .DP-leftBox-ItemLinkLink:hover{color:#6269b6;text-decoration:none;}
.DP-WirterArticles .writerlistNumBlock{width:25.6% !important;display:block;float:right;margin-left:2.1%;height:100%;position:relative;direction:rtl;}
.DP-WirterArticles .writerlistNumContent{width:100%;display:block;border:1px solid #c7c3c9;}
.DP-articleDate{display:block;float:right;font-size:14px;padding:5px 0;padding-right:5px;color:#38288a;font-weight:bold}
.DP-WirterArticles .wirterNameList{float:right;font-size:14px;padding:5px 0;font-weight:bold;}
.DP-ArticleWriter{font-size:20px;color:#000;margin-top:13px;font-weight:bold;}
/*Send to Friend Box Start*/
.mcRight {position:relative;}

textarea {
                border: none;
                padding: 0px;
}
#sendToFriendForm
{
    margin-right:15px;
}
.mcMiddel {
                position: relative;
}
.SendToFriendBlockTitle {
                margin: 16px 16px 11px;
                font-size: 20px;
                font-weight:bold;
                color: #9a999a;
                height: 25px;
                overflow:hidden;
}
.SendToFriendBlock .SendToFriendTextField {
                width: 395px;
                height: 14px;
                margin:5px 0px 0 12px;
                text-align: right;
                font-size: 18px;
                color: #979595;
                padding: 10px;
                font-family:inherit;
                direction:rtl;
                display:block;
}
.SendToFriendBlock .SendToFriendTextArea {
                width:   395px;
                height: 102px;
                margin:5px 0px 0 12px;
                resize:none;
                text-align: right;
                font-size: 18px;
                color: #979595;
                padding: 10px;
                font-family:inherit;
                direction:rtl;
                display:block;
}
.SendToFriendTextbutton {
                width: 104px;
                height: 31px;
                border: none;
                cursor: pointer;
                background-color: #636ab0;
                color: #fff;
                font-size:16px;
                font-weight:bold;
                float: left;
                margin-top: 5px;
                margin-bottom: 16px;
}
.SendToFriendTextbutton.cancel {
                margin-left: 16px;
                margin-right: 10px;
}
.captchaContainer {
    width:100%;
    max-height:44px;
    overflow:hidden;
}
.capchaImg {
                margin:5px 0px 0px 10px;
                float:right;
}
.refreshImg {
                margin-top:5px;
                margin-left: 100px;
                cursor:pointer;
}
.buttonContainer {
    width:100%;
    max-height:52px;
    overflow:hidden;
}
.errorMassage {
    color: #000;
    font-size: 14px;
    margin-right: 16px;
    clear: both;
    font-weight: bold;
}
/*Send to Friend Box End*/

/* Summary Page  Start */
.sumMain
{
    width:100%;
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 0px solid #9a999a;
  direction:rtl;
  box-shadow: 0 6.5px 7px -4px #DCDCDE;;
}

.middleContent {
  padding-right: 15px;
  float: right;
  width: 1057px;
  background: rgb(255, 255, 255) transparent;
  background: rgba(255, 255, 255, 1);
}
.sumMainContent {
  width: 338px;
  float: right;
  margin-left:21px;
  position: relative;
}
.sumMainContent:last-child {
  margin-left:0px;
}
.sumMaintitle {
  font-size: 16px;
  font-weight:bold;
}
.sumMainBody {
  color: #717171;
  font-size: 17px;
  padding:5px 0;
}
.withGallery
{
     width: 652px;
     float: right;
}
.withOutGallery
{
    width:100%;
}
.SportwithGallery
{
        width: 666px;
     float: right;
}
.SportwithOutGallery
{ width:100%;
}

.sumSubStory {
  margin-top: 20px;
}

.sumSubStoryItem {
  float: right;
  margin-bottom:25px;
  margin-left:23px;
  width:303px ;
  height:86px;
}

.sumSubStoryImg {
  float: right;
  margin-left: 10px;
  position:relative;
}

.sumSubStoryText
{
  color:#000;
  font-size: 18px;
  line-height: 18px;
  padding:0px 0;
  display:block;
  direction:rtl;
}
.sumSubStoryText:hover{color:#6269b6 !important;text-decoration:none;}
.summarysubBlock .sumSubStoryText:hover{color:#6269b6 !important;text-decoration:none;}
.OpnionsumSubStoryText{width:156px;color:#595857;font-size: 16px;
  line-height: 18px; direction:rtl; }
  .OpnionsumSubStoryText:hover{color:#6269b6;text-decoration:none;}
.sumMaintext .sumSubStoryText
{
    padding-bottom:7px;
    padding-top:2px;
}

.sumMaintext .widthAlbum
{
    float:right !important;
    clear:none !important;
    width:91% !important;
}

.sumMaintext{width:325px;margin-top:17px;}
.sumSubStoryTitle {
  font-size: 21px;
  font-weight:bold;
  margin-bottom: 15px;
}

.sumMultimedia {
  width: 375px;
  float: left;
  background-color:#fff;
  margin-top: 30px;
  padding: 0px 15px 0;
}
.sumMultimediaSupplements {
    width: 375px;
    float: left;
    background-color:#fff;
    margin-top: 20px;
    padding: 0px 15px 0;
    margin-bottom:15px;
}
.sumMultimediaSupplements img{box-shadow: 0 0 7px rgba(81, 82, 90, 0.45);}
.SportssumMultimedia {
  width: 375px;
  float: left;
  background-color:#fff;
  margin-top: 30px;
}
.sumMultimediaTitle {
  font-size: 21px;
  padding:10px ;
  direction:rtl;
  font-weight:bold;
}
.sumsumMultimediaContent {
  background-color: #636ab0;
  position:relative;
  width:375px;
}
.sumsumMultimediaText {
  padding: 15px 15px 15px 15px;
  margin-bottom: 13px;
}
.sumsumMultimediaText h3{
  direction:rtl;
}
.sumsumMultimediaText span a{
  color:#FFFFFF ;
  font-size: 18px;
  font-weight:bold;
  direction:rtl;
}

.sumContentBottom {
}
.sumArticle {
  width: 666px;
  float: right;
  margin-top: 20px;
}
.sumArticleMainTitle {
  font-size: 21px;
  font-weight:bold;
}
.sumArticleList {
}
.sumArticleItem {
  float: right;
  width: 318px;
  margin-left: 15px;
  padding: 14px 0;
  direction:rtl;
}
.sumArticleTitle {
  font-size: 18px;
  font-weight:bold;
  color:#000;
  padding-bottom:10px;
  display:block;
}
.sumArticleTitle:hover{color:#6269b6;text-decoration:none;}
.sumArticleText {
  font-size: 17px;
  color: #5D5D5D;
}
.sumContentBottom .readersOptionsBlock {
  width: 391px;
}
.sumContentBottom .readersOptions {
  width: 368px;
}
.sumContentBottom .listItemTitle {
  width: 320px;
}
/* Summary Page End */

.sumContentBottomLeft{float:left;background:#fff;margin-top:30px; width:391px;}
.multiMediaHomeBlock
{
    position:relative;
}
.rightmultimedia
{
    background: #686868;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    height:100%;
    margin-top:8px;
}
.rightmultimedia.rightmultimediasport {background: #62447F;}
.rightmultimedia p
{
    text-align: center;
    padding-top:20px;
}
.rightDivmm
{
    width:63px;
    float:right;
    direction:rtl;
    top:8px;
    position:absolute;
    z-index:10;
    right:0;
    height:100%;
    background: rgba(209,206,206,0.3);
}
.rightDivmm.rightDivmmsport{ background: none;}
.simpleSearchTxt input {
    color: #000;
    font-size: 16px;
    font-weight:bold;
}
.summarysubBlock
{
    width:100%;
    border-bottom:0px solid #9a999a;
    padding-bottom:0px;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
    margin-top:19px;
}

.summarysubBlock .sumSubStoryText
{
    color:#595857 !important;
}
.widthchange
{
    width:232px;
    }

.listOfItems
{
    position:absolute;
    left:17px;
    top:26px;
    width:127px;
    display:none;
    z-index:999999;
}
.listOfItems span
{
    display:block !important;
    float:none !important;
    width:inherit !important;
    margin-right:0 !important;
    background:#636ab0;
    border-top:1px solid #cccee2;
    text-align:right !important;
    font-size:14px;
    padding:5px 0;
    padding-right:17px;
}
.listOfItems span:hover
{
    background:#d8d8e0 !important;
    color:#000 !important;
}
.rightDivBottom
{
position:relative;
width:70px;

float:right;
direction:rtl;
padding-bottom:30px;
}
.DPbackgroundRighDiv
{
     width:63px;
    height:100%;
    position:absolute;
    right:0;
    top:0;
   background: rgba(209,206,206,0.3);
    z-index:1;
}
.backgroundRighDiv
{
    width:63px;
    height:100%;
    position:absolute;
    right:0;
  background: rgba(209,206,206,0.3);
    z-index:1;
}
.mainContent{position:relative;}
.summarymainContentUp{position:relative;}

/*.bottomContainer{margin-top:-14px;}*/
.nopadding{margin-bottom:0 !important;}

#withLink
{
    margin-right:5px;
}
.rightDivmmwithout
{
    margin-bottom:20px;
}
.sumSubStoryTextContainer
{
    width:157px;
    direction:rtl;
}
.headlinespartor {clear:both;border-bottom:1px solid #DFDDDD;}

/*opinion page CSS Start*/
.opinMainContent {
  padding-left:15px;
}
.opinMainTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  border-bottom: 2px solid #A9CD72;
  padding-bottom: 13px;
}
.opinContent form {
  width: 518px;
  float: right;
}
.opinTitle {
  font-size: 19px;
  font-weight: bold;
  margin-top: 7px;
  direction: rtl;
}
input.opinInput {
  height: 32px;
  margin-top: 16px;
  width: 364px;
  margin-right: 9px;
  border: 1px solid #D2CFCF;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5D5D5D;
  font-family: Nassim;
  padding-right:10px;
  padding-left:10px;
}
.opinlabels select {
  height: 32px;
  width: 384px;
  margin-top: 16px;
  margin-bottom: 12px;
  margin-right: 10px;
  font-size: 16px;
  color: #5D5D5D;
  font-family: Nassim;
}
textarea.opinInput {
  height: 103px;
  width: 364px;
  margin-right: 9px;
  border: 1px solid #D2CFCF;
  resize:none;
  font-size: 16px;
  color: #5D5D5D;
  font-family: Nassim;
  padding: 10px;
}
.opinlabels{
  display:block;
  clear: both;
  direction: rtl;
  text-align: left;
  font-size: 16px;
  position:relative;
}
.opinLableText {
  vertical-align: top;
  padding-top: 16px;
  margin-bottom:12px;
}
.opinContent .captchaContainer {
  width: 424px;
}
.opinContent .captchaContainer span{
  float: right;
  margin-left: 15px;
}
.opinContent .captchaContainer .refreshImg {
  margin: 0 ;
  float: none;
}
.opinContent .captchaContainer .capchaImg {
  margin:0;
  float: none;
}
.opinContent #submit {
  float: left;
  margin-top: 21px;
  width: 98px;
  height: 27px;
  margin-bottom: 15px;
  border: none;
  background-color: #636ab0;
  color: #FFFFFF;
  margin-left: 7px;
}
.opinContent #cancel {
  float: left;
  margin-top: 21px;
  width: 100px;
  height: 27px;
  margin-bottom: 15px;
  border: none;
  background-color: #636ab0;
  color: #FFFFFF;
  margin-left: 2px;
}
.opinContent .reqStar
{
    color:red;
    position:absolute;
    top: 24px;
    left: -10px;
}
.opinerrorMassage
{
    display:block;
    line-height:5px;
    margin-right:137px;
    color:Red;
}

/*opinion page CSS End*/

.SummaryaudioLinkIcondis
{background:url('/Content/images/soundsmallicon.png') scroll right 3px transparent no-repeat;padding-right:25px !important;}
.leftaudioLinkIcondis{background:url('/Content/images/soundsmallicon.png') scroll right 8px transparent no-repeat;padding-right:25px !important;}

.DP-ArticleWriterBlock{ position:relative;}
.DPaudioIcon{width:87px;font-size:16px;color:#000;font-weight:bold;background:url('/Content/images/soundsmallicon.png') scroll right 6px transparent no-repeat;padding-right:25px !important;padding-bottom:6px;cursor:pointer;float:right;margin-right:5px;}
.DPaudioIcon:hover{color:#6269b6;}
.leftvideoLinkIcon{height:25px;background:url('/Content/images/writermediaicon.png') scroll right 10px transparent no-repeat;padding-right:25px !important;}

 /********************
 * FEATURE CAROUSEL *
 ********************/
 #feature-carousel {
    font-size: 12px;
    height: 174px;

    position: relative;
    width: 361px;
}

.carousel-container {
  position:relative;
  width:960px;
}

.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;

  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:14px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}
.CaricaterName
{
    width:90%;
    height:31px;
    overflow:hidden;
    padding:5px 5%;
    background:#636ab0;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    display:none;
    }
.selectedCaricaterImg
{
       font-size:16px;
       color:#000;
       background:#d8d8e0 !important;
}
paddingZero
{
    margin-bottom:0 !important;
}

/*daily information page CSS Start*/
.dailyinfoMainContainer {
    width: 667px;
    float: right;
    margin: 0 auto;
}
.dailyinfoMainTitle {
  font-size: 22px;
  font-weight:bold;
  border-bottom:1px solid #bbbbd3;
  line-height: 22px;
  padding-bottom: 14px;
  margin-bottom: 10px;
  padding-right:20px;
}
.dailyinfoContents {
  clear: both;
}
.imagesBlock
{
    display:block;
    float:right;
    }

.dailyinfoItem {
  clear: both;
  margin-bottom: 15px;
  margin-right: 15px;

  direction:rtl;
}
.dailyinfoImg {
  float: right;
  margin-left: 14px;
}
.dailyinfoTitleBlock
{
    width:477px;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  float:right;
  display:block;
}
.dailyinfoTitleBlock a{
  color: #000000;
  display:block;
}
.dailyinfoTitleBlock a:hover{color:#6269b6;}
.dailyinfoDate {
  font-size: 15px;
  color: #000;
}
.dailyinfoBody {
  color: #5d5d5d;
  font-size: 17px;
  line-height: 19px;
}

/*daily information page CSS End*/

/* Header Slider Start */
#headerSlider
{
    display:none;
}
.headerSliderItem
{
    width:325px;
    height:94px;
    display:block;
}
.headerSliderItem a
{
    float:right;
    display:block;
    margin-top:4px;
    margin-right:4px;
    margin-left:10px;
}
.headerSliderItem a img
{
    vertical-align:middle;
}
.imageInv{padding-top:0 !important;float:none !important; margin-left:0 !important;margin:0 !important;}

.spFiles .bx-pager-item
{
    float:right;
    height:14px;
}
.spFiles .bx-pager-item .bx-pager-link
{
    background: url("../images/circlepurple.png")no-repeat center center;
    width: 12px;
    height: 11px;
    display:block;
    font-size: 0px;
    margin-left:2px;
    opacity:0.5;
}
.spFiles .bx-pager-item .bx-pager-link.active
{
    opacity:1;
}
.spFiles .bx-controls {
    position: absolute;
    right: 150px;
    bottom:3px;
    z-index:100;
}
.headerSliderTitle
{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    direction:rtl;
    margin-top:7px;
}
.headerSliderTitle a
{
    color:#000;
}
.headerSliderTitle a:hover {color:#6269b6;text-decoration: none;}
.headerSliderSum
{
    font-size:16px;
    width:270px;
    color:#d4d4ef;
    direction:rtl;
    line-height:20px;
    display:block;
}
.truncate
{
    width: 367px;
    overflow: hidden;
    text-overflow-multiline:ellipsis;
}
.DPPublishDate {direction:rtl;font-size:16px;}
.headerSliderItemData{height:75px;overflow:hidden;margin-right:10px;margin-top:0px;margin-left:10px;}
.quickLinksTitle {border-top:0px solid #c7c9de;}
.quickLinksContent br {display:none;}
.subActive {opacity:0.5;}

.searchIconShared{cursor:pointer;}
.subStoryMoreLink {color:#000;font-size:16px;text-align:left;display:none;height:27px;padding-left:15px;position:absolute;bottom:-20px;}
.subStoryMoreLink:hover{color:#6269b6;text-decoration:none;}
#rquicklinks{display:none ;}
.readMoreSubStory #withLink{margin-right:25px;}
#rTree {margin-top:0px !important;}

.relIconVideo {
    background: url("../images/writermediaicon.png");
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-top: 7px !important;
    margin-left: 5px !important;
    float: right;
}

.NewarticleType,.Audthordash
{
    display:none;
}
.SummarywirtersArticlesBlock
{
    margin-top:0 !important;
}

.selectedSection{background:#d0d3c8; cursor:default !important; }

.latestNewsBlock{width:100%;padding-top:3px;}
.latestNewsContent{width:360px;margin:0 auto;box-shadow: 0 6.5px 7px -4px #DCDCDE;position:relative;}
.latestNewsList {min-height:360px;}
.latestNewsList ul li{display:block;padding:16px 0;border-top:1px solid #d0d2e7;margin-left:10px;}
.latestNewsList ul li:first-child{border:none;padding-top:0;}
.PublishDateSearchPage ul.latestNewsListUl li:first-child{padding-top:16px;border-top:1px solid #d0d2e7;}
.latestNewsTitle{font-size:21px;color:#000;font-weight:bold;padding-top:16px;padding-bottom:23px;}
.latestNewsTitle a{color:#000;}
.latestNewsTitle a:hover{color:#6269b6;text-decoration:none;}
.latesNewsItemImage{width:145px;height:94px;float:right;position:relative;margin-left:15px;}
.withImage{width:170px;float:right;direction:rtl;}
.withOutImage{width:100%;direction:rtl;}
.latstNewsTime{font-size:15px;color:#000;}
.latstNewsLink a{font-size:16px;font-weight:bold;color:#000;line-height:21px;margin-top:3px;}
.latestNewsMore a{color:#000;font-size:16px;text-align:left;display:block;height:27px;margin-bottom:15px;}

.latstNewsLink a:hover{color:#6269b6;text-decoration:none;}
.breakingNewsSummary h3{font-size:16px;font-weight:bold;color:#000;line-height:21px;margin-top:3px;}
.latestNewsMore a:hover{color:#6269b6;text-decoration:none;}

.mainStoryArticlesListTitle{font-size:20px;color:#000;font-weight:bold;padding:4px 0 10px;padding-right:16px;}
.mainStoryArticlesList{height:452px;box-shadow: 0 6.5px 7px -4px #DCDCDE;}
.mainStoryArticlesLargeList{height:708px;box-shadow: 0 6.5px 7px -4px #DCDCDE;}

.arrowGalleryAni
{
background: url('../images/galleryarrows.png') 0px 9px;
width: 16px;
height: 9px;
position: absolute;
top: 15px;
left: 0px;
}
.active .arrowGalleryAni
{
  background: url('../images/galleryarrows.png') 0px 0px;
}

.mainStorySliderTitle{font-size:14px;color:#000;font-weight:bold;line-height:17px;direction:rtl;display:block;}
.mainStorySliderTitle:hover{color:#6269b6;text-decoration:none;}
.mainStorySlider img {padding-bottom:0px;}
.mainWithAlbum{width:110px;}

.leftAreaSpartor
{
border-bottom:0px solid #d0d2e7;
}

.sumMultimedia .wirtersArticlesConten
{
    border-bottom:0px solid #d0d2e7;
}
.sumMultimedia .addLeftArea
{
    border-bottom:0px solid #d0d2e7;
    border-top:0px solid #d0d2e7;
}
.DPmainContentUp .addLeftArea
{
    border-bottom:0px solid #d0d2e7;
    border-top:0px solid #d0d2e7;
}
.sumContentBottomLeft .DP-HomepageNewsConten
{
    border-bottom:0px solid #000;
}
.sumContentBottomLeft .readersOptions
{
    border-bottom:0px solid #000;
}
.sumContentBottomLeft .leftAreaSpartor
{
 margin: 0 10px;
}

.withOutmargin{margin-top:8px !important;}
.mainArticlTS{height:255px;overflow:hidden;}

.socialMedia4 {
  margin-right: 16px;
  margin-left: 17px;
  border-top: 4px solid #D0D2E7;
  padding-bottom:2px;
  margin-top:15px;
  display:none;
}
.socialMedia4MainTitle {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom:5px;
  font-size: 21px;
  font-weight: bold;
}
.socialMedia4List {
    margin-right:10px;
}
.socialMedia4Item {
  float: right;
  width: 97px;
}
.socialMedia4img {
  width: 43px;
  height: 43px;
  background-image: url("../images/media.png");
  display:inline-block;
  float: right;
  margin-left:5px;
}
.socialMedia4Facebook {
  background-position: -5px 0px;
}
.socialMedia4Twitter {
  background-position: -4px -49px;
}
.socialMedia4Google {
  background-position: -4px -99px;
}
.socialMedia4youtube {
  background-position: -4px -148px;
}
.socialMedia4Number {
  display:block;
  font-size: 22px;
  font-weight: bold;
  color:#000;
  line-height: 18px;
}
.socialMedia4Title {
  display:block;
  font-size: 18px;
  font-weight: bold;
  color:#9a999a;
}

.SummarymainArticlImage{position:relative;}
.SummarywriterImageBlock {position:absolute;right:15px;bottom:-24px;width:361px;}
.SummarywriterImageBlock img {border:1px solid #bbb7bc;}
.SummarywriterName{font-size:16px;font-weight:normal;color:#000;}
.SummarywriterName a{color:#AE4C4C;}
.SummarywriterName a:hover{color:#6269b6;}
.MoreWriterNme a{color:#AE4C4C;}
.SummarywriterNameSubStory{width:280px;font-size:14px;font-weight:normal;color:#000;}
.SummarywriterNameSubStory{font-size:16px;color:#AE4C4C;width:100%;font-weight:normal;}
.SummarywriterNameSubStory a{font-size:16px;color:#AE4C4C;width:100%;font-weight:normal;}
.SummarywriterNameSubStory a:hover{color:#6269b6;}
.summaryPblDate{font-size:14px;color:#000;font-weight:bold;}
.subWriterName{font-size:16px;font-weight:normal;margin-top:-9px;}
.subWriterName a{color:#AE4C4C;}
.subWriterName a:hover{color:#6269b6;}
.MoreWriterNme a{font-size:16px;color:#AE4C4C;font-weight:normal;}
.MoreWriterNme a:hover{color:#6269b6;}
.opnsumArticleTitle{padding-bottom:0 !important;}
.UrgentSocialLink{position:absolute;left:0;top:6px;}
.UrgentSocialLink ul li{display:block;float:right;}
.UrgentSocialLink .Usparator{width:1px;height:31px;background:url('/Content/images/urgentSocialLink.png') scroll -127px top transparent;margin-left:15px;margin-top:3px;}
.AllShareI{margin-top:3px;}
.UrgentSocialLink #TwitterUrgent {width:25px !important;height:31px !important;background:url('/Content/images/urgentSocialLink.png') scroll -252px top transparent !important;margin-left:15px !important ;cursor:pointer !important;display:block;}
.UrgentSocialLink .st_sharethis_large .stButton .stLarge{width:25px !important;height:31px !important;background:url('/Content/images/urgentall.png') scroll left top transparent !important;margin-left:15px !important ;cursor:pointer !important;}
.UrgentSocialLink #FacebookUrgent {width:14px !important;height:31px !important;background:url('/Content/images/urgentSocialLink.png') scroll -214px top transparent !important;margin-left:15px !important;cursor:pointer !important;display:block;}
.UrgentSocialLink #GoogleUrgent{width:28px !important;height:31px !important;background:url('/Content/images/urgentSocialLink.png') scroll -137px  top transparent !important;margin-left:15px !important;cursor:pointer !important;display:block;}
.UrgentSocialLink .USendToFriend{width:27px;height:31px;background:url('/Content/images/urgentSocialLink.png') scroll left top transparent;margin-left:15px;cursor:pointer;}

.SummarylatestNewsContent {width:653px;margin:0 auto;}
.SummarylatestNewsContent #pagination{}
.SummarywithImage{width:460px;float:right;direction:rtl;}
.SummarywithOutImage{width:100%;direction:rtl;}

.widthVideo {margin-right:5px;}

.mainStoryBlock{min-height:419px;max-height:450px;position:relative;box-shadow: 0 0 7px rgba(81, 82, 90, 0.45); }
/*.haveAlbum{margin-right:25px;margin-top:-4px;}*/
.MainStorySpartor
{
box-shadow: 0 6.5px 7px -4px #DCDCDE;
height: 0px;
clear: both;
margin: 0 auto;
width: 742px;
padding-top: 0px;
height:4px;
    }

    .AudioBlock{position:absolute;right:0;top:7px;}

   .MainNewsflashBlock
   {
       position:relative;
        width: 1135px;
        margin:0 auto;
       }
    .BreakingNewsSnd{
    display: none;
    position: absolute;
    left:0;
    top: 55px;
    width: 446px;
    z-index: 9999;
}
.audioPlayerBlock{display:none;float:right;}

    .sumMultimedia .moreLinkBlock{margin:22px 0 12px}
   .SportssumMultimedia .moreLinkBlock{margin:22px 0 12px}
    .mainStoryBorder{height:100%;border-left:1px solid #D0D2E7;position:absolute;left:429px;top:0;}
    .AuthormainStoryBorder{height:100%;border-left:1px solid #D0D2E7;position:absolute;left:455px;top:0;}
    .mainStoryBorderPortal{height:100%;border-left:1px solid #f0f0f1;position:absolute;left:385px;top:15px;}
    .DPmainContentUp .mainStoryBorder{left:404px;}

.opinSummaryImage {
    float:right;
    margin-left:8px;
    border:1px solid #c7c3c9;
}
.sumMaintitleOpin
{
    margin-right:76px;
    font-size: 16px;
    font-weight: bold;
}
.sumMainBodyOpin
{
    margin-right:76px;
    color: #717171;
    font-size: 17px;
    padding: 5px 0;
}
.mainContentUp{position:relative;padding-bottom:30px;float:right;}
.mainContentUpHome{position:relative;padding-bottom:50px;padding-top:8px;}
.compleateHeader
{
    background: none repeat scroll 0 0 rgba(209, 206, 206, 0.3);
    height: 42px;
    position: absolute;
    top: -39px;
    width: 70px;
}

    .imageLinke img{margin-right:6px;margin-top:4px;}
    .authorMainBlock{margin-top:6px;}

    /* opin start*/
.titleWriterArticle a{
    font-size:21px;
    font-weight:bold;
    direction:rtl;
    color:#000;
}
.titleWriterArticle span{
    font-size:21px;
    font-weight:bold;
    direction:rtl;
    color:#000;
}
.titleWriterArticle{
    padding-bottom:18px;
    line-height: 16px;
}
.writerArticleItem {
    float:right;
    width:50%;
    margin-bottom:11px;
    height:73px;
}
.writerArticleItem .imageWriterArticle{
    float:right;
    margin-left:5px;
}
    .writerArticleItem .imageWriterArticle img{
    border:1px solid #c7c3c9;
}
.writerNameWriterArticle {
    font-size:14px;
    font-weight:bold;
    color:#AE4C4C;
    direction:rtl;
    line-height:12px;
}
.bodyWriterArticle{
    margin-right: 59px;
    padding-top:10px;
    margin-left:16px;
    direction:rtl;
}
.bodyWriterArticle a.bodyWriterArticleLink{
    font-size:16px;
    color:#5d5d5d;
    direction:rtl;
    line-height:18px;
}
.articlesWriterArticle {
    border-top: 1px solid #EAEAEA;
    padding-top: 13px;
    height:188px;
    float:right;
    width:100%;
}
.wirtersArticlesBlock .moreinfo {
    padding-bottom:4px;
}
/*opin end*/
.pointsWriterArticle{height:213px;padding-top:7px;width:100%;}

/*Detailed Start*/
.DP-MainContainer {
  position: relative;
  float: right;
}
.DP-MainDiv {
  width: 1060px;
  float: right;
}
.DP-MainImageContainer {
  position: relative;
  float: left;
  margin-top: 3px;
  margin-left: 6px;
  margin-right:20px;
  margin-bottom:20px;
  z-index:10;
}
.DP-MainImage {
}
.DP-MainImageCaption {
  position: absolute;
  bottom: 22px;
  right: 15px;
  background: #DDDDE9;
  padding:0px 10px;
  font-size: 19px;
  direction: rtl;
  z-index:99;
  opacity: 0.8;
  filter:alpha(opacity=80);
}
.DP-MainTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  direction: rtl;
  padding-bottom:11px;
  padding-top:14px;
}
.DP-MainAuthor {
  font-size: 18px;
  line-height:24px ;
  direction:rtl;
  margin-right: 12px;
  display: block;
}
.DP-MainAuthor
{
    color:#AE4C4C;
}
.DP-MainBody {
  padding-right: 12px;
  direction:rtl;
}
.DP-LeftArea {
  float: left;
  width: 326px;
  margin-left: 106px;
  margin-right: 30px;
  margin-top:15px;
  box-shadow: inset 0 6px 7px -6px #D0D2E7;
}
.DP-MainText
{
    direction:rtl;
  padding-bottom:13px;
  padding-right:10px;
  width:576px;
  font-size: 20px;
  line-height: 24px;
  text-align:justify;
  min-height:186px;
}
.withYoutube{min-height:572px;}
/*.withoutYoutube{ min-height:186px;}*/
.DP-MainText p{
  font-size: 18px;
  line-height: 24px;
  text-align:justify;
  padding-bottom:8px;
}
.DP-MainText span{
  font-size: 18px !important;
  line-height: 24px !important;
  text-align:justify !important;
  display:inline !important;
  padding-bottom:8px;
}
.DP-MainText div{
  direction: rtl;
  font-size: 18px;
  line-height: 24px;
  direction: rtl;
  display:inline;
  padding-bottom:8px;
}
.DP-MainText span{
  direction: rtl;
  font-size: 18px;
  line-height: 24px;
  direction: rtl;
  display:inline;
  padding-bottom:8px;
}
.DP-MainDate {
  font-size: 18px;
  line-height:24px ;
  direction:rtl;
  margin-right: 12px;
  display: block;
  padding-bottom:16px;
}

.DP-AuthorOpinContainer {
  margin-top: 12px;
  box-shadow: 0 6px 7px -6px #D0D2E7;
  padding-bottom: 3px;
}

.DP-AuthorOpinImage {
  float: right;
  margin-top: 15px;
  margin-left: 8px;
}
.DP-AuthorOpinImage img{
  border:1px solid #CECBD0;
}
.DP-AuthorOpinName {
  font-size: 16px;
  font-weight: bold;
  line-height: 37px;
  direction: rtl;
  color:#AE4C4C;
}
.DP-AuthorOpinTitle{
  font-size: 18px;
  color: #5d5d5d;
  direction: rtl;
  line-height: 21px;
  padding-top: 5px;
  margin-right: 102px;
  margin-left:14px;
}
.DP-AuthorOpinReadMore {
  font-size: 19px;
  font-weight: bold;
  color: #595857;
  line-height: 20px;
  direction: rtl;
  float: right;
  margin-top: 17px;
  clear:both;
}
.DP-AuthorOpinReadMoreList {
  clear: both;
}
.DP-AuthorOpinReadMoreItem {
  padding :7.5px 0;
  border-bottom:1px solid #D9D9D9;
}
.DP-AuthorOpinReadMoreItem:last-child {
  border:none;
}
.DP-AuthorOpinReadMoreDate {
  font-size: 14px;
  font-weight: bold;
  float: right;
  direction: rtl;
}
.DP-AuthorOpinReadMoreTitle a{
  font-size: 19px;
  line-height: 20px;
  color:#595857;
}
.DP-AuthorOpinReadMoreTitle a:hover{color:#6269b6;}
.DP-RelatedContainer {
  box-shadow:0 6px 7px -6px #D0D2E7;
  padding-bottom: 10px;
}
.DP-RelatedMainTitle {
  font-size: 26px;
  font-weight: bold;
  padding-top: 10px;
  display: block;
}
.DP-RelatedMainItem {
  padding: 8px 0;
  border-bottom:1px solid #D9D9D9;
}
.DP-RelatedMainItem:last-child{
  border-bottom:0px solid #D9D9D9;
}
.DP-RelatedItemDate {
  font-size: 14px;
  font-weight: bold;
  float: right;
  direction: rtl;
}
.DP-RelatedItemTitle a{
  color:#595857;
  font-size: 19px;
  line-height: 19px;
}
.DP-RelatedItemTitle a:hover 
{
    color:#6269b6;
}
a.RelatedVidoTitle:hover
{
    color:#6269b6 !important;
}
.DP-MainDiv .tagsTitle {
  font-size: 18px;
  color: #595857;
  font-weight: bold;
  direction: rtl;
  display:block;
  float:right;
}
.DP-MainDiv .tagsContent a{
  color: #595857;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #908E8D;
  padding: 0 5px;
  margin-right: 3px;
  display:inline-block;
  margin-bottom:5px;
}
.DP-MainDiv .tagsContent a:hover{color:#6269b6;}
.DP-RelatedFiles 
{
    float: right;
    clear: right;
    width: 585px;
    border-top: 1px solid #D2CFCF;
    margin-top:35px;
}
.DP-RelatedFilesTitle 
{
    padding-top:15px;
    font-size:24px;
    font-weight:bold;
    margin-bottom:8px;
}
.DP-RelatedFilesList 
{
    
}
.DP-RelatedFilesItem 
{
    float: right;
    margin-left: 15px;
    width: 283px;
    margin-bottom:15px;
}
.DP-RelatedFilesItem-even.DP-RelatedFilesItem  {
    margin-left:0;
}
.DP-RelatedFilesItemImage
{
    display:block;
    position:relative;
}
.DP-RelatedFilesItemTitleLink 
{
   color:#000; 
}
.RelatedFilesItemTitle 
{
    padding-top:7px;
    font-size:18px;
    color:#000;
    line-height:20px;
}
.videoIconAbs 
{
    position:absolute;
    top:10px;
    left:10px;
}
.DP-ReadMore {
    margin-top: 35px;
    width: 576px;
    float: right;
    clear: right;
}

.DP-ReadMoreMainTitle{
  font-size: 26px;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  border-top:1px solid #D2CFCF;
  padding-top:10px;
}
.DP-ReadMoreItem {
  float: right;
  width: 288px;
  margin-bottom: 6px;
  height:86px;
}
.DP-ReadMoreImage {
  float: right;
  margin-left: 16px;
  position:relative;
}
.DP-ReadMoreTitle {
    margin-left:10px;
}
.DP-ReadMoreTitle a{
font-size:17px;
color:#595857;
line-height: 23px;
}
.DP-ReadMoreTitle a:hover{color:#6269b6;text-decoration:none;}
.DP-LeftArea .DP-leftBox-ItemLink
{
    width:161px;
}
.DP-LeftArea .readersOptions
{
    width:307px;
}
.DP-LeftArea .listItemTitle
{
    width:259px;
}
.DP-LeftArea .DP-LeftBox-TitleBlock
{
padding-top: 11px;
}
.DP-LeftArea .readerOptionTitleBlock
{
    padding-top:3px;
}
.DP-LeftArea .readeroptionTabs
{
    top:10px;
}
.DP-LeftArea .readersOptions
{
    box-shadow:none;
}
.DP-LeftArea .haveAlbum
{
    margin-right:0px;
}
.DP-ReadMoreItem .smallvideoicon
{
    left:3px;
    top:3px;
}
/*Detailed End*/

/*Youtube area*/
.youtubeMain
{
    float:right;
    }
.youtubeMain
{
    position:relative;
    margin-top:5px;
    float:right;
    margin-top:16px;
    margin-left:16px;
    clear:right;
    padding-bottom:0px !important;
    }
.youtubeEmpty
{
    position:relative;
    margin-top:5px;
    float:right;
    margin-top:16px;
    clear:right;
    padding-bottom:0px !important;
}
   .overutube
   {
    position:absolute;
    top:0px;
    left:0px;
    width:186px;
    height:113px;

    z-index:10;
       }
       .xclose
       {
    position:absolute;
    top:-18px;
    left:0px;
    display:none;
           }
           iframe
           {
               position:relative;
               z-index:0;
               }

/* Authors Summary */
.AllAuthorsBlock
{
direction:rtl;
}

.AuthorInfoBlock
{ width:341px;min-height:247px;background:#f3f3f7;border:1px solid #fafafa;float:right;margin-bottom:16px;}

.marignBlock{margin-right:14px;}
.AuthorImageBlock{width:92px;height:92px;border:1px solid #c8c5ca;float:right;margin-left:6px;}
.AuthorsInformation{width:314px;margin:16px auto 0;}
.AuthorTitleAndSummary{width:214px;display:inline-block;float:right;}
.AuthorTitleAndSummary a{display:Block;font-size:20px;font-weight:bold;text-decoration:none;color:#000;}
.AuthorTitleAndSummary span{display:block;font-size:16px;color:#5d5d5d;line-height:21px;}

.AuthorsArticles {width:325px;margin:10px auto 0;}
.AuthorsArticles ul li {display:block;border-top:1px solid #d9d9d9;padding:5px 0;}
.AuthorsArticles ul li:first-child{border-top:0;}
.AuthorArtDate {font-size:14px;font-weight:bold;color:#000;}
.AuthorsArticles {direction:rtl;}
.AuthorsArticles a{color:#5d5d5d;font-size:19px;}

/* Authors Summary */
.DPAllAuthorsBlock
{
 direction: rtl;
 width: 594px;
float:right;
margin:0 16px 0 0;
}

.DPAuthorInfoBlock
{}
.DPAuthorInfoBlock:first-child{margin-right:0;box-shadow:0 6.5px 7px -4px #DCDCDE;padding-bottom:15px;margin-bottom:15px;margin-top:15px;}
.DPAuthorImageBlock{width:92px;height:92px;border:1px solid #c8c5ca;float:right;margin-left:10px;}
.DPAuthorsInformation{}
.DPAuthorTitleAndSummary{width:222px;display:inline-block;float:right;direction:rtl;}
.DPAuthorTitleAndSummary a{display:Block;font-size:16px;font-weight:bold;text-decoration:none;color:#AE4C4C;}
.DPAuthorTitleAndSummary span{display:block;font-size:16px;color:#7e7b76;line-height:21px;font-weight:bold;}
#DPAuthorTitleAndSummaryspan{display:Block;font-size:16px;font-weight:bold;text-decoration:none;color:#AE4C4C;}
.AuthorBody{font-size:16px;color:#5d5d5d;direction:rtl;margin-top:20px;text-align:justify;width:711px;line-height:22px;}
.DPAuthorsArticles {width:349px;margin:10px auto 0;}
.DPAuthorsArticles ul li {display:block;border-top:1px solid #d9d9d9;padding:5px 0;}
.DPAuthorsArticles ul li:first-child{border-top:0;}
.DPAuthorArtDate {font-size:14px;font-weight:bold;color:#000;}
.DPAuthorsArticles {direction:rtl;}
.DPAuthorsArticles a{color:#5d5d5d;font-size:19px;}

.AuthorArticlTitl{font-size:21px;color:#000;margin-bottom:15px;}
.DPAuthorItemBlock{width:286px;padding-bottom:20px;float:right;margin-left:10px;}

.DPAuthorItemBlock a{width:286px;font-size:19px;color:#000;}
.DPAuthorItemBlock a:hover{color:#6269b6;}
.DPAuthorItemBlock .DPAuthorDate{font-size:14px;font-weight:bold;color:#000;}
.DPAuthorItemBlock  .DPAuthorArticlSummarySpan{width:286px;font-size:16px;color:#5d5d5d;direction:rtl;line-height:22px;}

.Authorheadlinespartor {clear:both;border-bottom:1px solid #DFDDDD;margin-bottom:20px;}
.Authorheadlinespartor:last-child{border-bottom:none;}

.galleryFullIcon {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 50px;
    background: url("/content/images/ZoomIcon3-Gallery.png");
    width: 30px;
    height: 30px;
}
.galleryFullIconHomePage {
    background-image: url("/content/images/ZoomIcon3-Gallery.png") ;
    background-color:rgb(220,220,228);
    background-color:rgba(220,220,228,0.85);
    width: 30px;
    height: 30px;
    position:absolute;
    right:0;
    bottom:0px;
    z-index:10;
    display:none;
}
.textVideoIcon
{
    float: right;
    width: 20px;
    height: 17px;
    background: url("/Content/images/writermediaicon.png") 0px 0px;
    margin-top: 5px;
    margin-left:4px;
}
.textAudioIcon {
    float: right;
    width: 20px;
    height: 17px;
    background: url("/Content/images/writermediaicon.png") 0px -17px;
    margin-top: 4px;
    margin-left:4px;
}
.textImageIcon {
    float: right;
    width: 20px;
    height: 17px;
    background: url("/Content/images/writermediaicon.png") 0px -37px;
    margin-top: 4px;
    margin-left:4px;
}

.noTopMargin {
    margin-top:0 !important;
}
.topMargin9 {
    margin-top:9px !important;
}

.sumSubStoryBlock  .smallvideoicon {
    top:4px;
    left:4px;
}
.lisnAudioBlock {position:relative;min-height:29px;width:456px;margin-top:0px;float:right;}
.AudioAndRelatedWithou  .lisnAudioBlock {width:auto !important;}
.AudioAndRelatedWithou .closeAudio{margin-top:-1px;}

.verysmallvideoicon{position:absolute;left:3px;top:3px;}

/* Site Map Style */
.SiteMapBlock {width:1057px;margin:0 auto;min-height:635px;}
.SiteTopHeaderBlock {width:100%;height:55px;position:relative;}
.SiteTopHeader{width:138px;height:38px;background:#636ab0;border:1px solid #9a9fcc;margin:0 auto;text-align:center;font-size:16px;font-weight:bold;color:#fff;line-height:37px;position:relative;}
.sitemapGuidLines-v-1{position:absolute;left:67px;top:39px;width:1px;background:#c1c1c1;height:15px;}
.sitemapGuidLines-h-0{width:978px;margin:0 auto;height:1px;background:#d5d5d5;position:absolute;left:45px;bottom:-2px;border-bottom:1px solid #f1f1f1;}

.SiteMap-MainSections {width:1057px;margin:16px auto 0;}
.SiteMap-MainSections ul.mainSectionUl li.mainSectionUlLi {display:block;float:right;width:67px;min-height:30px;background:#636ab0;border:1px solid #9a9fcc;margin-right:39px;font-size:16px;font-weight:bold;color:#fff;line-height:28px;position:relative;text-align:center;}
.SiteMap-MainSections ul.mainSectionUl li.mainSectionUlLi a{color:#fff;}
.SiteMap-MainSections ul.mainSectionUl li.mainSectionUlLi:first-child {margin-right:0;margin-left:5px;}
.sitemapGuidLines-v-2 {position:absolute;left:33px;top:-16px;width:1px;background:#c1c1c1;height:15px;}
.sitemapGuidLines-v-3 {position:absolute;right:8px;bottom:-16px;width:1px;background:#c1c1c1;height:15px;}

.subSectionBlock{position: absolute;right:7px;top: 46px;width: 103px;}
.subSectionBlock ul.subSectionUL .subSectionLi{display:block;float:none;clear:both;position:relative;width:102px;margin-top:16px;}
.subSectionBlock ul.subSectionUL .subSectionLi:before {
   height: 1px;
    width: 6px;
    border-bottom: 1px solid #d5d5d5;
    position: absolute;
    top: 14px;
    content: " ";
    right: 0px;
    margin-left: 0px;
}
    .subSectionBlock ul.subSectionUL .subSectionLi:after {
        height: 72px;
    border-right: 1px solid #c9c9c9;
    position: absolute;
    top: -15px;
    content: " ";
    right: 0px;
    left: -22px\9;
    width: 1px;
    }
.subSectionBlock ul.subSectionUL .subSectionLi:last-child:after
{
    height: 31px !important;
}
.subSectionBlock ul.subSectionUL .subSectionLi:first-child{margin-top:0px;}
.subSectionBlock ul.subSectionUL .subSectionLi a{width:96px;min-height:31px;background:#d8d8e0;color:#000 !important;display:block;text-align:center;font-size:16px;}
/*.sitemapGuidLines-h-4{position:absolute;right:0;top:15px;width:6px;height:2px;background:#d5d5d5;}*/
/*.sitemapGuidLines-h-5{width:1px;background:#c9c9c9;position:absolute;right:1px;top:0;height:100%;}*/
/* Site Map Style */
#AudioPlayer{width:300px;height:28px;}
.closeAudio{ margin-bottom: 5px;
    margin-top: -17px;cursor:pointer;width:17px;height:17px;}

    .AudioAraaMargin{margin-top:10px !important;}

.mainContentMultimediaSum
{
  display:inline-block;
  position: relative;
}
.multiMediaSumContent {
  position: relative;
  width: 1057px;
  float: right;
}
.albumMainContent
{
  width:100%;
  float: right;
  margin-bottom: 17px;
}
.albumMainContentTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px 13px 17px 0;
  float:right;
}
.albumMainContentList {
  margin-right:14px;
  clear:both;
}
.albumMainContentItems {
  float: right;
  width:333px;
  margin-left:22px;
}
.albumMainContentItems:last-child {
  margin-left:0;
}
.albumMainContentItems a{
  display:block;
  position:relative;
}
.albumTitle
{
  padding-top:10px;
  font-size: 17px;
  font-weight: bold;
  display: block;
  line-height: 15px;
  direction:rtl;
}
.albumDate {
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.albumSubContent {
  width: 1057px;
  float: right;
}

.albumSubContentItems {
  width:163px;
  float: right;
  margin-right: 13px;
  margin-bottom: 6px;
  height:195px;
}
.albumSubContentItems a{
  display:block;
  position:relative;
}
.mainContentMultimediaSum .rightDivUp
{
    min-height:300px;
}
.albumMainSectionCaption
{
    position:absolute;
    top:0px;
    right:0px;
    background:#636AB0;
    color:#FFF;
    padding:0 5px;
    font-size:16px;
    font-weight:bold;
    display:block;
}
.albumMainContentSelectList
{
    float:left;
    padding-bottom:16px;
    font-size:20px;
}
.albumMainContentSelectItem
{
    float:right;
    direction:rtl;
    margin-right:8px;
}
.albumMainContentSelectItem select
{
    width:127px;
    height:27px;
    direction:rtl;
    font-size:17px;
    color:#666766;
    font-family:Nassim;
}
.albumMainContentSelectItem a
{
    color:#FFF;
    line-height:27px;
    padding:0 5px;
    background-color:#636AB0;
    font-size:20px;
    cursor:pointer;
}
.albumMainContentSelectItem a.selected
{
    background-color:#D8D8E0;
}
.mediaLinksList li.mediaLinksItem a{font-size:16px;font-weight:bold;color:#666766;display:block;cursor:pointer;padding:5px 10px;border-bottom:1px  dotted  #bec1bb ;}
.mediaLinksList li.mediaLinksItem a:hover{background:#d0d3c8;}
.mediaLinksList li.mediaLinksItem a.selected{background:#d0d3c8;}
.loaderGifDiv {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 100;
}
.tagscontainer
{
 clear:right;
 width:586px;
}
#authorPage{margin-top:0px !important;}

a:hover
{text-decoration:none;}

/* Weather */
#HP-WeatherBoxBlock {background: #f1f0f0;direction: rtl;padding-bottom: 12px;margin: 0 16px;border-top: 1px solid #d2cfcf;border-bottom: 1px solid #d2cfcf;}
.HP-WeatherBoxContent{width:350px;margin:0 auto;}
.weathertitle{font-size:19px;color:#000;font-weight:bold;padding-top:7px;height:29px;margin-right:10px;}
.weathertitle a{color:#000;}
.weathertitle a:hover{color: #6269b6;}
.WTodayDate{font-size:13px;line-height:16px;margin-right:10px;}
.MainWeatherStatus{margin-top:16px;margin-right:10px;}
.MainWeatherStatus ul li {display:block;float:right;}
.MainWeatherStatusImg {width:62px;}
.MainWeatherStatusvalue{min-width:72px;}
.MainWeatherStatusDegree{font-size:27px;font-weight:bold;height:32px;}
.MainWeatherStatusTxt{font-size:17px;font-weight:bold;line-height:27px;}
.Wsparator{width:1px;height:54px;background:#dedddd;margin:0 9px;}
.MainWindStatus{height:33px;}
.MainWindStatusImg{width:66px;}
.WindTitle{font-size:16px;font-weight:bold;line-height:44px;}
.WindValue{font-size:16px;}
.WetnessTitle{font-size:16px;font-weight:bold;line-height:4px;}
.WetnessValue{font-size:16px;}

.DayAndNightWeather{margin-top:16px;}
.DayStauts{width:175px;float:right;background:#eae9e9;padding-bottom:10px;}
.DayStautsHeader {background:#d9d8d8;height:37px;font-size:21px;font-weight:bold;color:#000;text-align:center;line-height:40px;}
.DayDegree{margin:10px 10px 0 0;}
.DayDegree ul li {display:block;float:right;margin-left:4px;}
.DayDegreeValue{font-size:17px;font-weight:bold;}
.DayDegreeTxt{font-size:14px;font-weight:bold;line-height:38px;}
.DaySpartor{font-size:16px;font-weight:bold;line-height:38px;}
.DayMoreInfo {margin-right:12px;}
.DayWindTitle,.DayDWindTitle,.DayWetnessTitle{font-size:16px;font-weight:bold;}
.DayWindValue,.DayDWindValue,.DayWetnessValue{font-size:16px;}

.NightStauts{width:175px;float:right;background:#e2e1e1;padding-bottom:10px;}
.NightStautsHeader {background:#c9c8c8;height:37px;font-size:19px;font-weight:bold;color:#000;text-align:center;line-height:40px;}
.NightDegree{margin:10px 10px 0 0;}
.NightDegree ul li {display:block;float:right;margin-left:4px;}
.NightDegreeValue{font-size:17px;font-weight:bold;}
.NightDegreeTxt{font-size:14px;font-weight:bold;line-height:38px;}
.NightSpartor{font-size:16px;font-weight:bold;line-height:38px;}
.NightMoreInfo {margin-right:12px;}
.NightWindTitle,.NightDWindTitle,.NightWetnessTitle{font-size:14px;font-weight:bold;}
.NightWindValue,.NightDWindValue,.NightWetnessValue{font-size:14px;}
.WeatherMoreLink{width:97%;display:block;text-align:left;margin-top:12px;}
.WeatherMoreLink a{font-size:14px;color:#000;}
.WeatherMoreLink a:hover{color:#6269b6;text-decoration:none;}

.SPWeatherBlock {width:660px;margin:0 auto;background:#efeeee;direction:rtl;height:736px;}
.SPWeatherHeader{width:100%;height:43px;background:#b0b0b0;position:relative;}
.WeatherHeaderImage{position:absolute;left:5px;top:-9px;}
.SPWeatherCity{padding-top:7px;}
.CityLabel{font-size:14px;color:#fff;padding-right:16px;}
.CityInput input{font-size:14px;color:#000;width:139px;height:28px;text-align:right;font-family:Nassim;padding-right:6px;}
.SPWeatherContent{background:#f1f0f0;width:650px;padding:16px 0 6px 0;margin:0px auto;box-shadow:4px 2px 3px #e5e4e4;}
.SPCurentStatus{width:635px;margin:0 auto;}
.SPCurentStatus ul li{display:block;float:right;}
.SPCStatusMain{width:151px;text-align:center;}
.SPCMainImage{text-align:center;}
.SPCMainStautsTxt{text-align:center;font-size:17px;font-weight:bold;}
.SPCMainStatusDgree{text-align:center;font-size:13px;font-weight:bold;}
.SPMainStatusMinMax{text-align:center;font-size:13px;font-weight:bold;  }
.SPMainStautsMax{font-size:25px;}
.SPMainStatusSparator{width:1px;height:165px;background:#dedddd;margin:0 5px 0 16px}
.SPMainStatusInfo{width:177px;font-size:19px;font-weight:bold;margin-right:13px;}
.SPDayMainTitle{font-size:17px;font-weight:bold;}

.SPMainDayAndNight .DayStatusData{position:relative;width:195px;}
.SPMainWindDay{position:absolute;right:53px;font-size:15px;font-weight:bold;top:53px;}
.SPMainDayAndNight .DayDegree{margin:0 auto;}
.SPNightMainTitle{font-size:17px;font-weight:bold;}
.SPMainWindNight{position:absolute;right:53px;font-size:15px;font-weight:bold;top:53px;}
.SPMainDayAndNight .NightStatusData{position:relative;width:195px;}
.SPMainDayAndNight .NightDegree{margin:0 auto;}
.SPMainDayAndNight .NightStatusData{margin-top:15px;}

.SPWeekDaysBlock{width:642px;margin:15px auto;}
.SPWeekDaysBlock .DayMoreInfo{margin:0;}
.SPWeekDaysBlock ul li{width:160px;display:block;float:right;}
.Day0{background:#eae9e9;}
.Day0 .SPWeekTitle {background:#d9d8d8;height:37px;font-size:16px;text-align:center;line-height:38px;}
.Day1{background:#e2e1e1;}
.Day1 .SPWeekTitle {background:#c9c8c8;height:37px;font-size:16px;text-align:center;line-height:38px;}

.Day2{background:#eae9e9;}
.Day2 .SPWeekTitle {background:#d9d8d8;height:37px;font-size:16px;text-align:center;line-height:38px;}

.Day3{background:#e2e1e1;}
.Day3 .SPWeekTitle {background:#c9c8c8;height:37px;font-size:16px;text-align:center;line-height:38px;}

.SPWeekTitleDayText {font-size:19px;font-weight:bold;}

.SPWeekTitleDayText {font-size:19px;font-weight:bold;}
.SPWeekTitleDate {font-size:15px;}
.SPWeekMorningBlock {padding-right:10px;padding-top:10px;}
.SPWeekMorningImageBlock{font-size:19px;font-weight:bold;}
.SPWeekMorningImageBlock span{display:block;float:right;margin-left:10px;}
.SPWeekMorningImageBlock img{display:block;float:right;}
.SPWeekMorningDegree span {font-size:19px;font-weight:bold;}
.SPTableSparator{width:100%;height:3px;background:#dad9d9;margin:5px 0;}

.WeatherBlockNotes{margin-top:5px;width:640px;margin:5px  auto 0;}
.WeatherNote{width:466px;display:inline-block;font-size:13px;color:#686868}
.WeatherLinkWebsit{width:170px;display:inline-block;font-size:13px;color:#686868}
.WeatherLinkWebsit a{color:#686868}

.WloadingImage{text-align:center;}

.morelinkStory{text-align:left;font-size:16px;position: absolute;bottom: 20px;left: 10px}
.morelinkStory a{color:#000000}

.SPCaricaterBlock{width:626px;margin:0 auto;}
.SPCaricaterTitle{font-size:20px;font-weight:bold;direction:rtl;}
.SPMobCaricaterTitle{display:none;}
.CariacterSlider{width:628px;margin:0 auto;border-bottom:1px solid #e1e1e1;padding-bottom:30px;padding-top:15px;position:relative;height:356px;overflow:hidden;}
.NewcaricaterBlock{position:relative;margin-top:10px;}
.NewCaricaterName{font-size: 16px;
color: #000;
background: #d8d8e0 !important;text-align:center;padding: 5px;font-weight:bold;}
.MainCBlock{}
.MainCaricater{width:626px;border:1px solid #cdcdcd;position:relative;}
.MainCaricater:first-child{display:block;}
.CaricaterPrev{display:none;width:55px;height:58px;background:url('/Content/images/spcaricaterarrow.png') left top no-repeat transparent;position:absolute;left:-10px;top:40%;z-index:999;cursor:pointer;}
.CaricaterNext{display:none;width:55px;height:58px;background:url('/Content/images/spcaricaterarrow.png') right top no-repeat transparent;position:absolute;right:-10px;top:40%;z-index:999;cursor:pointer;}

.CaricaterMore{font-size:16px;font-weight:bold;text-align:left;cursor:pointer;}

.MainCaricaterTitle {text-align:center;background: rgba(0,0,0,0.8);height:38px;border-top:1px solid #515151;color:#fff;font-size:16px;font-weight:bold;line-height:38px;direction:rtl;}
.TodyCaricaterList{direction:rtl;clear:both;}
.TodayCaricaterTitel{font-size:27px;font-weight:bold;padding:15px 0;direction:rtl;}
.CaricaterRow{clear:both;}
.TodyCaricaterBlock{width:200px;height:111px;float:right;position:relative;margin-bottom:16px;}
.TodyCaricaterBlock a img{border:1px solid #e9e7e7}
.CmarignBlock{margin-right:13px;}
.TodyCaricterTitle
{
    position: absolute;
background: rgba(0,0,0,0.7);
min-height: 28px;
color: #fff;
display: block;
width: 98%;
bottom: 0;
text-align: center;
font-weight: bold;
font-size: 16px;
right: 2px;
    }
/*.TodyCaricaterBlock:hover .TodyCaricterTitle{height:100%}*/
.rightDivUp li.WriterLinks a {
    border-bottom: 1px dotted #BEC1BB;
    color: #666766;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 6px;
    word-break: break-word;
}
.TodyCaricterTitle a,.MainCaricaterTitle a {color:#fff;}
.TodyCaricterTitle h2 ,.MainCaricaterTitle h2{text-align:center;}

.hand{cursor:pointer;}
/*Comments End*/
.newsLetterErrorMsg
{
    line-height:0;
    height:0;
    color:red;
    font-size:16px;
}

#categoryPlay
{
    background:#636ab0;
    display:block;
    float:right;f
    text-align:center;
    cursor:pointer;
    width: 28px;
    height: 26px;
    background-position: 0px 0px;
    background-image: url("../images/articlesSliderArrow.jpg");
}

.DP-MainText b{font-size:22px;}
.DP-MainText strong{font-size:22px;}
.stButton span.stButton_gradient {filter:none;}
.stButton span.stButton_gradient:hover {filter:none;}
.stButton span.chicklets:hover {opacity:1;}

.latestNewsTimeSelectorContainer
{
    display: block;
    position: absolute;
    left: 0px;
    top: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 6px;
    direction:rtl;
}
.latestNewsTimeSelectorContainer .latestNewsTimeSelector{
    background: #636ab0;
    width: 56px;
    height: 26px;
    display: block;
    float: right;
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
    direction:rtl;
}
#latestNewsPlay {
width: 18px;
height: 26px;
background-position: -10px 0px;
background-image: url("../images/articlesSliderArrow.jpg");
display:block;
float:right;
}
#latestNewsBlockLoaderBar {
width: 99%;
height: 4px;
background: #D8D8E0;
position: absolute;
left: 0px;
bottom:0px;
}
#latestNewsBlockLoader {
    width: 0%;
    height: 4px;
    background-color: rgb(99, 106, 176);
    overflow: hidden;
}
.latestNewsTimeSelectorContainer .latestNewsPlayContainer{
    background: #d8d8e0;
    color:#000;
    width: 56px;
    height: 26px;
    display: block;
    float: right;
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
    direction:rtl;
    font-size:14px;
}
.latestNewsPlayContainer span{
    line-height: 27px;
}
.termsofservice{
font-size: 16px;
font-weight: bold;
color: #000;
line-height: 27px;
}
.termsofservice:hover{color:#6269b6;text-decoration:none;}
#tempimage
{
    position: absolute;
    left: -31px;
    display:none;
}

.DPRelatedImage
{
    width:103px;
    display:block;
    float:right;
    margin-top:9px;
    }

.DPRelatedImage  a
{
    font-size:16px;
    font-weight:bold;
    background:url("/Content/images/writermediaicon.png") no-repeat scroll right -37px transparent;
    padding-right:30px;
    color:#000;
}
.DPRelatedImage a:hover
{
    color:#6269b6;
}
  .documentIcon
  {
      width:16px;
      height:23px;
      display:block;
      float:right;
       background:url("/Content/images/maindocumentImg.png") no-repeat scroll right center transparent;
      margin-top:15px;
      margin-left:5px;
  }

  .DPdocumentIcon
  {
          background:url("/Content/images/maindocumentImg.png") no-repeat scroll right center transparent;
          padding-right:25px;
  }

  .AudioDocumentIcon
  {
      background:url("/Content/images/writermediaicon.png") no-repeat scroll right -15px transparent;
      display:block;
      padding-right:25px;
  }
  #RelatedAudioPlayer
  {
      width:327px;
      height:28px;
      margin:5px 0;
  }

  .RDPaudioPlayerBlocks
  {
      display:none;
      position:relative;
  }
.RDPaudioPlayerBlocks .closeAudio
{
    position:absolute;
    left:0;
    top:0;
}

.RelatedVidoTitle

{
    color: #595857 !important;
    font-size: 19px !important;
    line-height: 19px !important;
}

.AudioAndRelatedWithou
{
width:425px;
}
.DP-MainImageContainerBlock
{
    
}
.DP-ArticleEventDate
{
    padding-top: 16px;
    padding-bottom:10px;
}
.DP-ArticleEventDate span
{
    font-size: 18px;
    line-height: 24px;
    direction: rtl;
}
.DP-ArticleCountry
{
    font-size: 18px;
    line-height: 24px;
    direction: rtl;
    display: block;
    padding-bottom:10px;
}
.DP-ArticleLocation
{
    font-size: 18px;
    line-height: 24px;
    direction: rtl;
    display: block;
    padding-bottom:10px;
}
.DP-ArticleURL
{
    font-size: 18px;
    line-height: 24px;
    direction: rtl;
    display: block;
    padding-bottom:10px;
}
.DP-ArticleURL a
{
    color:#000;
}
.cultureAlbumBlock
{
    padding: 0 8px;
}
.cultureAlbumBlock .sumMultimediaTitle
{
    padding: 10px 0px;
}

.cultEventMainBlock
{
    padding-bottom:10px;
    margin-bottom:16px;
    padding-right: 15px;
    position:relative;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
}
.cultEventMainBlockTitle
{
    color: #000;
    font-size: 21px;
    font-weight: bold;
    direction: rtl;
    display: block;
    text-align: right;
    height: 30px;
    padding-bottom:10px;
}

.cultEventMainBlock .bx-controls
{
    position:absolute;
    top: 0;
    z-index:100;
    width:100%;
}
.cultEventMainBlock .bx-prev
{
    position: absolute;
    right: 0px;
    width: 100px;
    height: 183px;
    background: url(../images/CultRightArrow.png) no-repeat right  center;
    font-size: 0;
    opacity:0;
}
.cultEventMainBlock .bx-next
{
    position: absolute;
    left: 0px;
    width: 100px;
    height: 183px;
    background: url(../images/CultLeftArrow.png) no-repeat left center    ;
    font-size: 0;
    opacity:0;
}
.cultEventMainBlock .bx-wrapper
{
    position:relative;
}
.cultEventMainBlockList
{
}
.cultEventMainBlockItem
{
}
.cultEventMainBlockItemContainer
{
    width:100%;
    margin-top: 8px;
    min-height: 60px;
}
.cultEventMainBlockItemTitle
{
    direction:rtl;
}
.cultEventMainBlockItemTitle a
{
    direction:rtl;
    font-size:20px;
    color:#000;
}
.cultEventMainBlockItemTitle a:hover{color:#6269b6;text-decoration:none;}
.cultEventMainBlockItemLocation
{
    direction:rtl;
    font-size:14px;
    color:#000;
}
.cultEventMainBlockItemDate
{
    direction:rtl;
    font-size:13px;
    color:#000;
}
.cultEventMainBlockItemLink
{
    float:left;
}
.cultEventMainBlock.homepage
{
    padding-bottom:15px;
    padding-right:0;
    margin:0 16px;
}
.cultEventMainBlock.homepage .cultEventMainBlockTitle
{
    padding-top:10px;
}
.cultEventMainBlock.homepage .cultEventMainBlockItemContainer
{
    margin-top:0px;
}
.cultEventNewsMainBlock
{
    padding-bottom:10px;
    margin-bottom:16px;
    padding-right: 15px;
    position:relative;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
}
.cultEventNewsMainBlockTitle
{
    color: #000;
    font-size: 21px;
    font-weight: bold;
    direction: rtl;
    display: block;
    text-align: right;
    height: 30px;
    padding-bottom:10px;
}
.cultEventNewsMainBlockItem
{
    padding: 7.5px 0;
    border-bottom: 1px solid #D9D9D9;
}
.cultEventNewsMainBlockItem:last-child
{
    border: none;
}
.cultEventNewsMainBlockItemDate
{
    color: #000;
    display:block;
    font-size:14px;
    direction:rtl;
    float:right;
    margin-left:5px;
}
.cultEvenNewstMainBlockItemTitle a
{
    color: #000;
    display:block;
    font-size:14px;
    font-weight:bold;
    direction:rtl;
}
.cultEventNewsMainBlockLink
{
    color: #000;
    font-size: 16px;
    text-align: left;
    display: block;
    direction:rtl;
}
.cultEventNewsMainBlockLink:hover{color:#6269b6;text-decoration:none;}
.subStorySpartor:last-child
{
    display:none;
}
.supplementSubStorySpartor:last-child
{
    display:none;
}
#wirtersArticlesBlockLoadingBar
{
    height: 4px;
    background: #D8D8E0;
    margin-top:28px;
}
#wirtersArticlesBlockLoader
{
    width: 0%;
    height: 4px;
    background: #636AB0;
}

.sendArticlBlock
{
padding:10px;
min-height:391px;
background:#fff;
}
.DP-twitter .stBubble_hcount{visibility:hidden;}

.NotopenspaceHave
{
    margin-right:8px !important;
}

.openspacesubItem{margin-left:33px !important; }
.headlinespartor:last-child{display:none;}
.wirterNameListMorasl{color: #AE4C4C;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 2px;}

/*.test:hover .BigImage {display:block;}

    .BigImage
    {
        display:none;
    }
    .BigImage img {width:100%;height:100%;}*/

    .subStoryFadaat
    {
        margin-bottom:0 !important;
    }

    .DPCaricaterMore{margin-left:29px;
                      cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
                     }
    .CaricaterDPBody{min-height:0 !important;}

/* Fast News CSS  */
.PortalQuickLinks
{
    margin-top:0 !important;
}
.portalUPContent
{
    margin-bottom:15px;
}
.portalUPContentRight
{
    width: 681px;
    float: right;
    min-height: 10px;
}
.portalUPContentLeft
{
    width: 391px;
    background: rgba(255,255,255,1);
    float: right;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
}

.QuickNewsBlock{
    box-shadow: 0px 1px 5px rgba(81, 82, 90, 0.45);
    position: relative;
    z-index: 100;
    display:none;
    margin-bottom:5px;
}
.newsslider {
    height: 34px;
    width: 1072px;
    float:right;
}
.newsSliderHeader {
  height:34px;
  border-top:1px solid #D2D2D2;
  border-bottom:1px solid #D2D2D2;
  background:#636AB0;
  padding:0 10px;
  direction:rtl;
}
.newsSliderHeaderFilters {
  color:#FFFFFF;
  font-size:20px;
  line-height: 38px;
  direction:rtl;
  float: right;
}
.newsSliderHeaderFilterss {
  color:#FFFFFF;
  font-size:20px;
  line-height: 38px;
  direction:rtl;
  float: right;
}
.newsSliderHeaderSeparator {
  margin:0 10px;
}
.newsSliderHeaderList {
}
.newsSliderHeaderItems {
  margin:0 5px;
  float: right;
  padding:0 5px;
}
.newsSliderContent {
  height:34px;
  background:#F2F2F4;
  position: relative;
  border-bottom:1px solid #d7d7db;
  direction:rtl;
  overflow:hidden;
}
.newsSliderContentText {
  color:#000;
  font-size:16px;
  line-height: 39px;
  white-space:nowrap;
  padding:0;
  margin-right:11px;
  direction:rtl;
  font-weight:bold;
}

.newsSliderContentDate {
  color:#000;
  direction:rtl;
  background:url('/Content/images/separatorlogo.png') scroll left center transparent no-repeat;
  padding-left:30px;
  display: inline-block;
}
.newsSliderContentDate.noimage
{
    background:none;
}
.newsSliderContentItems.newsSliderContentSeparator {
  margin:10px 5px;
  background:url("../images/separatorlogo.png") center center;
  height: 20px;
  width:20px;
}
.newsSliderContentList
{
}
.newsSliderContentItems {
  margin:0 10px;
  float: right;
}
.PortalDownContent{margin-top:5px;position:relative;}
.QuickNewsArrow{height:24px;position:absolute;left:0;top:0;background:#d7d7df;padding-top:10px;}
.QrightArrow {width:14px;height:15px;background:url('/Content/images/QuicKNewsArrow.jpg') scroll -48px -16px transparent no-repeat;float:right;margin-right:6px;cursor:pointer;}
.QrightStop{width:15px;height:15px;background:url('/Content/images/QuicKNewsArrow.jpg') scroll -28px -16px transparent no-repeat;float:right;margin-right:8px;margin-left:10px;cursor:pointer;}
.QLeftArrow{width:14px;height:15px;background:url('/Content/images/QuicKNewsArrow.jpg') scroll -5px -16px transparent no-repeat;float:right;margin-left:6px;cursor:pointer;}
/*.QuickNewsClocks{background: rgba(209,206,206,0.3);height:84px;width:63px;direction:rtl;}
.QuickNewsClocks a{display:block;font-size:17px;color:#2d2d2d; line-height:21px;text-align:center;}
.SelectedHour{font-weight:bold;background-color:#BEBED6;}*/
.QuickNewsClocks
{
    background: #636AB0;
    height:38px;
    padding:0 10px;
    direction:rtl;
    border-top:1px solid #D2D2D2;
    border-bottom:1px solid #D2D2D2;
}
.QuickNewsClocks a
{
    display:block;
    font-size:19px;
    font-weight:bold;
    color:#FFFFFF;
    line-height:38px;
    text-align:center;
    float:right;
    padding:0 5px;
    margin:0 10px;
}
.SelectedHour{background-color:#8388B8;}
.StopButton{width:15px;height:15px;background:url('/Content/images/play_btn.png') scroll left top transparent no-repeat;}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */

width:1003px;

margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;

width: 1003px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;

list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
}
ul.newsticker span {
}

.SelectedFilter{background:#8388B8;}

ul.newsticker {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
}
.LeftDir
{
    animation-direction:reverse;
-webkit-animation-direction:reverse; /* Safari and Chrome */
    }

.QuickNewsTitleBlock
{
    border-top:1px solid #c2c2c4;
    border-bottom:1px solid #c2c2c4;
    height:32px;
    width:63px;
    float:right;
    direction:rtl;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #BEBED6;
    color:#64647c;
}
.QuickNewsTitleBlock h2
{
    text-align: center;
    margin-top:6px;
}
.QuickNewsTitleBlock h2 a
{
    direction:rtl;
    font-size: 15px;
    font-weight: bold;
    color:#64647c;
}
.QuickNewsTitleBlock h2 a:hover
{
    color: #6269b6;
    text-decoration:none;
}
/* WORLD CUP CSS  */

.WCupMainStoryBlock{
width:1073px;
height:461px;
}
.rightWorldCup {
   background: rgba(209,206,206,0.3);
   height:431px;
}
.worldCupMainCont{margin-top:10px;}
.WCupMainRightBlock{width:800px;float:right;position:relative;height:460px;}
.WCupMainLeftBlock{width:272px;float:left;background:#636ab0;height:460px;position:relative;}
.WCupMainSliderBlock{width:632px;position:absolute;right:88px;bottom:14px;height:85px;}
.WCupMainSliderBlock ul li {display:block;float:right;margin-left:17px;direction:rtl;position:relative;}
.WCupMainSliderBlock ul li:first-child{margin-right:0;}
.WCupMainSlider{width:632px !important;height:85px;overflow:hidden;direction:rtl;}
.WCupMainPrev{width:35px;height:43px;background:url('/Content/images/MainsliderArrow.png') scroll right top transparent no-repeat;position:absolute;right: 32px;bottom: 36px;cursor:pointer;}
.WCupMainNext{width:35px;height:43px;background:url('/Content/images/MainsliderArrow.png') scroll left top transparent no-repeat;position:absolute;left:24px;bottom: 36px;cursor:pointer;}
.WCupMainLeftContent{width:234px;margin:0 auto;direction:rtl;}
.WCupMainTitle a {color:#fff;font-size:36px;display:block;margin-top:19px;line-height:45px;}
.WCupMainWriter{font-size: 16px;margin-top: 7px;color:#fff;font-weight:bold;}
.WCupMainSummary{margin-top: 11px;font-weight:bold;
font-size: 16px;color:#fff;max-height:251px;overflow:hidden;}
.WCupMainMore {position:absolute;left:23px;bottom:17px}
.WCupMainMore a{display:block;width:66px;height:24px;background:url('/Content/images/mainmorebg.png') scroll right top transparent no-repeat;font-size:20px;text-align:center;line-height:23px;color:#000;
margin-right: 158px;font-weight:bold;
margin-top: 9px;
}
.WcupImage{background: rgba(0,0,0,0.5);width:100%;height:100%;position:absolute;left:0;top:0; cursor:pointer;}
.active .WcupImage{display:none;}
.WCupMBymomentBlock{width:100%;background:#fcfbe9;height:70px;margin-top:10px;direction:rtl;}
.WCupMBymoment{margin-right:63px;height:42px;padding-top:13px;}
.MomentArrow{width:35px;display:block;float:right;}
.MomentTitle{display:block;float:right;font-size:30px;margin-right:22px;}
.MomentTxtBlock{width:853px;float:right;background:#fff;height:43px;
-webkit-box-shadow: inset 0px 2px 14px 2px  rgba(210,209,207,0.75);
-moz-box-shadow: inset 0px 2px 14px 2px  rgba(210,209,207,0.75);
box-shadow: inset 0px 2px 14px 2px  rgba(210,209,207,0.75);
margin-right:51px;
position:relative;
}
.MomentTxtArrow{position:absolute;right:0;top:0;right: -1px;
top: 1px;}
.MomentTXTBlock{font-size:18px;margin-right:45px;line-height:44px;font-weight:bold}
.ImportantSubjectsBlock{width:1073px;margin-right:63px;direction:rtl;}
.ImpTitle{font-size:26px;font-weight:bold;margin:5px auto 5px}
.ImpSContentBlock{width:343px;display:block;float:right;border-right:2px solid #fcac65;padding-right:10px;margin-right:10px;}
.ImpSContentBlock:first-child{border:none;padding-right:0;margin-right:0;}
.ImpMainSubjectTitle {padding-top:7px;}
.ImpMainSubjectTitle a{color:#000;font-size:26px;display:block;}
.ImpMainSubjectSummary{font-size:16px;}
.WorldCupMatchTableBlock{width:100%;margin-top:30px;background:#fcfbe9;padding-bottom:15px;}
.WorldCupMatchTable{width:1073px;margin-right:63px;}
.WordlCupMatchResult{width:738px;float:right;margin-left:16px;height:554px;padding-top:45px;}
.WordlCupNextMatch{width:319px;float:right;height:554px;padding-top:29px;}

.goalsMainContainerBlock
{
    width:100%;
    background:#fcfbe9;
    padding-bottom:5px;
}
.goalsMainContainer {
	margin-right:63px;
	width:1075px;
	position: relative;
	direction:rtl;
}
.goalsMainTitle {
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	background: #F1F1F1;
	padding-right:14px;
}
.goalsSliderContainer {
	padding-top:9px;
	background-color: #FFFFFF;
	border-bottom:9px solid #f1f1f1;
	padding-bottom:9px;
	margin-bottom:9px;
}
.goalsSlider {
}
.goalsItem {
	float: right;
	width:320px;
	margin:0 14px;
	position:relative;
}
.goalsItemTitle {
	font-size: 26px;

	padding-top: 7px;
}
.goalsItemTitle a{color:#000;}
.goalsItemAuthor {
	font-size:12px;
	font-weight: bold;
}
.goalsItemSum {
	font-size:14px;
	line-height: 15px;
}
.goalnext {
	width: 29px;
	position: absolute;
	left: 0;
	height: 36px;
	top: 50%;
	background: url("/Content/images/goalsarrows.png") bottom center no-repeat;
}
.goalprev {
	width: 29px;
	position: absolute;
	right: -29px;
	height: 36px;
	top: 50%;
	background: url("/Content/images/goalsarrows.png") top center no-repeat;
}
.WCupvidoIcon
{ position: absolute;
left: 10px;
top: 10px;
}

/* Multimedia Front Page */
.multiMediaWorldCupContainer
{
    position:relative;
}
.multiMediaWorldCupContainer .rightDivmm
{
    top:0;
    background-color:#fcfbe9;
}
.multiMediaWorldCupContainer .rightDivmm .rightmultimedia
{
    background-color: #879ED0;
    margin-top:16px;
}
.multiMediaWorldCup
{
  width:1057px;
  background-color: #49597F;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

 .multiMediaWorldCup .mmAlbumItem {
  border-bottom:1px solid #FA7500;
}

.multiMediaWorldCup .mmAlbumItem h3 span{
  color: #FFFFFF;
}
.multiMediaWorldCup .mmAlbumItem.active h3 span{
  font-weight:bold;
}
.multiMediaWorldCup .mmAlbumSummary{
  direction:rtl;
  font-weight:normal;
}
.multiMediaWorldCup .jcarousel-prev
{
    width: 47px;
    height: 36px;
    background: url('../images/goalsarrows.png') center top no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.multiMediaWorldCup .jcarousel-next
{
    width: 47px;
    height: 36px;
    background: url('../images/goalsarrows.png') center bottom no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.multiMediaWorldCup .slideCaption
{
    color: #FFF;
    background: rgb(56,71,105);
    background: rgba(56,71,105,0.79);
    direction:rtl;
}
.multiMediaWorldCup .mmCaptionOpen {
display: none;
width: 42px;
height: 36px;
background: url(/Content/images/uparrow2.png);
bottom: 0px;
position: absolute;
left: 1px;
cursor: pointer;
background-color: rgb(56,71,105);
background-color: rgba(56,71,105,0.79);
}
.multiMediaWorldCup .mmCaptionClose
{
    width: 20px;
    height: 12px;
    background: url(/Content/images/downarrow2.png) no-repeat center center transparent;
    top: 10px;
    position: absolute;
    left: 15px;
    cursor:pointer;
}
.multiMediaWorldCup .galleryFullIcon {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 50px;
    background: url("/Content/images/relIcon3.png");
    width: 25px;
    height: 20px;
}

.worldcup
{
    position:absolute;
    top:220px;
    left:0;
    width:100%;
    text-align:center;
    z-index:1;
    display:none;
    }

    .worldcupCon
    {
        width:1350px;
        position:relative;
        margin-right:auto;
        margin-left:auto;
        }

        .bannerLeft
        {
            position:absolute;
            top:0;
            left:-3px;
            width:108px;
            }

             .bannerRight
        {
            position:absolute;
            right:-5px;
            top:0px;
            width:108px;
            }

        .SummarymainArticlImageopenspace {display:none;}
/*  NEW PAGES   */
.sportSliderBlock
{
    width: 1057px;
    height:416px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding-bottom: 0px !important;
    border-bottom: 0 important;
    direction: rtl;
    box-shadow:none !important;
}
.sportSlider{direction:rtl;width: 1057px;height:413px;border-bottom: 5px solid #7d57a2;margin: 0 auto;position: relative;}
.sportSlider.supplementSlider{border-bottom: 5px solid #6E6D6C;}
.sportsliderRight{width: 718px;height:413px;float: right;position: relative;overflow:hidden;}
.sportsliderLeft{width: 339px;height:413px;float: left;background: #dbdbdb;position: relative;overflow:hidden;}
.sportsliderLeft ul li:first-child{border-top: 0;}
.sportsliderLeft ul li {display:block;border-top:1px solid #fff;padding-right: 10px;padding-left: 10px;cursor:pointer;}
.sportsliderLeft ul li a.Title{font-size: 20px;font-weight: bold;color:#595857;display:table-cell;height: 59px;vertical-align:middle;line-height:23px;}
.sportsliderLeft ul li.selected{background: #7d57a2;}
.sportsliderLeft.supplementSliderLeft ul li.selected{background: #6E6D6C;}
.sportsliderLeft ul li.selected a{color: #fff;}
.sportsliderLeft  .textImageIcon{margin-top:20px;}
.sportsliderLeft  .textAudioIcon{margin-top:20px;}
.sportsliderLeft ul li.selected .textImageIcon {background: url("/Content/images/webwritermediaicon.png") 0px -36px;}
.sportsliderLeft ul li.selected .textAudioIcon{background: url("/Content/images/webwritermediaicon.png") 0px -16px;}
.shadowleft{background:url('/Content/images/shadow2.png') scroll left -16px transparent no-repeat;width: 177px;height: 30px;position: absolute;left:0;bottom: 0;}

.shadowright {
background: url('/Content/images/shadow2.png') scroll left 7px transparent no-repeat;
width: 177px;
height: 30px;
position: absolute;
right: 0;
bottom: 2px;
}

.sportvideosliderBlock {width: 646px;border-bottom: 2px solid #a0a0a0;background: #dcdcdc;margin:30px auto 0;
padding: 5px 10px 10px;
padding-left:5px;
}
.sportvideoTitle{font-size: 20px;font-weight: bold;color: #000;padding-bottom: 16px;}
.sportrightArrow{width: 20px;height: 115px;float: right;background: url('/Content/images/videoArrow.png') scroll right top transparent no-repeat;cursor:pointer;}
.sportrleftArrow{width: 20px;height: 115px;float: right;background: url('/Content/images/videoArrow.png') scroll left top transparent no-repeat;cursor:pointer;}
.sportvideoSliderContent{width:586px;float: right;direction:rtl;}

.sportvideoSliderContent ul li{width:182px; float:right;margin:0 9px;position: relative;}
.sportvideoSliderContent ul li:first-child{}
.sportvideoSliderContent ul li a{display:block;font-size:15px;font-weight: bold;color: #000;}

.SportvideoIcon {position: absolute;left: 6px;top:6px}
.sportWriter{margin-top:8px;}
.sportsummarysubBlock{box-shadow:none !important;}
.supplementsummarysubBlock{box-shadow:none !important;}
.sportsummarysubBlock .subStoryMoreLink{color:#6468AF;font-size:17px;}
.sportsummarysubBlock .moreLinkBlock a{color:#6468AF;font-size:17px;}
.NewAlbumeDesignBlock{margin:30px auto;position:relative;}
.newAlbumImagBlock{width: 360px;height: 185px;padding:5px 0;background:#7d57a2;position: relative;}
.imageAlbumBlock{width: 348px;height: 183px;border: 1px solid #fff;margin:0px auto;}
.newAlbumDesignTitl{margin: 7px;}
.newAlbumDesignTitl {display: block;font-size: 18px;color: #010101;font-weight: bold;text-align: center;}
.albumeshadow{width:360px;height:26px;background: url('/Content/images/albumeshadow.png') scroll left top transparent no-repeat;position: absolute;left:0;bottom: 22px;}
.newHomepageAlbumImagBlock .bx-wrapper {position:relative;}
.NewHomepageAlbumeDesignBlockMap.NewHomepageAlbumeDesignBlock 
{
    margin-top:3px;
    margin-bottom:0px;
    
}
.NewHomepageAlbumeDesignBlockMap02.NewHomepageAlbumeDesignBlock 
{
    margin-top:3px;
    margin-bottom:23px;
}
.NewHomepageAlbumeDesignBlockMapOnly.NewHomepageAlbumeDesignBlock 
{
    margin: 43px auto 24px;
}
.NewHomepageAlbumeDesignBlockTitle 
{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px;
}
.homePageIGSliderItem .zoom-in-icon
{
    bottom:0px;
    z-index:50;
}
.homePageIGSliderTitle 
{
    background-color:#626AB5;
    text-align:center;
    padding: 0 5px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
.homePageIGSliderTitle.homePageIGSliderTitleMap 
{
    background-color:#E90D00;
}
.homePageIGSliderTitle.homePageIGSliderTitleMap a
{
    color:#8CD8FC;
}
.newHomepageAlbumImagBlockMap.newHomepageAlbumImagBlock
{
    background:none;
    display:none;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
    padding-bottom:16px;
}
.newHomepageAlbumImagBlock .bx-controls .bx-prev
{
    position: absolute;
    right: 0px;
    width: 70px;
    height: 173px;
    background: url(../images/CultRightArrow.png) no-repeat right center;
    font-size: 0;
    opacity: 0;
    top:24px;  
     z-index:99;
}
.newHomepageAlbumImagBlock .bx-controls .bx-next{
    position: absolute;
    left: 0px;
    width: 70px;
    height: 141px;
    background: url(../images/CultLeftArrow.png) no-repeat left 76px;
    font-size: 0;
    opacity: 0;
    top:24px;
    z-index:99;
}
.homePageIGSliderImage 
{
    display:block;
    position:relative;
}
.homePageIGSliderImage img 
{
    vertical-align:bottom;    
}
.quickNewsSummaryTabsList 
{
    display:none;    
}
.quickNewsSummaryheader 
{
    width: 653px;
    margin: 0 auto;
}
.quickNewsSummaryContent {
    width: 653px;
    margin: 0 auto;
}
.quickNewsSummaryTitle {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 23px;
    direction:rtl;
}
.quickNewsSummaryContentItem {
    display: block;
    padding: 16px 0;
    border-top: 1px solid #d0d2e7;
    margin-left: 10px;
    direction:rtl;
}
.quickNewsSummaryContentItem {
    display: block;
    padding: 16px 0;
    border-top: 1px solid #d0d2e7;
    margin-left: 10px;
}
.quickNewsSummaryContentItem:first-child {
    border: none;
    padding-top: 0;
}
.quickNewsSummaryContentItemDate {
    font-size: 15px;
    color: #000;
    direction:rtl;
}
.quickNewsSummaryContentItemTitleLink{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 21px;
    margin-top: 3px;
    direction:rtl;
}
.SportssumMultimedia .mediaSummaryAlbumBox 
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
}
    /*sports-google-ad*/
.google-ad-sport-page
    {
        width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }

            @media screen and (max-width: 1360px)
            {
                .worldcup
                {
                    display:none !important;
                }
            }
            /* Responisve Start */
            .MobileFooter{display:none;}
            .MobileMainStoryBlock{display:none;visibility:hidden;}
            .menubutton{display:none;visibility:hidden;}
            #MobileMainMenuId{display:none;}
            #CaricaturesId{display:none;visibility:hidden;}
            .MobileWeathernBlock{display:none;visibility:hidden;}
            #MobileDPId{display:none;visibility:hidden;}
            #ArticlesMobId{display:none;visibility:hidden;}
            .subMenuMainParent{display:none;}
            .subMenuContainer{display:none;}
            .even-8{display:none;visibility:hidden;}
            #noItemSection{visibility:hidden;display:block;}
            .MobileNewsPaperPDFBlock{display:none;visibility:hidden;}
            #SportsumMain{display:none;visibility:hidden;}
            .sportSliderBlock{display:block; visibility:visible;}
            .caricaterTabs{width:160px;position:absolute;left:0;top:10px;}
            .caricaterTabs ul li{display:block;width:77px;float:right;height:26px;background:#6169b4;margin-right:3px;text-align:center;color:#fff;font-size:16px;cursor:pointer;font-weight:bold;}
              .caricaterTabs ul li.selected{background:#d8d8e1;color:#000;}
              
              .sliderW1{width:137px;}
              .sliderW2{width:274px;}
              .sliderW3{width:411px;}
              .sliderW4{width:548px;}
              .sliderW5{width:685px;}
              .sliderW6{width:822px;}
              .sliderW7{width:959px;}
              
              
   /* Advanced Search Start */
   #advancedSearchBox{direction:rtl;margin: 0 auto;border-bottom: 0px solid #d0d2e7;padding-bottom: 16px;box-shadow: 0 6.5px 7px -4px #DCDCDE;margin-bottom:20px;width:390px;
                  position:absolute;left:0;top:0;}
   .advancedTitle{font-size:21px;font-weight:bold;color:#000;margin-bottom:20px;}
   #advancedSearchBox label{font-size:17px;color:#5d5d5d;margin-left:10px;}
    #advancedSearchBox input[type=text]{width:270px;border:1px solid #d2cfcf;padding:0px 0; text-indent:8px;font-size:17px;color:#5d5d5d;font-family:Nassim;height:30px;}
    .AsearchedWord {margin-bottom:20px;}
    .SectionDropDownlist select {width:131px;border:1px solid #d2cfcf;font-size:17px;color:#5d5d5d;font-family:Nassim;height:30px;}
    .SectionDropDownlist label{margin-left:26px !important;}
    .AmainSection {margin-left:7px;}
    .SectionDropDownlist {margin-bottom:20px;}
    .APublishDate {margin-bottom:20px;}
    .APublishDate label.ApublishDateLbl{width:74px;margin-left:0 !important;display:inline-block;}
    .ApublishDateFrom{display:inline-block;position:relative;width:270px;}
    .APublishDate select{width:66px;height:30px;border:1px solid #d2cfcf;font-size:17px;color:#5d5d5d;font-family:Nassim;margin-left:2px;margin-bottom:5px;text-indent:5px;}
    .ApublishDateTo {margin-right:78px;position:relative;width:270px;}
    .restedBtn{width:30px;height:30px;background:url('/Content/images/AresetButton.png') scroll left bottom no-repeat;position:absolute;left:-14px;top:0;cursor:pointer;display:block;}
    .restedBtnDisbel{width:30px;height:30px;background:url('/Content/images/AresetButton.png') scroll left top no-repeat;position:absolute;left:-14px;top:0;cursor:auto;display:block;}
    .AdvancedSearchBtn{width:82px;height:30px;background:#636ab0;text-align:center;color:#fff;font-size:14px;font-family:Nassim;border:0;font-weight:bold;cursor:pointer;}
    .AdvancedSearchBtnBlock{text-align: left;margin-left: 28px;}
    .ASubSection{display:none;}
    .searchboxPadding{padding-top:317px;}
    .advSearchArrowMob{display:none;}
    .SearchdesktopOnly{display:block;}
    .SearchMoblieOnly{display:none;}
    .searchControles{display:block;position:relative;}
    .APublishDate #FromMonth{width:80px;}
    .APublishDate #TOMonth{width:80px;}
    .errorsearch{position:absolute;right:0;bottom:10px;}
   /* Advanced Search End */
   
   /* More Sections  */
   .PublishDateSearchBlock{direction: rtl;
padding: 16px 0;

margin-bottom: 0px;
margin-right: 15px;}
   .PublishDateSearchBlock ul li {display: block;float: right;font-size:17px;color:#000;font-weight:bold;}
    .PublishDateSearchBlock ul li select {width:56px;height:30px;border:1px solid #636ab0;color:#000;font-weight:bold;font-family:Nassim;font-size:17px;text-indent:5px;}
    .RestButton span{width:30px;height:30px;background:url('/Content/images/AresetButton.png') scroll left bottom no-repeat;cursor:pointer;display:block;}
    .restedDisbel span{width:30px;height:30px;background:url('/Content/images/AresetButton.png') scroll left top no-repeat;cursor:auto;display:block;}
    .PublishSearvhBtn input{width:60px;height:30px;background:#636ab0;text-align:center;color:#fff;font-size:14px;font-family:Nassim;border:0;font-weight:bold;cursor:pointer;}
    .publishLbl{margin-left:5px;}
    .fromLbl{margin-left:8px;}
    .fromDayList,.fromMonthList,.fromYearList{margin-left:2px;}
    .fromRest{margin-left:8px;}
    .ToRest{margin-left:6px;}
    .toLbl{margin-left:8px;}
    .ToDayList,.ToMonthList,.ToYearList{margin-left:2px;}
    .MoreNews
    {
        width:666px;
text-align: left;

bottom: 0;
clear:both;
margin-top:20px;}
.MoreNews a
{
    font-weight: bold;
    width: 116px;
    color: #585858;
    height: 34px;
    border: 1px solid #585858;
    padding: 5px 14px;
    background: url('/Content/images/searcarrow.png') scroll 90px center no-repeat transparent;
    padding-right: 23px;
}
.MoreNews a:hover{color:#6269b6;text-decoration:none;}
.PdaySelect {width:49px !important;}
.PublishDateSearchBlock #FromMonth,.PublishDateSearchBlock #TOMonth {width:73px !important;}
.PyearSelect {width:67px !important;}
.timeValidationError{margin-top:10px;color:red;font-weight:bold;display:none;}
   /* More Sections End */



 
/* New Account Page Start */   
.NewAccountPageBlock{direction:rtl;}
.NewAccountPageBlock ul li {display:table-row;}
.NewAccountPageBlock input[type=text],.NewAccountPageBlock input[type=Password]{width:300px;border:1px solid #d2cfcf;font-size:16px;font-family:Nassim;font-weight:bold;color:#5d5d5d;text-indent:10px;height:30px;display: table-cell;margin-right: 10px;}
.NewAccountPageBlock .frmLbl {font-size:19px;color:#5d5d5d;display: table-cell;}
.NewAccountPageBlock .reqStr{font-size:19px;color:#f81b1b;}
.newSparator{display:block;height:25px;}
.NACaptchBlock{border:1px solid #dcdad0;width:230px;height:34px;margin-right: 10px;}
#captchBTxt{width:187px;margin-top:10px}
.lblReqFiled{display: block;font-size: 19px;margin-right: 15px;margin-top: 10px;}
.rolesConfirmLbl{font-size:19px;color:#5d5d5d}
#checkboxBox{margin-right:9px;margin-left:5px;}
#NewAccountSubBtn{color: #FFF;font-weight:bold;width: 104px;height: 30px;background: #636AB0;display: block;text-align: center;line-height: 30px;margin-top: 13px;border:none;font-family:Nassim;margin-right:10px;}

.edgeLoad-EDGE-6350370 { visibility:hidden;}
.GolddenIfram{width:666px;height:372px;}

.ThawrahBannerBlock{width: 1050px;height:170px;clear:both;margin: 10px auto;margin-right: 72px;}
    

@media only screen and (max-width: 1450px)
{
    .leftSideAd{display:none;}
    .rightSideAd{display:none;}
    .summaryleftSideAd{display:none;}
    .summaryrightSideAd{display:none;}
}
/* hide mobile ads */
.double-click-ad-mobile-Area
{
    display:none;
}
/* hide mobile ads */
.headerLeaderboardAd {width:auto;margin:0 auto;margin-top:10px; display: table;}
.leftSideAd {position:absolute; left:-138px;top:8px;width:125px;}
.leftSideButtonAd {width:125px;}
.leftSideSkyscraperAd {margin: 0 auto;margin-top:10px;width:125px;}
.rightSideAd {position:absolute;right:-138px;top:8px;width:125px;}
.rightSideButtonAd {width:125px;}
.rightSideSkyscraperAd {margin: 0 auto;margin-top:10px;width:125px;}
.homeLeftMobileBanner {width:319px;margin: 21 auto;}
.homeLeftAreaRectangle {width:301px;margin: 30px auto;}
.homeMiddleLeaderboardAd{margin:35px 110px 15px 40px;}
#div-gpt-ad-1422284682617-6{width: auto;
    margin: 30px auto 0px;
    display: table;}
.adsContainer{width:1072px;}
.summaryMiddleLeaderboardAd {
    width: auto;
    margin: 30px auto 0px;
    display: table;
}
.summaryleftSideAd{position:absolute;left:-138px;top:25px;width:125px;}
.summaryrightSideAd{position:absolute;right:-138px;top:25px;width:125px;}
.summaryLeftAreaRectangle {width:301px;margin: 30px auto;}
.detailedLeftAreaRectangle{width:301px;margin:30px auto;}
.DP-LeftArea .detailedLeftAreaRectangle{width:301px;margin: 13px auto;margin-top:30px;}
.sportsummarysubBlock .summaryLeftAreaRectangle {width:301px;margin: 30px auto;margin-top:60px;}
.appLink {display:none;}
/* New Account Page End    
   .

.goldenBall{width: 980px;text-align: center;margin: 0 auto;}
.flow-wrapper{height:549px !important;width: 980px !important;margin:0 auto;}
.center-wrapper{position:relative !important; 
 height: auto !important;width: 980px !important;
}
.goldenBall .EDGE-6350370
{
 webkit-transform-origin: 0px 0px !important;
 transform-origin: 0px 0px 0px !important; 
-webkit-transform: none !important;  
 transform: none !important; }
   */
   #ContactUsFormBlock {width:585px;margin: 0 auto;direction: rtl;}
#ContactUsFormBlock ul {display:table;width: 100%;}
#ContactUsFormBlock ul li{display:table-row;direction:rtl;}
.ContactUs-Sparator {height: 15px;}
#ContactUsFormBlock ul li .ContactUs-lbl{font-size: 18px;color:#5d5e5f;display: table-cell;vertical-align: top;width: 17.7%;}
#ContactUsFormBlock ul li .ContactUs-Txt {width: 100%;border: 1px solid #d2cfcf;padding: 0;margin:0;font-family:Nassim;height: 28px;text-indent:6px;font-size:18px;}
#ContactUsFormBlock ul li .ContactUs-select {width: 100.4%;border: 1px solid #d2cfcf;padding: 0;margin:0;font-family:Nassim;text-indent:6px;font-size:18px;color: #a6a5a5;direction:rtl;text-align:right;}
#ContactUsFormBlock ul li option{padding: 0;margin:0;font-family:Nassim;direction:rtl;text-align:right;}
#ContactUsFormBlock ul li textarea{resize:none;height: 133px !important;width: 98% !important;padding: 1% !important;}
.ContactUs-required {font-size: 18px;color: #ff0000;}
.ContactUs-SendButton{display: block !important;width: 100%;}
.ContactUs-MsgCountBlock {color:#5d5e5f;font-size: 18px;float: right;}
#ContactUs-SendBtn {background:#636ab0;width: 103px;border: none;height: 30px;color: #fff;font-size: 16px;font-family:Nassim;float: left;margin-top:10px;cursor:pointer;}
#ContactUsFormBlock ul li span.error{font-size:16px;color: red;display: block;margin-top: 5px;font-weight: bold;}
#ContactUsFormBlock ul li #ContactUs_Captcha_Txt 
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.subscribeHeaderTitle {display:none;}
.subscribeHeaderText 
{
    margin-top:20px;
    margin-bottom:25px;
    font-size:15px;
    font-weight:bold;
    padding-left:100px; 
}

#subscribeFormBlock ul li .subscribe-lbl.subscribe-lbl-captcha{padding-top:51px;}
#subscribeFormBlock {width:585px;margin: 0 auto;direction: rtl;}
#subscribeFormBlock ul {display:table;width: 100%;}
#subscribeFormBlock ul li{display:table-row;}
.subscribe-Sparator {height: 15px;}
#subscribeFormBlock ul li .subscribe-lbl{font-size: 18px;color:#5d5e5f;display: table-cell;vertical-align: top;width: 17.7%;}
#subscribeFormBlock ul li .subscribe-Txt {width: 100%;border: 1px solid #d2cfcf;padding: 0;margin:0;font-family:Nassim;height: 28px;text-indent:6px;font-size:18px;}
.subscribe-required {font-size: 18px;color: #ff0000;}
.subscribe-SendButton{display: block !important;width: 100%;}
#subscribe-SendBtn {background:#636ab0;width: 103px;border: none;height: 30px;color: #fff;font-size: 16px;font-family:Nassim;float: left;margin-top:10px;cursor:pointer;}
#subscribeFormBlock ul li span.error{font-size:16px;color: red;display: block;margin-top: 5px;font-weight: bold;}
#subscribeFormBlock ul li #subscribe_Captcha_Txt 
{
    margin-bottom: 10px;
    margin-top: 10px;
}

#subscribeFormBlock ul li.subscribe-Captcha{display:none;}
.subscribe-lbl-error{font-size: 18px;}
.double-click-ad-mobile{display:none;visibility:hidden;}
.double-click-ad-desktop{
    text-align: center;
    width: 100%;
    display: block !important;
    margin: 10px auto;
}
.TwitterIDSS
{
    display:none;
}
.pIBContainer:after
{
    display:block;
    clear:both;
    content:"";
}
.pIBContainer 
{
    margin-top:40px;
    position: relative;
    background: #F2F2F4;
}
.pIBTitle {
    width: 63px;
    height: 107px;
    text-align: center;
    float: right;
    background: #BEBED6;
    position: relative;
    z-index: 10;
    padding-top: 52px;
}
.pIBTitle a{
    font-size:18px;
    font-weight:bold;
    color:#66647c;
}
.pIBListContainer {
    width:1002px;
    position: relative;
    overflow: hidden;
    float:right;
    background:#F2F2F4;
    margin:0 35px;
    
}
.pIBList {
    width: 20000em;
    position: relative;
    
}
.pIBItem {
    float:right;
    margin:20px 0 20px 14px;
    height: 119px;
}
.pIBItemLink {
}
.pIBItemImage{}
.jcarousel-control-prev 
{
    height: 159px;
    position: absolute;
    right: 63px;
    top: 0;
    width:35px;
    background:url(../images/PIBArrows.png) no-repeat -45px center rgba(0,0,0,0.9);
}
.jcarousel-control-next 
{
    height: 159px;
    position: absolute;
    left: 0;
    top: 0;
    width:35px;
    background:url(../images/PIBArrows.png) no-repeat 9px center rgba(0,0,0,0.9);
}
.jcarousel-control-prev.inactive ,.jcarousel-control-next.inactive
{
    background-color:rgba(100,100,100,0.9);
}
.pIBMobileContainer 
{
    display:none; 
}
.pIBSummaryContainer 
{
    position: relative;
    width: 1072px;
    float: right;
    margin-top: 47px;
}
.pIBSList 
{
    margin-right: 14px;
}
.pIBSItem
{
    float:right;
    margin-left:13px;
    width:163px;
}
.pIBSItemFirst.pIBSItem
{
    width:333px;
    margin-left:22px;
    
}
.pIBSItemFirst:nth-child(3)
{
    margin-left:0px;
}
.pIBSImageLink 
{
    position:relative;
    display:block;
}
.pIBSImage 
{
    vertical-align:middle;
}
.pIBSTitle 
{
    min-height:92px;
    font-size:17px;
    font-weight:bold;
}
.pIBSTitle a{color:#000;}
.pIBSummaryContainerTitle {display:none;}
.MDP-ShareBox {display:none;}
.DPE-MobileTitle {display:none;}
.unSubContainer {min-height:300px;width: 653px;margin: 0 14px;float: right;}
.unSubContainer p   
{
    padding: 15px 30px;
    color: red;
    font-size: 20px;
    direction: rtl;
}
.MediasubMenuMainParent,.MediaSubMenuBlock,#mobileMediaHomePageBlock
{
    display:none;
}
.supplementHeadLink
{
    float: left;
    background: url(/Content/images/headPdf.png) no-repeat 85px -1px;
    padding-right: 25px;
    height: 25px;
    padding-top: 6px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.supplementHeadLink span
{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: url(/Content/images/headPdf.png) no-repeat -12px -38px #F2F2F4;
    padding-left: 31px;
    padding-right: 5px;
    line-height:20px;
}
.supplementHeadLink span strong
{
    font-size: 18px;
}
.newsInMin 
{
    width: 361px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 30px;
    height: 226px;
}
.NewsInMinMobile {display:none;}
.newsInMin h3 a
{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px;
    float: right;
}
.newsInMin h3 a:hover
{
    color: #6269b6;
    text-decoration: none;
}

.newsInMinImage
{
    width: 361px;
    padding-top: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    display:inline-block;
    background:url(../images/NewsInMinuteBackground.png) #000;
    position:relative;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
    box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
}
.newsInMin a img
{
    margin: 7px 8px 6px 7px;
    vertical-align:middle;
}
.newsInMin .smallvideoicon {
  position: absolute;
  left: 12px;
  top: 12px;
}
#weatherWidget
{
    direction: rtl;
    display: none;
    float: right;
    margin-right: 10px;
    position: relative;
}
#mobheaderweatherWidget 
{
    direction: rtl;
    display: none;
    position: absolute;
    top: 30%;
    left: 16%;
}
.weatherText 
{
    color:#4f4f50;
    font-size:16px;
    font-weight:bold;
}
.weatherImage 
{
    vertical-align: middle;
    margin-left:5px;
}
.mobheaderweatherWidgetIcon 
{

}
.weatherDropDown 
{
    position:absolute;
    width: 230px;
    height: 120px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
    box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
    top:41px;
    z-index:101;
    background:#FFF;
    padding:19px;
    opacity:0;
    display:none;
}
#dropDownIcon
{
    width: 18px;
    height: 10px;
    background: url(/Content/images/downarrow.png);
    display: inline-block;
    margin-right:5px;
    cursor: pointer;
}
.weatherDropDownLabel 
{
    font-size:22px;
    font-weight:bold;
    display:block;
}
#WDDInput 
{
    width:207px;
    height:28px;
    border:1px solid #D2CFCF;
    font-size:16px;
    font-weight:bold;
    color:#a6a5a5;
    padding:0 10px;
    display:block
}
.WDDButtonsContainer 
{
    float:left;
    margin-top:5px;
}
.weatherDropDownError {color:Red;visibility:hidden;}
.WDDButtons 
{
    width:84px;
    height:30px;
    background:#636ab0;
    color:#FFF;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-right:20px;
}
.ui-autocomplete {
	position: absolute;
    top: 0;
    right: 19px;
    cursor: default;
    list-style-type: none;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    direction: rtl;
    width: 304px !important;
    padding-right: 10px;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    
}
.ui-autocomplete li:hover
{
    background:#8388B8;
    color:#fff;
}
.ui-autocomplete li a
{
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    padding-right:5px;
    display:block;
}
.mobWeatherDropDown {display:none;}
 .latestNewsList ul li.highLightBreaking 
 {
    background-color:#EFEFEF;
    padding: 16px 15px 16px 0px;
 }
.homePageTopBanner 
{
    margin-bottom:13px; 
    margin-top: 5px;
}
.bannerContainer {width:365px;float:right;margin-left:20px;}
.supplementBanner.bannerContainer {margin-left:0px;}
.bannerTitle 
{
    line-height: 40px;
    font-size:16px;
    font-weight:bold;
    color:#FFF;
    background: #ff0000;
    float: right;
    height: 40px;
    width: 94px;
    text-align: center;
    position: relative;
    top: 27px;
    -webkit-transform: rotate(-90deg);
    margin: 0 -27px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.bannerContainer .bannerLink
{
    display:block;
    width: 325px;
}
.bannerContainer .bannerLink img 
{
    vertical-align:middle;
}
.homePageTopBannerMobile {display:none;}
.NewpaperPDFMainButton.withoutNP{
    width: 180px;
    height: 33px;
    display: block;
    float: right;
    text-align: CENTER;
    color: #FFF;
    line-height: 36px;
    font-size: 16px;
    font-family: arial;
    margin: 0px 0px 0px 1px;
    background: url("/Content/images/newspaperPDF.png") no-repeat 55px center #636ab0;
    margin-bottom: 23px;
}

.NewpaperPDFArchiveButton.withoutNP {
    width: 180px;
    height: 33px;
    background-color: #636ab0;
    display: block;
    float: right;
    text-align: CENTER;
    color: #FFF;
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 23px;
}
.NewpaperPDFMainButton.withNP {
  width: 120px;
  height: 33px;
  display: block;
  float: right;
  text-align: CENTER;
  color: #FFF;
  line-height: 36px;
  font-size: 16px;
  font-family: arial;
  margin: 0px 1px;
  background:url("/Content/images/newspaperPDF.png") no-repeat 25px  center #636ab0;
  margin-bottom:23px;
}
.NewpaperPDFArchiveButton.withNP {
  width: 120px;
  height: 33px;
  background-color: #636ab0;
  display: block;
  float: right;
  text-align: CENTER;
  color: #FFF;
  line-height: 36px;
  font-size: 18px;
   margin-bottom:23px;
}
.NewspaperButton{
width: 119px;
  height: 33px;
  background-color: #636ab0;
  display: block;
  float: right;
  text-align: CENTER;
  color: #FFF;
  line-height: 36px;
  font-size: 18px;
   margin-bottom:23px;
}
/* Ramadan Desktop Start */
.ramadanItem a.titleLink:hover{color:#6269B6;text-decoration: none;}
.bodyRamadan {background:url("/Content/images/Ramadan_SummaryBG.png");background-repeat:no-repeat;background-color:#99D7F4}
.bodyRamadan .headerDate{display:none;}
.bodyRamadan.weatherWidget {display:none !important;}
.RamadanmainContent {position:relative;padding-top:17px;background-color:#FFF;}
.ramadanTitle {font-size:55px;color:#FFFFFF;padding-right:15px;}
.ramadanContent {position:relative;}
.ramadanContentDiv {width: 691px;margin: 0 14px;float: right;margin-right: 24px;}
.ramadanContent .mainStoryBorder {
  height: 100%;
  border-left: 1px solid #D0D2E7;
  position: absolute;
  left: 416px;
  top: 0;
}
.ramadanItem 
{
    float:right;
}
.ramadanFull {width:100%;}
.ramadanHalf {width:47%;}
.RamadanfirstChild {margin-left:3%}
.ramadanItem .imageLink {display:block;}
.ramadanItem .imageLink img{vertical-align:middle;}
.ramadanItem .titleLink {display:block;color:#000;padding:10px 0 20px 0;direction:rtl}
.ramadanFull {font-size:25px;font-weight:bold;}
.ramadanHalf {font-size:21px;font-weight:bold;}
.ramadanAlbum {margin:0 auto;width:351px;box-shadow: 0 6.5px 7px -4px #DCDCDE;margin-bottom:10px;padding: 0px 19px;}
.ramadanAlbum .linkImage {display:block;position:relative;}
.ramadanAlbum .linkImage img {vertical-align:middle;}
.ramadanAlbum .linkTitle {font-size:21px;font-weight:bold;color:#000;padding:5px 0;display:block;direction:rtl}
.ramadanAlbum a.linkTitle:hover{color:#6269b6;text-decoration: none;}
.ramadanAlbumMobile { display: none;}
.albumPlayButton 
{
    position: absolute;
    margin-left: -22px;
    top: 50%;
    margin-top: -22px;
    left: 50%;
}
.DP-ShareBoxItem [class*="st_googleplus_hcount"] span.stArrow   {display: none !important;}
.rightAreaSharingItem .st_googleplus_hcount .stButton_gradient.stHBubble .stBubble_hcount {display: none !important;}
/* Vote CSS*/
.desktopVote 
{
    width: 357px;
    margin: 0 auto;
    position: relative;
    margin-top: 25px;
    padding-bottom: 20px;
    box-shadow: 0 6.5px 7px -4px #DCDCDE;
}
#divVoteResult 
{
    width:100%;
    margin:0 auto;
}
.album_title {display:block;font-size:20px;font-weight:bold;direction:rtl;}
.radio_ques {display:block;font-size:20px;direction:rtl;}
.evaluation {margin-right:15px;}
#poll-vote-list li {padding:10px 0;}
#poll-vote-list li input[type="radio"]{float:right;line-height:20px;}
#poll-vote-list li label{font-size:20px;line-height:20px;direction:rtl;}
.vote_btn 
{
    line-height: 30px;
    padding: 0 20px;
    background-color: #636AB0;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    direction:rtl;
    margin-top:20px;
}
.error_v {color:#ff0000;font-size:16px;font-weight:bold;margin-top:5px;}
.first_vote_btn {margin-right:5px;}
.marginRight_10 {margin-right:10px;}
.otherVoteLink {font-size:16px;color:#000;margin-top:20px;line-height: 30px;display:inline-block;}
.otherVoteLink:hover {color:#6269b6;text-decoration:none;}
#divVoteResult .imgCaptch {float:right;border:1px solid #DCDAD0;border-left:none;}
#divVoteResult .hand {border:1px solid #DCDAD0;border-right:none;}
#input-user-text-vot {height:28px;width:184px;border:1px solid #D2CFCF;display:block;}
.DP-CommentscaptchaContainer {direction:rtl;}

.poll-results-list ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.poll-results-list ul li
{
    padding: 10px 0px;
}
.poll-results-list ul li .percentage
{
    display:block;
    font-size:17px;
    font-weight:bold;
    direction:rtl;
}
.poll-results-list ul li .respond 
{
    margin-right:35px;
    font-size:17px;
    font-weight:bold;
    direction:rtl;
}
.clearfix {
  clear: both;
}
.out-bar {
  width: 240px;
  height: 20px;
  background-color: #e7e7e7;
  float: right;
}
.inner-bar 
{
    float:right;
    height: 20px;
}
#divVoteError {display:none;}
.mobileVote {display:none;}
/* detailed Vote */
.BacktoVoteLink {background:#FFF;font-size:16px;color:#000;padding-top:20px;line-height: 20px;display:block;text-align:left;padding-left:15px;}
.detailedVote {min-height:1px;padding:1px 0;border-top:1px solid #D0D2E7;margin-left:10px;}
.voteDetailedResult {background-color:#F0EFEF;padding:15px 0 0;position:relative;}
.detailedVote .album_title {display:none;}
.detailedVote .poll-results-list li {border-top:1px solid #E4E2E2;padding:5px 20px 20px;}
.detailedVote .poll-results-list ul li .respond {line-height:20px;}
.detailedVote .radio_ques {font-size:17px;font-weight:bold;padding:0 20px;margin-left:99px;}
.detailedVote .totalVoteCount {display:block;line-height:37px;font-size:17px;font-weight:bold;background-color:#E4E2E2;color:#817d7d;padding-right:20px;direction:rtl;border-bottom: 1px solid #D0D2E7;}
.detailedVote #poll-vote-list {direction:rtl;}
.detailedVote .voteStatus {position:absolute;font-size:17px;font-weight:bold;color:#525252;top:16px;left:15px;display:block;}
.voteStatus{white-space:nowrap;}
.detailedVote #input-user-text-vot {margin-top:10px;}
.detailedVote .DP-CommentscaptchaContainer  {margin-right:20px;}
.detailedVote .first_vote_btn {margin-right:20px;margin-bottom:20px;}
.detailedVote .error_v {margin-right:20px}
.voteStatus {display:none;}
.VoteTime  {display:none;}
.detailedVote .VoteTime {display:block;padding:10px 20px;direction:rtl;color:#817d7d;font-size:17px;font-weight:bold;}
.totalVoteCount{
    display: block;
    text-align: center;
    line-height: 30px;
    color: #372511;
    font-size: 16px;
    background-color: #F0EFEF;
    margin-top: 10px;
    font-weight:bold;
}
.desktopVote .DP-ShareBoxItem {height:24px !important;padding:0 !important;}
.desktopVote .DP-ShareBoxItem .st_sharethis_large {height:24px !important;}
.desktopVote .DP-ShareBoxList {position:absolute;top:0px;left:0px;}
.mobileVote .Vote-Whatsapp a {display: none;}
.detailedVote .DP-ShareBoxList{display:none;}
#VotesResultsContainer {border-top:1px solid #D0D2E7;}
.VotesList {margin-top:1px;}
.VotesItem {padding:15px 0;direction:rtl;}
.VotesItem-odd {background-color:#F0EFEF;}
.VotesItem-even {background-color:#D8D7D7;}
.VotesItem ul li.VotesItemTitle{width:80%;text-align:right;margin-right:2%;vertical-align:middle;}
.VotesItem ul li.VotesItemTitle a{font-size:17px;color:#000;direction:rtl;}
.VotesItem ul li.VotesItemStatus{width:auto;text-align:left;font-size:17px;color:#525252;float:left;margin-left:2%;}
.VotesItem ul li.VotesItemStatus a{font-size:17px;color:#525252;direction:rtl;}
.VotesItem ul li.VotesItemDate{width:80%;text-align:right;font-size:17px;color:#817d7d;margin-right:2%;}
.VotesItem ul li.VotesItemDate a{font-size:17px;color:#817d7d;direction:rtl;}

.VoteSeparator {height:1px;background-color:#D0D2E7;margin:1px 0;}
/*about us new Content*/
#AboutUsFilter {
    width:238px;
    height:28px;
    border:1px solid #d2cfcf;
    font-size:18px;
    margin-bottom:12px;
    color:#5d5e5f;
    padding:0px 7px;
    line-height:28px;
    font-family:"Nassim";
    margin-top:30px;
    display:none;
}
.ProfileItem {
    padding-bottom:25px;
    padding-top:28px;
    border-bottom:1px solid #d2cfcf;
    margin-left:30px;
}
.ProfileItem {
    padding-bottom:25px;
    border-bottom:1px solid #d2cfcf;
}
.ProfileItem img{
    float:right;
    margin-left:20px;
    border-radius: 50%;
    padding:1px;
    border:1px solid #d3d0d0;
}
.ProfileInfo {
    float:right;
    width: 83%;
}
.ProfileInfo span{
    display:block;
}
#AboutUsProfile {
    display:none;
}
#AboutUsProfile .Name {
    line-height:26px;
    font-size:20px;
    margin-bottom: 4px;
}
#AboutUsProfile .Name strong{
    color:#636ab0;
    font-size:20px;
    direction:rtl;
}
#AboutUsProfile .Title{
    line-height:22px;
    color:#5d5e5f;
    font-size:16px;
}
#AboutUsProfile .Title strong{
    color:#5d5e5f;
    font-size:16px;
    direction:rtl;
}
.Bio {
    clear:both;
    padding-top:25px;
}
.Bio strong{
    font-size:16px;
    color:#5d5e5f;
    line-height:21px;
    direction:rtl;
}
#ProfileLoader {
    text-align:center;
    padding:100px 0px;
}
.AboutUSDate {
    display:none;
}
.AboutUSTitle {
    display:none;
}
._magnetRecConrecom_71-1 {
    border-top: 1px solid #D2CFCF !important;
    padding-top: 10px;
    margin-top:70px;
}
._magnetRelConrel_71-1 {
    margin-top:3px;
        box-shadow: 0 6.5px 7px -4px #DCDCDE;
        padding-bottom:20px;
}
/*#ReadMoreMagnet {
    width:585px;
}*/
/* ReadMore Sticky Area */
.readMoreStickyArea{
    width: 100%;
    position: fixed;
    height: 215px;
    padding: 5px 0px 15px 0px;
    bottom: -275px;
    z-index: 9999999;
    background-color: #ebebeb;
    -webkit-box-shadow: 0px -4px 5px 0px rgba(220,220,222,1);
-moz-box-shadow: 0px -4px 5px 0px rgba(220,220,222,1);
box-shadow: 0px -4px 5px 0px rgba(220,220,222,1);
border-top: 3px solid #626ab2;
}
.readMoreStickyArea .stickyContainer{
    background-color: #ebebeb;
    margin: 0 auto;
    width: 1135px;
}
._magnetRecConrecom_71-5 div,
._magnetRecHdrecom_71-5,
._magnetRecConrecom_71-5{
    background-color: #ebebeb !important;
}

._magnetRelConrel_71-5 {
    border-top: 1px solid #D2CFCF !important;
    padding-top: 10px;
    margin-top: 70px;
    float:right;
}

.readMoreStickyArea .openedIframe{
    background-image: url(../images/iframeCloseIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.readMoreStickyArea #closeIcon{
    height: 36px;
    width: 36px;
    position: absolute;
    top: -18px;
    z-index: 9999;
    cursor: pointer;
    left: 107px;
}
.readMoreStickyArea .closedIframe{
    background-image: url(../images/iframeOpenIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/* ReadMore Sticky Area */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /*.readMoreStickyArea{bottom:0px;opacity:0;}
    .readMoreStickyArea.ShowOnipad { -webkit-transition: opacity 0.1s linear; opacity:1 ; }
    .readMoreStickyArea.closeOnIpad { opacity:1;bottom:-188px; }*/
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 640px) {

    .readMoreStickyArea{display:none;}
    .topHeaderBtns{display:none;}
    /* ads-mobile-area */
    .double-click-ad-mobile-Area {
        margin: 30px 0px;
        visibility: visible;
        display: block;
        -ms-transform: scale(1.6); /* IE 9 */
        -webkit-transform: scale(1.6); /* Chrome, Safari, Opera */
        transform: scale(1.6);
    }

        .double-click-ad-mobile-Area div {
            text-align: center;
        }
    /* ads-mobile-area */


    #ReadMoreMagnetMobile, #RelatedMagnetMobile {
        display: none;
    }

    ._magnetRecTbrecom_71-3, ._magnetRelTbrel_71-1 {
        width: 164px;
        height: 92px;
        margin-left: 15px;
    }

    ._magnetRelLkrel_71-1 {
        font-size: 30px;
        color: #000 !important;
        font-weight: normal;
    }

    ._magnetRelConrel_71-1 div[style*="text-align: right"],
    ._magnetRecConrecom_71-3 div[style*="text-align: right"] {
        width: 100% !important;
    }

    ._magnetRecLkrecom_71-3 {
        font-size: 30px;
        color: #000 !important;
        font-weight: normal;
    }

    ._magnetRecConrecom_71-3 {
        width: 100%;
    }

    ._magnetRecHdrecom_71-3 {
        display: none !important;
    }

    ._magnetRelHdrel_71-1 {
        display: none !important;
    }

    ._magnetRelConrel_71-1 {
        background: #F5F5F5 !important;
        box-shadow: none;
    }

    ._magnetRecConrecom_71-3 {
        background: #F5F5F5 !important;
    }

    span.AboutUSDate {
        display: block;
        color: #1b1b1b;
        font-size: 32px;
    }

    .AboutUSTitle {
        display: block;
    }

        .AboutUSTitle strong {
            color: #000;
            font-size: 35px;
        }

    #FullResponsive .aboutbody * {
        font-size: 35px !important;
        margin-top: 20px;
    }

    #FullResponsive #MobileDPId {
        display: none;
    }

    #AboutUsFilter {
        margin-top: 50px;
        width: 100%;
        height: 70px;
        border: 1px solid #d2cfcf;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 12px;
        color: #5d5e5f;
        padding: 0px 7px;
        line-height: 70px;
    }

    .ProfileItem img {
        float: right;
        margin-left: 20px;
        border-radius: 50%;
        padding: 1px;
        border: 1px solid #d3d0d0;
        height: 110px;
        width: 110px;
    }

    .ProfileInfo {
        float: right;
        width: 75%;
    }

    #AboutUsProfile .Name {
        line-height: 42px;
        font-size: 34px;
        margin-bottom: 4px;
    }

        #AboutUsProfile .Name strong {
            color: #636ab0;
            font-size: 34px;
            direction: rtl;
        }

    #AboutUsProfile .Title {
        line-height: 36px;
        color: #5d5e5f;
        font-size: 27px;
    }

        #AboutUsProfile .Title strong {
            color: #5d5e5f;
            font-size: 27px;
            direction: rtl;
        }

    .Bio {
        clear: both;
        padding-top: 25px;
    }

        .Bio strong {
            font-size: 24px;
            color: #5d5e5f;
            line-height: 36px;
            direction: rtl;
        }

    .DP-ShareBox {
        display: none;
    }

    .detailedVote .DP-ShareBoxList li {
        border-top: none;
        padding: 0;
    }

    .detailedVote .DP-ShareBoxList {
        display: block;
    }

    .BacktoVoteLink {
        background: #FFF;
        font-size: 24px;
        color: #000;
        padding-top: 20px;
        line-height: 20px;
        display: block;
        text-align: left;
        padding-left: 15px;
    }

    .VoteSeparator {
        height: 2px;
        background-color: #D0D2E7;
        margin: 2px 0;
    }

    .VotesItem ul li.VotesItemTitle {
        width: 50%;
        text-align: right;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        float: none;
    }

    .VotesItem ul li.VotesItemStatus {
        width: 49%;
        text-align: center;
        font-size: 17px;
        color: #525252;
        display: inline-block;
        vertical-align: middle;
        float: none;
        ;
        margin: 0;
    }

    .VotesItem ul li.VotesItemDate {
        display: none;
    }

    .VotesItem ul li.VotesItemTitle a {
        padding-right: 10px;
        font-size: 28px;
        color: #000;
    }

    .VotesItem ul li.VotesItemStatus a {
        font-size: 28px;
        color: #525252;
    }

    .VotesItem ul li.VotesItemDate a {
        font-size: 28px;
        color: #817d7d;
    }

    .VotesItem ul {
        width: 96%;
        margin: 0 auto;
    }

    .detailedVote .Vote-Whatsapp a {
        width: 40px;
        height: 43px;
        background: url('../images/MobileSharing.png') scroll -351px top transparent no-repeat;
        display: block;
    }

    .detailedVote .DP-ShareBoxList {
        direction: ltr;
        text-align: left;
        margin: 20px 0;
    }

    .detailedVote .DP-ShareBoxItemMobile {
        display: none;
    }

    .detailedVote .DP-ShareBoxItem .st_googleplus_hcount {
        float: none;
    }

    .detailedVote .DP-ShareBoxItem .counter {
        width: 48px;
        height: 30px;
        text-align: center;
        border: 1px solid #C7C7C7;
        padding: 2px !important;
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
        display: inline-block;
        color: #777777;
        font-family: Arial !important;
        font-size: 15px !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
        z-index: -1 !important;
        line-height: 30px !important;
        visibility: visible !important;
    }

    .detailedVote .DP-ShareBoxItem a.facebookShareIcon {
        background-position: 12px top;
        background-color: transparent;
    }

    .detailedVote .DP-ShareBoxItem a.twitterShareIcon {
        background-position: -111px top;
        background-color: transparent;
    }

    .detailedVote .DP-ShareBoxItem a[class*="ShareIcon"] {
        background-image: url('../images/MobileSharing.png') !important;
        background-repeat: no-repeat;
        display: block;
        width: 45px;
        height: 45px;
        float: left;
        cursor: pointer;
    }

    .detailedVote .DP-ShareBoxItem .stButton .googleplus {
        background-image: url('../images/MobileSharing.png') !important;
        background-repeat: no-repeat !important;
        display: block;
        width: 45px;
        height: 45px !important;
        background-position: -241px top;
        font-size: 0 !important;
        background-color: transparent;
    }

    .detailedVote .DP-ShareBoxItem .stButton .stLarge {
        background: url('/Content/mob/images/DP-services.png') scroll center -102px #f5f5f5 !important;
        display: block;
        width: 24px;
        height: 24px !important;
        font-size: 0 !important;
    }

    .mobileVote .Vote-Whatsapp a {
        width: 40px;
        height: 43px;
        background: url('../images/MobileSharing.png') scroll -351px top transparent no-repeat;
        display: block;
    }

    .mobileVote .DP-ShareBoxList {
        direction: ltr;
        position: absolute;
        top: 20px;
        left: 0;
    }

    .mobileVote .DP-ShareBoxItemMobile {
        display: none;
    }

    .mobileVote .DP-ShareBoxItem .st_googleplus_hcount {
        float: none;
    }

    .mobileVote .DP-ShareBoxItem .counter {
        width: 48px;
        height: 30px;
        text-align: center;
        border: 1px solid #C7C7C7;
        padding: 2px !important;
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important;
        display: inline-block;
        color: #777777;
        font-family: Arial !important;
        font-size: 15px !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
        z-index: -1 !important;
        line-height: 30px !important;
        visibility: visible !important;
    }

    .mobileVote .DP-ShareBoxItem a.facebookShareIcon {
        background-position: 12px top;
        background-color: transparent;
    }

    .mobileVote .DP-ShareBoxItem a.twitterShareIcon {
        background-position: -111px top;
        background-color: transparent;
    }

    .mobileVote .DP-ShareBoxItem a[class*="ShareIcon"] {
        background-image: url('../images/MobileSharing.png') !important;
        background-repeat: no-repeat;
        display: block;
        width: 45px;
        height: 45px;
        float: left;
        cursor: pointer;
    }

    .mobileVote .DP-ShareBoxItem .stButton .googleplus {
        background-image: url('../images/MobileSharing.png') !important;
        background-repeat: no-repeat !important;
        display: block;
        width: 45px;
        height: 45px !important;
        background-position: -241px top;
        font-size: 0 !important;
        background-color: transparent;
    }

    .mobileVote .DP-ShareBoxItem .stButton .stLarge {
        background: url('/Content/mob/images/DP-services.png') scroll center -102px #f5f5f5 !important;
        display: block;
        width: 24px;
        height: 24px !important;
        font-size: 0 !important;
    }

    .desktopVote .DP-ShareBoxItem .stButton .googleplus {
    }

    .detailedVote .voteStatus {
        position: absolute;
        font-size: 24px;
        font-weight: bold;
        color: #525252;
        top: 16px;
        left: 15px;
        display: block;
    }

    .detailedVote .poll-results-list ul li .respond {
        line-height: 25px;
        font-size: 21px;
        font-weight: bold;
    }

    .detailedVote .out-bar {
        width: 80%;
        height: 25px;
    }

    .detailedVote .poll-results-list ul li .percentage {
        display: block;
        font-size: 21px;
        font-weight: bold;
        direction: rtl;
    }

    .detailedVote #poll-vote-list li label {
        font-size: 21px;
        line-height: 20px;
        margin-right: 10px;
        font-weight: bold;
    }

    .detailedVote #poll-vote-list {
        clear: both;
    }

    .detailedVote .radio_ques {
        padding: 0 2.7%;
        margin-left: 0;
        font-size: 24px;
        font-weight: bold;
        width: 60%;
        float: none;
    }

    .voteDetailedResult {
        background-color: #F0EFEF;
        padding: 0;
        position: relative;
        direction: rtl;
    }

    .detailedVote {
        min-height: 1px;
        padding: 0;
        border: none;
        margin-left: 0px;
    }

    .DPmiddelDivUp {
        width: 100%;
        margin: 0;
    }

    .detailedVote .album_title {
        display: block;
        font-size: 35px;
        border-bottom: 1px solid #FFF;
        line-height: 85px;
        padding: 0 2.7%;
    }

    .totalVoteCount {
        display: block;
        text-align: center;
        line-height: 50px;
        color: #372511;
        font-size: 27px;
        background-color: #F0EFEF;
        margin-top: 10px;
    }

    .mobileVote {
        display: block;
        width: 94%;
        margin: 0 auto;
        position: relative;
        border-top: 1px solid #AAAAAA;
        padding: 10px 3%;
    }

    #divVoteResult {
        width: 100%;
    }

    .album_title {
        display: block;
        font-size: 42px;
        font-weight: bold;
        direction: rtl;
    }

    .radio_ques {
        display: block;
        font-size: 35px;
        direction: rtl;
    }

    .evaluation {
        margin-right: 15px;
    }

    #poll-vote-list li {
        padding: 10px 0;
    }

        #poll-vote-list li input[type="radio"] {
            float: right;
            line-height: 20px;
            width: 20px;
            height: 20px;
        }

        #poll-vote-list li label {
            font-size: 35px;
            line-height: 20px;
            margin-right: 10px;
        }

    .vote_btn {
        line-height: 50px;
        padding: 0 25px;
        background-color: #636AB0;
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        direction: rtl;
        margin-top: 20px;
    }

    .otherVoteLink {
        font-size: 32px;
        color: #000;
        margin-top: 20px;
        line-height: 50px;
        display: inline-block;
    }

    #input-user-text-vot {
        height: 49px;
        width: 316px;
        border: 1px solid #D2CFCF;
        display: block;
        margin-top: 10px;
    }

    #divVoteResult .imgCaptch {
        float: right;
        border: 1px solid #DCDAD0;
        border-left: none;
        width: 316px;
        height: 50px;
    }

    #divVoteResult .hand {
        border: 1px solid #DCDAD0;
        border-right: none;
        height: 50px;
        width: 50px;
    }

    .error_v {
        color: #ff0000;
        font-size: 27px;
        font-weight: bold;
        margin-top: 5px;
    }

    .poll-results-list ul li .percentage {
        display: block;
        font-size: 17px;
        font-weight: bold;
        direction: rtl;
    }

    .poll-results-list ul li .respond {
        margin-right: 35px;
        font-size: 17px;
        font-weight: bold;
        direction: rtl;
    }

    .ramadanAlbumMobile .linkImage img.albumPlayButton {
        width: 44px;
        height: 44px;
        position: absolute;
        margin-left: -22px;
        top: 50%;
        margin-top: -22px;
        left: 50%;
    }

    .bodyRamadan .MobileFooter {
        background: #FFF;
        margin-top: 0px;
        padding-top: 40px;
    }

    .ramadanAlbumMobile {
        display: block;
        width: 100%;
        float: right;
        padding: 10px 0;
    }

        .ramadanAlbumMobile .linkImage {
            display: block;
            position: relative;
        }

            .ramadanAlbumMobile .linkImage img {
                vertical-align: middle;
                width: 100%;
                height: 100%;
            }

        .ramadanAlbumMobile .linkTitle {
            font-size: 25px;
            font-weight: bold;
            color: #000;
            padding: 5px 0;
            display: block;
        }

    .ramadanHalf {
        width: 48%;
    }

    .RamadanfirstChild {
        margin-left: 4%;
    }

    .ramadanContentDiv {
        width: 100%;
        margin: 0 0;
        float: none;
    }

    .ramadanContent {
        position: relative;
        margin: 0 2.5%;
        width: 95%;
    }

    .ramadanItem .imageLink img {
        width: 100%;
        height: 100%;
    }

    .homePageTopBannerMobile {
        display: block;
        width: 85%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .homePageTopBannerMobilelarger.homePageTopBannerMobile {
        display: block;
        width: 95%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .mobileBannerContainer {
        width: 70%;
        float: right;
    }

    .mobileBannerLink {
        display: block;
        width: 100%;
        float: right;
    }

        .mobileBannerLink span.newinSiteText {
            width: 15%;
            height: 111px;
            float: right;
            display: block;
            background: url("/Content/images/mobileheaderbanner.png") no-repeat center -90px red;
        }

        .mobileBannerLink span.investigationSiteText {
            width: 15%;
            height: 111px;
            float: right;
            display: block;
            background: url("/Content/images/mobileheaderbanner.png") no-repeat center 22px red;
        }

    .mobileBannerContainer a.specialFileSiteText {
        width: 15%;
        height: 111px;
        float: right;
        display: block;
        background: url("/Content/images/mobileheaderbanner.png") no-repeat center -215px red;
    }

    .mobileBannerLink img {
        vertical-align: middle;
        width: 85%;
    }

    .mobileBannerButtons {
        width: 30%;
    }

    .mobileBannerButtonsfirst {
        width: 92%;
        display: block;
        height: 50px;
        background: red;
        text-align: center;
        font-size: 19px;
        color: #FFF;
        line-height: 50px;
        margin-bottom: 11px;
        margin-right: 10px;
    }

    .mobileBannerButtonssecond {
        width: 92%;
        display: block;
        height: 50px;
        background: red;
        text-align: center;
        font-size: 19px;
        color: #FFF;
        line-height: 50px;
    }

    .mobilespfiles .headerSliderItemData {
        height: 90px;
        overflow: hidden;
        margin-right: 10px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .mobilespfiles .headerSliderTitle {
    }

        .mobilespfiles .headerSliderTitle a {
            line-height: 22px;
        }

    .mobilespfiles .headerSliderItem a img {
        height: 103px;
        vertical-align: middle;
    }

    .mobilespfiles .bx-pager-item {
        float: right;
        height: 14px;
    }

        .mobilespfiles .bx-pager-item .bx-pager-link {
            background: url("../images/circlepurple.png")no-repeat center center;
            width: 12px;
            height: 11px;
            display: block;
            font-size: 0px;
            margin-left: 2px;
            opacity: 0.5;
        }

            .mobilespfiles .bx-pager-item .bx-pager-link.active {
                opacity: 1;
            }

    .mobilespfiles .bx-controls {
        position: absolute;
        right: 150px;
        bottom: 3px;
        z-index: 100;
    }

    .mobilespfiles {
        width: 85%;
        background: #D8D8E1;
        position: relative;
        height: 111px;
    }

        .mobilespfiles .headerSliderItem {
            width: 100%;
            height: 111px;
            display: block;
        }

    .homePageTopBanner {
        display: none;
    }

    .breakingNewsSummary .noData {
        margin: 3.125%;
    }

    .latestNewsTitle {
        width: 93.75%;
        padding: 0 3.125% 0 3.125%;
        background-color: #EFEFEF;
    }

        .latestNewsTitle h1 {
            font-size: 35px;
            font-weight: bold;
            direction: rtl;
            color: #000;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .mobheaderweatherWidgetIcon {
        margin-right: 9px;
        cursor: pointer;
    }

    .mobWeatherDropDown {
        display: block;
        width: 95%;
        padding: 0 2.5%;
        height: 0;
        display: none;
    }

    .mobWeatherDropDownLabel {
        display: block;
        font-size: 37px;
        font-weight: bold;
        color: #4f4f50;
    }

    #mobileCitysSelect {
        width: 100%;
        font-size: 30px;
        color: #969696;
        font-family: Nassim;
        font-weight: bold;
        background: #ebebeb;
        float: right;
        direction: rtl;
    }

    #weatherWidget {
        direction: rtl;
        position: absolute;
        top: 82px;
        right: auto;
        left: 16%;
        display: none;
    }

    .weatherText {
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
    }

    .weatherImage {
        vertical-align: middle;
        margin-left: 5px;
    }

    #dropDownIcon {
        display: none;
    }

    .NewsInMinMobile {
        display: block;
    }

        .NewsInMinMobile .newsInMin {
            display: block;
            width: 95%;
            padding-top: 0px;
            margin: 0 2.5%;
            padding-bottom: 30px;
            height: auto;
        }

    .newsInMin h3 a {
        display: block;
        color: #000;
        font-size: 35px;
        font-weight: bold;
        padding: 7px 0px;
        float: none;
    }

    .newsInMinImage {
        width: 100%;
        padding-top: 0px;
        margin: 0 auto;
        margin-bottom: 10px;
        display: inline-block;
        background: url(../images/NewsInMinuteBackground.png) #000;
        position: relative;
        -webkit-box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
        -moz-box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
        box-shadow: 0px 0px 3px 3px rgba(235,235,235,1);
    }

    .newsInMin a img {
        width: 97%;
        height: 97%;
        padding: 1.5%;
        vertical-align: middle;
        margin: 0;
    }

    .newsInMin {
        display: none;
    }

    .supplementHeadLink {
        float: left;
        background: url(/Content/images/headPdf.png) no-repeat 153px -63px;
        padding-right: 43px;
        height: 25px;
        padding-top: 17px;
        padding-bottom: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        position: relative;
        z-index: 100;
    }

        .supplementHeadLink span {
            float: none;
            font-size: 26px;
            font-weight: bold;
            color: #000;
            background: url(/Content/images/headPdf.png) no-repeat -4px -123px #F2F2F4;
            padding-left: 50px;
            padding-right: 5px;
        }

            .supplementHeadLink span strong {
                font-size: 29px;
            }

    #encyclopediaDP-ShareBox {
        display: none;
    }

    .DPE-ArticleBody {
        margin: 0;
        color: #000;
        font-size: 30px;
        font-weight: normal;
        direction: rtl;
        min-height: 324px;
        text-align: justify;
        line-height: normal;
        background: #FFFFFF;
        padding: 0 3.125%;
        box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        background: #f5f5f5;
    }

    .DPE-MobileTitle {
        padding: 0 3.125%;
        font-size: 48px;
        color: #000;
        direction: rtl;
        text-align: right;
        padding-bottom: 15px;
        font-weight: bold;
        display: block;
        background: #f5f5f5;
    }

    .DPE-ArticleCaptionTitle {
        display: none;
    }

    .DPE-ArticleTitle {
        display: none;
    }

    .DPE-bodyContent {
        width: 100%;
        margin: 0 auto;
        background: #f5f5f5;
        padding-bottom: 30px;
    }

    .DPEmiddelDivUp {
        width: 100%;
        margin: 0;
        float: none;
    }

    li.pIBSItem:nth-child(odd) {
        margin-left: 0;
    }

    li.pIBSItem:nth-child(even) {
        margin-left: 3.125%;
    }

    .pIBSummaryContainerTitle {
        font-size: 35px;
        font-weight: bold;
        display: block;
        background: #F1F0F0;
        width: 93.75%;
        margin-top: 7px;
        margin-bottom: 20px;
        padding: 10px 3.125%;
    }

    .mainContentMultimediaSum {
        width: 100%;
        min-height: 178px;
    }

    #MediaLoaderGifDiv {
        position: absolute;
        right: 41%;
        top: 63%;
        z-index: 100;
    }

    .pIBSummaryContainer {
        width: 100%;
        margin-top: 0px;
        float: none;
    }

    .pIBSList {
        margin: 0 3.125%;
    }

    .pIBSItem {
        float: right;
        width: 48.4375%;
        margin-left: 3.125%;
    }

        .pIBSItem.pIBSItemFirst {
            float: right;
            width: 48.4375%;
            margin-left: 3.125%;
        }

            .pIBSItem.pIBSItemFirst:nth-child(1) {
                width: 100%;
                float: none;
                margin-left: 0;
            }

    .pIBSImage {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
    }

    .pIBSTitle {
        min-height: 52px;
    }

        .pIBSTitle a {
            color: #000;
            font-size: 22px;
        }

    .pIBContainer {
        display: none;
    }

    .pIBMobileContainer {
        display: block;
        padding: 0 2.890625%;
        margin: 0 7px;
        padding-bottom: 15px;
        border-top: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        margin-bottom: 20px;
    }

    .pIBMobileTitle a {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .pIBMobileItemImage {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .facebook-embed-code {
        background-color: inherit !important;
        margin: 0px auto;
    }

        .facebook-embed-code a {
            display: none !important;
        }

    .twitter-embed-code {
        background-color: inherit !important;
        margin: 0px auto;
    }

        .twitter-embed-code tr td a {
            display: none !important;
        }

        .twitter-embed-code a {
            display: none !important;
        }

    .fb_iframe_widget iframe {
        position: relative !important;
    }

    div.DetailedBodyAdsBanner {
        height: 360px !important;
        /* padding: 91px; */
        margin: 30% 0 0 0 !important;
    }

    .double-click-ad-mobile.MobileSummaryLeaderboard1 {
        height: 50px;
    }

    .double-click-ad-mobile {
        display: block;
        visibility: visible;
        margin: 50px 0;
        -ms-transform: scale(1.6); /* IE 9 */
        -webkit-transform: scale(1.6); /* Chrome, Safari, Opera */
        transform: scale(1.6);
    }

        .double-click-ad-mobile iframe {
            height: auto !important;
        }

        .double-click-ad-mobile div {
            text-align: center;
        }

    .ThawrahBannerBlock {
        display: none;
    }

    .headerLeaderboardAd {
        display: none !important;
    }

    .GolddenIfram {
        width: 100%;
        height: 186px;
    }

    .SportwithGallery {
        width: 100%;
        float: none !important;
    }

    .sportSliderBlock {
        display: none;
        visibility: hidden;
    }

    .sportvideosliderBlock {
        display: none;
        visibility: hidden;
    }

    #SportsumMain {
        display: block;
        visibility: visible;
    }

    .SportssumMultimedia {
        display: none;
        visibility: hidden;
    }

    .MobileNewsPaperPDFBlock {
        display: block;
        visibility: visible;
    }

    .QuickNewsBlock {
        display: none !important;
        visibility: hidden;
    }

    .worldcup {
        display: none !important;
        visibility: hidden;
    }

    .subMenuMainParent {
        display: block;
    }

    .subMenuContainer {
        display: block;
    }

    html {
        margin: 0;
        padding: 0;
        border: 0;
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .MainStorySpartor {
        width: 100%;
    }

    #ArticlesMobId {
        display: block;
        visibility: visible;
    }

    .MobileMainStoryBlock {
        display: block;
        visibility: visible;
    }

    .spFiles {
        display: none;
        visibility: hidden;
    }

    .headerServices {
        display: none;
    }

    #tempimage {
        display: none;
    }

    .mainMenu {
        display: none;
    }

    #header {
        width: 100%;
        margin: 0 auto;
        height: 70px;
        min-height: 0;
    }

    #headerTopBar {
        margin-top: 0 !important;
    }

    #mainWarpper {
        width: 100%;
    }

    .MainNewsflashBlock {
        width: 100%;
        max-width: 1365px;
    }

    .NewsflashBlock {
        width: 100%;
    }

    .UrgentSocialLink {
        display: none;
    }

    #logo {
        position: relative;
    }

        #logo img {
            width: 200px;
            height: 60px;
            max-width: 100%;
        }

    .MainNewsflashBlock {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .MobilemainStoryArticlesListTitle {
        font-weight: bold;
    }

    .NewsflashBlock {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 6px auto;
        background: #e80000;
        min-height: 51px;
        border-bottom: 2px solid #b24646;
        direction: rtl;
        padding: 0;
        min-height: 63px;
    }

    .NewsflashTitle {
        float: right;
        width: 20%;
        max-width: 87px;
        position: relative;
        z-index: 999;
        background: url('/Content/mob/images/urgent.jpg') scroll center center no-repeat #9e0203;
        right: 0;
        top: 0;
    }

    .NewsflashContent {
        color: #fff;
        direction: rtl;
        display: block;
        /* float: right; */
        font-size: 25px;
        font-weight: bold;
        width: 90%;
        margin-right: 0;
        margin-left: 0px;
        padding: 8px 5%;
    }

    #ticker-area {
        width: 78%;
        float: right;
    }

    .headerDate {
        display: none;
    }

    .backgroundRighDiv {
        visibility: hidden;
        display: none;
    }

    .rightDivUp {
        visibility: hidden;
        display: none;
    }

    .portalUPContentRight {
        width: 100%;
        float: none;
    }

    .portalUPContentLeft {
        display: none;
        visibility: hidden;
    }

    .mainStoryBlock {
        display: none;
        visibility: hidden;
    }

    .MobileMainStory a img {
        width: 100%;
        background: #f5f5f5;
        height: auto;
    }

    .MobileMainStory {
        position: relative;
        background: #F5F5F5;
        border-bottom: 1px solid #AAAAAA;
        padding-bottom: 10px;
    }

    .MainstoryTitleBlock {
        direction: rtl;
        width: 94.3%;
        */background: #F5F5F5;
        padding: 10px 2.7% 0;
    }

    .mainstoryTile {
    }

    .MainstoryTitleBlock a {
        font-size: 38px;
        color: #000;
        line-height: 48px;
        direction: rtl;
    }

    .mainstoryWirter {
        font-size: 22px;
        color: #9f2d2c;
        direction: rtl;
    }

    .MobileMainStoryListBlock {
        width: 94.3%;
        background: #F5F5F5;
        padding: 20px 2.7% 20px 2.7%;
    }

        .MobileMainStoryListBlock ul li {
            display: block;
            padding: 10px 0;
        }

            .MobileMainStoryListBlock ul li:first-child {
                padding-top: 0;
            }

    .mainstoryvideoicon {
        position: absolute;
        left: 22px;
        top: 22px;
    }

    .mainstoryvideoiconsubstory {
        position: absolute;
        left: 5%;
        top: 22px;
    }

    .MobileMainStoryListBlock {
        width: 94.3%;
        background: #F5F5F5;
        padding: 20px 2.7% 20px 2.7%;
    }

    .RelatedMainContainer {
        width: 94.3%;
        background: #F5F5F5;
        padding: 20px 2.7% 20px 2.7%;
    }

    .MobileMainStoryListBlock ul li {
        display: block;
        padding: 10px 0;
    }

        .MobileMainStoryListBlock ul li:first-child {
            padding-top: 0;
        }

    .mainstoryvideoicon {
        position: absolute;
        left: 22px;
        top: 22px;
    }

    .mainstoryvideoiconsubstory {
        position: absolute;
        left: 5%;
        top: 22px;
    }

    .MListAritclImage {
        width: 34.4%;
        float: right;
        max-width: 100%;
        position: relative;
    }

        .MListAritclImage a img {
            width: 100%;
            height: auto;
        }

    .MListArticlTitle {
        width: 62.7%;
        float: left;
    }

    .MListAuthor {
        font-size: 22px;
        color: #9f2d2c;
        direction: rtl;
    }

    .MListArticlTitle a {
        font-size: 30px;
        color: #000;
        line-height: 32px;
        direction: rtl;
        display: block;
    }

        .MListArticlTitle a:hover {
            color: #6269b6;
            text-decoration: none;
        }

    .mainStoryBorderPortal {
        display: none;
    }

    .middelDivUp {
        width: 100%;
        float: none;
    }

    .leftDivUp {
        display: none;
    }

    .subStoryNewsBlock:first-child .subStoryNewsContent {
        border: none;
    }

    .supplementsSubStoryNewsBlock:first-child .subStoryNewsContent {
        border: none;
    }

    .subStoryNewsContent {
        width: 100%;
        border-top: 1px solid #AAAAAA;
        padding-top: 5px;
        position: relative;
    }

    .mainStoryArticlesList {
        height: auto;
        box-shadow: none;
    }

    .mainStoryArticlesListTitle {
        font-size: 30px;
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .MSArticlListBlock {
        width: 94.3%;
        margin: 0 auto;
        background: #fff;
    }

        .MSArticlListBlock .smallArticlImage {
            display: none;
        }

        .MSArticlListBlock ul li {
            display: block;
            border-top: 1px solid #ccc;
            padding: 11px 0;
        }

    .smallArticlInfo {
        display: none !important;
    }

    .smallArticlTitle .smallArticlTitleLink {
        font-size: 30px;
        color: #000;
        line-height: 32px;
        direction: rtl;
        display: block;
        font-weight: normal;
    }



    .subStoryNewsBlock {
        width: 100%;
        float: none;
        height: auto !important;
    }

    .supplementsSubStoryNewsBlock {
        width: 100%;
        float: none;
        height: auto !important;
    }

    .subStoryNewsTitle {
        padding: 0 2.890625%;
        direction: rtl;
    }

        .subStoryNewsTitle a {
            font-size: 30px;
        }

    .wirterNameListMorasl span {
        font-size: 22px;
        color: #9f2d2c;
        direction: rtl;
    }

    .mainSubStoryImage img {
        width: 100%;
        height: auto;
    }

    .mainSubStoryTitle {
        min-height: 0;
    }

    .readMoreSubList ul {
        padding: 0 2.890625%;
    }

        .readMoreSubList ul li {
            border-top: 0 !important;
        }

        .readMoreSubList ul li {
            border-bottom: 1px solid #CCCCCC;
            padding: 8px 0;
        }

            .readMoreSubList ul li:last-child {
                border-bottom: 0;
            }

    .mainSubStoryTitleLink {
        font-size: 38px !important;
        color: #000 !important;
        line-height: 48px !important;
        direction: rtl !important;
        font-weight: normal !important;
    }

        .mainSubStoryTitleLink:hover {
            color: #6269b6 !important;
            text-decoration: none;
        }

    .readMoreSubListLink {
        font-size: 30px !important;
        color: #000 !important;
        direction: rtl !important;
        font-weight: normal;
    }

        .readMoreSubListLink:hover {
            color: #6269b6 !important;
            text-decoration: none;
        }

    .subStorySummary {
        display: none;
    }

    .multiMediaHomeBlock {
        display: none;
    }

    #footer {
        display: none;
        visibility: hidden;
    }

    .MobileFooter {
        width: 100%;
        margin: 40px auto 0;
        display: block;
        max-width: 1365px;
    }

    .PageTopBlock {
        text-align: center;
        border-bottom: 2px solid #c0bfc4;
    }

        .PageTopBlock a {
            font-size: 30px;
            font-weight: bold;
            color: #000;
            background: url('/Content/mob/images/pagetoparrow.png') right 12px scroll no-repeat transparent;
            padding-right: 40px;
        }

            .PageTopBlock a:hover {
                color: #6269b6;
                text-decoration: none;
            }

    .staticPageLinks {
        width: 100%;
        margin: 15px auto 0;
        direction: rtl;
    }

        .staticPageLinks div {
            display: inline-block;
            width: 21%;
            text-align: center;
            margin: 0 1%;
        }

        .staticPageLinks a {
            font-size: 34px;
            font-weight: bold;
            color: #000;
            white-space: nowrap;
            display: block;
            text-align: center;
        }

            .staticPageLinks a:hover {
                color: #6269b6;
                text-decoration: none;
            }


    .socialLinks {
        width: 98%;
        margin: 40px 1%;
        direction: rtl;
        min-width: 170px;
    }

        .socialLinks ul li {
            width: 16%;
            display: inline-block;
            text-align: center;
            min-width: 62px;
        }

            .socialLinks ul li a {
                display: inline-block;
            }

            .socialLinks ul li:first-child {
                margin-right: 0;
            }

    .MandroidApp {
        width: 62px;
        height: 70px;
        background: url('/Content/mob/images/socialLinks.png') center -310px scroll no-repeat transparent;
    }

    .MappleApp {
        width: 55px;
        height: 66px;
        background: url('/Content/mob/images/socialLinks.png') center -401px scroll no-repeat transparent;
    }

    .Mfacebook {
        width: 29px;
        height: 58px;
        background: url('/Content/mob/images/socialLinks.png') center top scroll no-repeat transparent;
    }

    .MTwitter {
        width: 55px;
        height: 59px;
        background: url('/Content/mob/images/socialLinks.png') center -65px scroll no-repeat transparent;
    }

    .Myoutube {
        width: 55px;
        height: 59px;
        background: url('/Content/mob/images/socialLinks.png') center -142px scroll no-repeat transparent;
    }

    .Minsta {
        width: 55px;
        height: 59px;
        background: url('/Content/mob/images/socialLinks.png') center -228px scroll no-repeat transparent;
    }

    .copyrightBlock {
        text-align: center;
        margin: 10px 0 20px;
    }

        .copyrightBlock a, .copyrightBlock span {
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }

            .copyrightBlock a:hover {
                color: #6269b6;
                text-decoration: none;
            }

    .Linktomainwebsite {
        width: 100%;
        height: 85px;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        background: #636ab0;
        text-align: center;
        display: none;
    }

        .Linktomainwebsite a {
            color: #fff;
        }

    .subStoryMoreLink {
        display: none !important;
    }

    .mainStoryArticlesList {
        border-top: 1px solid #aaa;
    }

    .menubutton {
        display: block;
        position: absolute;
        left: 3%;
        top: 30%;
        visibility: visible;
    }

    #MobileMainMenuId {
        position: absolute;
        left: -240px;
        top: 0;
        width: 240px;
        height: auto;
        background: rgba(30,30,30,1);
        z-index: 40;
        display: block;
    }

        #MobileMainMenuId.vmenu {
            left: 0;
            z-index: 99;
        }

    .animating {
        transition: transform .25s ease-in-out;
        -webkit-transition: -webkit-transform .25s ease-in-out;
    }

    .animatingleft {
        transform: translate3d( -240px, 0, 0 );
        -webkit-transform: translate3d( -240px, 0, 0 );
    }

    .animatingright {
        transform: translate3d( 240px, 0, 0 );
        -webkit-transform: translate3d( 240px, 0, 0 );
    }

    .visible-menu {
        margin-left: 240px !important;
    }

    #MobileMainMenuId, .MobileHeader, .mobilMainwarpper {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
    }

    .WriterNameSub {
        font-size: 22px;
        color: #9f2d2c;
        direction: rtl;
    }

    .mobileMenuItem:active {
        border-bottom: 3px solid #000;
    }

    .substoryShadwo {
        width: 100%;
        height: 113px;
        background: url('/Content/mob/images/shadow.png') scroll left top repeat-x transparent;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 40;
    }

    .MobilemainNavUL li.mobilemenuitem.animate {
        padding: 0 0 !important;
        position: relative;
    }

    .mobMainMenuArrowDropDown {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 58px;
        background: url(../images/button-tray-down.png) no-repeat left 8px transparent;
    }

        .mobMainMenuArrowDropDown.animateup {
            background: url(../images/uparrow2.png) no-repeat 7px 11px transparent;
        }

    .MobilemainNavUL li.mobilemenuitem.animate a {
        padding: 0 3.6%;
        display: inline-block;
    }

    .mobilemenuitem.animate.animateup {
    }

    .MobilemainNavULSupp {
        background-color: #343434;
    }

    .MobilemainNavUL .MobilemainNavULSupp li:first-child {
        display: block;
        border-top: 0;
        border-bottom: 2px solid #393939;
    }

    .MobilemainNavUL .MobilemainNavULSupp li {
        display: block;
        border-top: 2px solid #303030;
        border-bottom: 2px solid #393939;
        padding: 0 3.6% !important;
    }

    .MobilemainNavUL li:first-child {
        display: block;
        border-top: 0;
        border-bottom: 2px solid #242424;
    }

    .MobilemainNavUL li {
        display: block;
        border-top: 2px solid #1a1a1a;
        border-bottom: 2px solid #242424;
        padding: 0 3.6% !important;
    }

        .MobilemainNavUL li a {
            display: block;
            color: #fff;
            font-size: 36px;
        }

        .MobilemainNavUL li.mobEnglishLink {
            padding: 0 !important;
        }

            .MobilemainNavUL li.mobEnglishLink a {
                background: url('/content/english/images/arabicLink.png') no-repeat 90px 12px;
                font-size: 28px;
                font-family: Arial;
                line-height: 54px;
                border-top: 3px solid #636AB1;
                padding: 0 3.6% !important;
            }

    .subStorySpartor {
        display: none;
        visibility: hidden;
    }

    .supplementSubStorySpartor {
        display: none;
        visibility: hidden;
    }

    #CaricaturesId {
        display: block;
        visibility: visible;
        background: #fff !important;
    }

    .MobileCitysDropDownlist {
        margin: 20px auto 0px;
        direction: rtl;
        width: 94%;
    }

        .MobileCitysDropDownlist select {
            width: 100%;
            font-size: 30px;
            color: #969696;
            font-family: Nassim;
            font-weight: bold;
            background: #ebebeb;
            float: right;
        }

    .refeshWeather {
        float: right;
        margin: 0 20px;
    }

        .refeshWeather a {
            margin-top: 5px;
            display: block;
            width: 28px;
            height: 45px;
            background: url('/Content/mob/images/updateweather.png') left 5px no-repeat transparent;
        }

    .MobileWeathernBlock {
        border-top: 1px solid #AAAAAA;
        padding-top: 20px;
        background: url('/Content/mob/images/weatherblock.png') scroll left top repeat transparent;
        padding-bottom: 30px;
        display: block;
        visibility: visible;
    }

    .mainSubStoryTitle .mainSubStoryTitleLink {
        font-weight: normal !important;
    }

    .WeatherTitleBlock {
        direction: rtl;
    }

    .MobileWeathern {
        width: 94%;
        margin: 0 auto;
    }

    .MWeatherTitle {
        font-size: 30px;
        line-height: 32px;
        font-weight: bold;
    }

    .MWeatherCity {
        font-size: 22px;
        color: #ae4c4c;
    }

    .MainWeatherStatus {
        padding-top: 10px;
        position: relative;
    }

    .MainWeatherStatusImg {
        float: right;
        width: auto;
    }

    .MainWeatherStatusValueBlock {
        padding-top: 15px;
        float: right;
        padding-right: 30px;
    }

    .MainWeatherStatusValue {
        font-size: 100px;
        line-height: 58px;
        display: block;
        text-align: center;
    }

    .MainWeatherStatusTxt {
        font-size: 25px;
        line-height: 34px;
        display: block;
        text-align: center;
    }

    .WeatherListDays {
        width: 100%;
        margin: 5px auto 0;
        direction: rtl;
    }

        .WeatherListDays ul li {
            display: inline-block;
            width: 33.3%;
        }

            .WeatherListDays ul li:first-child .weatherDayimag {
                text-align: right;
            }

            .WeatherListDays ul li:first-child .weatherDayName {
                text-align: right;
            }

            .WeatherListDays ul li:first-child .weatherDayMax {
                text-align: right;
                margin-right: 4px;
            }

            .WeatherListDays ul li:first-child .weatherDayMin {
                text-align: right;
                margin-right: 12px;
            }

            .WeatherListDays ul li:last-child .weatherDayimag {
                text-align: left;
            }

            .WeatherListDays ul li:last-child .weatherDayName {
                text-align: left;
            }

            .WeatherListDays ul li:last-child .weatherDayMax {
                text-align: left;
                margin-left: 8px;
            }

            .WeatherListDays ul li:last-child .weatherDayMin {
                text-align: left;
                margin-left: 16px;
            }

    .weatherDayimag {
        text-align: center;
    }

    .weatherDayName {
        font-size: 22px;
        text-align: center;
        padding: 0 12px;
    }

    .weatherDayMax {
        font-size: 50px;
        text-align: center;
        line-height: 58px;
    }

    .weatherDayMin {
        font-size: 39px;
        text-align: center;
        color: #666;
        line-height: 12px;
    }

    .Day2, .Day1, .Day0 {
        background: none;
    }

    /*article Block CSS Start*/
    .articlesblock {
        padding-bottom: 57px;
        position: relative;
        border-bottom: 1px solid #AAAAAA;
    }

    .articleBlockHeader {
        height: 70px;
        padding: 0 2.7%;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 15%, #ffffff 15%, #e5e5e5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(15%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 15%,#ffffff 15%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 15%,#ffffff 15%,#e5e5e5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 15%,#ffffff 15%,#e5e5e5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 15%,#ffffff 15%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        position: relative;
    }

    .articleblockTitle {
        line-height: 70px;
        float: right;
        font-weight: bold;
    }

        .articleblockTitle a {
            font-size: 30px;
            color: #000;
            direction: rtl;
        }

    .tabsListContainer {
        padding: 0 60px;
        position: relative;
        margin-right: 68px;
    }

    .tabsListSlider {
        height: 70px;
        direction: rtl;
        overflow: hidden;
    }

    .tabsList {
        position: relative;
        left: 0;
        width: 10000px;
        height: 70px;
    }

    .tabsItems {
        float: right;
        font-size: 28px;
        text-align: center;
        padding: 0 25px;
        font-weight: bold;
        color: #444444;
        line-height: 67px;
    }

        .tabsItems.active {
            color: #000;
            border-bottom: 3px solid #000;
            font-weight: bold;
            font-size: 28px;
        }

    .tabsrightarrow {
        background: url(/Content/mob/images/menuarrows.png) no-repeat 8px center;
        width: 44px;
        height: 70px;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 15px;
    }

    .tabsleftarrow {
        background: url(/Content/mob/images/menuarrows.png) no-repeat -25px center;
        width: 44px;
        height: 70px;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 15px;
    }

    .articleBlockContents.active {
        display: block;
    }

    .articleBlockContents {
        clear: both;
        display: none;
    }

    .articleBlockContentsItems {
        padding-right: 21px;
        padding-left: 21px;
        min-height: 101px;
        clear: both;
        margin-top: 16px;
    }
    .articleBlockContentsItems.nodataExists{
        font-size:30px;
    }
    .articleImgBlock {
        width: 13%;
        float: right;
        margin-left: 30px;
    }

        .articleImgBlock .circleImage {
            width: 76px;
            height: 76px;
            border: 1px solid #d3d0d0;
            border-radius: 50%;
        }

            .articleImgBlock .circleImage img {
                border-radius: 50%;
                padding: 3px;
            }

    .articleInfoBlock {
        width: 80%;
        float: right;
        border-bottom: 1px solid #e7e7e7;
        height: 94px;
        padding-top: 8px;
    }

    .articleBlockContentsItems:last-child .articleInfoBlock {
        border-bottom: 0;
    }

    .articleBlockContentAuthor {
        font-size: 22px;
        color: #9f2c2c;
        direction: rtl;
        display: block;
    }

    .articleBlockContentTitle {
        font-size: 30px;
        color: #000;
        direction: rtl;
        line-height: 24px;
    }

        .articleBlockContentTitle a {
            font-size: 30px;
            color: #000;
            direction: rtl;
            line-height: 24px;
        }

            .articleBlockContentTitle a:hover {
                color: #6269b6;
                text-decoration: none;
            }

    /*article Block CSS End*/

    .substory-odd {
        background-color: #FFFFFF;
    }

    .substory-even {
        background-color: #EEEEF2;
    }

    .subStorySectionContainer {
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .subStorySectionTitle {
        padding: 0 2.890625%;
    }

    .toggle .subStoryArrowMobile {
        display: block;
        width: 50px;
        height: 50px;
        background: url('/Content/mob/images/downarrow.png') scroll center center no-repeat transparent;
        position: absolute;
        left: 2%;
        top: 0;
        z-index: 9999999999;
    }

    .toggleshown .subStoryArrowMobile {
        z-index: 9999999999;
        display: block;
        width: 50px;
        height: 50px;
        background: url('/Content/mob/images/uparrow.png') scroll center center no-repeat transparent;
        position: absolute;
        left: 2%;
        top: 0;
    }

    .toggle .subStoryNewsTitle a {
        background: none;
        padding-right: 0;
        display: inline;
        width: 90%;
    }

    .toggleshown .subStoryNewsTitle a {
        background: none !important;
        padding-right: 0 !important;
        width: 90%;
    }

    .toggle .hiddentog {
        display: none;
    }

    .subStoryNewsListContent {
        position: relative;
        text-align: center;
        padding: 0 2.890625%;
        border-bottom: 1px solid #AAAAAA;
    }

    .subStoryNewsBlock.lastDiv.substory-odd .subStoryNewsListContent {
        width: auto;
        float: none;
    }

    .subStoryNewsBlock.lastDiv.substory-odd .mainSubStoryTitle
{
        float:none;
    }
    .subStoryNewsBlock.lastDiv.substory-odd .readMoreSubStory {
    float: none;
    width: auto;
    padding-right: 0px;
}
    .subStoryNewsBlock.lastDiv.substory-odd .readMoreSubList ul li:first-child {
    border-bottom: 1px solid #CCCCCC;
}
/* Mobile DP  */
.MobileDPContent{direction:rtl;background:#f5f5f5;}
.MDPAllContent{width:93.7%; margin:0 auto;}
.MDP-Author{font-size:28px;color:#9f2d2c;margin:8px 0;direction:rtl;float:right;}
.MDP-Author span{font-size:28px;color:#9f2d2c;margin:8px 0;direction:rtl;line-height:28px;}
.MDP-PublishDate{font-size:28px;color:#444;margin-bottom:8px;line-height:38px;}
.MDP-Title{font-size:38px;color:#000;padding-top:10px;font-weight:bold;line-height:38px;}
.MDP-Body{font-size:30px;color:#000;text-align:justify;}
.MDP-Body em{font-style:italic;}
.MDP-Body p
{
    line-height: 34px;
    font-size:30px !important;
    padding-bottom: 20px;
    text-align: justify;
    color:#000;
}
.MDP-Body span
{
    line-height: 34px;
    font-size:30px !important;
    padding-bottom: 20px;
    text-align: justify;
    color:#000;
}
 .MDP-Body table ul{margin:0 40px;}
 .MDP-Body img{max-width:100%;}
.DP-MainImage{width:100%}
.MDP-MainImage{position:relative;}
.MDP-MainImageCaption{position:absolute;bottom:0;right:0;font-size:30px;color:#000;background:rgba(255,255,255,0.65);padding:5px;z-index:50;width:100%;display:none;}

.MobileSubSectionTreeContainer {padding:0 60px;position:relative;margin-right:100px;}
.MobileSubSectionTree{background:#f1f0f0;height:70px;direction:rtl;overflow:hidden;width:100%;}
.MobileSubSectionTree ul { left: 0;top: 0;position: relative;height:70px;visibility:hidden;}
.MobileSubSectionTree ul li{ display:block;float:right;}
.MobileSubSectionTree ul li h2{ text-align:center;}
.MobileSubSectionTree ul li a{font-size:28px;color:#444444;padding: 0 25px;line-height:70px;font-weight:bold;}
.MobileSubSectionTree ul li a:hover{color:#6269b6;text-decoration:none;}
.MobileSubSectionTree ul li span{font-size:28px;color:#444444;padding: 0 45px;line-height:70px;font-weight:bold;}
.leftarrow{width: 60px;height: 70px;position: absolute;top: 0;left: 0;background:url(/Content/mob/images/menuarrows.png) no-repeat -20px center #f1f0f0;}
.rightarrow{width: 60px;height: 70px;position: absolute;top: 0;right: 0;background:url(/Content/mob/images/menuarrows.png) no-repeat 25px center #f1f0f0;}
#MediaSubMenu .rightarrow{width: 36px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 60px;
  background: url(/Content/mob/images/menuarrows.png) no-repeat 6px center #f1f0f0;
}
.noborderBlock{border:0 !important;}
.noborderBlock .MoreNewsWarrper{padding-top:15px;}

.MPDP-ReadMoreMainTitle{font-size:30px;color:#000;background:#eeeef2;padding:5px;padding-right:3.12%;background:url('/Content/mob/images/downarrow.png') scroll 2% center no-repeat #eeeef2 ;}
.MPDP-RelatedMainTitle{font-size:30px;color:#000;background:#eeeef2;padding:5px;padding-right:3.12%;background:url('/Content/mob/images/downarrow.png') scroll 2% center no-repeat #eeeef2 ;}
#SiteDPId .DP-MainContainer{display:none;visibility:hidden;}
#SiteDPId .mainContentUp.DPmainContentUp {display:none;visibility:hidden;}
#MobileDPId{display:block;visibility:visible;}

.MDP-ShareBox
{
    padding-top: 0px  !important;
    float:left  !important;
    display:block;
}
.MDP-ShareButtons
{
    background-image:url("/Content/mob/images/mobileShareButtons.png")  !important;
    margin: 0 25px  !important;
    height:46px !important;
    display:inline-block !important;
    float:right !important;
}
#MDP-ShareGoogle
{
    background-position: 50px 0px !important;
    width:50px !important;
}
#MDP-ShareTwitter
{
    background-position: 162px 0px !important;
    width:50px !important;
}
#MDP-ShareFacebook
{
    background-position: 0 0px  !important;
    width:25px  !important;
}

.youtubeMain{margin-top:10px !important;}

.noTopPadding
{
padding-top:0 !important;
}

.DP-twitter , .DP-GooglPlus , .DP-Facebook,.DP-Whatsapp
{
    float:left !important;
    margin-right:10px !important;
}

.DP-twitter {text-align: center !important;cursor: pointer !important;display:none;}
.DP-twitter .DPTwitter{margin-top:6px !important;background: url('/Content/mob/images/DP-services.png') scroll center -54px #f5f5f5 no-repeat !important;width:40px !important;height:30px !important;display:block !important;float:left !important;}
.DP-twitter .stButton .stBubble_hcount
{
    background: #F6F6F6 !important;
    width: 39px !important;
    height: 22px !important;
    text-align: center !important;
    border: 1px solid #C7C7C7 !important;
    padding: 2px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    color:#6b6a6a !important;
    font-family:Arial !important;
    font-size:14px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    position: relative !important;
    z-index:-1 !important;
    line-height:22px !important;
    visibility:visible !important;
}
.DP-twitter .stButton .stArrow
{
    padding-left: 3px   !important;
    margin-left: -1px  !important;
    background: url(http://w.sharethis.com/share4x/images/bubble_arrow.png) no-repeat 3px 11px  !important;
    line-height: 16px  !important;
    height: 17px  !important;
    display: inline-block  !important;
    margin-top:5px  !important;
}

.DP-Facebook .stButton .st-facebook-counter
{
    background: url('/Content/mob/images/DP-services.png') scroll center top #f5f5f5 !important ;
    height:30px  !important;
    width:30px  !important;
}
.DP-Facebook .stButton .stArrow
{
    float:right  !important;
    margin-top: 5px  !important;
    background: url(http://w.sharethis.com/share4x/images/bubble_arrow.png) no-repeat 3px 11px  !important;
    height:17px  !important;
}
.DP-Facebook .stButton .stButton_gradient
{
    background:#F6F6F6  !important;
    width:39px  !important;
    height:22px  !important;
    text-align: center  !important;
    border-color:#C7C7C7  !important;
}
.DP-Facebook .stButton .stBubble_hcount
{
    line-height:22px  !important;
    color:#6b6a6a  !important;
    font-family:Arial  !important;
    font-size:14px  !important;
    visibility:visible;
}

.DP-GooglPlus .stButton .stButton_gradient
{
    border:none  !important;
    background:none  !important;
    height:auto  !important;
    border-radius: 0px  !important;
    padding:0  !important;
}
.DP-GooglPlus .stButton .stButton_gradient:hover
{
    border:none  !important;
    background:none  !important;
    height:auto  !important;
    border-radius: 0px  !important;
    padding:0  !important;
}
.DP-GooglPlus .stButton .stButton_gradient .chicklets.googleplus
{
    background: url('/Content/mob/images/DP-services.png') scroll center -102px #f5f5f5 !important;
    height:35px  !important;
    width:36px  !important;
    padding:0  !important;
    margin:0px  !important;
}
.DP-GooglPlus .stButton .stArrow
{
    float:right  !important;
    margin-top: 5px  !important;
    background: url(http://w.sharethis.com/share4x/images/bubble_arrow.png) no-repeat 3px 11px  !important;
    height:17px  !important;
    display:none;
}
.DP-GooglPlus .stButton .stArrow .stButton_gradient
{
    background:#F6F6F6  !important;
    width:39px  !important;
    height:22px  !important;
    text-align: center  !important;
    background-repeat: repeat-x  !important;
    border: 1px solid #C7C7C7  !important;
    padding: 2px  !important;
    font-family: serif  !important;
    -moz-border-radius: 4px  !important;
    -webkit-border-radius: 4px  !important;
    border-radius: 4px  !important;
    display: inline-block  !important;
}
.DP-GooglPlus .stButton .stBubble_hcount
{
    line-height:22px  !important;
    color:#6b6a6a  !important;
    font-family:Arial  !important;
    font-size:14px  !important;
}

.DP-Whatsapp a {width:39px;height:43px;background: url('/Content/mob/images/DP-services.png') scroll center -153px #f5f5f5 no-repeat;display:block;}

.breadcrumbDetailedBlock {width:100%;background:#f5f5f5;margin-top:6px;}
.breadCrumbHome a{color:#636ab0 !important;}
.breadcrumbDetailed{width:100%;margin:0 auto;}
.breadcrumbDetailed ul{display:inline-block;}
.breadcrumbDetailed ul li{display:block;float:right;margin-right:15px;padding:10px 0}
.breadcrumbDetailed ul li a,.breadcrumbDetailed ul li span{font-size:22px;color:#000;line-height:15px;font-weight:bold;}

.subMenuContainer
{
    background: #f1f0f0;
    height:70px;
}
.subMenuMainParent
{
    line-height:70px;
    float:right;
    font-size:30px;
    padding-right:20px;
    color:#000;
    font-weight:bold;
}
.subMenuMainParent a
{
    line-height:70px;
    font-size:30px;
    color:#000;
    font-weight:bold;
}
.subMenuMainParent a:hover{color:#6269b6;text-decoration:none;}
.youtubeMain
{
    position: relative;
margin-top: 10px;
float:none;
    }

.selectedSection {
border-bottom: 3px solid #000;
padding-bottom: 12px !important;
font-weight: bold;
font-size: 28px;
color: #000;
background:none !important;
}
.DP-MainImageContainer
{
width:100%;
float:none;
margin:0 !important;
}
.mobselected{background: #636ab0 !important;}
 .DPbackgroundRighDiv {display:none;}
    .rightDivUp  {display:none;}
    .breadcrumbDetailedBlock {display:none;}
    .summarymainContentUp {margin-top:6px;width:100%;}
    .middleContent {width:100%;padding-right:0px;}
    .sumMain {background: #F5F5F5;box-shadow:none;padding-bottom:0;}
    .sumMainContent:last-child {margin: 0 2.7%;}
    .sumMainContent:first-child{width:100%;margin:0 0 20px 0;position: relative;background: #F5F5F5;border-bottom: 1px solid #AAAAAA;padding:0 0 10px 0;}
    .sumMainContent:first-child .sumMainContentimgContainer {width:100%;position:relative;}
    .sumMainContent:first-child .sumMainContentimgContainer a img {width:100%;height:auto;}
    .sumMainContent:first-child .SummarymainArticlImage a img {width:100%;height:auto;}
    .sumMainContent:first-child .SummarymainArticlImage {width:100%;height:auto;}
    .sumMainContent:first-child .SummarymainArticlImageopenspace a img {width:100%;height:auto;}
    .sumMainContent:first-child .SummarymainArticlImageopenspace {width:100%;height:auto;}
    .sumMainContent:first-child .sumMaintext {direction: rtl;width: 94.3%;padding: 10px 2.7% 0;margin-top: 0px;float:right;}
    .sumMainContent:first-child .wirterNameListMorasl span{
        font-size: 22px;
        color: #9f2d2c;
        direction: rtl;
    }
    .sumMainContent:first-child .sumMaintitle a{
        font-size: 38px;
        color: #000;
        line-height: 48px;
        direction: rtl;
        font-weight:normal;
        width:100%;
    }
    .sumMainContent:first-child .sumMaintitle a:hover{color:#6269b6;text-decoration:none;}
    .sumSubStoryTitle {display:none;}
    .sumMainBody {display:none;}
    .sumMaintitleOpin{margin:0;}
    .sumMainContent{width: 94.3%;margin: 0 2.7%;position: relative;background: #F5F5F5;padding: 10px 0;}
    .sumMainContent .SummarymainArticlImage a img {width:100%;height:auto;}
    .sumMainContent .SummarymainArticlImage {width: 100%;position:relative;float:right;margin-left:15px;}
    .sumMainContent .SummarymainArticlImageopenspace a img {width:100%;height:auto;}
    .sumMainContent .SummarymainArticlImageopenspace {width: 34.5%;position:relative;float:right;margin-left:15px;}
    .sumMainContentimgContainer{width: 34.5%;position:relative;float:right;margin-left:15px;}
    .sumMainContentimgContainer img{width:100%;height:auto;}
    .sumMaintext {width:auto;margin:0;}
    .sumMainContentimgContainer .ArticlTypeIcon {width:37px;height:37px;}
    .textAudioIcon {display:none;}
    .textImageIcon{display:none;}
    .wirterNameListMorasl {
        font-size: 22px;
        color: #9f2d2c;
        direction: rtl;
    }
    .sumSubStoryText{
        font-size: 30px;
        color: #000;
        line-height: 32px;
        direction: rtl;
        display: block;
        font-weight:normal;
    }
    .summarysubBlock {background:#F5F5F5;width:100%;box-shadow:none;padding:0;margin-top:0;}
    .sumSubStoryBlock {float:none;width:94.3%;margin: 0 auto;}
    .sumSubStory {margin:0;}
    .sumSubStoryItem{width:100%;margin:0;padding: 10px 0;height:auto;clear:both;}
    .sumSubStoryImg {margin-left: 15px;width: 34.5%;}
    .sumSubStoryImg img{width:100%;height:auto;}
    .summarysubBlock .sumSubStoryText{font-size: 30px;color: #000 !important;line-height: 32px;direction: rtl;display: block;font-weight: normal;}
    .sumSubStoryTextContainer {width:61%;}
    .worldmediaSubstories .sumSubStoryTextContainer,
    .specialFilesSubStories .sumSubStoryTextContainer{width:60%;float:right;}
    .ArticlTypeIcon {top: 4px;left: 4px;}
    .sumArticle {width:100%;margin: 0 auto;float:none}
    .sumArticleItem {width:94.3%;padding:11px 2.7%;border-bottom: 1px solid #ccc;margin:0;float:none;}
    .sumArticleItem .sumArticleTitle {font-size: 30px;color: #000;line-height: 32px;direction: rtl;display: block;font-weight:normal;padding:0;}
    .sumArticleItem .sumArticleTitle:hover{color:#6269b6;text-decoration:none;}
    .SummarywriterName {font-size: 22px;color: #9f2d2c;direction: rtl;}
    .SummarywriterName a{font-size: 22px;color: #9f2d2c;direction: rtl;}
    .subWriterName {font-size: 22px;color: #9f2d2c;direction: rtl;}
    .OpnionsumSubStoryText {font-size: 30px;color: #000;line-height: 32px;direction: rtl;display: block;font-weight: normal;width:auto;}
    .sumMainBodyOpin {display:none;}
    .opinSummaryImage {display:none;}
    .summaryPblDate {display:none;}
    .MoreWriterNme a{font-size: 22px;color: #9f2d2c;direction: rtl;}
    .sumArticleItem .wirterNameListMorasl {display:none;}
    .sumArticleItem .sumArticleText {display:none;}
    .headlinespartor {display:none;}
    .sumMultimedia {display:none;}
    .sumMultimediaSupplements {display:none;}
    .sumContentBottomLeft {display:none;}
    .SummarymainArticlImageopenspace
    {
        display:block;
    }

    .sumArticleItem.openspacesubItem
    {
        width:100%;
        padding:18px 0px;
        margin:0 !important;
        border-bottom:none;
        clear:both;
    }
    .sumArticleItem.openspacesubItem:first-child {padding-top:10px !important;}
    .sumArticleItem.openspacesubItem  .sumMainContent
    {
        border:none;
        margin:0;
        padding:0;
    }
    .sumArticleItem.openspacesubItem .sumMainContent:first-child  .SummarymainArticlImageopenspace a img {width:100%;height:auto;}
    .sumArticleItem.openspacesubItem .sumMainContent:first-child  .SummarymainArticlImageopenspace {width: 34.5%;position:relative;float:right;margin-left:15px;}
    .sumArticleItem.openspacesubItem .sumMainContent:first-child .sumMaintext {width: 61%;height:auto;padding:0;}
    .sumContentBottom .sumMainContent:first-child .sumMaintext {width:100%;padding:0;background:#FFFFFF;}
    .sumContentBottom .sumMainContent:first-child {padding:0;margin:0;border:none;}
    .sumContentBottom .sumArticleItem {background:#FFFFFF;}
    .sumContentBottom .SummarywriterName {}
    .subWriterName a
    {
        font-size:22px;
        color: #9f2d2c;
        direction:rtl;
    }
    .SummarywriterNameSubStory a
    {
        font-size:22px;
        color: #9f2d2c;
        direction:rtl;
    }
        .SummarywriterNameSubStory span
    {
        font-size:22px;
        color: #9f2d2c;
        direction:rtl;
    }
    #footer
    {
        width:100%;
    }
    .DP-RelatedFiles 
    {
        width:100%;
        float: none;
        clear: both;
        border-top: none;
    }
    .DP-RelatedFilesTitle
    {
        font-size: 30px;
        color: #000;
        background: #eeeef2;
        padding: 5px;
        padding-right: 3.12%;
        font-weight:normal;
        background: url('/Content/mob/images/downarrow.png') scroll 2% center no-repeat #eeeef2;
    }
    .DP-RelatedFilesList 
    {
        float: none;
        width: 94.3%;
        background: #F5F5F5;
        padding: 15px 2.7% 0 2.7%;
    }
    .DP-RelatedFilesItem 
    {
        float: right;
        width: 100%;
        margin-bottom:15px;
        margin-left:0;
    }
    .DP-RelatedFilesItemImage 
    {
        float:right;
        width: 34.4%;
        max-width: 100%;
    }
    .RelatedFilesItemImageImage 
    {
        width: 100%;
        height: auto;
    }
    .DP-RelatedFilesItemTitleLink 
    {
        font-size: 30px;
        color: #000;
        line-height: 32px;
        direction: rtl;
        display: block;
        width:62.7%;
        float:left;
    }
    .videoIconAbs 
    {
        position:absolute;
        top:22px;
        left:22px;
    }
    .specialFilesSubStory 
    {
        margin:0 2.7%;    
    }
    .specialFilesSubStory .sumSubStoryImg
    {
        width: 32.5%;
    }
    .specialFilesSubStory .sumSubStoryImg img{max-height:189px;}
    .quickNewsSummaryheader 
    {
        width:93.75%;
        padding: 0 3.125% 0 3.125%;
        background-color:#EFEFEF;
    }
    .quickNewsSummaryContent 
    {
        width:100%; 
    }
    .quickNewsSummaryheader:after
    {
        content:"";
        clear:both;
        display:block;
    }
    .quickNewsSummaryTitle 
    {
        font-size:35px;
        font-weight:bold;    
        direction:rtl;
        color:#000;
        padding-top:10px;
        padding-bottom:10px;
        
    }
    .quickNewsSummaryTabsItem 
    {
        float:right;
        width:22%;
        margin-left:4%;
    }
    .quickNewsSummaryTabsItem:last-child
    {
        margin-left:0;
    }
    .quickNewsSummaryTabsItemLink
    {
        font-size:35px;
        font-weight:bold;
        color:#FFF;
        direction:rtl;
        background-color:#626BB0;
        display:block;
        text-align:center;
    }
    .quickNewsSummaryTabsItemLink.current-page 
    {
        background-color:#D8D8E0;
        color:#3b3b3b;
    }
    .quickNewsSummaryContentItem 
    {
        border-top:2px solid #CACACA;
        padding:20px 3.125%;
    }
    .quickNewsSummaryContentItem:first-child
    {
        padding-top:20px;
        border-top:none;
    }
    .quickNewsSummaryContentItemDate 
    {
        font-size:30px;
        font-weight:normal;
        direction:rtl;
        color:#3b3b3b;
        display:block;
        line-height:30px;
        margin-bottom: 10px;
    }
    .quickNewsSummaryContentItemTitleLink 
    {
        font-size:33px;
        font-weight:bold;
        direction:rtl;
        color:#000;
        line-height:40px;
    }
    .noQuickNewsSummaryContent 
    {
        font-size:33px;
        font-weight:bold;
        direction:rtl;
        color:#000;
        padding-right:2.7%;
        padding-top:15px;
        display:block;
    }
    .mainContentUp{position:relative;padding-bottom:30px;float:none;width:100%;}
    .SPCaricaterBlock {width:100%;}
    .CariacterSlider {width:100%;margin:0 auto;border-bottom:none;padding-bottom:5px;padding-top:0px;position:relative;height:auto;overflow:visible;background-color:#EFEFEF;}
    .MainCaricater .zoom-in-icon {display:none;}
    .MainCaricaterTitle {
        text-align: right;
        background: none;
        height: auto;
        border-top: none;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        line-height: 38px;
        direction: rtl;
    }
    .TodyCaricterTitle h2 ,.MainCaricaterTitle h2 
    {
        text-align:right;
    }
    .TodyCaricterTitle a, .MainCaricaterTitle a
    {
        color:#000;
        font-size:33px;
        font-weight:bold;
        direction:rtl;   
    }
    .MainCaricater {width:100%;border:none;}
    .MainCaricatercontainer {width:35%;float:right;position:relative;margin-left:15px;}
    .MainCaricatercontainer   img{width:100%;height:auto;}
    .MainCBlock li:after{content:"";clear:both;display:block;}
    .MainCBlock li:first-child .MainCaricatercontainer{width:100%;float:none;position:relative;margin:0;}
    .MainCBlock li:first-child {border-bottom:1px solid #B2B2B2;padding:0 0;margin-bottom:36px;}
    .MainCBlock li:first-child .MainCaricaterTitle h2 {padding:20px 2.7%;}
    .MainCBlock li{padding:12px 2.7%;}
    .TodyCaricaterList 
    {
        margin:0 2.7%;
        padding:0 0;   
    }
    .TodyCaricaterBlock 
    {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        margin-bottom: 0;
        padding:14px 0;
    }
    .TodyCaricaterBlock:after 
    {
        content:"";
        display:block;
        clear:both;    
    }
    .CmarignBlock{margin:0;}
    .TodyCaricaterImage 
    {
        float:right;
        margin-left:15px;
        width:35%;
    }
    .TodyCaricaterImage img 
    {
        height:auto;
        width:100%;
    }
    .TodyCaricterTitle 
    {
        position: relative;
        background: none;
        min-height:initial;
        color: #000;
        display: block;
        width: auto;
        bottom: initial;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        right: initial;
    }
    .TodyCaricaterList:after {
        content: "";
        clear: both;
        display: block;
    }
    .TodayCaricaterTitel 
    {
        font-size: 27px;
        font-weight: bold;
        padding: 0 0;
        direction: rtl;
    }
    .CaricaterMore{margin-left:20px;}
    .SPCaricaterTitle {display:none;}
    .SPMobCaricaterTitle{display:block;background-color:#EFEFEF;padding:14px 2.7%;direction:rtl;}
    .SPMobCaricaterTitle h2{display:inline-block;font-size:35px;font-weight:bold;color:#000;width:20%;direction:rtl;}
    .SPMobCaricaterTitle select{width:70%;font-size:35px;font-weight:bold;color:#757575;margin-right:9%;direction:rtl;background-color:#F8F8F8;padding:10px;}
    .SPMobCaricaterTitle option{font-size:35px !important;font-weight:bold !important;font-family:Nassim !important;direction:rtl;}
     .searchBlock{width:100%;position:relative !important;direction:rtl;height:70px;background:#59609f;left:0;top:0;}
    .searchBlockIn{position:absolute;left:10px;top:12px;}
    .simpleSearchTxt input[type=text] {width: 172px;height: 42px;padding-right: 0px;text-indent:10px;font-size:25px;}
    .mainStoryBorder {display:none;}
     .searchResultItem {
        width: auto !important;
    }
    .searchResultMainTitle{width:auto !important;font-size:35px !important;background:#efefef;direction:rtl;}
    .searchResultItemTitle a {font-size: 33px !important;
color: #000;
font-weight: bold;}

.searchResultItemDate{font-size:30px !important;}
.searchResultItemText{font-size:28px !important; padding-left: 17%;}
#pagination li {width:7% !important;height:50px !important;}
#pagination a{font-size:30px !important;line-height:50px !important;}
    #pagination .previous, #pagination .next
    {
       width: 23px !important;
height: 27px !important; 
    }
    
    
    #advancedSearchBox{width: auto;
position: relative;
box-shadow: none;
padding:10px 3.9%;background:#c6c6c6;
margin-bottom:0;
}
.searchControles
{
    display:none;
}
.advancedTitle {
font-size: 35px;
font-weight: bold;
color: #000;
margin-bottom:0;



}
.advSearchArrowMob
{
    display:block;
    width:22px;
    height:16px;
    background:url('/Content/images/adSearchArrowM.png') scroll left top no-repeat transparent;
    position:absolute;
    left:20px;
    top:25px;
    cursor:pointer;
  
}
#advancedSearchBox label {
font-size:37px;
color: #000;
margin-left: 0px;
}
#advancedSearchBox input[type=text] {
width: 56.2%;
border: 1px solid #636ab0;
padding: 0px 0;
text-indent: 15px;
font-size: 37px;
color: #818181;
font-family: Nassim;
height: 60px;

}
.SectionDropDownlist select {
width: 56.2%;
border: 1px solid #636ab0;
font-size: 37px;
color: #5d5d5d;
font-family: Nassim;
height: 60px;

text-indent: 15px;
}
.SectionDropDownlist
{
    border-bottom:2px solid #818181;
    padding-bottom:30px;
}
.SectionDropDownlist label
{
    margin-left:0 !important;
}
.ASubSection
{
    margin-top:20px;
    margin-right:157px;
    
    
}
.APublishDate label.ApublishDateLbl {
width: auto;
margin-left: 0 !important;
display:block;
}
.ApublishDateFrom {
display: block;
position: relative;
width: auto;
}     
.ApublishDateTo {
margin-right: 0;
position: relative;
width: auto;
}

.APublishDate select {
width: 19.5%;
height: 60px;
border: 1px solid #636ab0;
font-size: 30px;
color: #5d5d5d;
font-family: Nassim;
margin-right: 20px;
margin-bottom: 5px;
text-indent: 5px;
}
#TODay
{
    margin-right:23px;
}
.APublishDate label.ApublishDateLbl
{
    margin-bottom:30px;
}
.restedBtn{width:60px;height:60px;background:url('/Content/images/mobilereste.jpg') scroll left bottom no-repeat;position:absolute;left:22px;top:0;cursor:pointer;display:block;}
.restedBtnDisbel{width:60px;height:60px;background:url('/Content/images/mobilereste.jpg') scroll left top no-repeat;position:absolute;left:22px;top:0;cursor:auto;display:block;}
.AdvancedSearchBtn {
width: 86%;
height: 60px;
background: #636ab0;
text-align: center;
color: #fff;
font-size: 35px;
font-family: Nassim;
border: 0;
font-weight: bold;
cursor: pointer;
margin-right: 58px;
margin-bottom:15px;
}
.AdvancedSearchBtnBlock
{
    text-align:right;
    margin-left:0;
}
 
.AsearchedWord label,.SectionDropDownlist label {width: 154px;
display: inline-block;}
.noResult {
font-size: 35px !important;
font-weight: bold;
padding: 10px;
color: Red;
min-height: 391px;
background: #fff;
}
 .SearchdesktopOnly{display:none;}
    .SearchMoblieOnly{display:block;}
  .latestNewsBlock{padding-top:0;}
  .SummarylatestNewsContent{width:auto;}
  .latestNewsList ul li {padding:16px 16px;margin-left:0;}
  .latestNewsList ul li:first-child {
border: none;
padding-top: 16px !important;
}
.latstNewsTime{font-size:30px;color:#000;}
  .PublishDateSearchBlock{background:#efefef;padding:16px 25px 16px 0; }
  .latstNewsLink a{font-size:33px;line-height:30px;}
  .breakingNewsSummary h3{font-size:33px;line-height:40px;}
  .PubSearchClr{clear:both;display:block;float:none !important;}
   .APublishDate #FromMonth{width:19.5%;}
    .APublishDate #TOMonth{width:19.5%;}
  .PublishDateSearchBlock ul li {font-size:33px;}
  .PublishDateSearchBlock ul li select {width: 100%;height: 60px;
border: 1px solid #636ab0;
color: #000;
font-weight: bold;
font-family: Nassim;
font-size: 30px;
text-indent: 15px;}
.fromLbl {
margin-left:5.1%;
}
  .toLbl {
margin-left: 6.2%;
}
.fromDayList, .fromMonthList, .fromYearList 
{
    width:19.5%;
margin-left:3.1%;
margin-bottom:50px;
}
  .ToDayList, .ToMonthList, .ToYearList
  {
       width:19.5%;
   margin-left:3.1%; 
   margin-bottom:50px;
  }
  .publishLbl
  {
      margin-bottom:20px;
  }
  .RestButton span {
width: 60px;
height: 60px;
background: url('/Content/images/mobilereste.jpg') scroll left bottom no-repeat;
cursor: pointer;
display: block;
}
.restedDisbel span {
width: 60px;
height: 60px;
background: url('/Content/images/mobilereste.jpg') scroll left top no-repeat;
cursor:pointer;
display: block;
}
  .PublishSearvhBtn input {
width: 83.7%;
height: 60px;
background: #636ab0;
text-align: center;
color: #fff;
font-size: 35px;
font-family: Nassim;
border: 0;
font-weight: bold;
cursor: pointer;
margin-right: 63px;
margin-bottom: 15px;

}
.PublishSearvhBtn {width:93%;}
  .fromRest,.ToRest {
margin-left: 0px;
}
.homePageTooltip {
    display:none;
}
.quickNewsSummaryTabsList 
{
    display:block;    
}

.PublishDateSearchBlock #TODay
{
    margin-right:0 !important;
}

.PdaySelect {width:100% !important;}
.PublishDateSearchBlock #FromMonth,.PublishDateSearchBlock #TOMonth {width:100% !important;}
.PyearSelect {width:100% !important;}
.timeValidationError{font-size:30px;}
.SummarywithImage
{
    width: 53.8%;
float: right;
direction: rtl;
}

.errorsearch{position:relative;}
.MoreNews
{
    width: 100%;
    float: none;
    text-align: center;
    font-size: 38px;
    margin-top: 0;
    margin-bottom:15px;
    padding-bottom:20px;
    padding-top:20px;
}
.MoreNews a{


background: url('/Content/images/searcarrow.png') scroll 188px center no-repeat transparent;

            }
.searchResultContainer .textVideoIcon
{
    margin-top:20px;
}
.latesNewsItemImage{margin-top:10px;}
          
/* New Account Page Start */   
.NewAccountPageBlock{direction:rtl;}
.NewAccountPageBlock ul {width:92.3%;margin:0 auto;}
.NewAccountPageBlock ul li {display:block;}
.NewAccountPageBlock input[type=text]{width:100%;border:1px solid #636ab0;font-size:25px;font-family:Nassim;font-weight:bold;color:#5d5d5d;text-indent:10px;height:60px;margin-right:0;}
.NewAccountPageBlock .frmLbl {font-size:40px;color:#010101;display:block;}
.NewAccountPageBlock .reqStr{font-size:40px;color:#f81b1b;}
.newSparator{display:block;height:25px;}
.NACaptchBlock{border:1px solid #dcdad0;width:230px;height:34px;margin-right:0;}
#captchBTxt{width:100%;margin-top:10px}
.lblReqFiled{display: block;font-size: 28px;margin-right:0;}
.rolesConfirmLbl{font-size:28px;color:#5d5d5d;margin-right:0;}
#checkboxBox{margin-right:9px;margin-left:5px;margin-right:0;}
#NewAccountSubBtn{color: #FFF;font-weight:bold;width: 177px;height: 60px;background: #636AB0;display: block;text-align: center;line-height: 30px;margin-top: 13px;border:none;font-family:Nassim;font-size:27px;margin-right:0;}
/* New Account Page End */     

::-webkit-input-placeholder {
  font-family:Nassim;font-weight:bold;color:#5d5d5d;
}

:-moz-placeholder { /* Firefox 18- */
font-family:Nassim;font-weight:bold;color:#5d5d5d;
}

::-moz-placeholder {  /* Firefox 19+ */
font-family:Nassim;font-weight:bold;color:#5d5d5d;
}

:-ms-input-placeholder {  
font-family:Nassim;font-weight:bold;color:#5d5d5d;
}

.error
{
   font-size:15px;
   font-weight:bold;
   color:#fe0000; 
   margin-right:10px;
   margin-top:5px;
}
.headerLeaderboardAd {display:none;}
.leftSideAd {display:none;}
.leftSideButtonAd {display:none;}
.leftSideSkyscraperAd {display:none;}
.rightSideAd {display:none;}
.rightSideButtonAd {display:none;}
.rightSideSkyscraperAd {display:none;}
.homeLeftMobileBanner {display:none;}
.homeLeftAreaRectangle {display:none;}
.homeMiddleLeaderboardAd{display:none;}
.summaryMiddleLeaderboardAd {display:none;}
.summaryleftSideAd{display:none;}
.summaryrightSideAd{display:none;}
.summaryLeftAreaRectangle {display:none;}
.detailedLeftAreaRectangle{display:none;}
.DP-LeftArea .detailedLeftAreaRectangle{display:none;}
.sportsummarysubBlock .summaryLeftAreaRectangle {display:none;}

.appLink{display:none;position:relative;line-height: 0;}
.appLink img{border-top:2px solid #c2c2c2;border-bottom:2px solid #c2c2c2;}
.CloseAppLink
{
width: 50px;
height: 50px;
display: block;
position: absolute;
left: 5px;
top: 59px;
cursor:pointer;
z-index:9999;}
#ContactUsFormBlock {width:92.3%;margin: 0 auto;direction: rtl;}
#ContactUsFormBlock ul {display:block;width: 100%;}
#ContactUsFormBlock ul li{display:block;direction:rtl;}
.ContactUs-Sparator {height: 15px;}
#ContactUsFormBlock ul li .ContactUs-lbl{font-size: 38px;color:#5d5e5f;display:block;width: 100%;}
#ContactUsFormBlock ul li .ContactUs-Txt {width: 100%;border: 1px solid #636ab0;padding: 0;margin:0;font-family:Nassim;height: 58px;text-indent:6px;font-size:38px;}
#ContactUsFormBlock ul li .ContactUs-select {width: 100.4%;border: 1px solid #636ab0;padding: 0;margin:0;font-family:Nassim;text-indent:6px;font-size:34px;color: #a6a5a5;direction:rtl;text-align:right;}
#ContactUsFormBlock ul li option{padding: 0;margin:0;font-family:Nassim;direction:rtl;text-align:right;}
#ContactUsFormBlock ul li textarea{resize:none;height: 133px !important;width: 98% !important;padding: 1% !important;}
.ContactUs-required {font-size: 18px;color: #ff0000;}
.ContactUs-SendButton{display: block !important;width: 100%;}
.ContactUs-MsgCountBlock {color:#5d5e5f;font-size: 25px;float: right;}
#ContactUs-SendBtn {background:#636ab0;width: 177px;border: none;height: 60px;color: #fff;font-size: 30px;font-family:Nassim;float: left;margin-top:10px;}
#ContactUsFormBlock ul li span.error{font-size:30px;color: red;display: block;margin-top: 10px;font-weight: bold;}     


.staticPageMainDiv {width:100%;margin:0;font-size:35px;font-weight:bold;}
.subscribeHeaderTitle {display:block;height:64px;background:#EFEFEF;padding-right:2.7%;padding-top:15px;}
.subscribeHeaderText 
{
    margin-top:20px;
    margin-bottom:25px;
    font-size:24px;
    color:#5d5e5f;  
    font-weight:bold; 
}
#subscribeFormBlock {width:92.3%;margin: 0 auto;direction: rtl;}
#subscribeFormBlock ul {display:block;width: 100%;}
#subscribeFormBlock ul li{display:block;}
.subscribe-Sparator {height: 15px;}
#subscribeFormBlock ul li .subscribe-lbl{font-size: 38px;color:#5d5e5f;display:block;width: 100%;}
#subscribeFormBlock ul li .subscribe-Txt {width: 100%;border: 1px solid #636ab0;padding: 0;margin:0;font-family:Nassim;height: 58px;text-indent:6px;font-size:38px;}
.subscribe-required {font-size: 18px;color: #ff0000;}
.subscribe-SendButton{display: block !important;width: 100%;}
.subscribe-MsgCountBlock {color:#5d5e5f;font-size: 25px;float: right;}
#subscribe-SendBtn {background:#636ab0;width: 177px;border: none;height: 60px;color: #fff;font-size: 30px;font-family:Nassim;float: left;margin-top:10px;}
#subscribeFormBlock ul li span.error{font-size:30px;color: red;display: block;margin-top: 10px;font-weight: bold;}     
.MobileApplicationLinkBannerContainer {display:none;}
.homepage_NewsletterBanner {display:none;}

/* Media Responsive OdaiB */

.multiMediaSumContent
{
    width:100%;
    float:none;
}
.albumMainContent
{
    float:none;
    margin-bottom:0;
}
.albumMainContentItems:nth-child(1){
  float: none;
  width:100%;
  margin-left:0;
    margin-bottom: 20px;
}
.albumMainContentItems a img
{
    width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.albumMainContentItems{
float: right;
  width: 48.4375%;
  margin-left:3.125%;
    margin-bottom: 20px;
  

}

albumMainContentSelectList {
  float: none;
  padding-bottom: 16px;
  font-size: 20px;
}

albumMainContentTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px 13px 17px 0;
  float: none; 
}
.albumMainContentList
{
margin: 0 3.125%;  
} 

.albumSubContent {
  width: 100%;
  float: none;
}
.albumSubContentItems {
   float: right;
  width: 48.4375%;
  margin-bottom: 20px;
  margin-right: 0;
  height: auto;
}
.albumSubContentItems:nth-child(even) 
{
        margin-left: 0%;
}
.albumSubContentItems:nth-child(odd) 
{
 
       margin-left: 3.125%;
}
.albumSubContentItems  a img 
{
        width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.albumSubContentList
{
    margin: 0 3.125%;  
}


.albumMainContentSelectList
{
  
  float: left;
  padding:15px 0;
    font-size: 25px;
}
.withOutSelect
{
     margin-left: 29.125%;
}
.withSelect
{
     
  margin: 0 auto;
     float:none;
       margin-right: 9px;
}
.albumMainContentSelectItem a {
  color: #FFF;
  line-height: 27px;
  padding: 0 15px; 
  background-color: #636AB0;
  font-size: 32px;
  cursor: pointer;
}
.albumMainContentSelectItem select {
  width:  188px;
  height: 34px;
  direction: rtl;
  font-size: 22px;
  color: #666766;
  font-family: Nassim;
}
.verysmallvideoicon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 38px;
  height: 38px;
}
.albumMainContentTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 16px;
  padding: 24px 20px 17px 0;
  float: right;
}
.albumMainSectionCaption {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #636AB0;
  color: #FFF;
  padding: 0 5px;
  font-size: 25px;
  font-weight: bold;
}
.MediaSubMenuBlock
{
    background: #f1f0f0;  
    display:block;
}
.albumMainContentTitle{display:none;}
.MediasubMenuMainParent
{
     line-height: 70px;
  font-size: 26px;
  padding-right: 11px;
  color: #000;
  font-weight: bold;
  display: inline;
  background: #f1f0f0;
  text-align: right;
  position: absolute;
  right: 0;
  width: 100%;
}
#MediaSubMenu .MobileSubSectionTree ul
{
    left:-39px;
}
/*#MediaSubMenu
{
      height: 70px;
  width: 70.1%;
  background: #f1f0f0;
}

#MediaSubMenu .MobileSubSectionTreeContainer
{
       padding:0; 
  position: relative;
  margin-right: 0; 
  width: 100%;
 
 
}

#MediaSubMenu .rightarrow
{
      right: 0px;
}
*/
#MediaSubMenu .MobileSubSectionTree ul li a
 {
  width: auto;
  display: block;

   
      
   
 }
  .PIBlist#slide-list
  {
      width:70% !important;
        margin-right: 5% !important;
  }
  
 ul#slide-list li {
  list-style: none !important;
  width: 1% !important;
  height: 12px !important;
  float: right !important;
  margin: 0 4% 0 0!important;
}

 #MediaSubMenu .MobileSubSectionTree ul li:first-child a
 {
  width: auto;
  display: block;
  min-width: 134px;
   
      
   
 }
.mediaLinksItem a.selected
{
    color:#636ab0 !important;
    display:block;
    border-bottom: 2px solid #000;
  height: 68px;
    
}
.albumTitle {
  padding-top: 10px;
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 40px;
  direction: rtl;
}
.albumDate {
  display: block;
  font-size: 22px;
  line-height: 27px;
}
.selectedItem
{
    border-bottom:1px solid #000;
}


 /* Medai Home Page  */
#mobileMediaHomePageBlock{background:#f2f2f4;display:block;padding-bottom:25px;}
#mobileMediaHomePageBlock h1 a{font-size:35px;font-weight:bold;color:#000;padding-right:26px;padding-top:20px;  padding-bottom: 25px;display:block;}
#mobileMediaHomePageBlock a.MobileAlbumeTitle{font-size:30px;font-weight:bold;color:#000;  
  padding-top: 14px;
  display: block;
  direction:rtl;
    width: 100%;
 }
 #mobileMedaiHomepageContent {position:relative;}
.mobileMedaiItem {width: 318px; margin:0 auto;}
.mobileItemtwo{width: 48.5%;
  margin: 0 auto;
  float: right;
  margin-right: 1%;}
.mobileMedaiItem  img{  width: 100%;
  max-width: 318px;
  max-height: 179px;
  height: 100%;}
.MobileMedaiNext 
{
   
}
/* OWL CSS  Start  */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev
{
 
    height:179px;
    width:50px;
    position:absolute;
    right:0;
    top:0;
      background: url(../images/PIBArrows.png) no-repeat  -38px center rgba(0,0,0,0.9);
}
.owl-carousel .owl-controls .owl-nav .owl-next
{
    
    height:179px;
    width:50px;
    position:absolute;
    left:0;
    top:0;
  background: url(../images/PIBArrows.png) no-repeat 13px  center rgba(0,0,0,0.9);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}





} /* END Responsive  */

.cultureAlbumBlock
{
    padding-bottom:10px;
}
.cultureAlbumBlock .bx-wrapper
{
    position:relative;
    padding-bottom:10px;
}
.cultureAlbumBlock .bx-controls
{
    position:absolute;
    top: 0;
    z-index:100;
    width:100%;
}
.cultureAlbumBlock .bx-prev
{
    position: absolute;
    right: 0px;
    width: 100px;
    height: 183px;
    background: url(../images/CultRightArrow.png) no-repeat right  center;
    font-size: 0;
    opacity:0;
}
.cultureAlbumBlock .bx-next
{
    position: absolute;
    left: 0px;
    width: 100px;
    height: 183px;
    background: url(../images/CultLeftArrow.png) no-repeat left center    ;
    font-size: 0;
    opacity:0;
}
.cultureAlbumBlock .bx-wrapper .sumsumMultimediaText
{
    margin-bottom:0px;
}

.flashBanner300X250
{
    text-align:center;
    width:350px;
    margin:0 auto;
    border-top: 1px solid #d2cfcf;
    border-bottom: 1px solid #d2cfcf;
    padding:25px 0 0;
    background: #f1f0f0;
}
#FlashID
{
    margin:0 auto;
    display:block;
}
.flashBanner300X250Text
{
    text-align:center;
    line-height:25px;
    font-size:16px;
    color:#ADADAD;
}
.fullScreenSocial
{
    position: absolute;
    width: 187px;
    height: 40px;
    background: rgba(0,0,0,0.90);
    left: 50px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    text-align:center;
    direction:ltr;
    z-index:10;
}
.fullScreenSocial-button
{
    display:inline-block;
    background-image:url("../images/Fullscreen-services.png");
    width:23px;
    height:25px;
    margin:5px;
}
.fullScreenSocial-facebook
{
    background-position:0 3px;
}
.fullScreenSocial-twitter
{
     background-position:0 -23px;
}
.fullScreenSocial-google
{
     background-position:0 -48px;
}
.fullScreenSocial-Whatsapp 
{
        background-position:0 -78px;
}
.zoomlink
{
    position:relative;
    display:inline-block;
}
.zoom-in-icon
{
    position:absolute;
    width:30px;
    height:30px;
    bottom:0;
    left:0;
    background-image:url("/content/images/zoom-icon2.png");
    background-position:center center;
    background-repeat:no-repeat;
    padding-bottom:0px !important;
    margin-bottom:2px;
    margin-left:2px;
}
.NewcaricaterBlock .zoom-in-icon
{
    bottom:-33px;
    left:0; 
     background-image:url("/content/images/ZoomIcon3-Gallery.png");
}
.NewsPaperPDFBlock{
    width: 361px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom:29px;
}
.NewpaperPDFContent
{
    padding-bottom:11px;
}
.NewpaperPDFContainer
{
    border:2px solid #D8D8E1;
    margin-bottom:5px;
}
.NewpaperPDF
{
    border:1px solid #D8D8E1;
    margin:1px;
    padding:3px 2px;
}
.NewpaperPDFImageBlock
{
    float:right;
    padding-left: 2px;
    border-left:1px solid #E8E8ED;
}
.NewpaperPDFImageBlockLink
{
    display:block;
}
.NewpaperPDFImageBlockLink img
{
    vertical-align:middle;
}
.NewspaperPDFLinks a:hover{text-decoration:underline;}
.NewspaperPDFLinks-lastchild
{
    border:none;
}
.NewpaperPDFContainerSupplements {
    float: right;
    width: 161px;
    padding-right: 2px;
    border-right: 1px solid #F1F1F4;
    height: 337px;
    overflow:hidden;
}
.NewpaperPDFLinksBlockSupplements 
{
    background-color:#F2F2F4;
}
.NewpaperPDFSupplementsLinksList 
{
    
}
.NewspaperPDFSupplementsLinks {
    background:url("/Content/images/substorymore.png") no-repeat 145px center transparent;
    border-bottom:1px solid #DDDDE5;
    padding:9px 12px 8px 0px;
}
.NewspaperPDFSupplementsLinks:first-child {
    padding:9px 12px 9px 0px;
}
.NewspaperPDFSupplementsLinks a{
    color:#000;
    padding-right:12px;
    display:block;
    height:24px;
}
.NewspaperPDFSupplementsLinks a[guid-id="b456beb0-5df5-4f56-a304-ea599ece9ecf"]
{
      background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px 4px;
}
.NewspaperPDFSupplementsLinks a[guid-id="2cd8242e-a535-42d3-8486-2cd2d679d884"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -26px;
}
.NewspaperPDFSupplementsLinks a[guid-id="6e758290-5214-4a24-9ef0-16f648b39a27"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -151px;
}
.NewspaperPDFSupplementsLinks a[guid-id="e5a75a70-45ce-4625-bcec-27242fed19a1"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -213px;
}
.NewspaperPDFSupplementsLinks a[guid-id="b69d1929-90cd-4858-8607-182d87c27dc3"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -182px;
}
.NewspaperPDFSupplementsLinks a[guid-id="3acb5217-6816-4b57-a57a-e75550d8fe3c"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -88px;
}
.NewspaperPDFSupplementsLinks a[guid-id="b057f5f0-357f-439f-b2bb-81863bb5c987"]{
    
}
.NewspaperPDFSupplementsLinks a[guid-id="25ab3eb4-d653-456c-ab56-254a6db42b42"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -119px;
}
.NewspaperPDFSupplementsLinks a[guid-id="e8fb1faf-fe02-4876-ba99-a392c30157a7"]{
    
}
.NewspaperPDFSupplementsLinks a[guid-id="53f7165a-38c1-47c9-9953-11b7a150e477"]{
    
}
.NewspaperPDFSupplementsLinks a[guid-id="505d1739-f96f-4d8a-b5e0-8ade7e4bcd79"]{
    background: url('/Content/images/supplements/SupplementImages.png') no-repeat 57px -58px;
}
.NewpaperPDFTitle h3 {float:right;font-size:20px;font-weight:bold;margin-bottom:5px;}
.NewpaperPDFTitleFirst {width:192px;}
.NewpaperPDFTitleSecond {}
.archiveContainer
{
    margin-right:16px;
    margin-left:16px;
}
.archiveHeader
{
    padding-top:15px;
    padding-right:10px;
    padding-bottom:50px;
    position:relative;
}
.archiveDatePickerList
{
}
.archiveDateItem
{
    float:right;
    direction:rtl;
}
.archiveDateItem label
{
    font-size:18px;
    line-height:28px;
    direction:rtl;
}
.archiveDateItem input
{
    width:112px;
    direction:rtl;
    height:25px;
    border:1px solid #636AB0;
    background: url(../images/datepickerIcon.png) no-repeat scroll 7px 3px #FFF;
    padding-right:5px;
}
.archiveDatePickerTitle
{
    font-size:19px;
    line-height:28px;
}
.archiveDatePickerFrom
{
    margin-right:65px;
}
.archiveDatePickerTo
{
    margin-right:15px;
}
.archiveDatePickerSubmit
{
    margin-right:10px;
}
.archiveDatePickerSubmit a
{
    background:#636AB0;
    font-size:17px;
    padding:0px 5px ;
    font-weight:bold;
    color:#FFF;
    line-height: 28px;
}

.archiveContent
{
    text-align:center;
    font-size:17px;
    position:relative;
    min-height: 350px;
}
.archiveDayColumn
{
    margin-top:16px;
    position:relative;
    border-bottom:2px solid #979797;
}
.archiveDayColumn-odd
{
    background:#D9D8D8;
}
.archiveDayColumn-even
{
    background:#c9c8c8;
}
.archiveDayColumnList
{
}
.archiveDayColumnItem
{
    text-align:center;
}
.archiveDayColumnItemDate
{
    float:right;
    width:69px;
}
.archiveDayDateList
{
}
.archiveDayDateItem
{
}

.archiveDayDateItemDayName
{
    background-color:#D1D1D1;
    text-align:center;
    font-size:13px;
    line-height:22px;
    font-weight:bold;
}

.archiveDayDateItemDayNumber
{
    padding-top:10px;
    background-color:#BEBED6;
    text-align:center;
    font-size:40px;
    line-height:25px;
    color:#64647c;
    font-weight:bold;
}

.archiveDayDateItemMonth
{
    background-color:#BEBED6;
    text-align:center;
    font-size:13px;
    line-height:13px;
    font-weight:bold;
    padding-bottom:10px;
}

.archiveDayDateItemYear
{
    background-color:#D1D1D1;
    text-align:center;
    font-size:19px;
    line-height:22px;
    font-weight:bold;
}

.archiveDayColumnItemLinks
{
    float:right;
    font-weight:bold;
    font-size:17px;
    height:50px;
    width:92px;
    direction:rtl;
}
.archiveDayColumnItemLinks-odd
{
}
.archiveDayColumnItemLinks-even
{
    background-color:#F0EFEF;
}
.archiveDayColumnItemLinks-firstLine
{
    border-bottom:2px solid #BEBED6;
}
.archiveDayColumnItemLinks-secondLine
{
}
.archiveDayColumnItemLinks-Icon.archiveDayColumnItemLinks-even
{
    background:url("../images/archiveIcon.png") no-repeat 62px center #F0EFEF;
}
.archiveDayColumnItemLinks-Icon.archiveDayColumnItemLinks-odd
{
    background:url("../images/archiveIcon.png") no-repeat 62px center #FFFFFF;
}
.archiveDayColumnItemLinks-Icon a
{
    padding-right: 26px;
}

.archiveDayColumnItemLinks a
{
    font-weight:bold;
    font-size:17px;
    color:#000;
    display:table-cell;
    vertical-align:middle;
    line-height: 19px;
    text-align:center;
    width: 92px;
    height: 50px;
}
.archiveDayToday
{
    position:absolute;
    top:-24px;
    background:#C8C9DE;
    display:block;
    text-align:center;
    width:89px;
    font-size:14px;
    line-height:24px;
}
#loadinggif
{
    display: none;
    position: absolute;
    background: url(../images/loading.gif) no-repeat center center;
    width:100px;
    height:100px;
    top:33%;
    left:42%;
    z-index:10;
}

#archivePagination {
	width: 100%;
	text-align: center;
	padding: 34px 0 16px 0;
	direction: rtl;
}
#archivePagination li{
	  background-color: #636ab0;
    display: inline-block;
    font-size: 20px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
#archivePagination li.selectedPage
{
    background:#bbbbd3 !important;
    color:#fff;
}

.ie7 #archivePagination li{
	display:inline;
	zoom:1;
}
#archivePagination li.active{
	background-color:#79b51c ;
}
#archivePagination a{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	display:block;
	text-align:center;
	font-family:Arial;
}
#archivePagination .previous,#archivePagination .next {
   width:23px;
    height:27px;
    padding:0;
	background-color: transparent;

	border-top-color:transparent;
	border-bottom-color:transparent;
	border-left-color: transparent;
	border-right-color:transparent;
}
#archivePagination .previous a {
	   width:23px;
    height:27px;
    	background:url('/Content/images/pagenationarrow.png') scroll left -28px transparent no-repeat;
}
#archivePagination .disabeldArrow a
{
   background:url('/Content/images/pagenationarrow.png') scroll left top transparent no-repeat !important;
}
#archivePagination .disabeldnextArrow a
{
    	background:url('/Content/images/pagenationarrow.png') scroll left -55px transparent no-repeat !important;
}
#archivePagination .next a
{
    width:23px;
    height:27px;
	background:url('/Content/images/pagenationarrow.png') scroll left -82px transparent no-repeat;
}

.MobileNewsPaperPDFBlock
{
    padding-top:20px;
    background:#EEEEF2;
    border-top:2px solid #CCCCCC;
    border-bottom:1px solid #AAAAAA;
}
.MobileNewpaperPDFTitle
{
    width: 94%;
    margin: 0 auto;
    font-size:30px;
    font-weight:bold;
    line-height:32px;
}
.MobileNewpaperPDFListContainer
{
    width: 94%;
    margin: 0 auto;
    direction:rtl;
    padding-top:16px;
    padding-bottom:16px;
}
.MobileNewpaperPDFList{
    width: 100%;
    font-size: 30px;
    color: #969696;
    font-family: Nassim;
    font-weight: bold;
    background: #ebebeb;
}
.NewspaperPDFLinksArchive.NewspaperPDFLinks
{
    background: #BEBED6;
    color: #64647c;
    -webkit-box-shadow: inset -10px 0px 10px -5px rgba(147,146,169,1);
    -moz-box-shadow: inset -10px 0px 10px -5px rgba(147,146,169,1);
    box-shadow: inset -10px 0px 10px -5px rgba(147,146,169,1);
}
.NewspaperPDFLinksArchive.NewspaperPDFLinks a
{
    color: #64647c;
    background: url("/Content/images/PDF-Box-arrowDark.png") no-repeat 10px center
}
#PDFBlockOnHomepage
{
    position:relative;
    margin-top: 5px;
}
#loadinggifhomepage
{
    display: none;
    background: url(../images/loading2.gif) no-repeat center center;
    height: 100px;
    z-index: 10;
}
.NewHomepageAlbumeDesignBlock 
{
    margin: 0px auto 0;
    position: relative;
}
.newHomepageAlbumImagBlock
{
    width: 361px;
    background: #626AB5;
    position: relative;
    margin:0 auto;
}
.newHomepageAlbumDesignTitl 
{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    line-height:30px;
}
.imageHomepageAlbumBlock 
{
    height:171px;

}
.imageHomepageAlbumBlock a
{
    display:block;

}
.imageHomepageAlbumBlock a .zoom-in-icon 
{
    margin:0;
}
.transparentImageBackground 
{
    background-color:#636ab0;
}
.rightAreaSharingItem 
{
    height: 40px;
    border-bottom: 1px solid #E5E4E4;
    background-color: #636AB0;
    cursor: pointer;
}
.facebookShareIconParent 
{
    background-color: #3B5999;  
}
.twitterShareIconParent 
{
    background-color: #34CCFE;
}
.googleShareIconParent 
{
    background-color: #DE4B39;
}
.rightAreaSharingItem .stButton .stButton_gradient 
{
    background:none !important;
    border:none !important;
    padding:0 !important;
    float:left;
    position: absolute;
    left: 20px;
    margin-top:10px;
}
.rightAreaSharingItem .stButton 
{
    height: 40px;
    width: 100%;
    margin:0 !important;
    vertical-align:middle;
}
.rightAreaSharingItem .stButton .googleplus {
    background-image: url('../images/DP-services.png') !important;
    background-repeat: no-repeat !important;
    display: block;
    width: 22px;
    height: 20px !important;
    background-position: center -40px;
    font-size: 0 !important;
    padding:0 !important;
}
.rightAreaSharingItem .stButton  .stArrow 
{
    padding-left: 0;
    margin-left: 0;
    background: none;
    line-height: normal;
    height: auto;
}
.rightAreaSharingItem .stButton_gradient.stHBubble 
{
    float:none;
    margin:0;
    width:31px;
    height:40px;
    text-align: left;
}
.rightAreaSharingItem .stButton_gradient.stHBubble  .stBubble_hcount 
{
    font-size: 14px;
    color: #FFF;
    font-family:Arial;
    font-weight:normal;
    line-height:40px;
    padding:0;
}
.rightAreaSharingItem a[class*="ShareIcon"] 
{
    background-image: url('../images/DP-services.png');
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 20px;
    float: left;
    cursor: pointer;
    margin-left:5px;
    margin-top:10px;
}
.rightAreaSharingItem a.facebookShareIcon {
    background-position: center 2px;
}
.rightAreaSharingItem a.twitterShareIcon {
    background-position: center -20px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}
.rightAreaSharingItem a.commentsShareIcon {
    background-position: center -63px;
}
.rightAreaSharingItem a.sendtofriendShareIcon2 {
    background-position: center -84px;
}
.rightAreaSharingItem a.printShareIcon {
    background-position: 19px -108px;
    width: 100%;
    margin:0;
    margin-top: 10px;
    margin-left: 0px;
    height: 30px;
}
.rightAreaSharingItem .counter {
    font-size: 14px;
    color: #FFF;
    font-family:Arial;
    font-weight:normal;
    visibility:hidden;
    width: 31px;
    display: inline-block;
    text-align: left;
    line-height:40px;
}
.rightAreaSharingItem .DP-ShareBoxItemTitle
{
    line-height:40px;
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    font-family:Nassim;
    color:#fff;
    padding-left: 7px;
}
.rightAreaSharingItem .st_sharethis_large .stButton {
    padding: 0;
    margin: 0;
    height:auto;
    width:auto;
}
.rightAreaSharingItem .stButton .stLarge:hover 
{
    opacity:1;
    background-position: center -170px;
}
.rightAreaSharingItem .stButton  .stLarge 
{
    background-image: url("../images/DP-services.png") !important;
    width: 22px !important;
    height: 24px !important;
    background-color: #636AB0 !important;
    float:none;
    background-position: center -170px;
    margin-top:8px;
}
.DP-ShareBox.DP-ShareBoxleftspace {padding-left:25px;} 
.DP-ShareBox {
    width:576px;
    padding:10px 10px 0 0;
    margin:20px 0px;
    position:relative;
    clear:right;
}
.DP-ShareBoxText {
    font-size:18px;
    font-weight:bold;
    float:right;
}
.DP-ShareBoxItem {
    display:inline-block;
    margin-right:10px;
    position:relative;
    cursor:pointer;
}
.DP-ShareBoxItem a[class*="ShareIcon"] {
    background-image: url('../images/DP-services.png');
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
}
.DP-ShareBoxItem a.facebookShareIcon {
    background-position: center 4px;
    background-color:#3B5999;
}
.DP-ShareBoxItem a.twitterShareIcon {
    background-position: center -17px;
    background-color:#34CCFE;
}
.DP-ShareBoxItem a.commentsShareIcon {
    background-color:#636AB0;
    background-position: center -61px;
}
.DP-ShareBoxItem a.sendtofriendShareIcon {
    background-position: center -132px;
    background-color:#636AB0;
}
.DP-ShareBoxItem a.printShareIcon {
    background-position: 0px -151px;
    background-color:#636AB0;
}
.DP-ShareBoxItem .counter 
{
    height:22px;
    display:block;
    float:right;
    padding:0 2px;
    font-size: 15px;
    color: #9a999a;
    font-family:Arial;
    font-weight:normal;
    visibility:hidden;
    line-height:24px;
    border:1px solid #D6D6D6;
    border-left:none;
    padding:0 5px;
}
.DP-ShareBoxItem .st_googleplus_hcount {
    float: right;
}
.DP-ShareBoxItem .stButton span {
    margin: 0 !important;
    float: left;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    height: auto !important;
}
.DP-ShareBoxItem .st_googleplus_hcount .stButton_gradient {
    background: none !important;
    border: none !important;
    font-size: 0 !important;
    float: left;
    filter: none !important;
}
.DP-ShareBoxItem .stButton .googleplus {
    background-image: url('../images/DP-services.png') !important;
    background-repeat: no-repeat !important;
    display: block;
    width: 24px;
    height: 24px !important;
    background-position: center -40px;
    font-size: 0 !important;
    background-color:#DE4B39;
}
.DP-ShareBoxItem [class*="_hcount"] .stArrow {
    background: none !important;
    display: block !important;
    position: relative;
    font-size: 12px !important;
    border-left: 0;
    margin-left: 0 !important;
    margin-top: 0px !important;
    height: auto !important;
    text-align: center;
    margin: 0 2px;
    font-size: 15px !important;
    color: #9a999a;
    font-family:Arial;
    font-weight:normal;
    height: 22px !important;
    line-height: 22px !important;
    border: 1px solid #D6D6D6;
    border-left:none;
    padding: 0 5px !important;
}
.commentsShareIconParent
{
    cursor: default;
}
.commentsShareIconParent a[class*="ShareIcon"] 
{
    cursor: default;
}
.DP-ShareBoxItem .DP-ShareBoxItemTitle 
{
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    font-family:Nassim;
    color:#fff;
    line-height: 24px;
    padding-right: 2px;
    padding-left: 5px;
}
.DP-ShareBoxItem .st_sharethis_large 
{
    float:right;
    background-color:#636AB0;
    
}
.DP-ShareBoxItem .st_sharethis_large .stButton
{
    padding:0;
    margin:0;
}

.DP-ShareBoxItem .stButton .stLarge:hover 
{
    opacity:1;
    background-position: center -170px;
}
.DP-ShareBoxItem .stButton  .stLarge 
{
    background-image: url("../images/DP-services.png") !important;
    width: 24px !important;
    height: 24px !important;
    background-color: #636AB0 !important;
    float:none;
    background-position: center -170px;
}
.UrgentSocialLink .SendToFriendBlockBox.SendToFriendBlock 
{
    position: absolute;
    width: 446px;
    left: 0;
    background-color: #D0D5C9;
    opacity:0;
    z-index: 1000;
    top:47px;
    display:block;
    height:auto;
    right:auto;
    z-index: 99999;
}
.UrgentSocialLink .stf-Arrow {
    width: 25px;
    height: 22px;
    background-image: url('../images/sendtofriendarrowBN.png');
    position: absolute;
    top: -22px;
    bottom:auto;
    left: 25px;
    right:auto;
}
.rightAreaSharing .SendToFriendBlockBox.SendToFriendBlock 
{
    position: absolute;
    width: 446px;
    left: auto;
    background-color: #D0D5C9;
    opacity:0;
    z-index: 1000;
    top: -21px;
    display:block;
    height:auto;
    right: 85px;
    z-index: 99999;
}
.rightAreaSharing .stf-Arrow {
    width: 25px;
    height: 22px;
    background-image: url('../images/sendtofriendarrowright.png') center center;
    position: absolute;
    top: 40px;
    bottom:auto;
    left: auto;
    right:-22px;
}
.DP-ShareBoxItem .SendToFriendBlockBox.SendToFriendBlock 
{
    position: absolute;
    width: 446px;
    right: -190px;
    background-color: #D0D5C9;
    opacity: 0;
    bottom: 47px;
    z-index: 1000;
    top: auto;
    display: block;
}
.DP-ShareBoxItem .stf-Arrow {
    width: 25px;
    height: 22px;
    background-image: url('../images/sendtofriendarrow.png');
    position: absolute;
    bottom: -22px;
    left: 50%;
}
.sendToFriendShareIcon2Parent  {position:relative;}
.backToSection {
    font-size:15px;
    color:#000;
    font-weight:bold;
    float:left;
    background-color:#D3D3D3;
    padding:5px 10px;
}
.backToSection:hover {color:#6269b6;}
.stf-Arrow {
    width: 25px;
    height: 22px;
    background-image: url('../images/sendtofriendarrow.png');
    position: absolute;
    bottom: -22px;
    left: 50%;
}
.multiMediaHomePage .mmAlbumItem{
    opacity:0.5;
    color: #FFF;
    margin-left:8px;
}
.multiMediaHomePage h3 span{
    font-size:16px;
    font-weight:bold;
    direction:rtl;
}
.multiMediaHomePage .mmAlbumItem:after{
    clear:both;
    display:block;
    content:"";
}
.multiMediaHomePage .mmAlbumItem.active{
    opacity:1;
    color: #FFF;
}
.multiMediaHomePage .mmAlbumImage {
    float:right;
    margin-left:7px;
}
.multiMediaHomePage .galleryFullIconHomePage {
    display:block;
}
.multiMediaHomePage .slideCaption {
    display:none;
}
.homePageTooltip {
    position:absolute;
    top:-31px;
    left:0;
}
.homePageTooltipLink {
    font-size: 15px;
    font-weight: bold;
    background: url('../images/homePageToolTip.png')no-repeat center right #AE4C4C;
    color: #FFF;
    padding-right: 121px;
    padding-left: 10px;
    line-height: 29px;
    display: block;
    direction: rtl;
    white-space: nowrap;
}
.homePageTooltipLink:hover
{
    text-decoration:underline;
}
.DP-ShareBoxList
{
    direction:rtl;
    text-align:left; 
}
.videobanner {
    margin: 0 auto;
    width: 300px;
    padding-bottom: 20px;
}
.height11px 
{
    height:5px;
}
.homePageLeftDivUp .readersOptionsBlock {
    padding-top:5px;    
}
.dP-BodyVideo 
{
    width:100%;
}
.SharingServices{display:none !important;}
.homepage_NewsletterBanner {margin: 0 auto;width: 360px;padding-top:14px;padding-bottom: 12px; height:230px;}
.homepage_NewsletterBanner a {display:block;}
.homepage_NewsletterBanner a img {vertical-align:middle;}
.MobileApplicationLinkBannerContainer {margin: 0 auto;width: 361px;padding-top:14px;box-shadow: 0 6.5px 7px -4px #DCDCDE;padding-bottom: 12px;}
.MALBLinksContainer {width: 361px;height: 230px;background: url("/Content/images/MobileBanner.png") no-repeat center center transparent;position:relative;}
.MALBLinks{position:absolute;right:37px;width:120px;height:40px;background-image: url("/Content/images/MobileBannerButtons.png");background-color:transparent;}
.MALBLinksAndroid{background-position: center -52px;bottom: 21px;}
.MALBLinksApple{background-position: center top;bottom: 73px;}
#pagination {
	width: 100%;
	text-align: center;
	padding: 34px 0 16px 0;
	direction: rtl;
}
#pagination li{
	  background-color: #636ab0;
    display: inline-block;
    font-size: 20px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
#pagination li.selectedPage
{
    background:#bbbbd3 !important;
    color:#fff;
}

.ie7 #pagination li{
	display:inline;
	zoom:1;
}
#pagination li.active{
	background-color:#79b51c ;
}
#pagination a{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	display:block;
	text-align:center;
	font-family:Arial;
}
#pagination .previous,#pagination .next {
   width:23px;
    height:27px;
    padding:0;
	background-color: transparent;

	border-top-color:transparent;
	border-bottom-color:transparent;
	border-left-color: transparent;
	border-right-color:transparent; 
}
#pagination .previous a {
	   width:23px;
    height:27px;
    	background:url('/Content/images/pagenationarrow.png') scroll left -28px transparent no-repeat;
	
}
#pagination .disabeldArrow a
{
   background:url('/Content/images/pagenationarrow.png') scroll left top transparent no-repeat !important;  
}
#pagination .disabeldnextArrow a
{
    	background:url('/Content/images/pagenationarrow.png') scroll left -55px transparent no-repeat !important;
}
#pagination .next a 
{
    width:23px;
    height:27px;
	background:url('/Content/images/pagenationarrow.png') scroll left -82px transparent no-repeat;
}
  @media print 
                    {
                        body{
                        font-size:auto;
                        }
                        }

               
               /*hide ads on mobile*/
               
                @media (max-width: 750px) 
                {
                    .double-click-ad
                        {
                            display:none!important;
                        }
                    }

/* top header Menu */
#headerTopBar .topHeaderBtns{
    float: left;
    width: 315px;
    height: 36px;
    background:url('/Content/images/TopHeaderBtns.png') scroll center center transparent no-repeat;
    margin-top: 2px;
    margin-left: 150px;
    text-align: center;
}
#headerTopBar .topHeaderBtns ul {
    padding:0px 30px;
    display: inline-block;
    margin: 0 auto;
}
#headerTopBar .topHeaderBtns ul li:first-child {
    padding:0px;
}
#headerTopBar .topHeaderBtns ul li {
    list-style: none;
    float: right;
    padding: 0px 12px 0px 0px;
}
#headerTopBar .topHeaderBtns ul li:first-child a{
    border-right:0px;
    padding-right:0px;
}
#headerTopBar .topHeaderBtns ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #626bb0;
    border-right: 1px solid #c2c2c2;
    padding-right: 12px;
}
#headerTopBar .topHeaderBtns ul li.en-link a{
    font-size:16px;
}
#headerTopBar .topHeaderBtns ul li.sehatok a{
    background-image: url('/Content/images/TopHeaderSehatokIcon.png');
    background-repeat: no-repeat;
    background-position: 69px center;
    padding: 0px 37px 0px 0px;
    background-color: transparent;
}

.readmoreFrame {
    width:auto;
}

    /**Read more frame CSS*/

    .readmoreFrameInner {
        background: #DDE1FA;/*#BBBBD3*/
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

        .readmoreFrameInner .title {
            padding-top: 22px;
            float:right;
            width:70%;
        }

        .readmoreFrameInner img {
            margin-top: 10px;
            width: 100px;
        }

        .readmoreFrameInner .title a {
            font-size: 20px;
            color: #000;
            font-family: Nassim;
            overflow: hidden;
            padding-right: 14px;
            line-height: 22px;
            float:right;
           direction:rtl;
        } 

        .readmoreFrameInner span.label1 {
            color: #3C4280;
            font-size: 20px;
            width: 40px;
            padding-right: 20px;
            line-height: 26px;
            padding-top: 15px;
        }

    .readmoreFram {
        display:block !important;
        width: 100%;
        height: 75px;
    }

    .readmoreFrameInner .mobile img{margin-top:10px;width:100%;max-width:80%;}

    .readmoreFrameInner .mobile .title{width:100% !important;}
    .readmoreFrameInner .mobile .title a{float:none;line-height:40px;   direction:rtl;float:right;text-align:center; 
    }

    .readmoreFrameInner .mobile span.label1{
            text-align: center;
    width: 100% !important;
    padding-right: 0;
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    background: #eee;
    margin-top: 0;
    padding-top: 25px;
    }
    .readMoreDetailedBody.mobile{
        display:none;
        border: #ccc 1px solid;
        height:98%;
        }
    .readmoreFrameInner .mobile .image.right{width:100%;text-align:center;display:none;}

      .readmoreFrameInner .mobile .title{text-align:center;float:right;}
      .readMoreDetailedBody.mobile{
             width: 99%;
    float: right;
    margin-right: 1px;
      }

      .readmoreFrameInner .mobile .title a{font-size:30px;}

    .readmoreFram{margin-top:5px;margin-bottom:5px;}

    @media(max-width:767px){
            .readmoreFram{
                width:100%;
                height:220px !important;
            }
    }
    .readMoreDetailedBody {
        display:none;
    }