/*====================================== reset.css is here ========================================*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}

.last {
	margin: 0 !important;
}

.pad_last {
	padding: 0 !important;
}

.no_bg {
	background: none !important;
}

.no_bor {
	border: 0 none !important;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
	display: block;
}


/************************************************************************/

a {
	color: #000;
	text-decoration: none;
	outline: 0 none !important;
	display: inline-block;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	outline: 0 none !important;
}

h1 {
	font-size: 29px;
	line-height: 51px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	line-height: 33px;
	color: #ffffff;
	margin: 0;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-size: 17px;
	line-height: 31px;
	color: #111111;
	margin: 0;
	font-weight: normal;
}

h5 {
	font-size: 15px;
	color: #252525;
	line-height: 26px;
	margin: 0;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	line-height: 20px;
	color: #111111;
	margin: 0;
	font-weight: normal;
}

p {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.btn {
	font-size: 12px;
    display: inline-block;
    padding: 0;
    background: #be141d;
    color: #ffffff;
    width: 90px;
    height: 31px;
    line-height: 31px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	outline: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 0;
}

.btn:hover {
	background: #79232E;
	color: #fff;
}


/*----- font face -----------------------*/

@font-face {
	font-family: 'DroidArabicNaskh-Bold';
	src: url('../fonts/DroidArabicNaskh-Bold/DroidArabicNaskh-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicNaskh-Bold/DroidArabicNaskh-Bold.woff') format('woff'), url('../fonts/DroidArabicNaskh-Bold/DroidArabicNaskh-Bold.ttf') format('truetype'), url('../fonts/DroidArabicNaskh-Bold/DroidArabicNaskh-Bold.svg#DroidArabicNaskh-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NotoNaskhArabic';
	src: url('../fonts/NotoNaskhArabic/NotoNaskhArabic.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.woff') format('woff'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.ttf') format('truetype'), url('../fonts/NotoNaskhArabic/NotoNaskhArabic.svg#NotoNaskhArabic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Thin';
	src: url('../fonts/Roboto-Thin/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*---------------------------------------------------*/

html {}

body {
	color: #f2f2f2;
	font-family: 'DroidArabicNaskh-Bold';
	font-size: 15px;
	direction: rtl;
	font-weight: normal;
	text-align:right;
}

.flt_lt {
	float: left;
	display: inline;
}

.flt_rt {
	float: right;
	display: inline;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}


/*--------------wrapper------------------*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*padding: 287px 0 0 0;*/
	padding: 0 0 0 0;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}


/*--------------header starts--------------*/

header {
	padding: 0 0 0 0;
	width: 100%;
	z-index: 999999;
	/*
	position: fixed;
	top: 0;
	left: 0;
	*/
}

.header_top {
	background: #be141d;
	padding: 0px 0;
}

.header_top_in {
	display: block;
	width: 100%;
	margin: 0;
}

.htop_left {
	margin: 0 -7px;
	width: 100%;
	display: inline-block;
	text-align: left;
}

.day {
	padding: 0;
	text-align: right;
}

.font-icons {
	padding: 0;
	text-align: left;
}

.htop_left>li {
	display: inline-block;
	padding: 1px 9px 0px 9px;
}

.htop_left>li a {
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	font-weight: 400;
	letter-spacing: 0.4px;
}

.htop_left>li a:hover {
	color: #fff;
}

.hleft_in {
	padding: 9px 12px 1px 0px;
	/* background: #fff; */
}

.hleft_in>li {
	display: inline-block;
	padding: 0px 11px 0px 0px;
	vertical-align: middle;
}

.hleft_in>li>a {}

.hleft_in>li>a .fa {
	font-size: 19px;
	line-height: 15px;
	font-family: 'FontAwesome';
	color: #fff;
}

.hleft_in>li>a .fa:hover {
	color: #000;
}

.hleft_in>li>a>img {}

.h_date {
	display: inline-block;
	padding: 5px 0;
	width: 62%;
}

.h_date span {
	font-size: 14px;
	font-size: 8px;
    padding: 0 0px 0 0;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: -0.4px;
}
.h_date span .div{
	font-size: 14px;
}

.h_date a:hover {
	color: #fff;
}

.header_search {
	background: #f4f2f3;
	margin: 0;
}

.header_search_in:after {
	content: "";
	background: url(../images/map-one.png)no-repeat;
	width: 512px;
	height: 145px;
	position: absolute;
	right: 180px;
	top: 0;
	z-index: -1;
	object-fit: cover;
	background-size: cover;
}

.header_search_in {
	padding: 13px 0 8px 0;
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.h_search_left {
	display: inline-block;
	padding: 0 0 0 0;
	max-width: 35%;
	flex: 0 0 30%;
	-wekit-flex: 0 0 30%;
}

.h_search_left form {
	position: relative;
}

.h_search_left form input {
	border: none;
	width: 100%;
	height: 48px;
	border-radius: 25px;
	padding: 0 30px 0 30px;
	outline: none;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	letter-spacing: 0.8px;
	font-weight: 700;
}

.searchBtn {
	background: url(../images/head_search.png)no-repeat center center;
	width: 26px;
	height: 22px;
	position: absolute;
	top: 12px;
	left: 13px;
	cursor: pointer;
	-webkit-appearance: button-bevel !important;
}

.h_search_right {
	display: inline-block;
	padding: 0 0 0 0;
	flex: 0 0 70%;
	max-width: 70%;
	-webki-flex: 0 0 70%;
	text-align: right;
}

.h_search_right h1 {
	font-size: 41px;
	line-height: 41px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.h_search_right a {
	vertical-align: middle;
	display: inline-block;
}

.head-nav {
	padding: 18px 0px 13px 0;
	background: #ffffff;
	margin: 0;
	border-bottom: 2px solid #ebebeb;
	text-align: right;
}

.head-nav ul {
	margin: 0;
	padding: 0;
}

.head-nav ul li {
	display: inline-block;
	padding: 0 8px;
}

.head-nav ul li a {
	display: inline-block;
	font-size: 16px;
    line-height: 22px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0;
	font-family: 'DroidArabicNaskh-Bold';
}

.head-nav ul li a:hover {
	color: #ba1717;
}

.breaking {
	background: #ba1717;
}

.breaking-in {
	font-size: 0;
}

.breaking-in ul {
	margin: 0;
}

.breaking-in ul li {}

.breaking-in .first-block p {
	width: 88%;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.breaking-in .break p a {
	width: 100%;
	padding: 0px 0 0 0;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
}

.breaking-in span {
	color: #d10707;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	background: #8d0707;
	font-weight: 400;
	width: 11.3%;
	height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0 0 4px;
	letter-spacing: 0.5px;
}

.h_search_right a {}

.h_search_right img {
	width: 179px;
	height: auto;
	display: block;
}


/*--------------header end--------------*/


/*-------------top-main block start-------------*/

.main-block {
	background: #ffffff;
}


/*----------------- latestnews block starts ----------------*/

.latestnews {
	/*padding: 31px 0 0 0;*/
	padding: 0 0 0 0;
}

.latestnews-dtls {
	padding: 9px 20px 9px 0;
	background: #be141d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.latestnews-dtls h3 {
	text-align: right;
}

.latestnews-dtls a {
	display: block;
}


/*----------------- latestnews block starts ----------------*/


/*-------------news block1 start------------*/

.news-main {
	padding: 0 0 18px 0;
}

.news-block1 {
	padding: 15px 0 14px 0;
}

.news-block1 ul {
	margin: 0 -7px;
	font-size: 0;
}

.news-block1 ul li {
	display: inline-block;
	padding: 0 7px;
	max-width: 20%;
}

.news-block1 ul li a img {
	height: 140px;
	width: 100%;
}

.news-block1 h4 a {
	text-align: right;
	padding: 10px 0 0 8px;
	color: #111111;
}

.news-block1 a {
	display: block;
	text-align: right;
}

.news-block1 a span {
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	font-weight: normal;
}

.news3 h4 {}


/*-------------victory news block starts------------*/

.victorynews {}

.victorynews-dtls {}

.victorynews-left {
	padding: 0 0px 0 0px;
	max-width: 70%;
	flex: 0 0 70%;
	-webkit-flex: 0 0 70%;
	height:440px;
	overflow:auto;
}

.victorynews-left-in {
	padding: 0 1px 0 0;
	height:430px;
}

.victorynews-in {}

.victorynews-in a figure img {
	width: 100%;
	height: auto;
}

.victorynews-right {
	padding: 0 0px 0 0px;
	max-width: 30%;
	flex: 0 0 30%;
	-webkit-flex: 0 0 30%;
}

.victory-img {
	position: relative;
	font-size: 0;
	padding: 0 0 1px 0;
}

.victory-img a figure img {
	width: 100%;
	height: auto;
}

.button {
	position: absolute;
	left: 0;
	top: 18px;
}

.button a.btn {}

.victory-content {
	position: absolute;
	bottom: 8px !important;
	right: 0;
	padding: 0 37px 0 0 !important;
}

.victory-content h1 {
	padding: 0 0 0 107px;
	text-align: right;
}

.victory-img .victory-content {
	bottom: 1px !important;
    padding: 0 19px 0 0 !important;
}

.victory-img h2 {
	text-align: right;
	padding: 0 0px 0 42px;
}

.victory-img .button {
	top: 20px;
}

.slider .slick-dots {
	text-align: right;
	top: 10px;
	right: 0;
	position: absolute;
	z-index: 99999;
	height: 40px;
	width: auto;
	padding: 0 22px 0 0;
}

.slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px 0 3px;
	display: inline-block;
	cursor: pointer;
	font-size: 0;
}

.slider .slick-dots li button {
	border: 3px solid #ffffff;
	border-radius: 100%;
}

.slider .slick-dots li.slick-active button {
	background: #ffffff;
}

.slider .slick-dots li button:hover {
	background: #ffffff;
}

.slider .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0 0 0 0;
	border: 0 none;
	outline: 0 none;
	border: 1px solid #ffffff;
	background: none;
}

.slider .slick-dots li button:before {
	display: none;
}

.slider .slick-slide {
	outline: 0 none;
}

.slider .slick-slide {
	opacity: 1 !important;
}


/*-------------history news block starts------------*/

.historynews {
	padding: 21px 0 40px 0;
}

.historynews-in {}

.historynews-in ul {
	margin: 0 -8px;
}

.historynews-in ul li {
	padding: 0 8px;
}

.hisorynews-cnt {}

.hisorynews-cnt a figure img {}

.hisorynews-cnt h5 {
	padding: 0 2px 0 5px;
	text-align: right;
	font-size: 14px;
}


/*-------------modern photos block starts------------*/

.modernphotos-block {
	padding: 0 0 37px 0;
}

.modernphotos-in {}

.modernphotos-left {
	padding: 0 14px 0 0;
}

.modern-content {
	padding: 10px 21px 7px 13px;
	background: #278acb;
	margin: 0 0 11px 0;
}

.modernphotos-left a figure img {
	width: 100%;
}

.modernphotos-right {
	padding: 0;
}

.modern-lt {
	padding: 8px 0 0 0;
}

.modern-lt ul {
	margin: 0;
}

.modern-lt ul li {
	display: inline-block;
	padding: 0 0 6px 2px;
	margin: 0 0 0 0;
}

.modern-lt ul li a {
	width: 15px;
	display: block;
	height: 19px;
	margin: 0px 0 0px 0;
	border: 1px solid #ffffff;
}

.modern-lt ul li a i.fa {
	font-size: 9px;
	line-height: 10px;
	color: #ffffff;
	padding: 0px 0 0 5px;
	text-align: center;
	margin: 0;
}

.modern-rt {}

.modern-rt h3 {}

.hours-block {
	padding: 0 5px 5px 0;
	text-align: right;
	border-bottom: 1px solid #e1e1e1;
}

.hours-block span {
	font-size: 14px;
    line-height: normal;
	font-family: 'NotoNaskhArabic';
	color: #999999;
	font-weight: normal;
}

.modern-wrap {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #e1e1e1;
}

.modern-wrap-lt {
	width: 33%;
	text-align: right;
	display: inline-block;
}

.modern-wrap-lt a img {
	width: 100%;
}

.modern-wrap-rt {
	text-align: right;
	display: inline-block;
	width: 68%;
	padding: 0 10px 0 0;
}

.modern-wrap-rt span {
	font-size: 14px;
	line-height: normal;
	color: #999999;
	font-weight: normal;
	font-family: 'NotoNaskhArabic';
}

.modern-wrap-rt h6 {
	/*padding: 6px 0 0 0;*/
	padding: 0;
}

.modernphotos-right .latestnews {
	padding: 0;
}

.transform-block {
	max-height: 377px;
}

.tranform-left {
	padding: 0 0px 0 0;
	max-width: 73%;
	flex: 0 0 73%;
	-webkit-flex: 0 0 73%;
}

.transform-wrap {
	position: relative;
}

.transform-wrap a {
	display: block;
}

.transform-wrap a figure img {
	width: 100%;
	/*height: auto;*/
	max-height:395px;
}

.transform-cnt {
	position: absolute;
	top: 0;
	right: 31px;
	padding: 20px 0px 0 0;
}

.transform-cnt h3 {
	padding: 0 0px 0 0px;
}

.transform-cnt h3 i.fa {
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	border: 1px solid #ffffff;
	width: 18px;
	height: 18px;
	margin: 0 0px 0 8px;
	padding: 1px 0 0 6px;
	border-radius: 100%;
}

.tranform-right {
	padding: 0px 0 0 0;
	max-width: 27%;
	flex: 0 0 27%;
	-webkit-flex: 0 0 27%;
}

.tranform-right .modern-wrap {
	/*padding: 12.6px 0px 12.7px 0;*/
	padding: 9.2px 0px 9.2px 0;
}

.tranform-right .modern-wrap-lt {
	width: 39%;
	line-height: 1px;
}

.tranform-right .modern-wrap-rt {
	width: 59%;
}

.tranform-right .modern-wrap-rt h6 {
	padding: 2px 0 0 6px;
}


/*----------- latest photos block starts ----------------*/

.latestphotos-block {
	padding: 0 0 34px 0;
}

.latestphotos-in {}

.latestphotos-in .latestnews-dtls {
	padding: 9px 14px 9px 0;
}


/*-------------- modern photos block1 starts --------------*/

.incident-block {
	padding: 12px 0 0 0;
}

.incident-block ul {
	margin: 0;
	font-size: 0;
}

.incident-block ul li {
	padding: 0 0px 1px 2px;
}

.incident-in {
	position: relative;
}

.incident-in a {
	display: block;
}

.incident-in a figure img {
	width: 100%;
	height: 188px !important;
}

.incident-cnt {
	position: absolute;
	bottom: 13px;
	right: 0;
	padding: 0 18px 0 0;
	text-align: right;
}

.incident-cnt h5 {
	color: #ffffff;
	letter-spacing: -0.1px;
}


/*-------------footer blcok start------------*/

footer {
	background: #292929;
	padding: 24px 0;
}

.footer-in {
	padding: 13px 0;
}

.navigation {
	padding: 0 0 23px;
	margin: 0;
	border-bottom: 1px solid #363636;
}

.navigation ul {
	/*padding: 0 5px 0 57px;*/
	padding: 0 5px 0 5px;
	margin: 0;
}

.navigation ul li {
	display: inline-block;
	padding: 0 7px 0 7px;
}

.navigation ul li a {
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	color: #ffffff;
}

.navigation ul li a:hover {
	color: #b51c1c;
}

.footer_cnt {
	padding: 31px 0 27px 0;
	border-bottom: 1px solid #363636;
	text-align: right;
}

.footer-left p {
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #767676;
	letter-spacing: 0.2px;
	font-family: 'Roboto-Light';
	margin: 0;
}

.footer-left h6 {
	color: #ffffff;
}

.footer_last {
	display: block;
	font-size: 0;
}

.ftr_copy {
	display: inline-block;
	padding: 20px 0 0;
}

.ftr_copy span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.ftr_copy p {
	font-size: 16px;
	line-height: 34px;
	font-weight: 100;
	color: #ffffff;
	padding: 8px 1px 0px 0;
	text-align: center;
	margin: 0;
	font-family: 'DroidArabicNaskh-Bold';
	width:83%;
}

.ftr_copy a {
	text-align: right;
	display: block;
}

.footer_last {
	margin: 0;
}

.footer_last ul {
	display: inline-block;
	margin: 0 0;
	padding: 12px 22% 0 0;
	text-align: left;
}

.footer_last ul li {
	padding: 0 4px;
	display: inline-block;
}

.footer_last ul li a {
	display: inline-block;
}

.form-section {
	padding: 0 0px 0 0px;
	position: relative;
}

.footer-left {
	max-width: 18%;
	-webkit-flex: 0 0 18%;
	flex: 0 0 18%;
	padding: 0;
}

.footer-right {
	padding: 0 8px 0 0;
	max-width: 82%;
	flex: 0 0 82%;
	-webkit-flex: 0 0 82%;
}

.footer-right .form-section .form-group {
	width: 100%;
	height: 25px;
	border-radius: 4px;
	border: 0 none;
	font-family: 'Roboto-Light';
	font-style: italic;
	outline: 0 none;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	padding: 24px 10px 24px 23px;
	letter-spacing: 1.2px;
	margin: 0px 0px 0 0;
	background: #ffffff;
	text-align: left;
}

.footer-right .form-section .go {
	position: absolute;
	top: -2px;
	right: 0px;
	text-transform: uppercase;
	border: 0 none;
	outline: 0 none;
	padding: 14px 50px 13px 50px;
	background: #b51c1c;
	font-size: 13px;
	line-height: 24px;
	color: #dfdfdf;
	cursor: pointer;
	font-weight: 700;
	border-radius: 4px;
}


/*-------------footer blcok end------------*/


/*-------------right-menu------------------*/

.menu {
	display: none;
}

.menu button {
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: none;
}

.menu button span {
	display: none;
	width: 30px;
	height: 4px;
	margin: 6px 0 0 0;
	position: relative;
	right: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background: #be141d;
}

.sidemenu {
	display: none;
	position: fixed;
	top: 0;
	right: -250px;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 250px;
	height: 100%;
	background: #f4e2d7;
}

.open-menu .sidemenu {
	right: 0;
}

.open-menu .sidemenu .head-nav {
	display: block;
}

.sidemenu .header_top_in {
	display: block !important;
}


/*.open-menu .wrapper{left:0px;position: fixed;width: 100%;}*/

.open-menu .menu button span:nth-child(1) {
	top: 0px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(4deg);
	transform: rotate(45deg);
}

.open-menu .menu button span:nth-child(2) {
	top: 12px;
	opacity: 0;
	right: -60px;
}

.open-menu .menu button span:nth-child(3) {
	top: 24px;
	top: -10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
}

.srh {
	display: none;
}

.b1 {
	width: 29px;
	height: 21px;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 44px;
	background: none;
	cursor: pointer;
	padding: 18px 0px 0px 0px;
	z-index: 999999;
	outline: none!important;
	border: none !important;
}

.b1:after {
	content: "\f002";
	position: absolute;
	font-size: 30px;
	color: #be141d;
	font-family: 'FontAwesome';
	width: 30px;
	height: 30px;
	line-height: 32px;
	left: 0;
	top: 0;
}

.search1 {
	height: 30px;
	border: 1px solid #d7d9d8;
	background: #f5f4f3;
	padding: 0px 17px 0 15px;
	width: 190px;
	display: none;
	outline: none;
}

.ser {
	display: none;
}

.srh .ser {
	display: none;
}

.head-nav .htop_left {
	display: none;
}


/***************************************************************************************/


.cat_table img {
    border-left: solid 5px #969696;
}

.cat_table:hover img {
    border-left: solid 5px #252525;
}

.share {
    height: 52px;
    background: #f3f3f3;
    padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.share .shareBox {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.share .dateBox {
    display: inline-block;
    vertical-align: top;
    float: right;
}

ul#wizardStatus {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    text-align: right;
    background-color: #f3f3f3;
	border: 1px solid #e2e2e2;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

ul#wizardStatus li {
    background-color: #f3f3f3;
    display: inline-block;
    margin: 0;
    line-height: 30px;
    padding: 0 27px 0 27px;
    position: relative;
}

ul#wizardStatus li a {
    color: #4a4a4a;
    font-size: 15px !important;
}

ul#wizardStatus li h3 {
    color: #4a4a4a;
    font-size: 15px !important;
	line-height: inherit;
}

ul#wizardStatus li h2 {
    color: #4a4a4a;
    font-size: 15px !important;
	line-height: inherit;
}

ul#wizardStatus li h1 {
    color: #4a4a4a;
    font-size: 15px !important;
	line-height: inherit;
}

ul#wizardStatus li:first-child {
    padding-right: 25px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 0px;
}

ul#wizardStatus li:last-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 0px;
	color: #4a4a4a;
    font-size: 15px !important;
}

