﻿@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.6.3');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face { font-family: "Greta Arabic"; src: url("font/greta_arabic_regular.woff"); } 
body
{
    font-family:"Greta Arabic",Tahoma,sans-serif;
    color:#333;
    margin:0;
    line-height:21px;
    font-size:16px;
    direction:rtl;
    background:white;
}


TD
{
    FONT-SIZE: 16px;
    font-family:"Greta Arabic",Tahoma,sans-serif;
}

Body.PopBody
{
	background-color: white;
	margin: 0;
	padding: 5px;
	background-image: none;
}
A
{
    /*COLOR: #444;*/
    TEXT-DECORATION: none;
    transition:0.3s ease-in-out;
}
A:hover, A:focus
{
    /*COLOR: black;*/
    text-decoration: none;
}
.main-container
{
    padding:0;
}
.topmenu-padding
{
    padding-top:70px;
}
.topmenu.navbar
{
    width:100%;
    z-index:99;
    border:0;
    margin-bottom:2px;
    min-height:45px;
    background-color: #bc2a7b;
    border-bottom: 2px solid black;
    border-radius:0;
    
}

.topmenu.navbar ul.navbar-nav > li > a
{
    padding-top: 8px;
    padding-bottom: 3px;
    padding-right:10px;
    padding-left:10px;
    
    color:White;
    font-size:17px;
    line-height:30px;
}
.topmenu.navbar ul.navbar-nav > li > a:hover
{
    color:gray;
}
.topmenu.navbar.affix {
    position: fixed;
    top: 0;
    transition:0.35s ease-in-out;
    filter: alpha(opacity=80);
    opacity: 0.80;
    
}
.topmenu .navbar-toggle
{
    float:left;
    margin-left:15px;
}
.top-row > div.col
{
    padding-left:5px;
    padding-right:5px;
    
}
@media (max-width: 767px) {
    .topmenu.navbar
    {
        height:20px;
        min-height:20px;
    }
    .topmenu.navbar-inverse, .topmenu.navbar-default
    {
        background-color:Transparent;
        margin-bottom: 0;
    }
    .topmenu.navbar-inverse .navbar-toggle:hover .icon-bar
    {
        background-color: #ddd;
    }
    .topmenu.navbar-inverse .navbar-toggle .icon-bar
    {
        background-color:#888;
    }
    .topmenu.navbar-inverse .navbar-toggle:focus
    {
        background-color:Transparent;
    }
}
/******* sidebar-nav *****************/
.sidebar-nav
{
    padding:20px 10px 20px 10px;
}
.sidebar-nav li a
{
    font-size:18px;
    color:White;
}
/**********************/
.top-section
{
	/*background-color:White;*/
	
}

.SearchBlock
{
    padding-top:5%;
}
#Logo
{
    text-align:center;
}
#Logo a
{
    max-width:320px;
    margin-right:auto;
    margin-left:auto;
    display:block;
}
#Logo img
{
    border:0;
    max-height:150px;
    margin-bottom:10px;
}
.header-middle-top
{
    position:relative;
    overflow:hidden;    
    
}
.SocialBlock
{
    padding-top:10px;
    overflow: hidden;
    
}
.SocialBlock a
{
	display: block;
	float: right;
	margin-left: 2px;
	margin-right: 2px;
	width:28px;
	height:28px;
}

/*****************************/
.ticker-bg 
{
    background:white ;
}

@media (min-width: 1200px)
{
    
}
/********************************************************/

@media (min-width: 992px) and (max-width: 1199px)
{
    .SocialBlock a
    {
	    width:26px;
	    height:26px;
    }
    .SocialBlock a img
    {
	    width:26px;
	    height:26px;
    }

}
@media (min-width: 768px) and (max-width: 991px)
{
    .SocialBlock a
    {
	    width:26px;
	    height:26px;
    }
    .SocialBlock a img
    {
	    width:26px;
	    height:26px;
    }

}


