@import url(alwasat-layout.css?v=7);
@import url(font-awesome.min.css);
@import url(old-website.css?v=8);

html, body {
	margin: 0;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
a {
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}

h1, h2, h3, h4, h5, h6 {
/*
	font-family: 'Droid Arabic Naskh', serif;
	line-height: 1.6em;
	*/
}

a:hover, a:focus {
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
a {
	color: #623600;
}
a:hover {
	color: #975300;
}

.c-main a {
	color: #C75000;
}

.c-main a.n-btn, .c-main a.btn {
	color: #fff;
}

@media (min-width: 1170px) {
	.container {
		width:90%;
	}
}
@media (min-width: 1400px) {
	.container {
		width:1400px;
	}
}

header {
	background: white;
}

header div.adv{
   height: 90px;
   left: 0;
   top: 6px;
   right: 250px;
   position: absolute;
   z-index: 5;
}

header .container {
	position: relative;
	padding: 15px 30px;
	background: white;
}

header div.logo {
	width:200px;
}

header div.logo span.issue {
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
    color: #212121;
    font-family: 'Droid Arabic Naskh', serif;
    text-align: center;
    padding-top: 15px;
}

.topbar {
    background-color: #F4F4F4;
    font-size: 0.85em;
    line-height: 30px;
    font-weight: bold;
    color: #212121;
    font-family: 'Droid Arabic Naskh', serif;
}

.topbar.archive {
    background-color: #FFD4D4;
}
.topbar a.link {
    border-right: 1px solid #CECECE; 
    padding: 0px 5px;
    margin: 0 5px 0 0;
}

.topbar a.link:first-child {
    border-right: 0px solid #CECECE; 
padding-left: 0px;
}

.blink {
  animation: blinker 1s linear infinite;
  padding-left: 1px;
}
.text-xsmall {
	font-size: 60%;
}
@keyframes blinker {  
  50% { opacity: 0.0; }
}

.header_bar .container {
	padding: 5px 10px;
	border-bottom: 1px solid #f5f5f5;
}


.navbar-all-links {
	background: #FFCB7C;
	display: none;
}

.navbar-all-links .container {
	background: #FFB74C;
	padding: 20px 15px;
}
.navbar-all-links ul li
{
	list-style-type: square;
	color: #c66d00;
}
.navbar-all-links ul li a
{
	color: black;
	font-weight: bold;
	font-family: 'Droid Arabic Naskh', serif;
}
.navbar-all-links ul li a:hover
{
	color: #b22222;
}
.navbar-all-links h2 {
    font-size: 14px;
    margin: 0 2em 5px 0;
    color: #562d0e;
    font-weight: bold;
    font-family: 'Droid Arabic Naskh', serif
}
.navbar-all-links h2 a {
    color: #562d0e;
}
.navbar-all-links h2 a:hover {
    color: #b22222;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #9a2600 !important;
}

.navbar {
	background: #F78B00;
	background-color: #FFED8A;
	margin: 0;
	border-radius: 0px;
	width:100%
}
.navbar .container {
	background: #ff9615;
	background-color: #fff3b0;
	padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
.navbar .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar .all-links {
	left: 0;
	top: 0;
	position:absolute;
	height: 45px;
   /*overflow: hidden;*/
}
.all-links a {
	background-color: #ff9615;
	background-color: #fff3b0;
}
.all-links a.npp {
	/*background-color: #c66d00;*/
	background-color: #ffbe5b;
}
.all-links a.showall, .all-links a.showall:focus {
	/*background-color: #a85d00 !important;*/
	background-color: #FFB74C !important;
}
.navbar .all-links > li {

}
.dropdown-menu li a {
	background-color:#fff;
	font-family: 'Droid Arabic Naskh', serif;

}
.dropdown-menu li a:hover {
	background-color:#dcdcdc;
}
.popover {
	min-width:250px;
}
.popover-title a {
	background-color: transparent;
}
.user-bot i.login {
	color: #008667;
}

nav.search-mode ul.nav > li, nav.user-mode ul.nav > li  {
	display: none !important;
}
nav.search-mode ul.nav > li.search-bot, nav.user-mode ul.user-menu > li {
	display: block !important;
}
nav.search-mode .search-box {
	display: block;
}
/*.user-menu > li {
	display: none;
}*/
ul.user-menu {
	position: absolute;
	right: 0;
	top: 0;
}
.search-box {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
.gsc-search-box {
	margin: 0 !important;
	padding: 0 !important;
}
table.gsc-search-box td.gsc-input {
	padding: 0 !important;	
}
table.gsc-search-box td.gsc-input input {
    padding: 0 10px !important;
    border: 0px;
    height: 35px;
    /* background: rgba(247, 239, 239, 0.35) !important; */
    width: 100%;
    outline: none;
    font-family: 'Droid Arabic Naskh', serif;
    color: black !important;
    text-align: right !important;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}
.gsc-clear-button {
    width: 45px !important;
    background: transparent !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
	border: 0px !important;
	height: 45px !important;
	background-color: transparent !important;
	outline: none;
	font-family: 'Droid Arabic Naskh', serif !important;
	line-height: 45px !important;
	color: black !important;
	
	/*
   display: inline-block !important;
   font: normal normal normal 14px/1 FontAwesome !important;
   font-size: inherit !important;
   text-rendering: auto !important;
   -webkit-font-smoothing: antialiased !important;
   -moz-osx-font-smoothing: grayscale !important;
   content: "\f002" !important;
   */
}
.gsc-control-cse {
	font-family: 'Droid Arabic Naskh', serif !important;
}

.gsc-table-cell-snippet-close, .gs-promotion-text-cell {
    font-family: 'Droid Arabic Naskh', serif !important;
}
.gsc-results .gsc-cursor-box {
    padding: 10px 0 !important;
    border-top: 1px dotted #dcdcdc !important;
    margin: 0 5px 10px 5px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page, .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    display: block !important;
    background: #d7d7d7 !important;
    border-radius: 100% !important;
    line-height: 27px !important;
    margin: 0 5px 3px 0 !important;
    color: #3a3a3a !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    float: right !important;
	 text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: gray !important;
    color: white !important;
    font-weight: bold !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: gray !important;
    color: white !important;
    font-weight: bold !important;
    outline: 0;
}
.gsc-resultsbox-visible {
    display: table !important;
}
.gsc-control-cse table {
    border: 0 solid #E0E0E0 !important;
    border-bottom-width: 1px !important;
}
.gsc-control-cse table tr:nth-child(odd) {
    background: transparent !important;
}
.gs-result .gs-title, .gs-result .gs-title * {
	 text-decoration: none !important;
}

.gs-web-image-box, .gs-promotion-image-box {
	width: 110px !important;
}

.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
	min-width: 100px !important;
}
.search-results {
	display: none;
}
.search-results.open {
	display: block;
   width: 100%;
}
input.search-box {
	position: absolute;
	right: 0;
	top: 0;
	border: 0px;
	height: 45px;
	background: transparent;
	width: 100%;
	outline: none;
	font-family: 'Droid Arabic Naskh', serif;
	line-height: 45px;
	padding-right: 5px;
	color: white;
	font-size: 1em;
	float: right;
	display: none;
}

/*
.all-links a.showall {
	
}
.all-links a:before {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: 1em;
   line-height: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c9";
	margin-left: 10px;
}
.all-links a.npp {
	background-color: #c66d00;
}
.all-links a.npp:before {
	content: "\f1ea";
}
.all-links a.showall.close-menu:before {
	content: "\f00d";
}
*/
.nav-menu {
	overflow: hidden;
	height: 45px;
}

/*
.navbar.affix-top {
   position: absolute;
   top:0;
   left:0;
   z-index:10;
   height:54px;
   background-color:transparent;
   border:0;
}
*/

.navbar.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
   box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.navbar li.brand {
	display: none;
}
.navbar.affix .brand {
	display: block;
}
.navbar {
	margin-bottom: 0px;
	border: 0px solid transparent;
	min-height: 36px;
}
ul.nav {
	margin: 0;
}
ul.nav > li{
	float:right;
}
.navbar-nav>li>a {
	color: black;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Droid Arabic Naskh', serif;
}
.navbar-default .navbar-nav>li>a {
	color: black;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #cc3300;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	border: 0px;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 36px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ee8300;
	background-color: #fff2d7;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #ee8300;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #ee8300;
	color: black;
}

nav.navbar-sub {
	background: #e6e6e6;
	margin: 0;
	border-radius: 0px;
	width:100%
}
nav.navbar-sub .container {
	background: #dcdcdc;
	padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
nav.navbar-sub {
	margin-bottom: 0px;
	border: 0px solid transparent;
	min-height: 30px;
}
nav.navbar-sub ul > li > a {
	height: auto;
}

nav.navbar-sub ul > li > a, nav.navbar-sub ul > li > span {
	color: #303030;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Droid Arabic Naskh', serif;
}
nav.navbar-sub ul > li > span {
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
}
nav.navbar-sub ul.nav-path > li > a {
	color: #61310d;
	padding-left: 0px;
}
nav.navbar-sub ul.nav-path > li > a:hover {
	background: transparent !important;
	color: #975300;
}

nav.navbar-sub ul.nav-path li > a:after {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f100";
	color: #616161;
	margin-right: 15px;
}
nav.navbar-sub ul.nav-path li:last-child > a {
	padding-left: 15px;
}
nav.navbar-sub ul.nav-path li:last-child > a:after {
	margin-right: 0;
	content: "";
}

nav.navbar-sub ul.nav-submenu {
	border-right: 1px solid #f5f5f5;

}
/*
nav.navbar-sub {
  overflow-x: scroll; 
  -webkit-overflow-scrolling: touch;
}

nav.navbar-sub ul.nav-submenu:after {
	content: '';
	display: inline-block;
	width: 100%;
}
nav.navbar-sub ul.nav-submenu li {
  display: inline-block;
}
*/

/*
.dropdown-menu {
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	background-color: #ee8300;
	border: 0px;
	border-radius: 4px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.dropdown-menu>li>a {
	color: #f5f5f5;
	font-size: 16px;
}
*/
div.page {
	background: #f4f4f4;

}
div.page {

}
div.page .container {
	background: white;
	padding-bottom: 10px;
}

/* footer */
footer {
	background: #5b5b5b;
	font-family: 'Droid Arabic Naskh', serif;
}

footer .container {
	background: #575757;
	padding-top: 15px;
}

footer ul li
{
	list-style-type: none;
}
footer ul
{
	padding: 0 5px;
}
footer .row
{
	margin: 0;
}

footer .info
{
    border-top: 1px dotted #636363;
    padding: 8px;
    color: #dcdcdc;
    margin: 0;
    font-size: 0.8em;
}
footer a
{
   line-height: 2em;
   font-size: 0.9em;
	color: white;
}
footer a:hover
{
	color: #ffb833;
}

footer h4 {
	font-size: 1em;
	font-weight: bold;
    color: #DCDCDC;
    padding: 0 8px;
    margin: 0;
    margin-bottom: 5px;
}
footer .content {
	padding: 0 10px;	
}
footer ul.social {
	padding: 5px 0;
   margin: 0 5px 10px 5px;
}

footer ul.social:before, footer ul.social:after {
	content: " ";
	display: table;
	clear: both;
}

footer ul.social li {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer ul.social li a {
	display: block;
	background: #696969;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-left: 3px;
	text-align: center;
	color: white;
}

footer ul.social li a:hover {
	background: white;
}
footer ul.social li a:before {
	content: "\f1e0";
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   line-height: 32px;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

footer ul.social li.fb a:hover {
	color: #3a5795;
}
footer ul.social li.fb a:before {
	content: "\f09a";
	padding-right: 2px;
}

footer ul.social li.tw a:hover {
	color: #55ACEE;
}
footer ul.social li.tw a:before {
	content: "\f099";
}

footer ul.social li.gp a:hover {
	color: #E15440;
}
footer ul.social li.gp a:before {
	content: "\f0d5";
}

footer ul.social li.wa a:hover {
	color: #4BC557;
}
footer ul.social li.wa a:before {
	content: "\f232";
}

footer ul.social li.yt a:hover {
	color: #b22222;
}
footer ul.social li.yt a:before {
	content: "\f16a";
}
footer ul.social li.ig a:hover {
	color: #457fb2;
}
footer ul.social li.ig a:before {
	content: "\f16d";
}
footer ul.social li.in a:hover {
	color: #0077B5;
}
footer ul.social li.in a:before {
	content: "\f0e1";
}
footer ul.social li.tg a:hover {
	color: #269CD8;
}
footer ul.social li.tg a:before {
	content: "\f1d8";
	padding-right: 2px;
}
footer ul.social li.rss a:hover {
	color: orange;
}
footer ul.social li.rss a:before {
	content: "\f09e";
}
footer ul.social li.sc a:hover {
	color: #fffc00;
}
footer ul.social li.sc a:before {
	content: "\f2ac";
}

footer ul.social li a span {
	display: none;
}

/* end footer */

div.page div.c-head {
	background-color: #E6E6E3;
}
div.page div.c-head .container {
	background-color: #efefec;
}
div.c-head .container .c-main{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.c-body .container .c-content{
	padding-top: 15px;
}
.c-content {
	font-family: 'Droid Arabic Naskh', serif;
	line-height: 1.5em;
}

.c-content div.c-sub h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	font-family: 'Droid Arabic Naskh', serif;
	margin: 10px 0;;
}
.c-content div.c-main h1, .c-content div.c-main h2, .c-content div.c-main h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0;
}
.c-content div.c-main h2 {
	font-size: 1em;
	margin: 5px 0;
	color: #696969;
}
.c-dark .c-content div.c-main h1 {
    color: #fff;
}
.c-dark .c-content div.c-main h2 {
    color: #d6d6d6;
}
.c-head div.c-main h3 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 5px 0;
	color: #696969;
}
.c-content div.c-main p {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
	/*word-break: break-word;*/
}
.c-content div.c-writer {
	position: absolute;
	bottom: 0;
	left:0;
	width: 150px;
}
div.page div.c-head .container {
	padding-bottom: 0;
}
.c-content div.c-writer img {
	width: 100%;
}
.c-name {
	color: #b22222;
	font-weight: bold;
}

ul.pages-list {
	padding: 10px 0;
	margin: 0;
	border-top: 1px dotted #dcdcdc;
	margin: 0 5px 10px 5px;
}
ul.pages-list li {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
ul.pages-list li.head {
	margin-left: 5px;
	color: #2e2e2e;
	font-weight: bold;
}

ul.pages-list li a {
	display: block;
	background: #d7d7d7;
	border-radius: 100%;
	line-height: 27px;
	margin: 0 5px 3px 0;
	color: #3a3a3a;
	width: 25px;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.pages-list li a.current {
	background: gray;
	color: white;
	font-weight: bold;
}
ul.pages-list li a:hover {
	background: #b9b9b9;
}

ul.tags-list {
	padding: 5px 0;
	margin: 0;
	border-top: 1px dotted #dcdcdc;
	margin-bottom: 10px;
}
ul.tags-list li {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
ul.tags-list li.head {
	margin-left: 10px;
	color: #2e2e2e;
	font-weight: bold;
}

ul.tags-list li a {
	display: block;
	background: #d7d7d7;
	border-radius: 20px;
	height: 1.8em;
	line-height: 1.9em;
	margin: 0 0 3px 3px;
	color: #3a3a3a;
	padding: 0px 10px
}
ul.tags-list li a:hover {
	background: #b9b9b9;
}

ul.section-tags {
	padding: 5px 0;
	margin: 0;
	position: absolute;
   left: 0;
   z-index: 5;
}
ul.section-tags li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	float: right;
}
ul.section-tags li.head {
	margin-left: 10px;
	color: #2e2e2e;
	font-weight: bold;
}

ul.section-tags li a {
    display: inline-block;
    border-radius: 20px;
    height: 2em;
    line-height: 2em;
    margin: 0 0 5px 3px;
    color: #623600;
    padding: 0px 10px;
    border: 1px solid #FFE1A8;
}
ul.section-tags li a:hover {
    border-color: #824700;
    color: #824700;
}
@media (min-width: 992px) {
	ul.section-tags {
		position: absolute;
		right: 10px;
		bottom: 10px;
		left:auto;
		float: none;
	}
	ul.section-tags li {
		float: none;
	}
}


div.c-main .c-info {
	margin-bottom: 10px;
}
div.c-main .c-info ul.social {
	
}

div.c-main .c-info .tools {
	position: relative;
}

div.c-main .c-info p.comment a {
	font-size: 0.8em;
}
div.c-main .c-info p.comment a:before {
	content: "\f075";
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   line-height: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
}
div.c-main .c-info p.comment a span.count {
	display: block;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
}
div.c-main ul.social {
	padding: 5px 0px 2px 0px;
	margin: 0;
	border: 1px dotted #dcdcdc;
	border-left-width: 0px;
	border-right-width: 0px;
}
div.c-main ul.social:before, div.c-main ul.social:after {
	content: " ";
	display: table;
	clear: both;
}

div.c-main ul.social li {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.c-main ul.social li a {
	display: block;
	background: #696969;
	border-radius: 100%;
	width: 32px;
	height: 33px;
	overflow: hidden;
	margin-left: 3px;
	margin-bottom: 3px;
	text-align: center;
	border: 1px solid #696969;
	color: white;
}

div.c-main ul.social li a:before {
	content: "\f1e0";
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   line-height: 33px;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.c-main ul.social li.fb a {
	background: #3a5795;
	border-color: #3a5795;
}
div.c-main ul.social li.fb a:hover {
	color: #3a5795;
}
div.c-main ul.social li.fb a:before {
	content: "\f09a";
	padding-right: 2px;
}

div.c-main ul.social li.tw a {
	background: #55ACEE;
	border-color: #55ACEE;
}
div.c-main ul.social li.tw a:hover {
	color: #55ACEE;
}
div.c-main ul.social li.tw a:before {
	content: "\f099";
}

div.c-main ul.social li.gp a {
	background: #E15440;
	border-color: #E15440;
}
div.c-main ul.social li.gp a:hover {
	color: #E15440;
}
div.c-main ul.social li.gp a:before {
	content: "\f0d5";
}
div.c-main ul.social li.wa a {
	background: #4BC557;
	border-color: #4BC557;
}
div.c-main ul.social li.wa a:hover {
	color: #4BC557;
}
div.c-main ul.social li.wa a:before {
	content: "\f232";
}
div.c-main ul.social li.email a:before {
	content: "\f0e0";
}
div.c-main ul.social li.print a {
	background: white;
	color: #494949;
}
div.c-main ul.social li.print a:hover {
	background: #dcdcdc;
	color: #494949;
}
div.c-main ul.social li.print a:before {
	content: "\f02f";
}
div.c-main ul.social li.download a {
	background: white;

	color: #494949;
}
div.c-main ul.social li.download a:hover {
	background: #dcdcdc;
	color: #494949;
}

div.c-main ul.social li.download a:before {
	content: "\f0c7";
}

div.c-main ul.social li.font-plus a:before {
	content: "\f067";
}
div.c-main ul.social li.font-minus a:before {
	content: "\f068";
}

div.c-main ul.social li.font-minus, div.c-main ul.social li.font-plus {
	float: left !important;
}

div.c-main div.fontsize {
    position: absolute;
    z-index: 1;
}
a.font {
    font-size: 1.8em;
    color: #444444;
    float: right;
    margin-left: 10px;
}
a.font:hover {
    color: #C75000;
}

div.c-main ul.social li.save a, div.c-main ul.social li.save-o a {
	background: orange;
	border-color: orange;
}
div.c-main ul.social li.save a:hover, div.c-main ul.social li.save-o a:hover {
	color: orange;
}
div.c-main ul.social li.save a:before {
	content: "\f02e";
}
div.c-main ul.social li.save-o a:before {
	content: "\f097";
}

div.c-main ul.social li a:hover {
	background: white;
	color: #696969;
}
div.c-main ul.social li a span {
	display: none;
}
figure.c-image {
	margin-bottom: 10px;
}

figure.c-image img {
	width:100%;
}
figure.c-image figcaption {
	color: #696969;
	font-size: 0.7em;
}
figure.c-image figcaption:before {
	content: "\f030\0020";
	color: #757575;
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
section {
	border-top: 1px solid #ffce71;
	font-family: 'Droid Arabic Naskh', serif;
	line-height: 1.5em;
	position: relative;
}
section.read {
	border-top-width: 0px;
}
section .s-side h1.s-title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	font-family: 'Droid Arabic Naskh', serif;
	margin: 10px;
}

section .s-content {
	
}
.n-item a {
	display: table;
	color:inherit;
}
.n-item div.n-container a.n-link-overlay {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background: transparent;
    position: absolute;
    z-index: 0;
    float: right;
    display: block;
}

.n-item div.n-container a.n-link-overlay:hover {
	background: rgba(255, 255, 255, 0.2);
	/*background: rgba(255, 144, 0, 0.1);*/
}
.n-img-only div.n-container a.n-link-overlay {
     -webkit-transition: initial !important;
    transition: initial !important;
}

.n-img-only div.n-container a.n-link-overlay:hover {
    text-indent: 0;
    white-space: normal;
    background: rgba(0, 0, 0, 0.7) !important;
    line-height: 2;
    color: white;
    padding: 10px 15px;
    text-align: center;
}

.n-item div.n-container .n-link-overlay:target  {
	background: rgba(255, 255, 255, 0.2);
	/*background: rgba(255, 144, 0, 0.1);*/
}

.n-item {
	
}
.n-item div.n-container {
	margin:5px;
	padding-top: 1px; 
}
.n-item div.n-container:before {
   top: 5px;
   right: 5px;
   bottom: 5px;
   left: 5px;
   overflow: hidden;
   white-space: nowrap;
   position: absolute;
   z-index: 0;
   float: right;
   display: block;
	border-top: 1px solid #ffce71;
	background-color: #ecf0f1;
}

.n-item div.n-container div.n-content {
	padding: 4px 10px;
	padding-bottom: 30px;
	font-family: 'Droid Arabic Naskh', serif;
}
.n-container .n-title, .n-container .n-name, .n-container .n-body {
	margin: 4px 0;
}
.n-item div.n-container div.n-content .n-title {
	font-weight: bold;
	line-height: 1.5em;
	color: #1c1c1c;
	min-height: 3em;
}
.n-item.n-lg div.n-container div.n-content .n-title {
	font-size: 1.3em;
}
.n-item div.n-container div.n-content .n-title:before {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.n-article div.n-container:before {
	border-top-color: #da6f6f;
}

.n-article div.n-container div.n-content .n-title:before {
	content: "\f10e\0020";
	color: gray;
}

.n-article div.n-container div.n-content .n-title {
	color: #3e3e3e;
}

.n-article div.n-container .n-image img {
	width:100%;
}

.n-item div.n-container div.n-content .n-name {

	font-weight: bold;
	line-height: 1.5em;
	color: #a52a2a;
}
.n-tx div.n-container div.n-content .n-title {

}
.n-item div.n-container div.n-content .n-body {
	color: #4b4b4b;
}
.n-item div.n-container div.n-content .n-body:after {
	content: "...";
}
.n-item div.n-container .n-info {
	font-size: 0.9em;
	color: #6c6c6c;
	/*line-height: 1.5em;*/
	position: absolute;
	bottom: 8px;
	/*right: 10px;*/
	font-family: Tahoma;
	
}
.n-item div.n-container .n-info span {
	display: block;
   float: right;
   margin-left: 8px;
}.n-item div.n-container .n-info span:before {
	color: #9c9c9c;
}

.n-item div.n-container .n-info span:last-child {
   margin-left: 0px;
}
.n-item div.n-container .n-info span:before {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
  	line-height: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	float: right;
}
.n-item div.n-container .n-info span.time:before {
	content: "\f017";
}
.n-item div.n-container .n-info span.comment:before {
	content: "\f075";
}


.n-item div.n-container .n-info span i{
	font-size: 12px;
	line-height: 14px;
	color: #acacac;
}
.n-item div.n-container .n-info span i{
	font-size: 12px;
	line-height: 14px;
	color: #acacac;
}
.n-ad div.n-container div.n-content:before {
	content: "Ad";
	text-align: center;
	width: 100%;
	float: right;
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	margin-bottom: 3px;
}
.n-ad div.n-container div.n-content {
   position: absolute;
   z-index: 0;
   float: right;
   display: block;
  	padding: 0px;
  	text-align: center;
  	top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   padding: 10px;
}
.n-ad div.n-container:before {
	border-top-width: 0px;
	background-color: #f5f5f5;
}
.n-infographic .n-content .n-title:before {
	content: "\f200\0020";
	color: #ff8c00;
}
.n-photo div.n-container:before, .n-video div.n-container:before, .n-dark div.n-container:before  {
	background-color: #3f3f3f;
}

.n-photo .n-content .n-title:before, .n-video .n-content .n-title:before {
	content: "\f030\0020";
	display: inline-block;
	color: #f5f5f5;
}
.n-video .n-content .n-title:before {
    color: rgb(255, 150, 21);
}
.n-video .n-content .n-title:before {
	content: "\f03d\0020";
}
.n-video .n-content .n-title:before {
	content: "\f03d\0020";
}
.n-photo div.n-container div.n-content .n-title, .n-video div.n-container div.n-content .n-title, .n-dark div.n-container div.n-content .n-title {
	color: silver;
}
.n-photo div.n-container div.n-content .n-body, .n-video div.n-container div.n-content .n-body, .n-dark div.n-container div.n-content .n-body {
	color: #969696;
}
.n-photo div.n-container .n-info, .n-video div.n-container .n-info, .n-dark div.n-container .n-info {
	color: #898989;
}
.n-photo div.n-container .n-info span:before, .n-video div.n-container .n-info span:before, .n-dark div.n-container .n-info span:before {
	color: #1f1f1f;
}
ul.n-list, ul.n-cols  {
	padding:0;
	margin:0;
}

ul.n-list li, ul.n-cols li {
	padding:0;
	margin:0;
	list-style-type: none;
}
.n-red div.n-container:before {
	border-top: 1px solid #c0392b;
	background-color: #e85c4c;
	border-top: 1px solid #FFA192;
   background-color: #b51800;
}
.n-red div.n-bg {
   background-color: #b51800 !important;
}
.n-red div.n-container div.n-content .n-title {
	color: white;
}

.n-red div.n-container div.n-content .n-body {
	color: #fcf4f3;
}
.n-red div.n-container .n-info {
	color: #f1d0ce;
}

.n-red div.n-container div.n-content .n-name, .n-red div.n-container .n-info span:before, .n-red div.n-container div.n-content .n-title:before {
	color: #fcf4f3;
}

.n-blue div.n-container:before {
	border-top: 1px solid #2980b9;
	background-color: #3498db;
}
.n-blue div.n-container div.n-content .n-title {
	color: white;
}
.n-blue div.n-container div.n-content .n-body {
	color: #e7f4f9;
}
.n-blue div.n-container .n-info {
	color: #c4e0f2;
}

.n-blue div.n-container div.n-content .n-name, .n-blue div.n-container .n-info span:before, .n-blue div.n-container div.n-content .n-title:before{
	color: #22628a;
}

.n-org div.n-container:before {
	border-top: 1px solid #d35400;
	background-color: #e67e22;
}
.n-org div.n-container div.n-content .n-title {
	color: white;
}

.n-org div.n-container div.n-content .n-body {
	color: #f8ede6;
}
.n-org div.n-container .n-info {
	color: #efd5c5;
}

.n-org div.n-container div.n-content .n-name, .n-org div.n-container .n-info span:before, .n-org div.n-container div.n-content .n-title:before{
	color: #b24800;
}
.n-lorg div.n-container:before {
	background-color: #FFFCEB;
}
.n-lorg div.n-bg {
	background-color: #FFFCEB !important;
}
div.page .video {
	background: #5f5f5f;
}
div.page .video .container {
	background: #4b4b4b;
}
div.page .video .container .s-title {
	color: white;
}
div.page .video .container .s-title a {
	color: #fafafa;
}
div.page .video .container .s-title a:hover {
	color: #fff6c1;
}
div.page .video .n-item div.n-container:before {
	border-top: 1px solid #353535;
}
form.comments-form {
	background-color: #ECF0F1;
   padding: 5px;
	margin: 5px -5px;
}

form.comments-form .button {
	display: inline-block;
	vertical-align: top;
	width: auto;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 62.5rem;
    border-radius: 62.5rem;
    border-width: 1.0625rem;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.125rem;
    height: 3.5rem;
    padding: 0 0.625rem;
    color: #000;
    background-color: #f0ad4e;
	border-color: #f0ad4e;
	margin-right: 5px;
}
form.comments-form .textarea {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    padding: 0.5rem 0.625rem;
    word-break: break-word;
    background: transparent;
    position: relative;
    z-index: 2;
	resize:vertical;
	background-color: white;
}
form.comments-form .textarea:focus {
    border-color: #767676;
	height: 93px
}
.comment-box {
	margin: 5px;
}
ul.comments {
	border-top: 1px solid #dcdcdc;
	list-style: none;
    margin: 5px;
	margin-top: 1rem;
	padding: 0;
}
.comments-form .comment-title {
	margin: 5px;
    font-weight: bolder;
    color: #b22222;
}
.comments li.comment {
	border-top: 1px solid #dcdcdc;
	margin: 0;
    padding: 0;
    display: block;
    clear: both;
    position: relative;
	padding-top: 1rem;
}
span.comment-user {
	color: #005689;
    font-weight: bolder;
}
span.comment-time {
    color: #767676;
}
.comment-header .likes {
	float: left;
}
.comment-footer .report {
	float: left;
}
.comment-body {
	padding-top: 1rem;
	font-size: 1.0em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: justify;
}
.comment-footer {
	padding-bottom: 1rem;
}
.comment.level2, .comment.level3, .comment.level4 {
	width: 90%;
    float: left;
}

.comment.admin_note {
	padding:4px !important;
	background-color:#ecf0f1;
}

.g-recaptcha{
	margin:5px;
	width:90%;
}
.c-dark {
	background-color: #2B2B2B;
}
div.page .c-dark .container {
	background-color: #353535;
	color: #C7C7C7;
}
/*
.c-head.c-timeline {
	background-color: #d57319 !important;
}

div.page .c-head.timeline .container {
	background-color: #d57319;
	color: white;
}
*/
.c-body.c-timeline {
    background-color: #E6E6E6 !important;
}
.c-body.c-timeline .container {
    background-color: #F5F5F5 !important;
}

.c-timeline-block {
    margin-bottom: 15px;
    padding: 5px 15px 5px 15px;
    background-color: #ffffff;
    border-top: 1px solid #e9e9e9;
    margin-right: -15px;
    margin-left: -15px;
}
a.c-timeline-new {
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #e9e9e9;
    display: block;
    color: black;
    text-align: center; 
}
a.c-timeline-new:hover {
    background-color: #dcdcdc;
}
.c-timeline-block.key {
    border-top: 1px solid #e06565;
}
div.c-timeline-block ul.social {
	border-width: 0;
}
div.c-timeline-block ul.social li a {
    width: 26px;
    height: 26px;
}
div.c-timeline-block ul.social li a:before {
    line-height: 26px;
}

.c-timeline-block iframe:not(.twitter-tweet) {
	width: 100% !important;
}

.c-timeline-block .c-timeline-info {
    padding: 5px 0;
}
.c-timeline-block .c-timeline-info span {
	font-size: 0.8em;
	margin-left: 8px;
}
.c-timeline-block .c-timeline-info span:first-child {
	font-weight: bold;
}
.c-timeline-block h3 a, .c-timeline-block h3 a:hover {
	color: black;
}
h4.c-timeline-head {
	font-weight: bold;
	padding: 10px 0px;
	/*
	border-top: 1px solid #e26e6e;
	padding: 10px 15px;
	margin-right: -15px;
   margin-left: -15px;
   */
}
ul.c-timeline-keys {
	padding-right: 10px;
}
ul.c-timeline-keys li {
	padding: 0px 15px 20px 0px;
	border-right: 1px dotted #a9a9a9;
	list-style-type: none;
	position: relative;
}
ul.c-timeline-keys li a {
	color: #4f4f4f;
}
ul.c-timeline-keys li a:hover {
	color: black;
}
ul.c-timeline-keys li span:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.3em;
    line-height: 1.4em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -6px;
    top: 0;
    color: gray;
    background-color: whitesmoke;
}
ul.c-timeline-keys li:hover span:before {

    content: "\f10c";
}
ul.c-timeline-keys li:last-child {
	border-right: 0px;
}
ul.c-timeline-keys li span{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin-top:-2px;
	color: black;
}
@media (min-width: 768px) {
	.c-timeline-block {
		padding-right: 6.6em;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	h4.c-timeline-head {
		margin-right: 0px;
		margin-left: 0px;
	}
	.c-timeline-block .c-timeline-info {
		margin-right: -6em;
		width: 5.5em;
		float: right;
	}
	.c-timeline-block .c-timeline-info span {
		display: block;
		margin-left: 0px;
	}
}

@media (min-width: 1200px) {
	.c-timeline .c-main {
		padding-right: 20em;
	}
	/*
	.c-timeline .c-main div.c-info {
		margin-right: -19em;
		width: 18em;
	}*/
	.c-timeline .c-main div.c-timelinekeys {
		margin-right: -19em;
		width: 18em;
		float: right;
		position: absolute;
	}
}

.c-head.c-red {
   background-color: #9f1400 !important;
}
div.page .c-head.c-red .container {
	/*background-color: #cc2b12 !important;*/
	background-color: #b51800 !important;
	color: #fff;
}
div.page .c-head.c-red .c-content div.c-main h2 {
	color: #F5AD9D;
}
.c-head.c-org {
	background-color: #d57319 !important;
}
div.page .c-head.c-org .container {
	background-color: #e67e22;
	color: #fff;
}
div.page .c-head.c-org .c-content div.c-main h2 {
	color: #f7e9da;
}

.c-head.c-blue {
	background-color: #2980b9 !important;
}
div.page .c-head.c-blue .container {
	background-color: #3498db;
	color: white;
}
div.page .c-head.c-blue .c-content div.c-main h2 {
	color: #dbecf4;
}

.c-dark .c-main div.c-info p.source, .c-dark .c-main div.c-info p.time, .c-dark .c-main div.c-info p.comment, .c-dark .c-main div.c-info ul.social, .c-dark ul.tags-list, .c-dark ul.pages-list {
    border-color: #404040;
}
.c-dark a {
    color: #ff8c00;
}
.c-dark a:hover {
    color: orange;
}
.c-dark figure.c-image figcaption {
	color: #a9a9a9;
}
.c-dark figure.c-image figcaption:before {
	color: white;
}
.c-dark ul.tags-list li.head {
	color: #ebebeb;
}
.c-dark ul.tags-list li a, .c-dark ul.pages-list li a {
	background: #404040;
	color: #bebebe;
}
.c-dark ul.tags-list li a:hover, .c-dark ul.pages-list li a:hover  {
	background: #2B2B2B;
}
.c-dark .n-video div.n-container:before {
   border-top: 1px solid #353535;;
}
div.page div.c-head.c-dark {
    background-color: #272727;
}
div.page div.c-head.c-dark .container, div.page div.c-head .c-timeline.c-dark .container{
    background-color: #333333;
}
.c-side-news {
    padding-left: 15px;
    padding-right: 15px;
}
.c-side-news h1.s-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    margin-right: 5px;
}

.n-btn {
    display: inline-block;
    margin: 10px 3px 3px;
    background: #FF9615;
    border-radius: 2em;
    line-height: 2.4em;
    color: #FFFFFF;
    padding: 0px 15px;
    font-size: 1em;
    font-weight: bold;
}

.n-btn:hover {
    background: #D88014;
    color: #FFFFFF;
}

.n-btn-lg  {
    font-size: 1em;
}
.n-btn-dark, .c-dark .n-btn, .video .n-btn  {
    background: #FFFFFF;
    color: #353535;
}
.n-btn-dark:hover, .c-dark .n-btn:hover, .video .n-btn:hover {
    background: #f0f0f0;
    color: #353535;
}


@media print {
	div.c-main {
		padding-right: 15px;
		width: 100%;
   }
   .c-side, div.tools {
   	display: none;
   }
}
.fotorama__thumb-border {
	border-color: #ff9000 !important;
}

.content_links.topnews{
	position: relative;
    padding: 0;
    border-bottom: 0;
    list-style-type: none;
    overflow: hidden;
    z-index: 2;
	margin-bottom: -1px;
	height: auto;
	margin: 10px 5px 0 5px;
}
@media screen and (min-width: 770px){
	.content_links.topnews{
		max-width: 50%;
	}
}
.content_links.topnews li{
    border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #FFFFFF;
	width: 50%;
    float: right;
    margin: 0;
    border-top: 2px solid #eaeaea;
	background-color: #eaeaea;
}
.content_links.topnews li.current{
	background-color: #ffffff;
    border-bottom-color: white !important;
}
.content_links.topnews li a{
	font: inherit;
    font-size: 15px;
    font-weight: bold;
    display: block;
}
ul.content_news{
	width: 100%;
}
@media screen and (min-width: 770px){
	ul.content_news{
		width: 100%;
		/*-webkit-column-width: 18.75rem;
		-webkit-column-gap: 1.25rem;
		-webkit-column-fill: balance;
		-moz-column-width: 18.75rem;
		-moz-column-gap: 1.25rem;
		-moz-column-fill: balance;
		-webkit-column-width: 240px;
		-moz-column-width: 210px;
		column-width: 18.75rem;
		-webkit-column-gap: 30px;
		-moz-column-gap: 1.25rem;
		column-gap: 60px;
		-webkit-column-fill: balance;
		-moz-column-fill: balance;
		column-fill: balance;*/
	}
}
ul.content_news li {
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    /*padding-bottom: 10px;*/
	margin: 5px 5px 0 5px;
	float:none; 
	min-height:initial;
	list-style:none;
}
ul.content_news li:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 1px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}
@media screen and (min-width: 770px){
	ul.content_news li:before {
		width: 40%;
	}
	ul.content_news li {
		width:47%; 
		float:right; 
		min-height:70px;
	}
}
ul.content_news li .content_link {
	display: block;
    overflow: hidden;
}
.content_link p.link_count {
	float: right;
    width: 40px;
    color: #dcdcdc;
    font-weight: 200;
    font-size: 3.75rem;
    line-height: 3.75rem;
}
ul.content_news li:hover .link_count {
	color: #5F5F5F;
}
ul.content_news span.active:before {
	content: "\0020\f007\0020";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #afafaf;
}
ul.content_news span.active
{
    font: normal 11px/20px Tahoma;
    position: absolute;
    left: 5px;
    bottom: 2px;
    color: #5f5f5f;
}

.link_title a:before {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #9C9C9C;
}
.link_title a.n-video:before {
	content: "\f03d\0020";
	color: #ff9615;
}

.link_title a.n-image:before {
	content: "\f030\0020";
	color: gray;
}
.link_title a.n-article:before {
	content: "\f10e\0020";

	color: #b22222;
}
ul.content_news li span {
	font: inherit;
	font-size: 0.9em;
}
.n-item .n-sup a.btn-danger {
	color: #FFF;
}
.n-item .n-sup a.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (min-width: 770px){
	.n-item .n-sup a.btn {
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
	}
}

.n-item div.n-bg {
	display: none;
	height:0px;
}


a.like:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF9615;
    content: "\f08a\0020";
	padding: 5px;
}
a.liked:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF9615;
    content: "\f004\0020";
	padding: 5px;
}
a .likes_number {
    -moz-osx-font-smoothing: grayscale;
    color: #FF9615;
}

a.nlike:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF9615;
    content: "\f08a\0020";
	padding: 5px;
}
a.nliked:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF9615;
    content: "\f004\0020";
	padding: 5px;
}

li.comment-select {
	background: rgba(99, 98, 98, 0.14902);
}



ul.pdfmain {
	padding: 0;
	margin: 8px;
}
ul.pdfmain > li{
	padding: 4px;
	list-style-type: none;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 10px;
	font-weight: bold;
}
ul.pdflinks {
	margin-right: 50px;

}
ul.pdflinks li{
	border-bottom: 0px;
	list-style-type: none;
	margin-bottom: 6px;
	font-weight: normal;
}
ul.pdflinks li a{
	padding: 2px;
	background-color: #f5f5f5;
	list-style-type: none;
	display: block;
	text-decoration: none;
	padding-right: 7px;
	color: #141414;
}
ul.pdflinks li a:hover {
	background-color: #dcdcdc;
}
ul.pdflinks li a:visited {
	color: maroon;
}

.c-content .c-main .news_content table {
	width: 99%;
	border: 1px solid #d3d3d3;
	font-size:15px;
}
.c-content .c-main .news_content table tr:nth-child(odd) {
	background: #e6e6e6;
}
.c-content .c-main .news_content table tr:nth-child(even) {
	background: #f8f8f8;
}
.c-content .c-main .news_content table tr td {
	padding: 1px 4px;
	border-spacing: 2px;
   border-collapse: separate;
}

.c-content .c-main .news_content table tr:first-child td {
	font-weight: bold !important;
}

.all_writers li > a:before {
	content: "" !important;
}

#comment-block li.col-3 {
    padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#comment-block li.col-3 {
		width: 100%;
	}
	#comment-block li.col-1 {
		display: none;
	}
}

