body {
  margin: 0;
  font-family: Rubik;
}

a { text-decoration: none;}
#mainHeader { border-bottom: 2px solid #ccc;}

.header-top {
  background: #e5e5e5;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;

}

.gray-bg { background-color: #495057; height: 40px; width:100%}

	.header-top-social { padding-top: 5px; text-align: center}
	.header-top-social a { color:#fff; font-size: 20px; display: inline-block; padding-left: 10px; padding-right: 10px;}
	.site-date { color:#fff; padding-top: 7px;}

.logo {
  max-height: 100px;
  float: right;
}

/* Hamburger (dash) */
.menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
	margin-right:0px;
}

/* Navigation Menu */
.menu {
  background: #fff;
  padding: 0 20px;
	
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;	
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
	flex-direction: row-reverse
}

.menu li a {
  color: #000;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.menu li.home {
  background-color: #efefef;
/*  text-decoration: none;
  padding: 15px;*/
  display: block;
}

	.home img { height: 30px;}


/* Sticky menu on desktop */

  .sticky-menu {
    position: fixed;
    top: 0;
	  
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	 animation: .7s slide-down;
	max-width: 100%;
  }


/* Close Button in Mobile Menu */
.close-btn {
  display: none;
  font-size: 28px;
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 2000;
}

.info { margin: 0px; padding: 0px; list-style: none}
.info li { text-align: center; width:33.3333%; float: right; }
.info li a { color:#fff; display: block; padding: 5px;}



.mt50 { margin-top: 50px;}
.mb50 { margin-bottom: 50px;}

.main-story img{width:100%; border-radius: 10px; margin-bottom: 10px; height: 328px;}
.main-story .title { text-align: right; direction: rtl; font-size: 25px; font-weight: bold}
.main-story .title a{ color:#000}

.sub-story { overflow: hidden; margin-bottom: 10px;}
.sub-story img{width:100%; border-radius: 10px; margin-bottom: 10px; height: 180px; }
.sub-story .title { text-align: right; direction: rtl;font-size: 16px; font-weight: bold}
.sub-story .title a { color:#000}


.sub-story2 img{width:100px; height: 80px; border-radius: 10px; margin-bottom: 10px; float: right; margin-left: 10px;}
.sub-story2 .title { text-align: right; direction: rtl;font-size: 14px; font-weight: bold}
.sub-story2 .title a { color:#000}



.big-story { overflow: hidden; margin-bottom: 10px;}
.big-story img{width:100%; border-radius: 10px; margin-bottom: 10px;  height: 155px;}
.big-story .title { text-align: right; direction: rtl;font-size: 16px; font-weight: bold}
.big-story .title a { color:#000}


.half-content:nth-child(3) .big-story {
    margin-left: 10px;
    height: 100px;
}
.half-content:nth-child(3) .big-story .title, .half-content:nth-child(4) .big-story .title, .half-content:nth-child(5) .big-story .title, .half-content:nth-child(6) .big-story .title {
	font-size: 14px;
	}
	
	
.half-content:nth-child(3) .big-story img, .half-content:nth-child(4) .big-story img, .half-content:nth-child(5) .big-story img, .half-content:nth-child(6) .big-story img {
    width: 120px;
    height: 90px;
    margin-left: 10px;
    float: right;
    border-radius: 10px;
	
}




.home-section { text-align: right; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.home-section a { color:#000; border-right: 10px solid #333; display: block; padding-right: 10px;}


.footer { background-color: #495057; overflow: hidden; padding-top: 0px; padding-bottom: 50px;}
.copyright { text-align: center; color:#fff;}
.footer-logo img { width:100%}


/* ========== Mobile Styles ========== */
@media (max-width: 768px) {
	
	.menu li.home { text-align: center;}	
	.menu li { text-align: right;}
	.menu li a { color:#fff;}
	
.footer-logo { text-align: center;}	
.footer-logo img { width:125px; margin-bottom: 20px;}	
	
.main-story { overflow: hidden; margin-bottom: 20px; }
.sub-story .title  { font-size:20px; }
.sub-story2 .title  { font-size:20px; }
	
.sub-story img { height: auto;}
	
.sub-story2 img {
    width: 130px;
    height: 110px;
    float: right;
    margin-left: 10px;
}	

.big-story { overflow: hidden; margin-bottom: 20px;}	
.big-story .title  { font-size:20px; }	
.big-story img { height: auto;}
	
	
.half-content:nth-child(3) .big-story img, .half-content:nth-child(4) .big-story img, .half-content:nth-child(5) .big-story img, .half-content:nth-child(6) .big-story img {
    width: 130px;
    height: 110px;
    margin-left: 10px;
    float: right;
    border-radius: 10px;
}	
	
	
.half-content:nth-child(3) .big-story .title, .half-content:nth-child(4) .big-story .title, .half-content:nth-child(5) .big-story .title, .half-content:nth-child(6) .big-story .title {
    font-size: 20px;
}	
	
	
.offset { margin-top: 80px;}
	
 .header-top {
        position: fixed;
        top: 0;
        z-index: 100;
		  width:100%;
      }	
	
	
	.search-box { display: none;}
	
.logo {
  max-height: 60px;
	margin-right: 50px;

}	
	
	
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background: #333;
    flex-direction: column;
    transition: right 0.3s ease;
    padding-top: 60px;
    z-index: 1500;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu li a {
    padding: 15px 20px;
  }

  .menu.open {
    right: 0;
  }

  .menu-toggle {
    display: block;
	  width:50px;
	  
font-size: 28px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 22px;	  
  }

  .close-btn {
    display: block;
  }

  /* On mobile: menu should not stick on scroll */
  .menu.sticky-menu {
    position: fixed;
    right: -100%;
  }
}
