@import url('css/fonts.css');

body {
    font-family: 'DroidKufi-Regular', Arial, sans-serif;
    margin-bottom: 310px;
    background-color: #f7f7f7;
    color: #1B1B1B;
	/*overflow: hidden;*/
}
section > .container{
	overflow: hidden;
}
.twitter-button {
    background-color: #1b95e0;
    display: inline-block;
    border-radius: 5px;
    color: white;
    padding: 0 5px;
    direction: ltr;
}

.twitter-button:focus, .twitter-button:hover{
    opacity: 0.8;
    color: white;
}

.twitter-button:after {
     content: ' \f099';
     font-family: FontAwesome;
 }

/** Test Site **/
.testSite{
    float: right;
    background-color: #c40c0c;
    color: white;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
/** End Test Site **/

/** SIDE ADS **/
nav.sideAd{
	position: fixed;
    width: 1170px;
    top: 10px;
    z-index: 1;
    top: 222px;
}
.sticky.sideAd {
    top: 47px;
}

.stickBottom{
    position: absolute !important;
    bottom: 650px !important;
    top: auto !important;
}

/** END SIDE ADS **/

/*HEADER CSS*/
.socialTop {
    height: 30px !important;
    width: 30px !important;
	display:inline-block;
    position: relative;
    cursor: pointer;
    background-size: 30px !important;
    transition: 0.2s;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 2px;
    margin-top: 2px !important;
	margin-right:2px !important;
	float:left !important;
}

.socialFixOuter {
    position: fixed;
    top: 45%;
    right: 0;
    transition: 0.2s;
    z-index: 20
}

.socialFix {
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
    cursor: pointer;
    background-size: 40px 40px;
    transition: 0.2s;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 2px;
    margin-top: 1px;
}

.socialFix:hover {
    width: 60px;
}

.socialFixOuter .absolute_div {
    z-index: -1;
}

.socialFixOuter:hover {
    right: 0px !important;
}

.topRightHeader {
    float: right;
    width: 240px;
    margin-top: 12px;
}

.topRightHeader img {
    max-width: 200px;
}

.topLeftHeader {
    float: left;
    width: 910px;
}
.header-c1{
	position: relative;
}
.header-c1 > button{
	float: left;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}
.searchBtn {
    height: 30px;
    width: 50px;
    background-image: url(images/searchBtn2.png);
    background-size: contain;
    float: left;
    cursor: pointer;
    background-color: #cd9c2e;
    background-position: center;
    background-repeat: no-repeat;
}
.advancedSearch{

}
.searchBox {
    height: 30px;
    width: 0px;;
    float: left;
    overflow: hidden;
    transition: 0.3s;
}
.searchBox.active{
	width: 218px;
}
.searchBox input.input-search {
    width: 140px;
    height: 30px;
    border: 0px;
    background-color: rgba(204, 156, 46, 0.8);
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
	float: left;
}
.searchBox .advancedSearch {
	float: left;
    line-height: 30px;
    background-color: #cd9c2e;
    padding: 0px 5px;
    color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.searchBox .advancedSearch:hover {
	background-color: #b29146;
}
.searchBox input::-webkit-input-placeholder {
    color: #fff;
}

.searchBox input::-moz-input-placeholder {
    color: #fff;
}

.searchBox input::-o-input-placeholder {
    color: #fff;
}

.searchBox input::-ms-input-placeholder {
    color: #fff;
}
.headerAd
{
    height: 90px;
    width: 728px;
    margin-right: 50px
}
.archiveHeader {
    height: 30px;
    background-image: url(images/archiveHover.png);
    background-position: center right 5px;
    background-size: contain;
    float: left;
    padding: 0 40px 0 15px;
    text-align: left;
    color: #585858;
    line-height: 30px;
    font-size: 12px;
    background-repeat: no-repeat;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.1s;
    font-weight: bold;
    border-right: 1px solid #ddd;
}

.archiveHeader:hover,
.header-salat:hover{
    background-color: #e1e1e1;
}

.headerTexts {
    font-size: 12px;
    color: #7b7b7b;
    float: left;
    line-height: 30px;
    padding: 0px 20px;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
.rowMenu
{
    background-color: #666;
	max-height: 45px;
	z-index: 999;/* should not be more than 8000 it'll be on top of colorbox */
	position: relative;
}
.menuOuter
{
    position: relative;
    padding: 0 10px;
}
.collapse.navbar-collapse.navMenu
{

}

.navbar-nav > li > a.menuText {
    font-size: 14px;
    color: #fff;
    padding: 0px 12px;
    cursor: pointer;
    line-height: 45px;
}
.navbar-nav > li > a.menuText i.fa-home{
    font-size: 20px;
}

.navbar-nav > li{
    position: relative;
}


.navbar-nav > li > a.menuActive {
    background-color: #cd9c2e;
}

.navbar-nav > li > a.nonMenu {
    display: none;
}

.nav>li.moreMenu {
    position: absolute;
    top: 0px;
    left: 10px;
    background-color: rgba(0,0,0,.2);
}
.navbar-nav>li.moreMenu>a.menuText:hover
{
    background-color: #cd9c2e;
}
ul.nav li:hover > ul.dropdown-menu {
	display: block;
}

ul.dropdown-menu{
	background-color:#666;
	color:white !important;
}
.SubMenuText{
	font-size: 14px !important;
	color: #fff;
	padding: 5px 12px !important;
	cursor: pointer;
	line-height: 30px !important;
	color:white !important;

}
.SubMenuText:hover{
	background-color: rgba(0,0,0,.3) !important;
}

.innerMoreMenu {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    width: 135px;
    background-color: #cd9c2e;
    z-index: 99999;
}

.innerMoreMenu a.menuText {
    font-size: 14px;
    color: #fff;
    padding: 0px 10px;
    font-weight: bold;
    cursor: pointer;
    line-height: 30px;
}

.innerMoreMenu a.menuText:hover {
    color: #404040
}

.innerMoreMenu .noneMenu {
    display: none;
}

.headerAds {
    text-align: center;
}

.navbar-collapse.collapse {
    padding: 0px;
}

.navbar-header a {
    display: none;
}

.searchMobileBox {
    display: none;
}

.titlePage {
    font-size: 22px;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 10px;
    color: #333;
}

.titlePage div {
    padding-right: 10px;
}

/*FOOTER CSS*/
.morePages .outer
{
    text-align: right;
    padding: 5px 15px;
	display: table;
	margin: auto;
	background-color: #cd9c2e;
	border-radius: 20px;
	transition: 0.2s;
}
.morePages .outer:hover{
	background-color: #333;
}

.morePages .outer a
{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    border-radius: 2px;
}
.footer-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #444;
    right: 0px;;
}

.footer-col-1 {
    float: right;
    padding: 20px;
    width: 210px;
}

.footerHeader{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5);
}

.footerText {
    font-size: 11px;
    line-height: 22px;
    color: #fff;
    transition: 0.2s
}

.footerText:hover {
    margin-right: 10px;
}

.footerText span {
    font-size: 13px;
}

.footer-col-2 {
    float: right;
    padding: 20px;
    width: 210px;
}

.footer-col-3 {
    float: right;
    padding: 20px;
    width: 350px;
}

.googleBadge img{
    height: 66px;
}

.appleBadge, .googleBadge {
    float: left;
}

.appleBadge{
    width: 151px;
}

.googleBadge{
    width: 171px;
}

.appleBadge a{
    height: 44px;
    margin: 11px 0;
    background-size: cover;
    background-image: url(images/appleBadge.svg);
    background-repeat: no-repeat;
    width: 151px;
}

.titleEmailFooter {
    font-size: 14px;
    color: #fff;
}

.inputNewsLetter {
    height: 40px;
    background-color: #fff;
    padding-right: 45px;
    margin-top: 10px;
    position: relative;
    border-radius: 2px;
}

.inputNewsLetter input {
    height: 100%;
    width: 100%;
    color: #595959;
    font-size: 11px;
}

.inputNewsLetter span {
    position: absolute;
    width: 45px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ccc;
}

.iconUser {
    background-image: url(images/user.png)
}

.iconMail {
    background-image: url(images/mail.png)
}

.submitNewsLetter {
    height: 45px;
    margin-top: 10px;
}

.submitNewsLetter input {
    font-size: 18px;
    background: #cd9c2e;
    color: #fff;
    border-radius: 2px;
}

.footer-col-4 {
    float: right;
    padding: 20px;
    width: 380px;
    height: 280px;
}

.footerLogoOkaz {
    max-width: 150px;
    float: left;
    margin-top: 50px;
}

.AllRightReserved {
    float: left;
    color: rgba(255, 255, 255, .6);
    font-size: 11px;
    margin-top: 10px;
    text-align: left;
}

.AllRightReserved span {
    font-family: sans-serif
}
.newsPress{
	text-align: left;
	color: rgba(255,255,255,.6);
	font-size: 15px;
}
.newsPress a{
	display: inline;
	color: #cd9c2e;
    font-weight: bold;
}
/** General CSS **/

/** End of General CSS **/

.extraPaddingLeft{
    padding-left: 38px !important;
}

.extraWidthRight{
    float: left !important;
    width: 110% !important;
}
.extraPaddingTop{
    padding-top: 20px;
}

/*  start date picker change color*/
.ui-widget-header
{
    background-color: #cd9c2e;
    color: #cd9c2e;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    background: #cd9c2e;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    color: #cd9c2e;
}
.ui-state-default.ui-state-hover, .ui-widget-content .ui-state-default.ui-state-hover, .ui-widget-header .ui-state-default.ui-state-hover
{
    color: #fff;
    background: #cd9c2e;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    color: #fff;
}
/*  end date picker change color*/

/* PAGINATION STYLES **/
.paginationControl{
    text-align: center;
}

.paginationControl a, .paginationControl span {
    display: inline;
    font-size: 16px;
}

.paginationBtn{
    color: #a97a11;
    font-weight: bold;
}

.paginationBtn .prevBtn{
    margin-left: 20px;
}

.paginationBtn .nextBtn{
    margin-right: 20px;
}
/* END OF PAGINATION STYLES **/
.icon-title{
    float: right;
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-left: 10px;
    border-radius: 2px 2px 0 0;
}
.sectionNameOuter {
    border-bottom: solid 3px;
    height: 40px;
    padding-right: 0;
    position: relative;
    line-height: 37px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.moreSection {
    position: absolute;
    left: 10px;
    color: #666;
    height: 40px;
    line-height: 40px;
    top: 0;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 17px;
    cursor: pointer;
}
.searchMobileBtn{
    display: none;
}
.listing-item + .listing-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.disqus_thread{
    border-top: 2px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.english-body .english-widget *{
	text-align: left;
	direction: ltr;
}
.english-body .extraWidthRight{
	float: right!important;
}
.english-body .extraPaddingLeft{
	padding-left: 10px!important;
	padding-right: 38px!important;
}
.english-article section > .container > .row > .col-md-9.col-xs-12 {
	float: left;
}

.ratio,
.ratioSquare{
	background-size: contain;
	background-position: center;
	background-color: #f7f7f7;
	border: solid 1px #9c9b9b;
}
.rowMenu.stickyMenu{
	position: fixed;
	width: 100%;
	z-index:100;
	top: 0px;
	left: 0px;
	z-index: 11111111;
}
.header-weather{
	float: left;
}
.header-weather > #weather{
	display: table;
}
.header-weather  .temp-weather{
	font-size: 13px;
    color: #7b7b7b;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.header-weather  .icon-weather{
	height: 30px;
    width: 30px;
    background-size: cover;
    background-position: center;
    float: left;
}
.header-weather .country-weather{
	display: none;
}
.header-salat{
	font-size: 12px;
    color: #7b7b7b;
    float: left;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	cursor: pointer;
}
.ratio .fa-play-circle,
.ratioSquare .fa-play-circle{
	position: absolute;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: rgba(255,255,255,0.8);
	display: none;
}
.ratio.isvideo .fa,
.ratioSquare.isvideo .fa{
	display: flex;
}
.overflow-menu{
	height: 45px;
	overflow: hidden;
}
.navbar-nav > li#MENU_ITEM_2 > a.menuActive{
	background: #bf2a23;
}
.navbar-nav > li#MENU_ITEM_3 > a.menuActive{
	background: #8a211d;
}
.navbar-nav > li#MENU_ITEM_4 > a.menuActive{
	background: #009650;
}
.navbar-nav > li#MENU_ITEM_6 > a.menuActive{
	background: #8d4788;
}
.navbar-nav > li#MENU_ITEM_7 > a.menuActive{
	background: #a6ad3c;
}
.header-square-ad{
	display: none;
}
@media screen and (min-width:768px) {
	.navbar-nav > li:hover:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: #f7f7f7;
	}
	.navbar-nav > li > a.menuText:hover {
		background-color: rgba(0,0,0,.3);
	}
	.navbar-nav > li#MENU_ITEM_2:hover:after{
		background: #bf2a23;
	}
	.navbar-nav > li#MENU_ITEM_3:hover:after{
		background: #8a211d;
	}
	.navbar-nav > li#MENU_ITEM_4:hover:after{
		background: #009650;
	}
	.navbar-nav > li#MENU_ITEM_6:hover:after{
		background: #8d4788;
	}
	.navbar-nav > li#MENU_ITEM_7:hover:after{
		background: #a6ad3c;
	}

}
@media screen and (max-width: 1200px) {

    /*HEADER CSS*/
    .topLeftHeader {
        float: left;
        width: 710px;
    }

    /*#MENU_ITEM_8, #MENU_ITEM_9 {
        display: none;
    }

    #SEC_MENU_ITEM_8, #SEC_MENU_ITEM_9 {
        display: block
    }*/

    /*FOOTER CSS*/
    .footer-col-1, .footer-col-2 {
        width: 150px;
    }

    .footer-col-3 {
        width: 300px;
    }

    .footer-col-4 {
        width: 365px;
    }
    .extraWidthRight
    {
        width: 126%!important;
    }
    .extraPaddingLeft
    {
        padding-left: 93px!important;
    }
    .storeBadges{
        float: none;
        display: table;
        margin: auto;
    }

}
@media screen and (max-width: 1024px)
{
    /* removing ads on ipad and lower */
    .sticky
    {
        display: none
    }

    .stickBottom{
        display: none
    }
    .headerTexts
    {
        display: none;
    }
    .topLeftHeader
    {
        display: none;
    }
    .topRightHeader
    {
        float:none;
        margin: auto;
        display: table;
    }
}