@media (min-width: 992px) {
	#comment-block li.col-3 {
		width: 75%;
	}
}
.email-subscribe {
	border-left: 0;
    border-radius: 0 62em 62em 0;
    float: right;
    width: 70%;
    font-size: 1em;
    line-height: 1.9;
    border: 0.0625rem solid #fff;
    color: #333;
    height: 2.5em;
    outline: none;
    padding: .667em 1.250em;
    margin-bottom: 10px;
}
.email-sub-btn {
	border-radius: 62em 0 0 62em;
    border-left: 0;
    float: right;
    margin-right: 0;
    width: 30%;
    background-color: #767676;
    border-color: #767676;
    border-width: 0.0625rem;
    border-style: solid;
    font-weight: bold;
    height: 2.5em;
    padding: 0 0.75em;
    font-size: 1em;
    color: #fff;
}
@media (min-width: 768px) {
	.email-subscribe {
    	width: 40%;
	}
	.email-sub-btn {
    	width: 20%;
	}
}


.user-avatar-image {
	-webkit-border-radius: 62.5rem;
    border-radius: 62.5em;
    float: right;
    height: 3.75em;
    width: 3.75em;
    margin-left: 0.625em;
}
.user-profile-name {
	font-size: 2.25rem;
    line-height: 2.5rem;
}
.user-profile-email {
	display: block;
    font-size: 1.25rem !important;
    line-height: 1rem !important;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #6e6e6e;
    font-weight: normal;
}
@media (max-width: 768px) {
	.user-menu .dropdown-menu {
		position: absolute !important;
		background-color: #FFF !important;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
		box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
		border: 1px solid #ccc !important;
		border: 1px solid rgba(0,0,0,.15) !important;
		border-radius: 0 !important;
	}
}
.user-menu {
	margin: 0px;
}