@media (max-width: 767px) 
{
    .top-section
    {
        margin-right:-15px;
        margin-left:-15px;
        
    }
    .SocialBlock
    {
        padding-top:0;
    }
    .SocialBlock a
    {
	    width:28px;
	    height:28px;
	    float:none;
	    display:inline-block;
	    margin-right:5px;
	    margin-left:5px;
    }
    .SocialBlock a img
    {
	    width:28px;
	    height:28px;
    }
    
    .ticker-bg 
    {
        padding:0;
    }
    
    
}
@media (max-width: 479px) 
{

    #Logo img
    {
        border:0;
        max-height:66px;
        margin-bottom:0;
    }
    .fb_iframe_widget span[style]{width:300 !important;}
    
}
/****************************** Home CSS *****************/
.ClockCell
{
    margin:0;
    color:#333;
    font-family:"Greta Arabic",Tahoma,sans-serif;
    font-size:16px;
    /*height:40px;*/
    padding-top:10px;
    text-align:right;
}
.ClockCell .clock, .ClockCell .links {
    padding-right:5px;
    padding-left:5px;
    line-height:30px;
}

.ClockCell i:before
{
    margin-left:5px;
    font-size:30px;
    color:#bc2a7b;
    vertical-align: middle;
}
.ClockCell .Links a 
{
    color:#333333;
}
.ClockCell .About
{
    /*float:right;*/
    padding-left:10px;
}
.ClockCell .Contact
{
    /*float:right;*/
}


/********************************************************/

