@import url('fonts.css');

html{
	position: relative;
    min-height: 100%;
	overflow-x: hidden;
}
body{
	direction: rtl;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	margin: 0 auto;
	margin-bottom: 425px; /* bottom = footer height and any extra padding/border etc... */
	width: 100%;
	overflow-x: hidden;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}
h1, h2, h3, h4{
	font-weight: normal;
}
h1, h2, h3, h4, p, a, span, img{
	margin: 0;
	padding: 0;
}
img{
	border: none;
	vertical-align: middle;
}
button, input[type="submit"]{
	cursor: pointer;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	content: ' ';
}
.hide{
	display: none;
}
.show{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inlineBlock{
	display: inline-block !important;
	*display: inline;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	position: relative;
}
.leftBlock {
	margin-top: 9px;
}
.middleBlock {
	margin-right: 26px !important;
	margin-bottom: 10px;
	margin-top: -30px;
}
.rightBlock {
	margin-right: 1px;
    width: 113% !important;
}

/*li[data-sizex="11"]{ width: 100% !important; }
li[data-sizex="10"]{ width: 91% !important; }
li[data-sizex="9"]{ width: 81.9% !important; }
li[data-sizex="8"]{ width: 72.8% !important; }
li[data-sizex="7"]{ width: 63.7% !important; }
li[data-sizex="6"]{ width: 54.6% !important; }
li[data-sizex="5"]{ width: 45.5% !important; }
li[data-sizex="4"]{ width: 36.4% !important; }
li[data-sizex="3"]{ width: 27.3% !important; }
li[data-sizex="2"]{ width: 18.2% !important; }
li[data-sizex="1"]{ width: 9.1% !important; }*/

li[data-sizex="20"]{ width: 100% !important; }
li[data-sizex="19"]{ width: 95% !important; }
li[data-sizex="18"]{ width: 90% !important; }
li[data-sizex="17"]{ width: 85% !important; }
li[data-sizex="16"]{ width: 80% !important; }
li[data-sizex="15"]{ width: 75% !important; }
li[data-sizex="14"]{ width: 70% !important; }
li[data-sizex="13"]{ width: 65% !important; }
li[data-sizex="12"]{ width: 60% !important; }
li[data-sizex="11"]{ width: 55% !important; }
li[data-sizex="10"]{ width: 50% !important; }
li[data-sizex="9"]{ width: 45% !important; }
li[data-sizex="8"]{ width: 40% !important; }
li[data-sizex="7"]{ width: 35% !important; }
li[data-sizex="6"]{ width: 30% !important; }
li[data-sizex="5"]{ width: 25% !important; }
li[data-sizex="4"]{ width: 20% !important; }
li[data-sizex="3"]{ width: 15% !important; }
li[data-sizex="2"]{ width: 10% !important; }
li[data-sizex="1"]{ width: 5% !important; }

li[data-col="1"]{ left: 0 !important; }
li[data-col="2"]{ left: 5% !important; }
li[data-col="3"]{ left: 10% !important; }
li[data-col="4"]{ left: 15% !important; }
li[data-col="5"]{ left: 20% !important; }
li[data-col="6"]{ left: 25% !important; }
li[data-col="7"]{ left: 30% !important; }
li[data-col="8"]{ left: 35% !important; }
li[data-col="9"]{ left: 40% !important; }
li[data-col="10"]{ left: 45% !important; }
li[data-col="11"]{ left: 50% !important; }
li[data-col="12"]{ left: 55% !important; }
li[data-col="13"]{ left: 60% !important; }
li[data-col="14"]{ left: 65% !important; }
li[data-col="15"]{ left: 70% !important; }
li[data-col="16"]{ left: 75% !important; }
li[data-col="17"]{ left: 80% !important; }
li[data-col="18"]{ left: 85% !important; }
li[data-col="19"]{ left: 90% !important; }
li[data-col="20"]{ left: 95% !important; }

/*li[data-col="1"]{ left: 0px !important; }
li[data-col="2"]{ left: 9.1% !important; }
li[data-col="3"]{ left: 18.2% !important; }
li[data-col="4"]{ left: 27.3% !important; }
li[data-col="5"]{ left: 36.4% !important; }
li[data-col="6"]{ left: 45.5% !important; }
li[data-col="7"]{ left: 54.6% !important; }
li[data-col="8"]{ left: 63.7% !important; }
li[data-col="9"]{ left: 72.8% !important; }
li[data-col="10"]{ left: 81.9% !important; }
li[data-col="11"]{ left: 91% !important; }*/

.inner{
	/*width: 89.2%;*/
	max-width: 1202px;
	margin: 0 auto;
}
.header-top-div{
	display: inline-block;
	width: 100%;
	padding: 6px 0px;
	border-bottom: 1px solid #dfdede;
	font-size: 12px;
	position: relative;
}
.header-top-div p.date{
	font-size: 12px;
	line-height: 14px;
	color: #606060;
	background: url('../images/calendar-icon.png') no-repeat right 0px;
	padding-right: 23px;
	margin: 9px 4px 7px 0px;
}
.login-enews a{
	font-size: 12px;
	line-height: 12px;
}
.login-enews a.login{
	background: #ededed;
	color: #606060;
	padding: 9px 14px 10px;
	display: inline-block;
	margin-left: 15px;
}

.login-enews a.e-news{
	background: url('../images/e-magazine.png') no-repeat 90% 45% #ffc20f;
	color: #fff;
	padding: 8px 36px 10px 11px;
}
.login-enews a.login:hover, .login-enews a.e-news:hover,
.poll .vote:hover, .subscribe form input[type="submit"]:hover, .subscribe form input[type="button"]:hover{
	opacity: 0.6;
}
.weather-div{
	width: 14%;
	min-width: 190px;
	max-width: 240px;
	min-height: 38px;
	position: absolute;
	top: 81px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #dfdede;
	border-bottom: 1px solid #dfdede;
	border-left: 1px solid #dfdede;
	margin: auto;
}
.prayer-div{

}
.weather-div img{
	position: absolute;
	top: -88%;
	right: 12px;
}
.weather-info{
	position: absolute;
	left: 12%;
	top: -50%;
}
.weather-info p{
	color: #606060;
	font-size: 16px;
	line-height: 19px;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
}
.weather-info p.temprature{
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.header-middle-div{
	display: inline-block;
	width: 100%;
}
.logo{
	width: 240px;
	max-width: 250px;
}
.nissan-ad-container{
	float:right;
	display:block;
	height:120px;
	margin-top:-37px;
}
.cat-title-header{
	color: #2c8b0a;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.media-and-search{
	margin-top: 5px;
	position: relative;
}
.sultan{
	float: left;
	position: absolute;
	top: -18px;
	right: -120px;
	text-align: left;
	cursor: pointer;
}

.social-container.right {
	margin-right: 10px;
	margin-top: 12px;
}
.social-container div{
	display: inline-block;
}
.social-header{
	background-size: cover;
	width: 55px;
	height: 55px;
	cursor: pointer;
}
.social-header > a {
	height: 100%;
	width: 100%;
}

.app-header{
	background-image: url(../images/social/app-off.png);
}
.app-header:hover{
	background-image: url(../images/social/app-on.png);
}

.google-header{
	background-image: url(../images/social/google-off.png);
}
.google-header:hover{
	background-image: url(../images/social/google-on.png);
}

.instagram-header{
	background-image: url(../images/social/instagram-off.png);
}
.instagram-header:hover{
	background-image: url(../images/social/instagram-on.png);
}

.snapchat-header{
	background-image: url(../images/social/snapchat-off.png);
}
.snapchat-header:hover{
	background-image: url(../images/social/snapchat-on.png);
}

.facebook-header{
	background-image: url(../images/social/facebook-off.png);
}
.facebook-header:hover{
	background-image: url(../images/social/facebook-on.png);
}

.twitter-header{
	background-image: url(../images/social/twitter-off.png);
}
.twitter-header:hover{
	background-image: url(../images/social/twitter-on.png);
}

.youtube-header{
	background-image: url(../images/social/youtube-off.png);
}
.youtube-header:hover{
	background-image: url(../images/social/youtube-on.png);
}

ul.social-media{
	display: inline-block;
}
ul.social-media li{
	float: right;
	margin-left: 12px;
	line-height: 10px;
	height: 100%;
}
ul.social-media li:last-child{
	margin-left: 0px;
}
ul.social-media li a{
	text-align: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
ul.social-media li{
	background-image: url("../images/social-media-icons.png");
}
ul.social-media li.rss{
	background-position: 49px 92px;
	width: 18px;
}
ul.social-media li.rss:hover{
	background-position: 49px 154px;
}
ul.social-media li.google{
	background-position: 76.5% 92px;
	width: 18px;
}
ul.social-media li.google:hover{
	background-position: 76.5% 154px;
}
ul.social-media li.twitter{
	background-position: 64% 92px;
	width: 26px;
}
ul.social-media li.twitter:hover{
	background-position: 64% 154px;
}
ul.social-media li.facebook{
	background-position: 52% 93px;
	width: 9px;
}
ul.social-media li.facebook:hover{
	background-position: 52% 155px;
}
ul.social-media li.youtube{
	background-position: 171px 92px;
	width: 21px;
}
ul.social-media li.youtube:hover{
	background-position: 171px 154px;
}
ul.social-media li.instagram{
	background-position: 280px 92px;
	width: 18px;
}
ul.social-media li.instagram:hover{
	background-position: 280px 154px;
}
ul.social-media li.tumbler{
	background-position: 193px 91px;
	width: 11px;
}
ul.social-media li.tumbler:hover{
	background-position: 193px 153px;
}
ul.social-media li.blog{
	background-position: 224px 92px;
	width: 18px;
}
ul.social-media li.blog:hover{
	background-position: 224px 154px;
}
ul.social-media li.apple{
	background-position: 251px 92px;
	width: 16px;
}
ul.social-media li.apple:hover{
	background-position: 251px 154px;
}
div.date-media-wrapper ul.social-media li.rss,
div.articles-details ul.social-media li.rss{
	background-position: 49px 87px;
}


div.articles-details .readMoreBtn {
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: rgba(255,0,0,0.9);
    position: relative;
    width: calc(100% - 4px);
    padding: 5px 0;
    border-radius: 5px;
    border: 2px solid rgba(255,0,0,0.7);
    -moz-box-shadow: 0 -20px 0px 20px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 -20px 0px 20px rgba(255,255,255,0.5);
    box-shadow: 0 -20px 0px 20px rgba(255,255,255,0.5);
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


div.date-media-wrapper ul.social-media li.google,
div.articles-details ul.social-media li.google{
	background-position: 76.5% 87px;
}
div.date-media-wrapper ul.social-media li.twitter,
div.articles-details ul.social-media li.twitter{
	background-position: 64% 87px;
}
div.date-media-wrapper ul.social-media li.facebook,
div.articles-details ul.social-media li.facebook{
	background-position: 52% 88px;
}
div.date-media-wrapper ul.social-media li.youtube,
div.articles-details ul.social-media li.youtube{
	background-position: 171px 87px;
}
div.date-media-wrapper ul.social-media li.instagram,
div.articles-details ul.social-media li.instagram{
	background-position: 280px 87px;
}
div.date-media-wrapper ul.social-media li.tumbler,
div.articles-details ul.social-media li.tumbler{
	background-position: 193px 86px;
}
div.date-media-wrapper ul.social-media li.blog,
div.articles-details ul.social-media li.blog{
	background-position: 224px 87px;
}
div.date-media-wrapper ul.social-media li.apple,
div.articles-details ul.social-media li.apple{
	background-position: 251px 87px;
}
div.date-media-wrapper ul.social-media li.rss:hover,
div.articles-details ul.social-media li.rss:hover{
	background-position: 49px 149px;
}
div.date-media-wrapper ul.social-media li.google:hover,
div.articles-details ul.social-media li.google:hover{
	background-position: 76.5% 149px;
}
div.date-media-wrapper ul.social-media li.twitter:hover,
div.articles-details ul.social-media li.twitter:hover{
	background-position: 64% 149px;
}
div.date-media-wrapper ul.social-media li.facebook:hover,
div.articles-details ul.social-media li.facebook:hover{
	background-position: 52% 150px;
}
div.date-media-wrapper ul.social-media li.youtube:hover,
div.articles-details ul.social-media li.youtube:hover{
	background-position: 171px 149px;
}
div.date-media-wrapper ul.social-media li.instagram:hover,
div.articles-details ul.social-media li.instagram:hover{
	background-position: 280px 149px;
}
div.date-media-wrapper ul.social-media li.tumbler:hover,
div.articles-details ul.social-media li.tumbler:hover{
	background-position: 193px 148px;
}
div.date-media-wrapper ul.social-media li.blog:hover,
div.articles-details ul.social-media li.blog:hover{
	background-position: 224px 149px;
}
div.date-media-wrapper ul.social-media li.apple:hover,
div.articles-details ul.social-media li.apple:hover{
	background-position: 251px 149px;
}
div.date-media-wrapper ul.social-media,
div.articles-details ul.social-media{
	float: left;
    height: 25px;
    line-height: 14px;
}
div.articles-details ul.social-media{
	float: none;
}
form.search{
	width: 232px;
	height: 32px;
	border: 1px solid #dfdede;
	margin-top: 5px;
}
form.search.margin-top-33{
	margin-top: 33px;
}
form.search.margin-top-19{
	margin-top: 19px;
    border: 3px solid #c82329;
}


form.search input[type="text"]{
	width: 179px;
	height: 32px;
	border: none;
	background: #fff;
	color: #959595;
	font-size: 14px;
	line-height: 23px;
	outline: none;
	float: right;
	padding: 0px 7px;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
}
form.search input[type="submit"]{
	width: 33px;
	height: 32px;
	border: none;
	background: #fff;
	float: right;
	outline: none;
	color: transparent;
	background: url('../images/search-icon.png') no-repeat 0 50%;
	cursor: pointer;
}
.main-navigation{
	border-top: 1px solid #ababab;
	margin-bottom: 36px;
}
.menu{
	position: relative;
	border-bottom: 1px solid #ababab;
	height: 39px;
}
.main-navigation ul{
	display: inline-block;
	float: right;
	width: 100%;
}
.main-navigation ul li.home a{
	padding: 0px 32px 0px 10px;
}
.main-navigation ul.social-media{
	position: static;
	float: left;
}
.main-navigation ul.social-media li{
	margin-left: 0;
	margin-right: 12px;
	float: right;
}
.main-navigation ul.social-media li a{
	padding: 0;
}
.main-navigation ul li{
	float: right;
	height: 39px;
	margin-right: 4px;
}
.main-navigation ul li a{
	font-size: 16px;
	line-height: 32px;
	color: #000;
	padding: 0px 7px;
}
.main-navigation ul li.home{
	background: url('../images/home-icon.png') no-repeat 65px 9px;
}
.main-navigation ul li.bayie{
	float: left;
	display: flex;
	align-items: center;
	max-width: 90px;
}
.megaMenu{
	max-width: 700px;
	padding: 50px 8px 0 8px;
}

.lifestyle-sub{
	position: absolute;
	z-index: 10;
	background-color: white;
	left: 0;
}

.megaMenu .main-article{
	width: 286px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #bdbdbd;
	min-height: 232px;
}

.megaMenu .main-article .image {
	width: 286px;
	height: 183px;
	overflow: hidden;
	position: relative;
}

.megaMenu .other-article {
	float: left;
	position: relative;
	overflow: hidden;
	width: 178px;
	height: 111px;
	margin: 0 0 10px 10px;
}

.megaMenu .main-article label {
	line-height: 17px;
	color: #000;
	text-align: left;
	display: block;
	padding-top: 3px;
	cursor: pointer;
}

.megaMenu .other-article label {
	cursor: pointer;
	height: 28px;
	line-height: 18px;
	margin-bottom: 2px;
	overflow: hidden;
	padding-bottom: 6px;
	color: white;
}

.megaMenu .other-article div {
	padding: 5px;
	text-align: right;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.59);
	height: 32px;
	width: calc(100% - 6px);
	-moz-width: calc(100% - 6px);
	-webkit-width: calc(100% - 6px);
	-o-width: calc(100% - 6px);
}

.megaMenu a {
	line-height: 36px;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color:black;
}
.lifestyle{
	background-image: url(../images/lifestyle.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 103px;
}
.jobs{
	background-image: url(../images/jobs.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 87px;
}
.seven-days{
	background: url(../images/ayam.jpg) no-repeat;
	background-size: cover;
	width: 76px;
}
.video{
	background: url(../images/shabibatv.jpg) no-repeat;
	background-size: cover;
	width: 123px;
}
.lifestyle a, .jobs a, .seven-days a, .video a{
	height: 100%;
}
a.share-this{
	background: url('../images/share-this.png') no-repeat 93% 50% #c92329;
	color: #fff;
	float: right;
	display: inline-block;
    margin-left: 5px;
    padding: 8px 29px 10px 14px;
    width: 200px;
    text-align: center;
}
a.share-this:hover{
	opacity: 0.6;
}
.login-enews a.mobileView{
	background: url('../images/mobile-icon.png') no-repeat #c92329;
	margin-left: 5px;
	color: #fff;
	display: inline-block;
	padding: 9px 28px 9px 8px;
	background-size: 13%;
	background-position: 75px;
}
.main-navigation ul li:hover a, .main-navigation ul li.active a, .sub-menu ul li:hover a, .sub-menu ul li.active a{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.main-navigation ul li.home:hover a, .main-navigation ul li.home.active a{
	color: #ffc111;
}
.main-navigation ul li.event:hover a, .main-navigation ul li.event.active a{
	color: #dc1a18;
}
.main-navigation ul li.sports:hover a, .main-navigation ul li.sports.active a{
	color: #2c8b0a;
}
.main-navigation ul li.our-country:hover a, .main-navigation ul li.our-country.active a{
	color: #ffd457;
}
.main-navigation ul li.cat3:hover a, .main-navigation ul li.cat3.active a{
	color: #b0d675;
}
.main-navigation ul li.mood:hover a, .main-navigation ul li.mood.active a{

}
.main-navigation ul li.cat7:hover a, .main-navigation ul li.cat7.active a{

}
.main-navigation ul li.watsapp:hover a, .main-navigation ul li.watsapp.active a{

}
.main-navigation ul li.cat9:hover a, .main-navigation ul li.cat9.active a{

}
.main-navigation ul li.has-children{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
}
.submenu-wrapper{
	position: relative;
	height: 39px;
}
.sub-menu{
	border-bottom: 1px solid #ababab;
	height: 0px;
}
.sub-menu ul li{
	margin-left: 29px;
}
.sub-menu ul li a{
	font-size: 15px;
	padding: 0px;
}
.footer-wrapper{
	width: 100%;
	height: 415px;
	min-width: 1024px;
	background: #F6F6F6;
	border-top: 7px solid #565656;
	position: absolute;
    bottom: 0;
}
.footer-menu{
	margin-top: 24px;
}
.footer-logo{

}
.footer-menu ul{
	vertical-align: top;
	width: 100%;
	-webkit-column-count: 4;
    -moz-column-count: 4;
	column-count: 4;
}
.footer-menu ul li a{
	font-size: 14px;
	line-height: 19px;
	color: #000;
}
.footer-menu ul li{
	display: block;
	border-right: 1px solid #c3c3c3;
	padding-right: 13px;
	width: 140px;
}
/* Safari 5+ ONLY */
::i-block-chrome, .footer-menu ul li {
	width: 700px;
}

.footer-menu ul li:hover a{
	color: #e16367;
}
.footer-media-logo{
	width: 286px;
	margin-top: 24px;
}
footer ul.social-media{
	float: left;
	height: 39px;
}
footer ul.social-media li{
	height: 100%;
}
img.f-logo{
	width: 169px;
	height: 67px;
	float: left;
	margin-top: 15px;
	margin-bottom: 22px;
}
footer p{
	color: #8e8e8e;
	float: left;
	font-size: 11px;
	line-height: 13px;
	width: 100%;
	text-align: left;
	font-family: 'Tahoma';
}
footer p#uppercase{
	text-transform: uppercase;
}
footer p span{
	color: #474747;
	text-decoration: underline;
}
footer p span a{
	display: inline;
}
.advertisement{
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.big-advertisement {
	margin: 0 auto;
    text-align: center;
}
.width-468{
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.width-468 img{
	width: 100%;
	height: 60;
}
.width-725{
	width: 725px;
	height: 91px;
}
.width-725 img{
	width: 100%;
	height: 91px;
}
.right-wrapper{
	margin-top: 36px;
	margin-right: 1px;
}
.article-right-wrapper {
	margin-top: 31px;
	width: 71%;
}
.right-sidebar{
	width: 30%;
}
.left-wrapper{
	padding-top: 36px;
}
.article-left-wrapper{
	padding-top: 41px;
    width: 28%;
}
.sidebar-list-articles li{
	max-width: 235px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 18px;
	margin-bottom: 12px;
}
.sidebar-list-articles li:last-child{
	border-bottom: none;
}
.sidebar-list-articles li h2 a, div.videoDescription div{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin-bottom: 10px;
	max-height: 54px;
	overflow: hidden;
}
.sidebar-list-articles li h2 a:hover{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
p.date, div.videoDescription div.date{
	font-family: 'Tahoma';
	font-size: 11px;
	line-height: 14px;
	color: #9c9c9c;
}
.sidebar-list-articles li p.date{
	background: url('../images/date-icon.png') no-repeat right 50%;
	padding-right: 15px;
	margin-bottom: 5px;
	color: #9c9c9c;
	font-size: 11px;
	line-height: 11px;
	font-family: 'Tahoma';
}
.sidebar-list-articles li p{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 13px;
	line-height: 19px;
	color: #2b2b2b;
	margin-bottom: 12px;
}
.comments-shares {
	position: relative;
	display:none;
}
.comments-shares.margin-top-12{
	margin-top: 12px;
}
.comments-shares a{
	float: right;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 11px;
	line-height: 13px;
	color: #7c7c7c;
}
.comments-shares a.comments0{
	margin-left: 17px;
	background: url('../images/default-comment.png') no-repeat right 50%;
	padding-right: 20px;
}
.comments-shares a.comments1{
	background: url('../images/yellow-comment.png') no-repeat right 50%;
}
.comments-shares a.comments2{
	background: url('../images/green-comment.png') no-repeat right 50%;
}
.comments-shares a.shares0{
	padding-right: 22px;
	background: url('../images/default-share.png') no-repeat right 50%;
}
.comments-shares a.shares1{
	background: url('../images/yellow-share.png') no-repeat right 50%;
}
.comments-shares a.shares2{
	background: url('../images/green-share.png') no-repeat right 50%;
}
.shareLink {
    background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
    border-color: #262625 #1c1c1b #121211;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), 0 0 1px rgba(255, 255, 255, 0.07) inset, 0 0 2px rgba(255, 255, 255, 0.15) inset;
    display: none;
    float: right;
    height: 30px;
    left: 95px;
    position: absolute;
    top: -40px;
    width: 68px;
	z-index: 999;
}

.share-arrow-div {
    bottom: -12px;
    clip: rect(12px, 24px, 24px, 0px);
    display: block;
    height: 24px;
    line-height: 24px;
    margin-right: 19px;
    position: absolute;
    width: 24px;
}

.share-arrow {
	background-color: #454543;
    border: 2px solid #121211;
    box-sizing: content-box;
    display: block;
    height: 20px;
    transform: rotate(45deg) scale(0.5);
    width: 20px;
}

.twitterShare {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="139"><g transform="translate(-282.32053,-396.30734)"><path style="fill:white" d="m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z" /></g></svg>')
		no-repeat;
	background-size: 18px;
	background-position: 2px 4px;
}

.facebookShare {
	background:
		url('data:image/svg+xml;utf8,<svg viewBox="0 0 33 33" width="25" height="25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="fill:white" d="M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z"></path></g></svg>')
		no-repeat;
	background-size: 18px;
	background-position: 0px 2px;
	display: none;
}

.shareCss {
	border: medium none;
    display: block;
    height: 20px;
    margin: 5px 7px;
    text-indent: -200px;
    width: 20px;
	overflow: hidden;
}

.shareLinkContainer {
	display: inline;
	padding: 0;
}

.shareLinkContainer div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    list-style: none outside none;
    margin: 0;
}
.latest-article .comments-shares .shareLink, .articles-list-wrapper .comments-shares .shareLink
{
	left: -4px !important;
}

.most-read-commented{
	width: 100%;
	max-width: 246px;
	background: #fbf9f9;
	position: relative;
	margin-top: 40px;
	border-top: 1px solid #dfdede;
	display: inline-block;
}
a.most-read, a.most-commented, a.most-watched{
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 16px;
	line-height: 22px;
	padding: 1px 5px 5px;
	background: #fff;
	border: 1px solid #dfdede;
	position: absolute;
	top: -29px;
	min-width: 73px;
	text-align: center;
	color: #161616;
	width: 40%;
	height: 22px;
	overflow: hidden;
	z-index: -1;
	border-bottom: none;
}
a.most-read{
	right: 0;
}
a.most-commented, a.most-watched{
	left: 15px;
}
a.most-read:hover, a.most-commented:hover, a.most-watched:hover, a.most-read.active, a.most-commented.active, a.most-watched.active{
	color: #ca252b;
	background: #fbf9f9;
	border-bottom: none;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
a.most-read.active, a.most-commented.active, a.most-watched.active{
	z-index: 0;
}
.most-read-commented ul{
	padding: 24px 11px 0;
	display: inline-block;
}
.most-read-commented ul li{
	padding-bottom: 8px;
	border-bottom: 1px solid #dfdede;
	margin-bottom: 11px;
	display: inline-block;
	width: 100%;
	float: right;
}
.most-read-commented ul li:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
.most-read-commented p.date{
	line-height: 7px;
	color: #747474;
}
.most-read-commented ul li a h3{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 14px;
	line-height: 18px;
	color: #2b2b2b;
	padding: 7px 0px
}
.most-read-commented ul li:hover a h3{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.most-read-commented ul li .title-img-aside a h3{
	margin-left: 5px;
    width: 65%;
	float: right;
	line-height: 20px;
	overflow: hidden;
	height: 35px;
}
.most-read-commented ul li .title-img-aside img{
	/*float: left;
	margin-top: 15px;
	width: 20%;*/
}
.most-read-commented ul.most-commented-list, .most-read-commented ul.most-watched-list{
	display: none;
}
.content-wrapper{
	padding-left: 33px;
	padding-right: 25px;
	margin-right: 10px;
	padding-bottom: 1px;
}
.cat-content-wrapper{
	padding-bottom: 0px;
}
.border-left{
	border-left: 1px solid #d4d4d4;
}
.border-right{
	border-right: 1px solid #d4d4d4;
}
.content-wrapper h2{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 28px;
	text-align: right;
	color: black;
	margin-left: -1.3px;
	direction: rtl;
}
.home-slider{
	width: 100%;
}
.bx-wrapper{
	direction: ltr;
	position: relative;
}
.home-slider .info-block{
	position: absolute;
	bottom: 0;
	max-height: 57px;
	margin-bottom: 0px;
	direction: rtl;
	text-align: right;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 10px 9px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	right: 0;
}
.img-popup .info-block{
	color: #fff;
    direction: rtl;
    margin-bottom: -89px;
    max-height: 57px;
    padding: 10px 9px;
	right: 0;
	text-align: center;
}
.home-slider li:hover .info-block{
	margin-bottom: 0px;
}
.home-slider .info-block p{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 14px;
	line-height: 21px;
	max-height: 40px;
	overflow: hidden;
	padding-bottom: 2px;
}
.home-slider .info-block p.date{
	color: #fff;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 11px;
	line-height: 16px;
}
.home-slider .bx-prev, .home-slider .bx-next{
	position: absolute;
	top: 57%;
	color: transparent;
	width: 21px;
	height: 37px;
}
.home-slider .bx-prev{
	left: 8px;
	background: url('../images/prev.png') no-repeat 0px 0px;
}
.home-slider .bx-next{
	right: 8px;
	background: url('../images/next.png') no-repeat 0px 0px;
}
.home-slider .bx-prev:hover{
	left: 8px;
	background: url('../images/prev-hover.png') no-repeat 0px 0px;
}
.home-slider .bx-next:hover{
	right: 8px;
	background: url('../images/next-hover.png') no-repeat 0px 0px;
}
.home-slider .bx-pager.bx-default-pager{
	position: absolute;
	top: 102px;
	right: 11px;
}
.home-slider .bx-pager.bx-default-pager .bx-pager-item{
	float: left;
	margin-right: 5px;
}
.home-slider .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link{
	color: transparent;
	width: 14px;
	height: 14px;
	background: #e9e9e9;
	border: 1px solid #cecdcd;
	border-radius: 100%;
}
.home-slider .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link.active{
	background: #ffc210;
}
.video-slider .bx-pager.bx-custom-pager .bx-pager-item a.bx-pager-link {
	height: 100%;
}
.pattern-separator{
	background: url('../images/pattern-separator.png');
	width: 100%;
	height: 5px;
	margin: 20px 0px;
}
.articles-list-wrapper ul{
	display: inline-block;
}
.articles-list-wrapper ul li{
	display: inline-block;
	float: right;
	width: 45%;
	min-height: 187px;
	border-right: 1px solid #d4d4d4;
	padding-right: 18px;
	margin-right: 18px;
	padding-bottom: 10px;
	position: relative;
}
.articles-list-wrapper ul li .info-block{
	margin-bottom: 20px;
	height: 105px;
	overflow: hidden;
}
.three-small-articles-images .articles-list-wrapper ul li .info-block{
	margin-bottom: 0px;
}
.three-small-articles-images .articles-list-wrapper ul li p.desc{
	font-size: 12px;
    line-height: 17px;
    overflow: hidden;
    max-height: 34px;
}
.articles-list-wrapper ul li:nth-child(3n + 1){
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}
.articles-list-wrapper ul li .comments-shares{
	position: absolute;
	bottom: 8px;
}
.articles-list-wrapper ul li h3 a{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 5px 0px 14px;
}
.articles-list-wrapper ul li:hover h3 a{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.articles-list-wrapper ul li p, .latest-article p{
	font-size: 12px;
	line-height: 17px;
	color: #2b2b2b;
}
.latest-article .description {
	height: 70px;
    overflow: hidden;
}
.articles-list-wrapper ul li p.date{
	font-size: 11px;
	color: #747474;
}
.articles-list-wrapper ul li img{
	float: right;
	margin-left: 11px;
	margin-top: 2px;
}
.latest-article img{
	width: 100%;
}
.latest-article p.date{
	font-size: 11px;
	color: #747474;
	margin-top: 15px;
	margin-bottom: 7px;
}
.latest-article .comments-shares{
	display: inline-block;
	margin-top: 22px;
}
.dotted-separator{
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	margin: 19px 0px 27px;
}
.dotted-separator.cat-dotted-separator{
	margin: 27px 0px 12px;
}
.article-video{
	background: grey;
	height: auto;
}
.article-video h3{
	width: 84% !important;
	margin-right: 29px !important;
}
.video-slider{
	background: #f6f6f6;
	width: 100%;
	height: 410px;
}
.video-slider .bx-wrapper{
	width: 522px;
	margin: 0 auto;
	padding-top: 8px;
}
.video-slider .bx-pager.bx-custom-pager .bx-pager-item{
	float: left;
	margin-left: 1.2%;
	width: 31.8%;
	height: 123px;
	overflow: hidden;
}
.video-slider .bx-pager.bx-custom-pager .bx-pager-item img{
	width: 100%;
}
.video-slider .bx-pager.bx-custom-pager .bx-pager-item:hover{
	opacity: 0.7;
}

.sections-wrapper{
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 40px;
	margin-top: 10px;
}
.sections-inner{

}
.cat-sections-inner{
	width: 96.5%;
}
.sections-wrapper .advertisement{
	margin: 48px auto 0px;
}
.sections{

}
.cat-sections{
	margin-top: 26px;
}
.sections ul, .cat-sections ul{
	margin-top: 20px;
}
.sections ul li{
	width: 29%;
	padding-right: 19px;
	padding-bottom: 0;
}
.cat-sections ul li{
	width: 29%;
	padding-right: 25px;
	padding-bottom: 0;
}
.articles-in-photos{
	background: #f6f6f6;
	width: 99%;
	height: 374px;
}
.articles-in-photos-div{
	margin-top: -20px;
}
.cat-articles-in-photos{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 36px;
}
.img2, .img3{
	display: none;
}
.articles-in-photos-inner{
	width: 97.1%;
	height: 373px;
	margin: 0px auto;
	padding: 10px 0px;
}
.articles-in-photos ul{
	margin-top: 0px;
	margin-right: 10px;
	width: 22%;
}
.articles-in-photos ul li{
	width: 100%;
	height: 111px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-right: none;
	position: relative;
	overflow: hidden;
}
.articles-in-photos ul li:last-child{
	margin-bottom: 0px;
}
.articles-in-photos ul li img{
	margin: 0;
	padding: 0;
}
.articles-in-photos .overlay{
	width: 100%;
	height: 112px;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.6);
	-webkit-transition: 2s ease;
	-moz-transition: 2s ease;
	-o-transition: 2s ease;
	-ms-transition: 2s ease;
	transition: 2s ease;
}
.articles-in-photos ul li:hover .overlay, .articles-in-photos ul li.active .overlay{
	display: none;
}
.photo-list-content {
	width: 76%;
	height: 354px;
	position: relative;
	overflow: hidden;
}
.photo-list-content a{
	overflow: hidden;
	height: 100%;
}
.photo-list-content h2{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	line-height: 35px;
}
.photo-list-content h2{
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: center;
}
.cat-articles-in-photos .photo-list-content{
	width: 76%;
}
.cat-articles-in-photos .photo-list-content img{
	width: 100%;
}
.all-files{
	position: absolute;
	left: 0;
	top: 25px;
	height: 16px;
	padding-left: 13px;
	line-height: 11px;
	font-size: 11px;
	color: #585757;
	background: url('../images/check-all.png') no-repeat left center;
}
.all-files:hover{
	text-decoration: underline;
	color: #848383;
}
.all-files.bottom-widget{
	bottom: 5px;
    top: initial;
    width: 230px;
    background-color: #585757;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 35px;
    font-size: 19px;
    background-image: none;
    left: 50%;
    margin-left: -104px;
    border-radius: 12px;
}
.blogs-wrapper{
	width: 86%;
	border: 1px solid #dfdede;
	background: #fcfcfc;
	margin-top: 25px;
	float: left;
}
.blogs-wrapper h1.section-title{
	background: #e4e4e4;
	color: #212121;
	font-size: 20px;
	line-height: 20px;
	margin: 2px auto;
	padding: 4px 0px 9px;
	text-align: center;
	width: 97%;
	float: none;
}
.blogs-wrapper ul{
	width: 100%;
	margin: 14px auto;
}
.blogs-wrapper ul li{
	display: inline-block;
	width: 94%;
	padding: 0px 5px 15px;
	margin-bottom: 6px;
	border-bottom: 1px solid #dfdede;
}
.blogs-wrapper ul li:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
.blogs-wrapper ul li h2 a{
	font-size: 17px;
	line-height: 24px;
	color: #000;
}
.blogs-wrapper ul li:hover h2 a{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.blogs-wrapper ul li img{
	width: 100% !important;
	margin-top: 10px !important;
}
.blogs-wrapper ul li p{
	font-size: 13px;
	line-height: 23px;
}
.div-title{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 18px;
	line-height: 18px;
	color: #5a5a5a;
}


/*Left sidebar div */
.article-left-wrapper > div:not(._magnetRelConrel_218-1):not(._magnetRelHdrel_218-1):not(._magnetRelTbrel_218-1){
	width: 88.5%;
	float: left;
	overflow: hidden;
}

.sec-title-wrap{
	width: 100% !important;
	position: relative;
	min-height: 33px;
}
.sec-title-wrap hr{
	border-top: 3px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	border-left: none;
	border-right: none;
	position: absolute;
	margin: 0px;
	top: 15px;
	width: 100%;
}
.section-title {
	color:#fff;
	font-size: 18px;
	line-height: 18px;
	padding: 5px 10px 10px;
	width: auto;
	margin-right: 12px;
	float: right;
	position: relative;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-weight: normal;
	z-index: 2;
}
.ad, .image-of-day, .subscribe {
    float: left;
	width: 83%;
}
.image-of-day{
	margin-top: 10px;
}
.image-of-day-wrapper {
	height: 248px;
	width: inherit;
	overflow: hidden;
	position: absolute;
	top: 21px;
}
.youth-book {
    margin-right: 63px;
}
.youth-book li{
	margin-top: 19px;
	float: right;
	width: 100%;
}
.youth-book li figure{
	width: 30%;
	margin:0px;
}
.youth-book li figure img{
	width: 90px;
	border-radius: 100%;
}
.youth-book li .details{
	width: 65%;
}
.youth-book li .details p{
	height: 46px;
	margin-bottom: 5px;
	overflow: hidden;
	float: none;
	width: 100%;
}
.youth-book li p a{
	font-size: 16px;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	line-height: 1.1em;
	margin: 5px 0px 10px 0px;
	color: #000;
}
.youth-book li span{
	color: #838383;
    float: right;
    height: 16px;
    line-height: 11px;
    padding: 0 15px;
}
.youth-book li hr{
	border-bottom: 1px dotted #cfcfcf;
	border-top: 0px;
	width: 60%;
	margin: 18px 15% 0px 15%;
	float: left;
}
.poll{
	background: #dddddd;
}
.poll-wrapper {
    margin-top: 15px;
    padding-top: 0;
	width: 83%;
	float: left;
}
.poll h2{
	width: 93%;
	height: 43px;
	line-height: 43px;
	margin: 0px;
}
.poll form{
	padding: 15px 15px 10px;
}
.poll p{
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 10px;
}
.poll .vote{
	width:auto;
	height: 15px;
	border: none;
	line-height: 22px;
	display: block;
	color:#fff;
	margin: 10px auto;
	font-size: 14px;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	background: url('../images/vote.png') no-repeat 92% 42% #ffc210;
	padding: 0px 23px 28px 7px;
}
input[type="checkbox"] ,input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label ,input[type="radio"] + label {
  display:inline-block;
  float:right;
  cursor:pointer;
  height: 27px;
  color:#000;
  font-size: 13px;
  font-family: 'HelveticaNeuel T Arabic 45 Light';
  width: 100%;
}
.poll br{
	display: none;
}
input[type="checkbox"] +  label span ,input[type="radio"] +  label span {
    display:inline-block;
    width:15px;
    height:17px;
    vertical-align:middle;
    background:url('../images/radio-buttons.png') left top no-repeat;
	margin:0px 0px 0px 5px;
}
input[type="checkbox"]:checked +  label span, input[type="radio"]:checked +  label span {
    background:url('../images/radio-buttons.png') -15px top no-repeat;
}
.left-wrapper label, .article-left-wrapper label{
	color: #fff;
	font-size: 13px;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	padding: 0px 7px;
	height: 22px;
	line-height: 18px;
	margin-left: 80%;
}
.edit-yellow{
	background: url('../images/edit-yellow.png') no-repeat  right;
}
.edit-pistache{
	background: url('../images/edit-pistache.png') no-repeat  right;
}
.edit-red{
	background: url('../images/edit-red.png') no-repeat  right;
}
.edit-blue{
	background: url('../images/edit-blue.png') no-repeat  right;
}
.grey-bg{
	background: #707070;
}
.green-bg{
	background: #2c8b0a;
}
.yellow-bg{
	background: #ffd457;
}
.pistache-bg{
	background: #b0d675;
}
.red-bg{
	background: #e16367;
}
.blue-bg{
	background: #50aabd;
}
.cherry-bg{
	background: #ca2329;
}
.image-of-day img{
}
.subscribe {
	background: #f8f8f8;
	border: 1px solid #dfdede;
	border-top: 4px solid #ca2329;
	margin-top: 32px;

}
.subscribe .section-title{
	margin: 0px auto;
	float: none;
	width: 124px;
	text-align: center;
	font-size: 16px;
	line-height: 11px;
	padding-bottom: 15px;
}
.subscribe form{
	margin: 20px auto;
	width: 255px;
}
.subscribe form input{
	height: 32px;
	width: 193px;
	border: 1px solid #dfdede;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 12px;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
}
.subscribe form input.name{
	background: url('../images/profile.png') no-repeat 98% #fff;
	padding: 0px 30px;
}
.subscribe form input.email{
	background: url('../images/email.png') no-repeat 98% #fff;
	padding: 0px 30px;
}
.subscribe form input[type="submit"], .subscribe form input[type="button"]{
	border:none;
	height: 35px;
	color: #fff;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
	margin: 4px 0px 0px;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	cursor: pointer;
}
.ad-bg{
	width: 90%;
	margin-bottom: 45px;
	padding: 7px 0px;
}
.ad-bg .ad{
	margin-bottom: 0px;
	width: 95%;
	margin: 0 auto;
	float: none;
}
.ad-bg .ad div {
	float: none;
	overflow: unset;
	margin: 0 auto;
}
.related-articles-sidebar{
	width: 90%;
	border: 1px solid #dfdfde;
	position: relative;
}
.related-articles-sidebar h2{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 16px;
	line-height: 16px;
	color: #2d2d2d;
	padding: 8px 13px 0px;
}
.related-article-info{
	width: 95.5% !important;
	margin-bottom: 15px;
	margin-top: 3px;
}
.related-article-info .bx-wrapper{
	width: 100%;
}
.related-article-info .bx-prev, .related-article-info .bx-next{
	position: absolute;
	top: 30%;
	color: transparent;
}
.related-article-info .bx-prev{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 8%;
	background: url('../images/prev-art.png') no-repeat 42% 50% #f1f1f1;
}
.related-article-info .bx-next{
	background: none;
}
.related-article-info .bx-prev:hover, .related-article-info .bx-next:hover{
	opacity: 0.6;
}
.related-articles-sidebar img{
	width: 100%;
	float: right;
}
.related-articles-sidebar p{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
	float: right;
	width: 52%;
	margin: 5px;
}
.related-articles-sidebar a.check-more-articles{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 8%;
	z-index: -1;
	/*background: url('../images/prev-art.png') no-repeat 42% 50% #f1f1f1;*/
	background: none repeat scroll 0 0 #f1f1f1;
}
.other-blogs{
	background: #f8f8f8;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.other-blogs h2{
	color: #ca2329;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 16px;
	line-height: 16px;
	padding: 12px 33px 6px;
}
.other-blogs .bx-wrapper{
	width: 100%;
}
.other-blogs img{
	/*width: 35%;
	float: right;
	margin-right: 33px;*/
}
.other-blogs h3{
	width: 50%;
	font-size: 14px;
	line-height: 18px;
	margin-top: 4px;
	margin-right: 10px;
	color: #000;
	text-align: right;
	float: right;
	height: 55px;
	overflow: hidden;
}
.other-blogs .bx-prev, .other-blogs .bx-next{
	position: absolute;
	top: 0;
	color: transparent;
	width: 20px;
	height: 100%;
}
.other-blogs .bx-prev{
	background: #f8f8f8 url('../images/prev-art.png') no-repeat 5px 15px;
}
.other-blogs .bx-next{
	background: #f8f8f8 url("../images/next-art.png") no-repeat scroll 2px 15px;
    right: 0;
}
.other-blogs .bx-prev:hover, .other-blogs .bx-next:hover{
	opacity: 0.6;
}

.article-video .bx-prev{
	background: #f8f8f8 url('../images/prev-art.png') no-repeat 5px 90px;
}
.article-video .bx-next{
	background: #f8f8f8 url("../images/next-art.png") no-repeat scroll 2px 90px;
	right: 0;
}

 /* Article page*/
.date-media-wrapper{
	display: inline-block;
	width: 100%
}
.date-media-wrapper p.date{
	font-size: 13px;
	color: #747474;
}
h1.article-cat-title{
	width: 100%;
	/*color: #2c8b0a;*/
	border-bottom: 1px solid #dbdbd9;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 26px;
}
h1.article-title{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 24px;
	line-height: 32px;
	width: 100%;
	margin-bottom: 12px;
}
div.article-subtitle{
	color: #747474;
    font-size: 16px;
}
.article-details-wrapper{
	width: 96.5%;
}
.article-details-wrapper .article-img-block{
	position: relative;
	margin-top: 8px;
}
.article-details-wrapper .article-img-block .img-block{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	padding: 10px 10px 16px;
	width: 97.6%;
}
.article-details-wrapper .article-img-block img{
	width: 100%;
}
.article-details-wrapper .article-img-block .img-block p{
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}
.sharelines{
      display: none !important;
	margin-top: 38px;
}
.sharelines h2{
    display: none !important;
	font-size: 16px;
	line-height: 16px;
	color: #2c2c2c;
}
.sharelines table{

    display: none !important;
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
}
.sharelines table tr, .sharelines table tr td{
	height: 35px;
}
.sharelines table tr td.social-icon{
	width: 2%;
}
.sharelines table, .sharelines table tr, .sharelines table tr td{
	border: 1px solid #ececec;
}
.sharelines table tr td{
	text-align: center;
	padding: 0px 7px 3px;
}
.sharelines table tr td.social-post{
	text-align: right;
	font-size: 16px;
	color: #7c7c7c;
}
.articles-details{
	margin-top: 42px;
	margin-bottom: 20px;
	line-height: 30px;
}
.articles-details a{
	display: inline;
}
.articles-details p{
	font-size: 16px;
	line-height: 30px;
	color: #2b2b2b;
}
.articles-details p.margin-25-22{
	margin: 25px 0px 22px;
}
.articles-details p span{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.articles-details p mark{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	position: relative;
	background: #f0f0f0;
	line-height: 38px;
	outline: none;
}
.articles-details p mark a.tw-comment{
	width: 93px;
	height: 53px;
	position: absolute;
	right: 55%;
	top: -68%;
	background: url('../images/tw-com.png') no-repeat 0px 0px;
}
.articles-details p.comment{
	position: relative;
}
.articles-details a.p-comment {
	background: url('../images/p-comment.png') no-repeat 0px 0px;
	position: absolute;
	top: 10%;
	left: -3%;
	width: 26px;
	height: 22px;
}
.articles-details p.comment-aside {
	position: relative;
}
.articles-details .article-inner-textimg{
	width: 100%;
	margin-top: 8px;
	display: inline-block;
	margin-left: 25px;
	float: right;
}
.articles-details .article-inner-textimg .img-news{
	width: 100%;
}
.articles-details .article-inner-textimg img{
	width: 100%;
	margin-top: 12px;
}
.articles-details .article-inner-textimg .news-to-share{
	background: #f2f2f2;
	margin-top: 15px;
}
.articles-details .article-inner-textimg .news-to-share h3 a{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 23px;
	line-height: 35px;
	color: #000;
	padding: 10px 12px;
}
.articles-details .article-inner-textimg .news-to-share img{
	width: auto;
}
.share-article ul{
	display: inline-block;
	margin-right: 12px;
	padding: 11px 0px 19px;
}
.share-article ul li{
	display: inline-block;
	float: right;
	margin-left: 20px;
}
.article-inner-textimg p{
	width: 47%;
	float: left;
}
.article-inner-textimg a.p-comment{
	top: 45%;
	left: -10%;
}
.articles-details ul.social-media{
	width: 100%;
	margin: 20px 0px 0px;
}
.articles-details-wrapper ul.social-media{
	height: 39px;
}
.articles-details-wrapper ul.social-media li{
	height: 100%;
}
.article-right-wrapper .subscribe{
	border-left: none;
	border-right: none;
	border-bottom: none;
	display: inline-block;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 0px;
	float: none;
}
.article-right-wrapper .subscribe form{
	width: 85%;
}
.article-right-wrapper .subscribe form input {
	height: 31px;
	width: 191px;
	float: right;
	margin-left: 6px;
}
.article-right-wrapper .subscribe form input[type="submit"], .article-right-wrapper .subscribe form input[type="button"]{
	width: 200px;
	height: 32px;
	margin: 0px;
	cursor: pointer;
}
.topics{
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 23px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.topics h2, .related-articles h2{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 18px;
	line-height: 28px;
	color: #252525;
}
.topics ul, .related-articles ul{
	display: inline-block;
	margin-top: 15px;
}
.topics ul li{
	display: inline-block;
	float: right;
	background: #e4e4e4;
	width: auto;
	margin-left: 3px;
	margin-bottom: 3px;
	height: 30px;
}
.topics ul li a{
	color: #252525;
	font-size: 16px;
	line-height: 16px;
	padding: 4px 10px 10px;
}
.topics ul li:hover a{
	opacity: 0.6;
}
.related-articles{
	margin-top: -30px;
	margin-bottom: 30px;
}
.related-articles ul li{
	display: inline-block;
	float: right;
	width: 198px;
	margin-left: 10px;
	margin-bottom: 3px;
	height: auto;
	overflow: hidden;
}
.related-articles ul li:last-child{
	margin-left: 0px;
}
.related-articles ul li a{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
.related-articles ul li a img{
	width: 100%;
}
.related-articles ul li a p{
	margin-top: 8px;
}
.related-articles ul li:hover{
	opacity: 0.7;
}
.switch-page{
	width: 30%;
	max-width: 370px;
	height: 80px;
	float: left;
	overflow: hidden;
}
.switch-page .prev-page, .switch-page .next-page{
	width: 49.8%;
	height: 80px;
	background: #565656;
}
.switch-page a{
	font-family: 'SourceSansPro-Bold';
	color: #fff;
	width: 89%;
	float: left;
}
.switch-page a:hover{
	opacity: 0.6;
}
.switch-page a h3{
	padding: 0px 10px 0px 32px;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 15px;
	line-height: 24px;
}
.switch-page a h4{
	padding: 0px 10px 0px 32px;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 13px;
	line-height: 17px;
}
a.prev-button{
	background: url('../images/prev-article.png') no-repeat 42% 50% #efeded;
	width: 11%;
	height: 80px;
}
a.next-button{
	width: 11%;
	height: 80px;
	background: url('../images/next-article.png') no-repeat 50% 50% #efeded;
}

/* Social Links aside*/

.social-links{
	position: absolute;
	top: 417px;
	right: 0;
}
.social-links ul li{
	width: 54px;
	height: 56px;
	border-bottom: 1px solid #fff;
}
.social-links ul li:hover{
	opacity: 0.7;
}
.social-links ul li a{
	text-align: center;
	line-height: 56px;
}
li#dark-blue{
	background: #395b9b;
}
li#light-blue{
	background: #23c8ff;
}
li#red1{
	background: #d41d1d;
}
li#red2{
	background: #d41d1d;
}
li#orange{
	background: #ff8a2d;
}
li#navy-blue{
	background: #276589;
}
li#grey{
	background: #a6a6a6;
}
/* Contact page styles*/
.contact-right-wrapper{
	width: 54%;
	margin-top: 20px;
}
.contact-info-wrapper{
	display: inline-block;
	padding: 20px 0px;
	width: 97%;
	background: #f6f6f6 none repeat scroll 0 0;
	margin-bottom: 10px;
}
.contact-info-inner-wrapper{
	padding: 0 20px;
}
.contact-info-wrapper p{
	float: right;
	display: inline-block;
	font-family: 'HelveticaNeue-Light';
	font-size: 16px;
	direction: ltr;
	margin-right: 10px;
	padding-right: 30px;
}
.contact-info-wrapper p#contact-num{
	background: url('../images/phone-icon.png') no-repeat left center;
	padding-left: 24px;
}
.contact-info-wrapper p#contact-email{
	background: url('../images/email-icon.png') no-repeat left center;
	padding-left: 31px;
}
.contact-left-wrapper{
	width: 21%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.contact-left-wrapper h2{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 8px;
}
.contact-left-wrapper form#contact-form div{
	display: block;
}
.contact-left-wrapper form#contact-form input, .contact-left-wrapper form#contact-form select{
	border: 1px solid #dfdede;
	padding: 0px 10px;
	width: 231px;
	height: 32px;
	outline: none;
	margin-top: 9px;
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 12px;
	color: #606060;
}
.contact-left-wrapper form#contact-form select{
	width: 253px;
}
.contact-left-wrapper form#contact-form input::-webkit-input-placeholder {
   font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 12px;
	color: #606060;
}
.contact-left-wrapper form#contact-form input:-moz-placeholder { /* Firefox 18- */
   font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 12px;
	color: #606060;
}
.contact-left-wrapper form#contact-form input::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 12px;
	color: #606060;
}
.contact-left-wrapper form#contact-form input:-ms-input-placeholder {
   font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 12px;
	color: #606060;
}
.contact-left-wrapper form#contact-form textarea{
	width: 402px;
	border: 1px solid #dfdede;
	padding: 0px 10px;
	height: 166px;
	resize: none;
	outline: none;
	margin-top: 9px;
}
.contact-left-wrapper form#contact-form input[type="submit"], .contact-left-wrapper form#contact-form input[type="button"]{
	width: 85px;
	height: 42px;
	border: none;
	font-size: 18px;
	line-height: 18px;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	color: #fff;
	margin-top: 0px;
	padding: 0 0 5px 0;
}
.contact-left-wrapper form#contact-form input[type="submit"]#send, .contact-left-wrapper form#contact-form input[type="button"]#send{
	background: #ca2329;
}
.contact-left-wrapper form#contact-form input[type="submit"]#delete, .contact-left-wrapper form#contact-form input[type="button"]#delete{
	background: #bdbdbd;
}
.contact-left-wrapper form#contact-form input[type="submit"]:hover, .contact-left-wrapper form#contact-form input[type="button"]:hover{
	opacity: 0.7;
}
/*Archive page styles */
.archive-search{
	width: 100%;
	border-bottom: 1px solid #dedede;
	margin-top: 30px;
}
.archive-search h2{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.archive-search form input{
	background: url('../images/calendar-form.png') no-repeat 2% 50% #fff;
	border: 1px solid #dfdede;
	color: #606060;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 12px;
	width: 210px;
	height: 29px;
	padding: 0px 9px 3px 32px;
}
.archive-search form input[type="submit"]{
	background: #ca2329;
	color: #fff;
	width: 69px;
	height: 34px;
	padding: 0px 0px 7px 0px;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 18px;
	line-height: 18px;
	border: none;
}
.archive-search form input[type="submit"]:hover{
	opacity: 0.7;
}
.archive-search form input::-webkit-input-placeholder {
   color: #606060;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 12px;
}
.archive-search form input:-moz-placeholder { /* Firefox 18- */
   color: #606060;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 12px;
}
.archive-search form input::-moz-placeholder {  /* Firefox 19+ */
  color: #606060;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 12px;
}
.archive-search form input:-ms-input-placeholder {
   color: #606060;
	font-family: 'HelveticaNeuel T Arabic 45 Light';
	font-size: 12px;
}
.archive-content{
	margin-bottom: 55px;
}
.archive-content ul li{
	list-style-image: url('../images/list-dash.png');
	list-style-position: inside;
	height: 21px;
	margin-bottom: 9px;
}
.archive-content ul li a{
	font-size: 14px;
	line-height: 21px;
	color: #000;
	display: inline-block;
}
.archive-content ul li a:hover{
	color: #ca2329;
}
/* Photo Gallery Styles*/
ul.photo-gallery{
	display: inline-block;
}
ul.photo-gallery li{
	width: 31%;
	display: inline-block;
	float: right;
	margin-right: 18px;
	margin-bottom: 30px;
	height: 150px;
	overflow: hidden;
}
ul.photo-gallery li:nth-child(3n+1){
	margin-right: 0;
}
ul.photo-gallery li img, ul.photo-gallery li a{
	width: 100%;
	cursor: pointer;
}
ul.photo-gallery li img:hover, ul.photo-gallery li a:hover{
	opacity: 0.8;
}
.album-cover{
	position: relative;
	width: 100%;
}
.album-cover a.photo-num{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/album-photos.png') no-repeat 86% 50% rgba(0,0,0,0.6);
	padding: 0px 28px 0px 8px;
	height: 24px;
  	line-height: 21px;
  	color:#fff;
	width: auto;
}
.album-cover a.photo-num:hover{
	background: url('../images/album-photos1.png') no-repeat 86% 50% rgba(225,225,225,0.6);
	color:#000;
}
ul.photo-gallery li h3 a{
	color: #000;
	font-size: 16px;
	line-height: 21px;
	margin-top: 8px;
}
ul.photo-gallery li h3 a:hover{
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
}
.img-popup{
	display: none;
	width: 750px !important;
	height: 400px !important;
	text-align: center;
}
.img-popup img{
	width: 100%;
}
.video-list-wrapper{
	background: #eeeded;
	width: 100%;
	padding: 15px 0px;
}
.video-list-wrapper-border{
	width: 100%;
	height: 4px;
	background: url('../images/border-bottom.png') repeat-x 0px 0px;
	margin: 26px auto 30px;
}
.video-list-wrapper .video-list{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
.video-list-wrapper .video-list a:hover{
	opacity: 0.8;
}
.video-list-wrapper .video-list img{
	width: 100%;
}
.video-list-wrapper .video-list h2.video-title{
	font-family: 'HelveticaNeuel T Arabic 55 Roman';
	font-size: 16px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	width: 96%;
	padding: 0px 2% 5px;
	color: #fff;
}
ul.video-gallery li{
	display: inline-block;
	float: right;
	width: 31.9%;
	margin-right: 17px;
	margin-bottom: 27px;
}
ul.video-gallery li img{
	width: 100%;
}
ul.video-gallery li:nth-child(3n+1){
	margin-right: 0px;
}
ul.video-gallery li .video-wrapper{
	position: relative;
}
ul.video-gallery li .video-wrapper a.video-play{
	width: 54px;
	height: 38px;
	position: absolute;
	margin: 0 auto;
	top: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../images/play.png') no-repeat 0px 0px;
}
ul.video-gallery li .video-wrapper a.video-play:hover{
	background: url('../images/play-1.png') no-repeat 0px 0px;
}
.imgHeight50 {
	height: 50px;
	overflow: hidden;
	float: right;
	position: relative;
}
.imgWidth140 {
	width: 140px;
	overflow: hidden;
	position: relative;
}
.mostReadCommentedImg {
	height: 50px;
    overflow: hidden;
    width: 31%;
	position: absolute;
	left: 0;
}
.imgWidth66 {
	width: 66px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
	position: relative;
}
.imgWidth538 {
	width: 100%;
	height: 331px;
	overflow: hidden;
	position: relative;
	background-color: #e4e4e4
}
.imgWidth538 img{
	display: table;
	margin: auto !important;
}
.articles-list-wrapper.sections h3 {
	height: 45px;
}
form.webPoll {
	padding-top: 0;
}
form.webPoll .result {
    background: #707070;
    background: -moz-linear-gradient(left, #1d1d1d, #707070);
    clear:both;
    color:#EFEFEF;
	font-size: 10px;
	text-align: left;
	height: 20px;
	display: inline-block;
    float: left;
    margin-top: 12px;
}
form.webPoll .poll_results {
	vertical-align: top;
	color: #000;
}

.webPoll li {
	height: 33px;
}

slideItem {
	width: 100%;
}

.related-article-info .bx-next {
	display: none;
}

.photo-gallery-wrapper {
	margin-top: 40px;
}

.imageControl {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    bottom: 0;
    height: 100%;
    position: absolute;
	width: 65px;
	cursor: pointer;
	opacity: 0.5;
}
.imageControl:hover{
	opacity: 1;
}

.imageNext {
    background-image: url("../images/imageArrowLeft.png");
    left: -75px;
}
.imagePrev {
    background-image: url("../images/imageArrowRight.png");
    right: -75px;
}
.searchItem {
	padding-bottom: 20px;
	margin: 20px 0;
	border-bottom: 1px dashed #acacac;
}
.searchItemImg {
    height: 150px;
    overflow: hidden;
    width: 150px;
	margin-left: 10px;
}
.searchItemImg a{
    height: 100%;
    width: 100%;
}
.searchItemDesc {
    width: 85%;
}
.searchItemTitle {
	font-size: 18px;
    line-height: 24px;
	margin-bottom: 10px;
}
.searchItemTitle:hover {
	font-weight: bold;
}
.searchItemBody {
    line-height: 26px;
	font-size: 14px;
}
.info-block > a {
    height: 87px;
    overflow: hidden;
}

.articles-list-wrapper h3 {
    height: 45px;
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar-list-articles a p {
	height: 80px;
	overflow: hidden;
}
.mediumgray{
	font-size: 12px;
	color:#555;
}
.nextprev{
	font-size: 14px;
	color:black;
	padding: 3px;
	margin:1px;
	background-color: #d0d0d0;
	display: block;
}
.nextprev:hover{
	font-weight: bold;
}
.paginationWrap .nextPage{
	position: absolute;
    right: auto;
    left: 0;
    background-color: transparent !important;
}
.paginationWrap .prevPage{
	position: absolute;
	right: 0;
	left: auto;
    background-color: transparent !important;
}
.paginationWrap {
	height: 40px;
    position: relative;
    width: 100%;
}
.mainWrapper{
	overflow: hidden;
}
.social-floating {
    right: 0;
    position: fixed;
    top: 200px;
    z-index: 9999;
}
.noBorderCss {
	border: none;
}
.play-white {
	background-image: url('../images/play-white.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background-position: center center;
}
.play-white-slider {
	background-image: url('../images/play-white.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 79%;
	position: absolute;
	z-index: 999;
	background-position: center center;
}.photogray-icn {
background-image: url("../images/photography-icn.png");
    background-position: 4px calc(100% - 4px);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.photogray-icn-slider {
background-image: url("../images/photography-icn.png");
    background-position: 4px calc(100% - 4px);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 79%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.moreInImg {
    height: 130px;
    overflow: hidden;
    width: 200px;
}
.relatedArticleImg{
	overflow: hidden;
    width: 30% !important;
    float:  right !important;
    margin-right: 5px;
	max-height: 60px;
	margin-top: 10px;
}
.article-video .relatedArticleImg{
	width: 90% !important;
	max-height: none;
}
.otherArticleImg{
	margin-right: 29px !important;
}
.socialMedia {
	width: 83%;
	float: left;
}
.textAlignCenter {
	text-align: center;
}
.imgOnlyCss{
	width: 100%;
	height: 100%;
}
td.social-icon a div{
	background-image: url("../images/social-media-icons.png");
    height: 30px;
    width: 25px;
}
td.social-icon a div.facebookShareline{
    background-position: 148px 90px;
}
td.social-icon a div.facebookShareline:hover{
    background-position: 148px 51px;
}
td.social-icon a div.twitterShareline{
    background-position: 118px 90px;
}
td.social-icon a div.twitterShareline:hover{
    background-position: 118px 51px;
}
.numberOfResults {
    font-size: 12px;
	color: #747474;
}
.rssList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.rssList li{
	background-color: #f8f8f8;
    float: right;
    margin: 10px;
    padding: 15px 23px;
    width: 40%;
	text-align: center;
}
.rssList li span {
    display: block;
    font-size: 20px;
    font-weight: normal;
	line-height: 20px;
}
.rssList li a{
	display: block;
	color: #000000;
	margin-top: 5px;
	background: url("../images/attach.png") no-repeat 35px center;
	font-size: 16px;
}

.newsSectionTitle {
    color: #c92329;
    font-weight: bold;
	margin-bottom: 5px;
}
.newsSection{
	margin-bottom: 15px;
}
.blogImg{
	position: relative;
}
.articles-details .pagingWrap {
    position: relative;
	font-weight: bold;
}
.articles-details .pagingWrap .nextBtn {
    left: 0;
    position: absolute;
    text-align: left;
}
.articles-details .pagingWrap .nextBtn:hover, .articles-details .pagingWrap .prevBtn:hover {
    color: #ca2329;
}
.moreImages{
	font-weight: bold;
	color: #ca2329;
	text-align: left;
	cursor: pointer;
}
.rss-info{
	margin-top: 20px;
}
.articleFirstSocial {
	width: 100%;
	float: left;
	display: block;
}
.articleDetailsFloatingBox{
	float: right;
	z-index:99999;
}
li.visibleDFP {
	overflow: visible !important;
	z-index: 3 !important;
}

/*
 * Video Page
*/
ul.videoGalleryUl li{
	overflow: hidden;
}
.mainVideoDiv{
	width: 100%;
	color: white;
	text-align: right;
}
.videoGalleryUl{
	list-style: outside none none;
}
.videoTopDiv{
	margin-bottom: 15px;
}
.majorVideoLi{
	display: flex;
	flex: 3 1 auto;
	float: right;
	width: 74.9%;
	border-left: 0.0625rem solid #dfdfdf;
	height: 300px;
	margin-bottom: 10px;
}
.innerDiv{
	border-top: 1px solid #ffd457
}
.majorVideoLi .innerDiv{
	margin: 0 0 0 10px;
	display: flex;
	flex: 1 1 auto;
	background-color: #292929;
	width: 98%;
}
.minorVideoLi .innerDiv{
	margin: 0 10px 0 0;
	background-color: #f2f2f2;
	width: 100%;
	color: #000;
}
.otherVideoLi .innerDiv{
	margin: 0 10px;
	background-color: #f2f2f2;
	color: #000;
	width: 100%;
}
li.otherVideoLi:first-child .innerDiv{
	margin-right: 0;
}
li.otherVideoLi:last-child .innerDiv{
	margin-left: 0;
}
.minorVideoLi{
	float: right;
	width: 25%;
	display: flex;
	flex: 1 1 auto;
	height: 300px;
	margin-bottom: 10px;
}
.otherVideoLi{
	float: right;
	width: 24.9%;
	display: flex;
	flex: 1 1 auto;
	height: 230px;
	border-left: 0.0625rem solid #dfdfdf;
}
.otherVideoLi .videoDescription{
	height: 105px;
	overflow: hidden;
}
.minorVideoLi .videoDescription{
	height: 145px;
	overflow: hidden;
}
.otherVideoLi .videoDescription h2{
	font-size: 18px;
}
.otherVideoLi .videoImage{
	height: 156px;
	overflow: hidden;
}
.videoImage{
	overflow: hidden;
}
.majorVideoLi .videoImage {
	width: 509px;
	position: relative;
	height: 285px;
}
.minorVideoLi .videoImage, .otherVideoLi .videoImage{
	width: 100%;
	position: relative;
	height:155px;
}
.majorVideoLi .videoDescription {
	width: 30%;
}
.videoDescription {
	margin: 5px 8px;
}
li.majorVideoLi div.videoDescription div{
	color: #fff;
}
li.majorVideoLi div.videoDescription div.title{
	color: #fff;
	font-size: 26px;
	max-height: 270px;
	padding-bottom: 8px;
	line-height: 30px;
}
li.otherVideoLi div.videoDescription div.title{
	line-height: 22px;
	height: 55px;
}
.moreMultimediaSingle {
	height: 163px;
	position: relative;
}

.moreMultimediaSingle a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.moreMultimediaSingleTitle a
{
	display: block;
	text-align: left;
	width: 100%;
	position: relative;
}
.multimediaElementsWID{
	width: 100%;
	position: relative;
	text-align: left;
	height: auto;
}
.multimediaElementsWID .moreMultimediaTitle{
	/*text-transform: uppercase;*/
	position: relative;
	height: 28px;
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
}
.multimediaElementsWID .singleMedia{
	margin-right: 3%;
	width: 31.33%;
}
.row-video .item {
	margin: 0px 10px;
}
.article-image {
	height: 214px;
	margin-bottom: 2%;
	overflow: hidden;
}
.nextArrow {
	width: 28px;
	height: 100%;
	background-image: url("../images/right-arroww.png");
	background-repeat:  no-repeat;
	background-position: center center;
	background-size: 20px 40px;
	/*background-color: rgba(0,0,0,0.5);*/
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.prevArrow {
	background-image: url("../images/left-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 40px;
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: absolute;
    right: auto;
    width: 28px;
	top: 0;
}
.related-title{
	color: #ca2329;
	font-family: 'HelveticaNeuel T Arabic 75 Bold';
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0px;
}
.related-articles ul {
	width:100%;
}
.related-articles li{
	width: 100% !important;
	border:2px solid #F2F2F2;
	padding:5px;
}
.readMoreBtn
{
	cursor:pointer;
	opacity: 1;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color:rgba(255,0,0,0.9);
	position: relative;
	width:calc(100% - 4px);
	padding:5px 0;
	border-radius: 5px;
	border:2px solid rgba(255,0,0,0.7);
	-moz-box-shadow: 0 -20px 0px 20px rgba(255,255,255,0.5);
	-webkit-box-shadow:0 -20px 0px 20px rgba(255,255,255,0.5);
	box-shadow: 0 -20px 0px 20px rgba(255,255,255,0.5);
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article-before{
	display: block;
	overflow:unset;
	height:auto;
}
.article-after{
	display: block;
	overflow:auto;
	height:450px;
	overflow:hidden;
}
#readMoreBtn.hide{
	display: none;
}
.main-navigation ul li:nth-child(7){
	display: none;
}
.shabiba-radio{
        padding: 0px 10px;
}
.shabiba-radio a{
	background-image: url("../images/ShabibaFM_topbar_button@2x.png");
	min-width: 142px;
    width: 100%;
    max-width: 142px;
	height: 31px;
	background-size: cover;
	margin-top: 2px;
}
.icon_times a{
    background-image: url("../images/icon_times.png");
	min-width: 142px;
    width: 100%;
    max-width: 142px;
	height: 31px;
	background-size: cover;
	margin-top: 2px;
}

.icon_times{
        padding: 0px 10px;
}
.shabiba-world-cup{

}
.shabiba-world-cup a{
	background-image: url("../images/shabiba-world-cup.png");
	min-width: 142px;
    width: 100%;
    max-width: 142px;
	height: 35px;
	background-size: cover;
	margin-top: 2px;
}

.icon_7ayam a{
	background-image: url("../images/icon_7ayam.png");
	min-width: 142px;
    width: 100%;
    max-width: 142px;
	height: 31px;
	background-size: cover;
	margin-top: 2px;
}
.icon_7ayam{
        padding: 0px 10px;
}
.icon_whatsouloom{
        padding: 0px 10px;
}
.icon_whatsouloom a{
    	background-image: url("../images/icon_whatsouloom.png");
	min-width: 160px;
    width: 100%;
    max-width: 160px;
	height: 31px;
	background-size: cover;
	margin-top: 2px;
}
.privacy-wrapper{
	width:100%;
}
.privacy-inner-wrapper{
	width:100%;
}
.privacy-inner-wrapper p{
	direction:rtl;
	width:100%;
}

#menu-outer {
	height: 84px;
	background: url(images/bar-bg.jpg) repeat-x;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
    display: flex;
	}
	ul#horizontal-list li {
		display: inline;
	}
    
.author-img-block{
	float: right;
    margin-left: 30px;
    max-width: 150px;

}
.ghosted_view_outer{
	position: relative;
}
.ghosted_view_outer .close_button{
	position: absolute;
	top: 5px;
	right: 15px;
	width: 20px;
	height: 20px;
    cursor: pointer;
    z-index: 1000;
}
.ghosted_view_outer .close_button:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: black;
    transform: rotate(45deg);
}
.ghosted_view_outer .close_button:before{
    content: '';
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute;
    transform: rotate(-45deg);
}
/*overlay add css  __________ START ______________*/
.overlay_ad_popup_outer{
	display: none;
}
.overlay_ad_popup{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.overlay_ad_background_close_body{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.overlay_ad_popup .overlay_ad_popup_body{
	width: 100%;
	max-width: 320px;
	min-height: 480px;
	background-color: #fff;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}
.overlay_ad_popup .overlay_ad_close_icon{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 20px;
	width: 20px;
}
.overlay_ad_popup .overlay_ad_close_icon:after,
.overlay_ad_popup .overlay_ad_close_icon:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color:#000;
	position: absolute;
	top: 6px;
}
.overlay_ad_popup .overlay_ad_close_icon:after{
	transform: rotate(45deg);
}
.overlay_ad_popup .overlay_ad_close_icon:before{
	transform: rotate(-45deg);
}
/*overlay ad css __________ END ______________*/