div#feedback-fixed {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 200px;
    background: #FF9615;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: none;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Droid Arabic Naskh', serif;
    font-size: 14px;
    z-index: 2;
}
div#feedback-fixed a {
    color: #fff;
    display: block;
}
@media (max-width: 768px) {
	div#feedback-fixed {
		position: fixed;
		bottom: 0;
		text-align: center;
		font-size: 0;
		width: 100%;
		z-index: 100;
		margin: 0px;
		font-size: 15px;
		font-weight: bold;
		font-family: 'Droid Arabic Naskh', serif;
		height: 40px;
		line-height: 40px;
		right: 0;
	}
}

.hand
{
	cursor: pointer; 
	cursor: hand;
}

p.question {
    font-weight: bold !important;
    color: #383838;
}
p.question:before {
    color: #a94442;
    content: "\f10c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
}
.c-dark p.question {
    color: #fff;
}
.c-dark p.question:before {
    color: #F78986;
}

.c-dark blockquote {
	background: #4a4949;
}

blockquote {
    font: inherit;
    font-size: 1em;
    border: 0px;
    margin: 6px;
    background: #ffbe5b;
    padding: 10px;
}

blockquote:before {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 8px;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
	blockquote.right {
		float: right;
		width: 15em;
		margin-left: 15px;
		clear: both;
	}
	blockquote.left {
		float: left;
		width: 15em;
		margin-right: 15px;
		clear: both;
	}
}