ul#wizardStatus li:after,
ul#wizardStatus li:before {
    background-color: #AA0000;
    content: "";
    display: block;
    position: absolute;
}

ul#wizardStatus li:after {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-left: 3px solid #bfbfbf;
    border-top: 3px solid #bfbfbf;
    height: 23px;
    left: -14px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 25px;
    z-index: 5;
}

ul#wizardStatus li:before {
    height: 30px;
    left: 3px;
    width: 20px;
    z-index: 6;
}

ul#wizardStatus li:last-child:after,
ul#wizardStatus li:last-child:before {
    display: none;
}

ul#wizardStatus li.main {
    background-color: #f3f3f3;
    color: #FFFFFF;
}

ul#wizardStatus li.main:after,
ul#wizardStatus li.main:before {
    background-color: #f3f3f3
}

ul#wizardStatus li.category {
    background-color: #f3f3f3;
    color: #FFFFFF;
}

ul#wizardStatus li.category:after,
ul#wizardStatus li.category:before {
    background-color: #f3f3f3
}

ul#wizardStatus li.completed {
    background-color: #1E8E21;
    color: #FFFFFF;
}

ul#wizardStatus li.completed:after,
ul#wizardStatus li.completed:before {
    background-color: #1E8E21;
}


.news-list * {
	font-family: 'DroidArabicNaskh-Bold' !important;
}
.news-list {
	display: block;
	clear: both;
	padding-top: 0px;
	padding-bottom: 10px;
}
.news-list li{
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	overflow:hidden;
	border-bottom: 1px dashed #e0e0e0;
}