.footer-container
{
    background: url(../footerbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 280px;
}
.footer-menu-section 
{
    padding:10px;
    overflow: hidden;
}
.footer-menu-section .Contactus
{
    color:Silver;
    font-size:18px;
    text-align:left; 
    overflow:hidden;
    padding:10px;
    
}
/***** sub menu ****/
.FooterBlock
{
    margin-left:auto;
    margin-right:auto;
    
    overflow:hidden;
    
}
.vertical-center
{
    vertical-align:middle;
}


.footer-menu-section .sub-menu
{
    list-style-type:none;
    overflow:hidden;
    margin-top:10px
}
.footer-menu-section .sub-menu li 
{
    white-space:normal;
    padding-right:10px;
    padding-left:10px;
    
    
}
.footer-menu-section .sub-menu li A
{
    text-decoration: none;
	color:#fff;
	white-space:normal;
	font-size:22px;
	transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    font-weight:normal;
    
    line-height:35px;
    margin-bottom:10px;
    
    
}
.footer-menu-section .Sub-Menu li A:hover
{
    text-decoration: none;
    color:#fff;
}
.footer-Social
{

    height:32px;
    margin-top:0px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width:200px;
    display:table;
}
.footer-android
{

    height:35px;
    margin-top:0px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width:119px;
    display:table;
}
.footer-menu-section
{
    margin-right:auto;
    margin-left:auto;
    
    
}
.footer-Social a 
{
    display:table-cell;
    text-align:center
}
.footer-Social a img
{
    border-radius:50%;
}
/************************************/
Label.error {
	color:red;
	padding-right:2px;
}
Label.sucess {
	color:#339900;
	padding-right:2px;
}
Label.block {
	display:block;
	padding:4px;
	background:#FFFFCC;
}
/***************************************************************************/
.fa 
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn .fa
{
    font: normal normal normal 14px/1.42857143 FontAwesome;
}
.btn-warning {
	background-color: #bc2a7b;
	border-color: #bc2a7b;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.fa-search:before {
  content: "\f002";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-play:before {
  content: "\f04b";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-info:before {
  content: "\f129";
}
.fa-at:before {
  content: "\f1fa";
}
/*********************************************/
/**************.Net Fixed********************/
.captcha-div #Verify
{
    display:inline-block;
    width:auto !important;
    margin-right:3px;
    margin-left:3px;
    
}
.captcha-div img
{
    display:inline-block;
    height:33px;
}
.FBComments
{
	/*direction:ltr;
	float:left;*/
	overflow:hidden;
	display: inline-block;
}
.BodyCell
{
	padding:5px;
	background-color:white;
	background-image:none;
	direction:rtl;
	font-size:15px;
	font-weight:bolder;
	font-family:arial;
}
#LikeBox
{
    width:90px;
    float:left;
}

.ShareBox{
	width:300px;
	float:left;
}
.ShareBox iframe{
	border:none;
	margin:0 2px;
	float:left;
}
.ShareBox .Facebook
{
    background:url(../social/share.png) no-repeat 0 0;
    width:60px;
    height:20px;
    display:inline-block;
    border:0;
    margin-left:0px;
    margin-right:1px;
    float:left;
}
.ShareBox .Twitter
{
    background:url(../social/share.png) no-repeat -60px 0;
    width:55px;
    height:20px;
    display:inline-block;
    border:0;
    margin-left:0px;
    margin-right:1px;
    float:left;
}
/*#########################################################################*/
/************* Frames *********************/
.frame-group
{
    overflow:hidden;
    padding-top:4px;
    border-radius:4px;
}
.frame-header {
    display:table;
}
.frame-title {
    background-color:#2b4487;
    padding:6px 10px 6px 10px;
    color:White;
    white-space:nowrap;
    margin-top:-4px;
    font-size:18px;
    
}
.frame-title a, .frame-title a:hover {
    color:White;
    text-decoration:none;
    font-size:18px;
    
}
.framebg-line {
    border-top:3px solid #bc2a7b;
    background-color:White;
    display:table-cell;
    width: 100%;
    margin-top:3px;
    border-left:1px solid #dedede;
    
}
.frame-body {
    background-color:White;
    border-bottom:1px solid #dedede;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    box-shadow: 0 3px 3px 0 #b5b5b5;
    overflow:hidden;
    
}
.frame-footer {
    border: 1px solid #dedede;
    font-family: 'Greta Arabic';
    font-size: 17px;
    color: #444;
    text-align: center;
    margin: 7px 0 5px 0;
    display: block;
    background-color: White;
    text-decoration: none;
    overflow:hidden;
    padding:3px;
}
/****** side frame **********/
.sideframe-group
{
    overflow:hidden;
    border-radius:4px;
}
.sideframe-header
{
    display:block;
}
.sideframe-title {
    background-color:#2b4487;
    padding:3px 10px 3px 10px;
    color:White;
    white-space:nowrap;
    font-size:17px;
    
}
.sideframe-title a, .sideframe-title a:hover {
    color:White;
    text-decoration:none;
    font-size:17px;
    
}
/***************************************************************************/
/***************************************************************************/
/* Hoooooooooooooooooooooooooome CSSSSSSSS ********************************/
.col
{
    padding-right:7px;
    padding-left:7px;
}
/**************** Carousel ****************************/
#carousel, #carousel .carousel-inner, #carousel div.item 
{
    /*min-height:370px;*/
    max-width:600px;
}
.news-item {
    display:block;
    /*min-height:370px;*/
    position:relative;
}

#carousel a span.ei-title
{
    transition:0.3s ease-in-out;
    
    font-family:'Greta Arabic';
    color:White !important;
    filter: alpha(opacity=60);
    opacity: 0.60;
    display:block;
    overflow:hidden !important;
    position:absolute;
    background-color:Black;
    position:absolute;
    bottom:0;
    text-align:center;
    border-top:1px solid white;
    width:100%;
    
    font-size: 22px;
    line-height: 35px !important;
    height: 75px;

    
}
#carousel a:hover span.ei-title
{
    filter: alpha(opacity=80);
    opacity: 0.80;
}
#carousel a span.ei-title h2 
{
    font-family:'Greta Arabic';
    font-size:22px;
    color:White !important;
    margin:0;
    padding:0;
    font-weight:lighter;
}
/***************************************************/
a:hover span.title
{
    color:#23527c !important;
}

.LoginLink
{
    padding-top:7px;
}
.ShawshraHead2 {
    height: 30px;
    overflow: hidden;
    line-height:30px;
    background-color: #2b4487;
    padding-left: 20px;
    padding-right: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    font-size: 17px;
    font-family: 'Greta Arabic';
}
.HomeLatestNews
{
    max-height:370px;
    overflow:hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.latest-new
{
    margin-bottom:0;
    height:340px;
}
.newsblock-container
{
    margin-top:9px;
    margin-bottom:10px;
    
}
.newsblock-container a span.title {
    font-size:17px;
    margin-top:10px;
    line-height:27px;
    height:55px;
    
    overflow: hidden;
    display: block;
    font-family: 'Greta Arabic';
    text-align: right;
    color: #1f1f1f;
    
    transition:0.3s ease-in-out;

}
.smallnews-container
{
    font-size:17px;
    margin-top:3px;
    margin-bottom:3px;
    line-height:27px;
    height:66px;
    overflow:hidden;
}
.smallnews-container a div.image
{
    padding:2px 5px 2px 5px;
} 
.smallnews-container a div.image img
{
    padding:2px;
    border-radius:2px;
}
.smallnews-container a div.title {

    font-size:16px;
    line-height:22px;
    height:64px;
    
    overflow: hidden;
    display: block;
    font-family: 'Greta Arabic';
    text-align: right;
    color: #1f1f1f;
    
    transition:0.3s ease-in-out;
    
}
/******************/
.widenewsblock-container
{
    height:200px;
    margin-top:10px;
    margin-bottom:10px;
    
}
.img-shapped
{
    height: 100%;
    width: 100%;
    padding:0;
}
.TopWideNewsBlock
{
    position:relative;
    width:100%;
    height:100%;
    display:block;
}
.widenewsblock-container a span.title
{
    transition:0.3s ease-in-out;
    
    font-family:'Greta Arabic';
    color:White !important;
    filter: alpha(opacity=60);
    opacity: 0.60;
    display:block;
    overflow:hidden;
    position:absolute;
    background-color:Black;
    position:absolute;
    bottom:0;
    text-align:center;
    border-top:1px solid white;
    width:100%;
    
    font-size: 18px;
    line-height: 27px !important;
    height: 55px;

    
}
.widenewsblock-container a:hover span.title
{
    filter: alpha(opacity=80);
    opacity: 0.80;
}
/*****************************/
.largenewsblock-container
{
    
    margin-top:5px;
    margin-bottom:5px;
    line-height:27px;
    overflow:hidden;
}
.largenewsblock-container a div.image
{
    /*padding:3px 5px 3px 5px;*/
} 
.largenewsblock-container a div.image img
{
    /*padding:2px;
    border-radius:2px;*/
}
.largenewsblock-container a div.text {

    overflow: hidden;
    display: block;
    font-family: 'Greta Arabic';
    text-align: right;
    
    transition:0.3s ease-in-out;
    
}
.largenewsblock-container a div.text .title {
    color:#1f1f1f;
    font-size:19px;
    margin-top:5px;
    line-height:24px;
    display:block;
}
.largenewsblock-container a div.text .brief {
    color:#2d2d2d;
    font-size:16px;
    margin-top:5px;
    line-height:22px;
    display:block;
}

/*****************************/
.mediumnews-container {
    overflow:hidden;
    
}
.mediumnews-container a div.title
{
    line-height:24px;
    color:#1f1f1f;
    font-size:17px;
}
.mediumnews-container a div.image {
    height: 200px;

}
.mediumnews-container a div.image img {
    height: 100%;
    width: 100%;

}
/****/
.col-triple
{
    padding-right:7px;
    padding-left:7px;
    padding-bottom: 10px;
    
}
.triplenews-equalheight
{
    margin-top:5px;
    overflow:hidden;
}

/********************************************************/
@media (min-width: 1200px)
{
    
    .triplenews-equalheight {
        height:488px;
    }
    .mediumnews-container {
        height:270px;
    }
}


@media (min-width: 992px) and (max-width: 1199px)
{
    /*.newsblock-container {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .newsblock-container a span.Title {
        font-size: 15px;
        margin-top: 3px;
        line-height: 25px;
        height: 45px;
    }*/

    .smallnews-container { height: 72px; margin-top:4px; margin-bottom:5px;}
    .smallnews-container a div.image {
        padding: 5px;
    }

    .largenewsblock-container {
        margin-top: 4px;
        margin-bottom: 2px;
    }
    .largenewsblock-container a div.text .brief {
        font-size:14px;
        margin-top:5px;
        line-height:19px;
        max-height:58px;
    }
    
    .triplenews-equalheight {
        height:488px;
    }
    .mediumnews-container {
        height:243px;
    }
    .mediumnews-container a div.image {
        height: 190px;
    }

    .mediumnews-container a div.title {
        line-height: 21px;
        font-size: 16px;
        height: 43px;
        overflow: hidden;


    }
    .col-triple .smallnews-container a div.title {
        font-size:15px;
        height: 66px;
        padding:0 7px 0 7px;
        
    }

}
@media (min-width: 768px) and (max-width: 991px)
{
    
    .latest-new {
        height: 296px;
    }

    .newsblock-container a span.title {
        font-size: 15px;
    }
    .smallnews-container {
        height: 77px;
    }
    .smallnews-container a div.title { 
        padding-right:5px; 
        padding-left:5px; 
        font-size: 14px;
        line-height: 22px;
     }
    .largenewsblock-container {
        height:116px;
        overflow:hidden;
    }
    .largenewsblock-container a div.text .title {
        font-size:17px;
    }
    .largenewsblock-container a div.text .brief {
        font-size:14px;
        margin-top:5px;
        line-height:19px;
        max-height:58px;
    }
    
    .triplenews-equalheight {
        height:488px;
    }
    .mediumnews-container {
        height:243px;
    }
    .mediumnews-container a div.image {
        height: 158px;
    }
    .mediumnews-container a div.title {
        line-height: 21px;
        color: #1f1f1f;
        font-size: 16px;
    }

    
}
@media (min-width: 768px) 
{
    .FooterLogo { 
        background:url(../logof.png) no-repeat right center;
        
        background-size:contain;
        min-height:178px;
    }
}
@media (max-width: 767px) 
{
    .FooterLogo { 
        background:url(../logof.png) no-repeat center center;
        
        background-size:contain;
        min-height:100px;
        margin-top: 20px;
    }
    .footer-menu-section .sub-menu {
        padding:0;
    }
    .footer-menu-section .sub-menu li a{
        font-size:16px
    }
    .col, .col-triple
    {
        padding-right: 0;
        padding-left: 0;

    }
    
    .newsblock-container {
        padding:0 5px 0 5px;
        margin:3px 0 2px 0;
    }
    
    .newsblock-container a span.title { 
        font-size: 15px;
        margin-top: 5px;
        line-height: 19px;
        height: 60px;
    }
    .smallnews-container
    {
        height:100px;
    }
    .smallnews-container .image img
    {
        /*max-height: 80px;*/
        
    }
    .smallnews-container .title 
    {
        height:85px;
        line-height:27px;
        
    }
    
    .largenewsblock-container {
        /*height:116px;
        overflow:hidden;*/
    }
    .largenewsblock-container a div.text .title {
        font-size:15px;
    }
    
}
@media (max-width: 479px) 
{
    .container-fluid { padding:0; }
    .smallnews-container {
        height:65px;
    }
    .smallnews-container a div.image
    {
        padding:5px 3px 0 0;
    }
    .smallnews-container a div.image img
    {
        max-height: 60px;
        width:100%;
    }
    .smallnews-container a div.title {
        line-height:27px;
        height:65px;
        margin-top:5px;
        font-size:15px;
        padding-right:5px;
        padding-left:5px;
        
      
    }
    
    
}@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(100%, 0, 0); /* from right to left 100% AR || for english set to make it negative( -100%  )*/
  }
}
.ticker-wrap {
  position: relative;
  /*bottom: 0;*/
  width: 100%;
  overflow: hidden;
  height: 35px;
  
  padding-right: 100%; /* from right to left AR || for english set to padding-left */
  
  float:right;
}
.ticker-border
{
  border-top:4px solid #bc2a7b;
    
}
.tiker-title
{
  float:right;
  font-size:18px;
  line-height:35px;
  white-space:nowrap;
  margin:0;
  background-color:#2b4487;
  color:White;
}
.ticker {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
}
.ticker-item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 18px;
  color: #333333;
}