@media screen and (max-width: 990px) {
    /** Reset styles **/
    .extraPaddingLeft{
        padding-left: 10px !important;
    }
    .extraWidthRight{
        width: 100% !important;
    }
	.ads-left{
		 width: 100% !important;
	}
    /** End of Reset styles **/

    /*HEADER CSS*/

    .topLeftHeader, .topRightHeader {
        float: none;
        width: 100%;
        text-align: center;
    }

    .topLeftHeader .text-left {
        display: table;
        float: none;
        margin: auto
    }

    .topRightHeader {
        margin-top: 0px;
    }

    .menuOuter {
        text-align: center
    }

    /*FOOTER CSS*/
    .footer-col-1, .footer-col-2 {
        width: 25%;
    }

    .footer-col-3 {
        width: 50%;
    }

    .footer-col-4 {
        width: 100%;
        height: auto
    }

    .footerLogoOkaz {
        float: none;
        display: table;
        margin: auto;
        margin-top: 10px;
    }

    .AllRightReserved {
        float: none;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .titlePage {
        font-size: 14px;
    }
    .searchMobileBtn{
        display: none;
    }

    .margin-mobile{
        display: block;
        margin: auto;
    }
	div#nav-collapse ul{
	margin: 0px;
	/*height: 408px;*/
	overflow-y: scroll;
	}
	.header-square-ad{
		display: table;
		margin: 10px auto;
	}
}
.islamicFlag{
	width: 728px;
	margin: 10px auto;
	display: block;
}
@media screen and (max-width: 767px) {
	.rowMenu.stickyMenu{
		position: relative;
	}

    /** Footer margin**/
    body
    {
        margin-bottom: 808px;
    }
	.islamicFlag{
		width: 300px;
		margin: 10px auto;
		display: block;
		padding:10px;
	}

    #MENU_ITEM_8, #MENU_ITEM_9
    {
        display: block;
    }

    /** Reset styles **/
    .extraPaddingLeft
    {
        padding-left: 10px !important;
    }
    .extraWidthRight
    {
        width: 100% !important;
        float: none !important;
    }
    .testSite{
        float: none;
        position: absolute;
        bottom: 2px;
        left: 50%;
        font-size: 10px;
        line-height: 16px;
        height: auto;
        margin: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /** End of Reset styles **/

    /*HEADER CSS*/
    .topRightHeader {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 50px;
        z-index: 22;
        display: none;
    }
	.header-c1{
		display:none;
	}
	.hideSize760{
		display:none;
	}
    .topLeftHeader .text-left {
        display: block;
        float: none;
        margin: auto
    }
	.menuOuter{
		min-height:63px;
	}
    .navbar-fluid {
        position: fixed;
        height: 60px;
        left: 0px;
        top: 0px;
        background-color: #fff;
        width: 100%;
        z-index: 999999999999;
		display:block !important;
        border-bottom: solid 2px #cd9c2e
    }

    ul.nav.navbar-nav {
        margin: 0px;
    }

    .navbar-collapse, div#nav-collapse {
        padding: 0px;
    }


    .navbar-nav > li > a.menuText {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        height: 50px;
        line-height: 50px;
    }
    .navbar-nav > li{
        border-bottom: solid 1px rgba(255,255,255,0.1);
    }
    .navbar-nav > li#MENU_ITEM_13  {
        border: 0px;
    }

    .navbar-toggle {
        float: none;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1000;
        margin: 0px;
        padding: 9px 2px
    }

    .navbar-collapse {
        background-color: #585858;
    }

    button.navbar-toggle {
        z-index: 100;
        margin-top: 5px;
    }

    .navbar-header a img {
        max-width: 90px;
        margin-top: 10px;
    }

    .navbar-header a {
        display: table;
		float:right;
        /*margin: auto;*/
        margin: 0 auto;
        height: 50px;
		margin-right: 10%;
    }
	.navbar-nav > li > a.menuText{
		height:auto !important;
	}
	ul.nav li > ul.dropdown-menu {
		width:100%;
		height:auto !important;
		display:block;
		position:relative;
		overflow-y:visible !important;
	}
	.SubMenuText{
		padding-right: 30px !important;
	}
    .searchMobileBtn {
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        font-size: 18px;
    }

    .searchMobileBox {
        height: 50px;
        background-color: #fff;
        border-bottom: solid 1px #cd9c2e;
        display: none;
    }

    .searchMobileBox input {
        padding-right: 10px;
    }

    li.moreMenu {
        display: none;
    }

    .navbar-nav > li > a.nonMenu {
        display: block
    }

    .searchBtn {
        display: none
    }

    .headerTexts {
        float: none;
        display: block;
        text-align: right;
        line-height: 25px;
    }

    .navbar-header {
        height: 60px;
    }

    .archiveHeader {
        display: none;
    }

    /*FOOTER CSS*/
    .footer-col-1, .footer-col-2 {
        width: 50%;
    }

    .footer-col-3 {
        width: 100%;
    }
	.headerST{
		margin-left:60px;
		margin-top: 15px;
	}
	.SocialIconHeader{
		color:#1ba15e;
		font-size:22px;
		margin-top: 3px;
	}
	.AdsStatic300{
		margin:0 auto;
		width:300px !important;
	}
	.titlePage{
		margin-top:0px;
	}
}
@media screen and (max-width:650px) {
	.navbar-fluid {
		height: 65px;
	}
	.navbar-header {
        height: 65px;
    }
	    .searchMobileBtn{
        display: block;
    }
}
.RecommendedTitles{
	height:90px;
	margin:3px 0;
	font-size:14px;
	overflow: hidden;
	line-height: 22px;
}
.relatedWebsiteTitles{
	height:50px;
	margin:3px 0;
	font-size:16px;
	overflow: hidden;
}
.rowLatestNews{position:relative;height:50px;background-color:#fff;padding-right:100px}.LatestNewsTitle{position:absolute;top:0;right:0;width:100px;height:100%;font-size:16px;color:#c7051c;text-align:center;line-height:50px}.latestNewsText{line-height:50px;font-size:13px;line-height:50px;padding-left:10px}@media screen and (max-width:768px){.rowLatestNews{margin-top:10px}}.rowLocalNews{background-color:#fff}.titleLocal{font-size:19px;color:#676767;height:35px;display:none}.titleLocal.active{display:block}.localImage{height:335px;position:relative;border:solid 2px #000}.showLocalImgHome{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;background-position:center;transition:1s;z-index:0;background-size:contain;background-repeat:no-repeat;background-color:#f7f7f7;border:solid 1px #9c9b9b}.outerThumb{border-left:0 solid #bec5c2}.thumbnailTextBigHome{cursor:pointer;font-size:14px;height:57px;line-height:25px;overflow:hidden;padding:4px 10px 4px 4px;background-color:#e7e7e7;border-left:solid 3px;border-left-color:transparent;border-right:0;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s}.thumbnailTextBigHome:nth-child(even){background-color:#fff}.thumbnailTextBig a{height:auto!important}.thumbnailTextBigHome:hover{color:#fff;background-color:#cd9c2e}.showLocalImgHome.active{opacity:1;transition:1s;z-index:2}.sectionNameOuter .icon-news{float:right;padding-top:10px;padding-left:5px}.BigImageSlider .row{background-color:white}.BigImageSlider .lower .col-sm-6{padding-left:30px}.BigImageSlider .lower .outer{padding:5px 0;line-height:25px}.BigImageSlider .lower .title{height:24px;overflow:hidden}.BigImageSlider .lower .title span{font-size:13px;color:#000}.BigImageSlider .lower .title i{vertical-align:top;color:#1ba15e;padding-left:7px;font-size:18px;line-height:25px}.BiglocalImageHome{height:285px;position:relative;border:1px solid #ddd}@media screen and (max-width:767px){.localImage{height:0;padding-bottom:67%}}.visionOkaz{background-image:url(images/yaum_watani.png);height:50px;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:contain}.hourlyNewsWidget{overflow:hidden}.news-o1{background-color:#fff}.hourly-news .title{border-bottom:1px solid #eee;padding:10px;overflow:hidden}.hourly-news .title-new-o1{height:35px;background:#cd9c2e;text-align:center;line-height:35px;font-size:14px;color:#fff;cursor:pointer}.hourly-news .outer-news-bx{height:245px;padding-left:4px}.hourly-news .news-desc{text-align:right;font-size:16px;padding:5px;border-right:solid 5px;border-color:transparent;transition:.2s;cursor:pointer;color:#676767;overflow:hidden;border-bottom:1px solid #bebebe;max-height:57px}.hourly-news .outer-news-bx img{width:100%;margin:auto 0}.hourly-news .hourlyImage{padding-left:10px}.hourly-news .hourlyImage .img{width:100%;height:80px;background-size:cover}.hourly-news .clock{margin-left:5px;display:inline-block}.hourly-news .clock i{font-size:20px}.publishTime i{color:#cd9c2e;font-size:14px}.hourly-news .col-md-8 .title a{max-height:39px;overflow:hidden;font-size:12px;line-height:1.5em}.publishTime{font-size:11px;color:#9b9b9b}@media(max-width:990px){.mobileLatestNewsText{display:none!important}.hourly-news .outer-news-bx{height:auto!important;padding-left:4px}}.textBottom{font-size:15px;color:#fff;position:absolute;bottom:0;right:0;padding:10px;background-image:linear-gradient(transparent,rgba(0,0,0,0.9));width:100%;height:150px;overflow:hidden;font-weight:bold}.textBottom span{position:absolute;bottom:0;right:0;left:0;padding:20px}.articleTitle{position:absolute;top:0;left:0;font-size:12px;padding:0 8px;line-height:25px;color:#fff;border-radius:0 0 2px 0}.imageArticle:nth-child(3n+2){padding-left:5px;padding-right:5px}.imageArticle:nth-child(3n+1){padding-left:10px}.imageArticle:nth-child(3n+3){padding-right:10px;padding-left:0}.bottomSpace15{margin-bottom:15px}@media screen and (max-width:768px){.imageArticle:nth-child(2n+1){padding-left:5px;padding-right:0}.imageArticle:nth-child(2n){padding-right:5px;padding-left:0}.imageArticle{margin-bottom:10px}.imageArticle:nth-child(5n),.imageArticle:nth-child(5n+1){margin-bottom:0}}.sectionNameOuter{border-bottom:solid 3px;height:40px;padding-right:0;position:relative;line-height:37px;font-size:18px;font-weight:bold;color:#333}.sectionNameOuter a{display:table}.publishTime{margin-top:10px}.publishTime i{color:#cd9c2e;font-size:15px}.publishTime span{font-size:11px;color:#9b9b9b;display:none}.publishTime span.active{display:inline}.rowLocalNews{padding:20px;background-color:#fff}.titleLocal{font-size:18px;color:#333;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.titleLocal.active{display:block}.localImage{height:285px;position:relative;margin-bottom:20px;border:1px solid #ddd}.showLocalImg{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;background-position:center;background-size:contain;transition:.5s;z-index:0;background-repeat:no-repeat;background-color:#f7f7f7}.thumbnailText{padding:12px;font-size:14px;color:#676767;background-color:#f7f7f7;height:70px;cursor:pointer;transition:.2s;overflow:hidden;margin-bottom:2px;border-right:10px solid #fff}.thumbnailText a{height:47px;overflow:hidden}.thumbnailText:hover{color:#fff;background-color:#cd9c2e}.thumbnailText.active{color:#fff;background-color:#cd9c2e}.showLocalImg.active{opacity:1;transition:.5s;z-index:2}.moreSection{position:absolute;left:10px;color:#666;height:40px;line-height:40px;top:0;font-size:12px;background-repeat:no-repeat;background-position:center right;padding-right:17px;cursor:pointer}.rowLocalNews .localImage .fa{position:absolute;color:#fff;top:0;height:100%;width:100%;align-items:center;justify-content:center;font-size:44px;color:rgba(255,255,255,0.8);display:none}.rowLocalNews .localImage .isvideo .fa{display:flex}@media screen and (max-width:768px){.titleLocal{height:auto;white-space:normal;font-size:16px;line-height:25px}.localImage{height:220px}.outerThumb{margin-top:10px}.thumbnailText,.thumbnailText.active{color:black;background-color:white;border-top:solid 1px lightgrey;font-size:12px;padding:10px 5px;height:auto;border-right:0}.thumbnailText a{height:auto;overflow:visible}}.sectionNameOuter{border-bottom:solid 3px;height:40px;padding-right:0;position:relative;line-height:37px;font-size:18px;font-weight:bold;color:#333}.sectionNameOuter a{display:table}.rowCitizen{background:#fff;padding:10px;overflow:hidden}.citizenDescOkaz{color:#333;font-size:13px;line-height:1.5em;height:74px;margin-top:10px;overflow:hidden}.rowCitizen .ratioSquare{transition:.2s}.rowCitizen .ratioSquare:hover{transform:scale(1.2)}@media screen and (max-width:768px){.citizenDescOkaz{font-size:12px;height:56px}}.infographicOuter{padding:5px;position:relative;color:#fff}.infographicOuter a{font-size:18px;margin:auto;font-weight:bold;text-align:center;padding-bottom:5px;color:#fff}.infographicOuter span{position:absolute;height:2px;background-color:#cd9c2e;width:100%;top:20px;left:0}.greyBg{margin:11px 0;background-color:#cfcfcf;height:10px}.infographicsCss{background:#666}@media screen and (max-width:768px){.greyBg{margin-right:10px !important}.infographicsCss{margin:0 10px}}.TwoArtWithSixLink{background-color:white}.textLocal26{height:auto!important;max-height:50px;font-size:16px;line-height:25px;overflow:hidden;color:#333;margin-top:10px}.paddingRight10px{padding-right:10px!important}.secondLocalText{font-size:13px;color:#666;line-height:40px;border-top:dotted 1px #ddd;transition:.2s;height:40px;overflow:hidden}.secondLocalText i{color:#cd9c2e;font-size:8px;padding-left:10px;display:inline-block;vertical-align:top;line-height:40px}.relatedLinks{margin-top:0!important}.secondLocalText:hover{color:#cd9c2e}.relatedLinksCss{padding-left:28px}@media screen and (max-width:1200px){.relatedLinksCss{padding-left:74px}}@media screen and (max-width:990px){.relatedLinksCss{padding-left:5px}}@media screen and (max-width:768px){.relatedLinksCss{padding-left:0!important}}.secondLocalText{font-size:13px;color:#666;line-height:40px;border-top:dotted 1px #ddd;transition:.2s;height:40px;overflow:hidden}.secondLocalText i{color:#cd9c2e;font-size:8px;padding-left:10px;display:inline-block;vertical-align:top;line-height:40px}.relatedLinks{margin-top:10px}.secondLocalText:hover{color:#cd9c2e}.relatedLinksCss{padding-left:28px}@media screen and (max-width:1200px){.relatedLinksCss{padding-left:74px}}@media screen and (max-width:990px){.relatedLinksCss{padding-left:5px}}@media screen and (max-width:768px){.relatedLinksCss{padding-left:0 !important}}.rowSport{padding:10px;background-color:#fff}.rowSport .title{font-size:15px;color:#fff;position:absolute;bottom:0;right:0;padding:10px;background-image:linear-gradient(transparent,rgba(0,0,0,0.9));width:100%;height:150px;overflow:hidden;font-weight:bold}.rowSport .title span{position:absolute;bottom:0;right:0;left:0;padding:20px}.textlocal{font-size:18px;line-height:25px;height:50px;overflow:hidden;color:#333;margin-top:10px}.bloc-controls{position:absolute;top:0;left:50px;height:37px}.cultureNext,.culturePrev{color:#333;line-height:37px;font-size:23px;cursor:pointer;display:inline-block !important;width:37px;text-align:center;background:#eee;margin:0 1px;border-radius:2px 2px 0 0}.padd018px{padding:0 18px}.addHeightOnDT{height:auto}.articleCulture .bodyText{margin-top:10px;font-size:13px;line-height:1.7em}.rowBook{background-color:#fff;border:1px solid #eee}.titleBook{font-size:16px;padding-bottom:5px}.bookOuter{padding:13px;text-align:center}.bookImg{width:90px;border-radius:100%;overflow:hidden;margin:0 auto;border:5px solid #eee;height:90px}.bookOuter img{display:block;width:100%;height:auto}.captionBook{margin-top:7px;font-size:13px;color:#000;text-align:center;max-height:40px;overflow:hidden;line-height:20px}.nameBooker{font-size:12px;color:#9b9b9b;text-align:center;height:20px;overflow:hidden}.titleNameDiv{height:65px;overflow:hidden}.opinionOkaz{height:60px;font-size:25px;line-height:60px;background-color:#cd9c2e;padding-right:70px;background-image:url(images/opinionOkaz.png);background-repeat:no-repeat;background-position:center right;color:#fff;background-size:auto 40px;border-radius:2px}.titleNewspaper{font-size:16px;padding-bottom:10px}.newspaperImage{height:348px;background-position:center 0;background-repeat:no-repeat;background-size:95% 100%}@media(max-width:990px){.newspaperImage{height:348px;background-position:center 0;background-repeat:no-repeat;background-size:contain;background-size:65% 100%}.todayNewspaper{display:none}}.news-o1{background-color:transparent}.nav-tabs .title-new-o1{height:20px;text-align:center;line-height:20px;font-size:14px;color:#666;cursor:pointer;background-color:#eee;display:flex;align-items:center;justify-content:center;box-shadow:inset -2px -2px 2px rgba(0,0,0,.1);border-radius:2px 2px 0 0;display:table-cell}.nav-tabs .title-new-o1.active{background-color:#fff;color:#cd9c2e;box-shadow:none;border-top:3px solid #cd9c2e}.tab-content{background:#fff}