.news-list li a{
	display:block;
	width:100%;
}

.news-list ul li .pic{
	background-color: #FFF;
	display: block;
	padding: 2px;
	float: right;
	height: 125px;
    width: 165px;
	margin-left: 10px;
	border: 1px dashed #e0e0e0;
}
.news-list ul li:hover{
	background-color: #f2f2f2;
}
.news-list ul li:hover h3 {
	color:#ba1717;
}

.news-list ul li .pic img {
	height: 119px;
    width: 159px;
}
.news-list ul li h3 {
	font-size: 17px !important;
	color: #252525;
	line-height:34px;
}
.news-list ul li p {
	font-size: 15px !important;
	color: #333;
	line-height: 25px;
}
.news-list ul li .date{
	font-size: 12px !important;
	color: #999;
	display: block;
	padding-bottom:3px;
	padding-top:3px;
}


.innerContiner {
	/*border-top: 5px solid #8d0707;*/
    padding-top: 16px;
    background: #ffffff;
    font-size: 0;
    padding: 15px 5px 9px 5px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
}
.innerContiner .rightContent{
	width: 66%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.innerContiner .leftContent{
	width: 33%;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.cleaner {
	clear:both;
}
.innerSideBlock {
	width: 99%;
    box-shadow: none;
    border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}

.mainDiv {
	margin-top:10px;
	padding-right:40px;
	padding:10px;
	width:auto;
	background-color:white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #cccccc;
}

.pic {
	width:22%;
	height:220px;
	display:inline-block;
	padding:5px;
	text-align:center;
	vertical-align: top;
	margin: 7px;
	background-image:-moz-linear-gradient(top,#ffffff,#efefef); 
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef)); 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
	box-shadow: -1px 1px 6px #888888;
	-moz-box-shadow: -1px 1px 6px #888888;
	-webkit-box-shadow: -1px 1px 6px #888888;
	cursor: pointer;
}

.pic:hover {
	background-image:-moz-linear-gradient(top,#afafaf,#ffffff); 
	background-image:-webkit-gradient(linear,left top,left bottom,from(#afafaf),to(#ffffff)); 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#afafaf,endColorStr=#ffffff);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#afafaf, endColorStr=#FFFFFF)";
	box-shadow: -1px 1px 6px #616161;
	-moz-box-shadow: -1px 1px 6px #616161;
	-webkit-box-shadow: -1px 1px 6px #616161;
}

.pic img {
	width:100%;
	height:130px;
	border-radius:0px;
}

h3.breakingTitle {
	color: #000000;
    font-size: 17px !important;
    line-height: 24px;
    padding-right: 7px;
}

.innerNewsContent {
    border: 1px solid #f2f2f2;
}





#mainNews {
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
	position:relative;
	width:100%;
}
.fullWidthContent {
	display:block;
	width:100%;
}

.sidblock h6 {
	font-size: 16px;
	color: #252525;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
}
.sidblock h5 {
	font-size: 17px;
	color: #252525;
	line-height: 34px;
	margin: 0;
	font-weight: normal;
}
.sidblock .modern-wrap-lt a img {
    width: 100%;
	height:71px;
}

.headerLinks {
	margin: 0px 3px;
    border-right: 2px solid;
    padding-right: 7px !important;
}
.headerLinks a{
	color: #ffffff;
	font-size: 14px;
}

.breaking-in .first-block .newsTicker {
	width: 100%;
    padding: 5px 0 6px 0;
    font-size: 15px;
    /* line-height: 18px; */
    font-weight: 300;
    color: #fff;
    /* cursor: pointer; */
    display: inline-block;
    vertical-align: top;
}

.mainBigTitle{
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 0, 0));
	position:absolute;
	bottom:0;
	color:#FFFFFF;
	padding:0px;
	width: 100%;
}
.mainBigTitle .titleContiner{
	padding:15px 5px;
}

.relativePos {
	position:relative;
}

.small-disc {
	font-size: 16px;
    color: #252525;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
    font-family: 'NotoNaskhArabic';
}

.content-area .pargraph ,  .content-area p,  .content-area span{
	font-size: 16px !important;
    line-height: 31px !important;
    font-weight: normal;
    font-family: 'DroidArabicNaskh-Bold' !important;
	color: #000000;
}

.content-area p strong {
	font-weight: bolder;
	font-size: 20px
}

#gjsticker {
	height:31px;
}
#gjsticker_orig {
	/*margin:0px 100% !important;*/
	white-space: nowrap !important;
	width:100% !important;
}
#gjsticker_copy1 {
	/*margin:0px 100% !important;*/
	white-space: nowrap !important;
	width:100% !important;
	display: none !important
}
.fa-info:before {
    margin-right: 6px;
}