.return_archive
{
	height:30px;
	background-color: #cc3300;
	padding:5px;

	text-align:center;
}
.return_archive a
{
	color: #ffffff;
	font-weight:bold;
	font-size:0.9em;
	font-family: Tahoma;
}

ul.weather {
    margin: 0 15px;
    padding: 0 5px;
}

@media (min-width: 1200px) {
ul.weather:after {
  content: " ";
  display: table;
    clear: both;
    margin-bottom: 12px;
}
}
ul.weather li {
    list-style-type: none;
}
ul.weather li.next {
    float: right;
    width: 50%;
    text-align: center;
    border-left: 1px dotted #ddd;
	margin-top: 5px;
}
ul.weather li.next:last-child {
    border-left-width: 0;
}
ul.weather li.next span {
    display: block;
	color: #616161;
	padding-top: 2px;
}
ul.weather li.next b {
    display: block;
}
h2.praytimes {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

ul.times {
    margin: 0 30px;
    padding: 0;
    border-top: 1px dotted #ddd;
    clear: both;
}
ul.times li {
    list-style-type: none;
    border-bottom: 1px dotted #ddd;
    padding: 3px 4px;
}

ul.times li b {
    float: left;
    width: 50%;
    text-align: left;
}
ul.times li span {
    display: none;
}
ul.times li.title {
    font-weight: bold;
    text-align: center;
}
a.showtimes {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #ABABAB;
    display: none;
}

@media (max-width: 1199px) {
a.showtimes {
    display: block;
}
ul.times {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9px;
    left: 25px;
	border: 0px;
}
ul.times li {
    display: none;
    border-bottom-width: 0px;
}
ul.times.showall {
    position: initial;
}
ul.times.showall li {
    display: block;
    border-bottom-width: 1px;
}

ul.times.showall li.current {
    background-color: rgba(255, 243, 176, 0.24);
}
ul.times li.current {
    display: block;
padding-top:2px;
}
ul.times li.title {
    display: block;
padding: 0 10px;
}
ul.weather {
    margin: 0;
    padding: 0;
    top: -10px;
    position: absolute;
    left: 50%;
}

ul.weather li.next {
    display: none;
}

}

.panel {
    display: table;
    width: 100%;
}

.c-dark .c-timeline-block {
    background-color: #404040;
    border-top: 1px solid #312F2F;
}
.c-dark ul.c-timeline-keys li span {
    color: #9E9E9E;
}
.c-dark .c-timeline-block h3 a, .c-dark .c-timeline-block h3 a:hover {
    color: white;
}

.c-dark ul.c-timeline-keys li span:before {
    background-color: #353535;
}

.c-dark ul.c-timeline-keys li a {
    color: #FFFFFF;
}
@media (min-width: 1200px) {
    .c-dark .c-main div.c-timelinekeys {
        margin-right: -15em;
        width: 15em;
        float: right;
        position: absolute;
    }
}
@media (max-width: 991px) {
    .navbar-all-links h2 {
        margin: 0;
        padding: 6px;
        text-align: center;
        background-color: #FFCE85;
    }
    .navbar-all-links  ul {
        margin: 0;
        padding: 0;
    }
    .navbar-all-links ul li {
        list-style-type: none;
        border-bottom: 1px solid #FFCB7D;
    }
    .navbar-all-links ul li a {
        display: block;
        padding: 8px 20px;
    }
}


.related-news {
	background-color: #F4F4F4;
    padding: 12px;
    width: 100%;
    margin: 20px 0;
}

@media (min-width: 768px) {
	.related-news {
		float: left;
		width: 220px;
		margin: 0 20px 10px 0;
	}

}

.related-news h4 {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #FBFBFB;
    font-size: 1.1em;
    font-weight: bold;
}
.related-news ul {
    padding: 0px;
    margin: 5px 20px 5px 0px;
}
.related-news ul li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
    list-style-type: square;
    color: #C1C1C1;
}
.related-news ul li a {
    color: #6F2C2C;
    font-weight: bold;
    font-size: 0.9em;
}
.related-news ul li a:hover {
    color: #C75000;
}
.show-inapp {
    display: none;
}
.c-dark .c-main .related-news {
    background-color: #4a4949;
}