.videosCont h6 {
	font-size: 13px;
}

.ajelnews {
	border: 1px solid #ffffff;
    height: 49px;
    clear: both;
    background: #b20418;
}
.ajelnews .ajel-title {
	float: right;
    margin-left: 38px;
    background-color: #be141d;
    color: white;
    font-weight: bold;
    font-size: 25px;
    border-left: 1px solid #FFFFFF;
    padding: 5px 15px;
}
.ajelnews .ajel-content {
	float: right;
    line-height: 47px;
    margin-right: -24px;
    font-weight: bold;
    height: 47px;
    overflow: hidden;
}
.ajelnews .ajel-content a {
	font-size: 19px;
	color: #FFFFFF;
}
.nabd {
	display:none;
}

.fixedMenu1 {
	position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10000000;
	width: 100%;
}
.fixedMenu2 {
	position: fixed;
    top: 49px;
    right: 0px;
    z-index: 10000000;
}

.ammanjoAds {
	text-align:center;
	margin-bottom: 0px;
}

.ammanjoAds2 {
	text-align:center;
	margin-bottom: 0px;
}

.ammanjoAds3 {
	text-align:center;
	margin-bottom: 0px;
}

.ammanjoAdsInner {
	text-align:center;
	margin-top: 10px;
}
.ammanjoAdsInnerSide {
    text-align: center;
    margin-bottom: 0;
}

.ads {
    margin: 0px 3px  7px 3px ;
}
.ads img {
    border: 1px solid #e4e4e4;
}


.ammanjoAds2 .ads {
    margin: 0px 3px  15px 3px ;
}
.ammanjoAds2 .ads img {
    border: 1px solid #e4e4e4;
}

.ammanjoAds3 .ads {
    margin: 15px 3px  0px 3px ;
}
.ammanjoAds3 .ads img {
    border: 1px solid #e4e4e4;
}


.ads2 {
    margin: 0px 3px  7px 3px ;
}
.ads2 img {
    border: 1px solid #e4e4e4;
}

.space {
	margin-top:10px;
}

#vidLib_5 {
    border-bottom: none;
}
/***************************************************************************************/