.c-dark .c-main .related-news h4 {
    border-bottom-color: #717171;
}

.c-dark .c-main .related-news ul li {
    color: #717171;
}
.c-dark .c-main .related-news ul li a {
    color: #ff8c00;
}
.c-dark .c-main hr {
    border-top-color: #4e4d4d;
}
.c-dark .c-main blockquote {
    color: #717171;
}

div.page .c-dark .container table {
	color: #717171;
	/* Hasan */
}

.c-content .c-dark .c-main table {
	color: #ffffff;
	border-color: #4e4d4d;
}

.c-content .c-dark .c-main table tr:nth-child(odd) {
	background: #4a4949;
}
.c-content .c-dark .c-main table tr:nth-child(even) {
	background: #3a3a3a;
}

iframe[src~=youtube] {
    width: 100%;
    margin: 10px -15px;
    border: 0px;
}

p > iframe[src~=youtube] {
	margin:10px 0px
}
.n-icon {
    position: absolute;
    font-size: 3em;
    left: 40%;
    top: 35%;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.37);
    color: rgba(255, 255, 255, 0.63);	
}
.n-img-only {
    position: relative;
	min-height: 120px !important;
	height: auto !important;
}

.n-img-only .n-image {
    width: 100% !important;
}

.n-img-only .n-info {
	text-shadow: -1px 1px 1px #000000;
    color: white !important;
}
.n-img-only .n-content {
	display: none;
}
.panel.plan
{
    text-align: center;
}
.panel.plan:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(130, 130, 130, 0.35); }
.plan .panel-body
{
    padding: 0px;
    text-align: center;
}

.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
	font-size: 2.1em;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.the-price h3
{
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #545454;
}
.subscript
{
    font-size: 0.8em;
}
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-right: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}
.alert-message a.message_action {
	float: left;
    margin-top: 0.8em;
    padding-right: 10px;
    border-right: 1px solid #6d6b6b;
    line-height: 2.2em;
    display: block;
}

.c-dark .alert-message-danger {
    background-color: #484848 !important;
    border-color: #808080 !important;
}

.c-hide-text {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    height: 250px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.c-dark .c-hide-text {
	background: -moz-linear-gradient(top, rgba(53, 53, 53,0) 0%, rgba(53, 53, 53,1) 70%, rgba(53, 53, 53,1) 100%);
	background: -webkit-linear-gradient(top, rgba(53, 53, 53,0) 0%,rgba(53, 53, 53,1) 70%,rgba(53, 53, 53,1) 100%);
	background: linear-gradient(to bottom, rgba(53, 53, 53,0) 0%,rgba(53, 53, 53,1) 70%,rgba(53, 53, 53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00353535', endColorstr='#353535',GradientType=0 );
}


.c-main-info {
    height: 90px;
    padding: 0px;
    border-bottom: 1px solid #ecf0f1;
    margin: 5px;
    position: relative;
}

.c-main-info img {
    height: 70px;
    padding: 0px;
    display: block;
    margin: 10px;
    float: right;
}

.c-main-info a {
    position: absolute;
    left: 0px;
    top: 30%;
    color: white;
}

select {
    padding: 2px 12px !important;
}

.rsbtn {
    z-index: 0 !important;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #dcdcdc;
    color: #000;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	border-radius: 50%;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.contentad {
    background-color: rgba(220, 220, 220, 0.1);
}
.contentad:before {
	content:"اعلان";
	border-top: 1px dotted rgba(220, 220, 220, 0.2);
	font-size: 10px;
	font-weight: bold;
	color: #464646;
	display: block;
}
.c-dark .contentad:before {
	color: #eeeeee;
}
.contentad:after {
	content:" ";
	border-bottom: 1px dotted rgba(220, 220, 220, 0.2);
	padding-top:3px;
	display: block;
}

/* fix ios 10.3 safari text justify problem */
@media (max-width: 768px) {
	.c-content div.c-main p {
		text-align: initial;
	}
}

/*
ebooks
*/

ul.categories{line-height:1.8em;margin:0px; list-style-type: none;}
ul.categories li{margin-bottom:5px;}
ul.categories li a{font-family:'Droid Arabic Naskh',sans-serif;font-weight:bold;}
.category-icon-box{width:34px;height:34px;float:right;text-align:center;display:table-cell;vertical-align:middle;border-radius: 22px;margin-right: 0;margin-left: 10px;}
.category-icon-box i{line-height:36px;font-size:18px;color:#fff!important;}
.category-icon{float:right;margin-top:10px;margin-left:10px;margin-bottom:10px;}
