@charset "utf-8";
/*
  Theme Name: Sama Zulfi Theme
  Theme URI: http://devonil.com/
  Description: Sama Zulfi Theme
  Version: 0.1
  Author: Ahmed Rabee Abdallah
  Author URI: dev.ahmedrabee@gmail.com
  Tags: powerful, cheat, sheet
*/
html{
  direction: rtl;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
h1, h2, h3, h4 {
  font: inherit;
  margin: 0;
}
ul {
  display: list-item;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
li {list-style: outside none none;}
button, input, textarea{
  outline: medium none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  color: #000000;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #0095c5;
  text-decoration: none;
  outline: medium none;
}
body {
  background-color: #ffffff;
  color: #333333;
  direction: rtl;
  font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  overflow-x: hidden;
}
/* = Start Code
-------------------------------------------------------------- */
#sidebarphone {
  background-color: #ffffff;
  box-shadow: -3px 0 200px 100px #555555;
  height: 100%;
  overflow: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  width: 80%;
  z-index: 999999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sidebarphone.menuisopen {right: 0;opacity: 1;}
#sidebarphone section {
  background-color: #331e0b;
  box-sizing: border-box;
  height: 50px;
  padding: 5px 15px;
}
#sidebarphone section .logo {
  float: right;
  font-size: 18px;
  line-height: 40px;
}
#sidebarphone section .logo a {color: #ffffff;}
#sidebarphone section button.closemenu {
  background-color: #e30000;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto;
  padding: 0;
  width: 30px;
}
#sidebarphone .socialicons {
  background-color: #231406;
  padding: 5px;
  text-align: center;
}
#sidebarphone .socialicons a {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 30px;
}
#sidebarphone .socialicons a:hover {background-color: #f8a12e;}
#sidebarphone .mobailmenu {position: relative;}
#sidebarphone .mobailmenu ul.menu {display: block !important;}
#sidebarphone .mobailmenu ul li {position: relative;}
#sidebarphone .mobailmenu ul li a {
  background-color: #eef0f1;
  border-bottom: 1px solid #dadcdd;
  color: #1c2d63;
  display: block;
  font-size: 16px;
  padding: 10px;
}
#sidebarphone .mobailmenu ul li a:hover {background-color: #dadcdd;}
#sidebarphone .mobailmenu ul li ul li a {
  background-color: #c6c8c9;
  border-color: #b2b4b5;
}
#sidebarphone .mobailmenu ul li ul li a:hover {background-color: #b2b4b5;}
#sidebarphone .mobailmenu ul li .submenu-button {
  background-color: #dadcdd;
  cursor: pointer;
  display: block;
  height: 53px;
  left: 0;
  position: absolute;
  top: 0;
  width: 53px;
  z-index: 10;
}
#sidebarphone .mobailmenu ul li .submenu-button::after {
  background-color: #003350;
  content: "";
  display: block;
  height: 11px;
  left: 26px;
  position: absolute;
  top: 21px;
  width: 1px;
  z-index: 99;
}
#sidebarphone .mobailmenu ul li .submenu-button::before {
  background-color: #003350;
  content: "";
  display: block;
  height: 1px;
  left: 21px;
  position: absolute;
  top: 26px;
  width: 11px;
  z-index: 99;
}
#sidebarphone .mobailmenu ul li .submenu-button:hover {background-color: #c6c8c9;}
#sidebarphone .mobailmenu ul li .submenu-button.submenu-opened {background-color: #c6c8c9;}
#sidebarphone .mobailmenu ul li .submenu-button.submenu-opened::after {display: none;}
#intro {background: rgba(0, 0, 0, 0) url("images/bg1.png") no-repeat scroll center center / cover ;}
#topheader {
  background-color: rgba(101, 66, 34, 0.51);
  height: 45px;
}
#topheader .datetime {
  color: #ffffff;
  float: right;
  font-size: 14px;
  line-height: 45px;
  white-space: nowrap;
}
#topheader .socialicons {
  float: left;
  margin: 5px auto;
}
#topheader .socialicons a {
  background-color: #4a2f16;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  text-align: center;
  width: 35px;
}
#topheader .socialicons a.fb {background-color: #3b5998;}
#topheader .socialicons a.tw {background-color: #55acee;}
#topheader .socialicons a.yt {background-color: #ff0000;}
#topheader .socialicons a.gp {background-color: #dd4b39;}
#topheader .socialicons a.in {background-color: #e95950;}
#topheader .socialicons a.rs {background-color: #ff6600;}
#topheader .socialicons a:hover {background-color: #1d1004;}
header {padding: 50px 0;}
header .logo {
  float: right;
  margin: 6px auto;
}
header button.buttonmenu {
  background-color: #f8a12e;
  border: medium none;
  color: #331e0b;
  display: none;
  float: left;
  font-size: 25px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto 20px;
  padding: 0;
  width: 38px;
}
header .searcharea {float: left;}
header .searcharea form {
  background-color: #ffffff;
  border-radius: 5px;
  height: 50px;
  width: 400px;
}
header .searcharea form input {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #212222;
  float: right;
  font-size: 15px;
  height: 50px;
  padding: 0 10px 0 0;
  width: 85%;
}
header .searcharea form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #030303;
  float: right;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 15%;
}
header .searcharea form button:hover {color: #654222;}
nav {background-color: rgba(0, 0, 0, 0.3);}
nav ul li {
  float: right;
  font-size: 16px;
  position: relative;
}
nav ul li a {
  color: #ffffff;
  display: block;
  padding: 15px;
}
nav ul li:hover a {background-color: #654222;color: #ffffff;}
nav ul li ul {
  display: none;
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
}
nav ul li ul li {float: none;}
nav ul li ul li a {
  background-color: #654222 !important;
  border-bottom: 1px solid #563313;
  padding: 11px 15px;
}
nav ul li ul li a:hover {background-color: #563313 !important;}
#sliderarea {direction: ltr;}
#sliderarea .item {
  border: 1px solid #ffffff;
  direction: rtl;
  height: 400px;
  overflow: hidden;
  position: relative;
}
#sliderarea .item img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#sliderarea .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#sliderarea .item .mask {
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
  bottom: 0;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 100%;
}
#sliderarea .item .mask span {
  background-color: #654222;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 2px 15px;
}
#sliderarea .item .mask h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
#sliderarea .item .mask p {
  color: #e1e1e1;
  font-size: 14px;
  line-height: 23px;
  margin: 5px auto 0;
  text-align: justify;
}
#wrapper {padding: 30px 0;}
#lastnews {margin: 0 auto 30px;}
#lastnews .title {
  background-color: #4a2f16;
  color: #ffffff;
  float: right;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 15%;
}
#lastnews .marquee {
  background-color: #654222;
  direction: ltr;
  float: left;
  height: 50px;
  overflow: hidden;
  width: 85%;
}
#lastnews .marquee .js-marquee ul li {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 50px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  position: relative;
}
#lastnews .marquee .js-marquee ul li a {color: #ffffff;}
#lastnews .marquee .js-marquee ul li a:hover {color: #f8a12e;}
#breakingNews {margin: 0 auto 30px;}
#breakingNews .title {
  background-color: #950000;
  color: #ffffff;
  float: right;
  font-size: 27px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 15%;
}
#breakingNews .title span {
  display: block;
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {-webkit-transform: scale(0.9);transform: scale(0.9);}
}
@keyframes hvr-pulse-shrink {
  to {-webkit-transform: scale(0.9);transform: scale(0.9);}
}
#breakingNews .content {
  background-color: #b30016;
  float: right;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
  width: 85%;
}
#breakingNews .content a {color: #ffffff;}
#breakingNews .content a:hover {color: #f8a12e;}
#wrapper .HomePage_Right_Category {margin: 0 auto 30px;}
#wrapper .HomePage_Right_Category .title a {
  background: rgba(0, 0, 0, 0) url("images/icon1.png") no-repeat scroll left center;
  border-bottom: 1px solid #beb4b4;
  border-top: 2px solid #505050;
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
}
#wrapper .HomePage_Right_Category .title a:hover {color: #f8a12e;}
#wrapper .HomePage_Right_Category ul li a {
  border-bottom: 1px solid #eeeeee;
  color: #000000;
  display: block;
  margin: 0 auto 10px;
  padding: 0 0 10px;
}
#wrapper .HomePage_Right_Category ul li:last-child a {
  border-bottom: medium none;
  margin: 0 auto;
  padding: 0;
}
#wrapper .HomePage_Right_Category ul li a:hover {color: #f8a12e;}
#wrapper .HomePage_Right_Category ul li a .imgthumb {
  float: right;
  height: 80px;
  overflow: hidden;
  width: 90px;
}
#wrapper .HomePage_Right_Category ul li a .imgthumb img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .HomePage_Right_Category ul li a:hover .imgthumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .HomePage_Right_Category ul li a .content {padding: 0 100px 0 0;}
#wrapper .HomePage_Right_Category ul li a .content h1 {
  font-size: 13px;
  font-weight: bold;
}
#wrapper .HomePage_Right_Category ul li a .content h2 {
  font-size: 12px;
  line-height: 17px;
  margin: 2px auto;
}
#wrapper .HomePage_Right_Category ul li a .content .datepost {color: #a8a8a8;}
#wrapper .HomePage_Right_Category_Image {margin: 0 auto 30px;}
#wrapper .HomePage_Right_Category_Image .title a {
  background: rgba(0, 0, 0, 0) url("images/icon1.png") no-repeat scroll left center;
  border-bottom: 1px solid #beb4b4;
  border-top: 2px solid #505050;
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
}
#wrapper .HomePage_Right_Category_Image .title a:hover {color: #f8a12e;}
#wrapper .HomePage_Right_Category_Image .post {
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
}
#wrapper .HomePage_Right_Category_Image .post a {
  display: block;
  height: 264px;
  overflow: hidden;
  position: relative;
}
#wrapper .HomePage_Right_Category_Image .post a img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .HomePage_Right_Category_Image .post a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .HomePage_Right_Category_Image .post a .info {
  background: -moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99daff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 15px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}
#wrapper .HomePage_Right_Banner {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
}
#wrapper .HomePage_Right_Banner img {
  height: auto;
  max-height: 400px;
  max-width: 100%;
  width: auto;
}
#wrapper .HomePage_Left_Category {margin: 0 auto 30px;}
#wrapper .HomePage_Left_Category .title a {
  background: rgba(0, 0, 0, 0) url("images/icon1.png") no-repeat scroll left center;
  border-bottom: 1px solid #beb4b4;
  border-top: 2px solid #505050;
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
}
#wrapper .HomePage_Left_Category .title a:hover {color: #f8a12e;}
#wrapper .HomePage_Left_Category .col-lg-6:nth-child(6n) .item, #wrapper .HomePage_Left_Category .col-lg-6:nth-child(5n) .item {margin: 0 auto;}
#wrapper .HomePage_Left_Category .item {
  border: 1px solid #beb4b4;
  height: 313px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}
#wrapper .HomePage_Left_Category .item img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .HomePage_Left_Category .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .HomePage_Left_Category .item .mask {
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
  bottom: 0;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 100%;
}
#wrapper .HomePage_Left_Category .item .mask span {
  background-color: #654222;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 2px 15px;
}
#wrapper .HomePage_Left_Category .item .mask h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
#wrapper .HomePage_Left_Category .item .mask p {
  color: #e1e1e1;
  font-size: 14px;
  line-height: 23px;
  margin: 5px auto 0;
  text-align: justify;
}
#wrapper .HomePage_Bottom_Category {margin: 15px auto 50px;}
#wrapper .HomePage_Bottom_Category .title {
  margin: 0 auto 20px;
  position: relative;
}
#wrapper .HomePage_Bottom_Category .title::after {
  background-color: #dbdbdb;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
#wrapper .HomePage_Bottom_Category .title span {
  display: inline-block;
  position: relative;
  z-index: 9;
}
#wrapper .HomePage_Bottom_Category .title span a {
  background-color: #654222;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
}
#wrapper .HomePage_Bottom_Category .title span a:hover {background-color: #f8a12e;}
#wrapper .HomePage_Bottom_Category .post1 {
  border: 1px solid #ffffff;
  float: right;
  height: 433px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
#wrapper .HomePage_Bottom_Category .post1 img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .HomePage_Bottom_Category .post1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .HomePage_Bottom_Category .post1 .mask {
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
  bottom: 0;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 100%;
}
#wrapper .HomePage_Bottom_Category .post1 .mask h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
#wrapper .HomePage_Bottom_Category .post1 .mask p {
  color: #e1e1e1;
  font-size: 14px;
  line-height: 23px;
  margin: 5px auto 0;
  text-align: justify;
}
#wrapper .HomePage_Bottom_Category .post2 {
  float: right;
  width: 25%;
}
#wrapper .HomePage_Bottom_Category .post2 ul li a {
  border: 1px solid #ffffff;
  display: block;
  height: 216px;
  overflow: hidden;
  position: relative;
}
#wrapper .HomePage_Bottom_Category .post2 ul li a img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .HomePage_Bottom_Category .post2 ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .HomePage_Bottom_Category .post2 ul li a .mask {
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
  bottom: 0;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 100%;
}
#wrapper .HomePage_Bottom_Category .post2 ul li a .mask h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
#wrapper .HomePage_Bottom_Category .post3 {
  float: left;
  width: 24%;
}
#wrapper .HomePage_Bottom_Category .post3 span {
  background: rgba(0, 0, 0, 0) url("images/icon1.png") no-repeat scroll left center;
  border-bottom: 1px solid #beb4b4;
  border-top: 2px solid #505050;
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
}
#wrapper .HomePage_Bottom_Category .post3 ul li a {
  border-bottom: 1px solid #eeeeee;
  color: #000000;
  display: block;
  margin: 0 auto 10px;
  padding: 0 0 10px;
}
#wrapper .HomePage_Bottom_Category .post3 ul li:last-child a {
  border-bottom: medium none;
  margin: 0 auto;
  padding: 0;
}
#wrapper .HomePage_Bottom_Category .post3 ul li a:hover {color: #f8a12e;}
#wrapper .HomePage_Bottom_Category .post3 ul li a .imgthumb {
  float: right;
  height: 80px;
  overflow: hidden;
  width: 90px;
}
#wrapper .HomePage_Bottom_Category .post3 ul li a .imgthumb img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .HomePage_Bottom_Category .post3 ul li a:hover .imgthumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .HomePage_Bottom_Category .post3 ul li a .content {padding: 0 100px 0 0;}
#wrapper .HomePage_Bottom_Category .post3 ul li a .content h1 {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}
#wrapper .HomePage_Bottom_Category .post3 ul li a .content h2 {
  font-size: 12px;
  line-height: 17px;
  margin: 2px auto;
}
#wrapper .HomePage_Bottom_Category .post3 ul li a .content .datepost {color: #a8a8a8;}
#wrapper .categoryfile {margin: 0 auto 30px;}
#wrapper .categoryfile .title {
  background: rgba(0, 0, 0, 0) url("images/icon1.png") no-repeat scroll left center;
  border-bottom: 1px solid #beb4b4;
  border-top: 2px solid #505050;
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
}
#wrapper .categoryfile .title .search-terms {display: inline-block;}
#wrapper .categoryfile .item {
  border: 1px solid #beb4b4;
  height: 313px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}
#wrapper .categoryfile .item img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .categoryfile .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .categoryfile .item .mask {
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
  bottom: 0;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 100%;
}
#wrapper .categoryfile .item .mask span {
  background-color: #654222;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 2px 15px;
}
#wrapper .categoryfile .item .mask h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
#wrapper .categoryfile .item .mask p {
  color: #e1e1e1;
  font-size: 14px;
  line-height: 23px;
  margin: 5px auto 0;
  text-align: justify;
}
.pagination {
  display: table;
  margin: 15px auto;
  position: relative;
}
.pagination span, .pagination a {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-left: none;
  color: #252525;
  display: block;
  float: right;
  font-size: 15px;
  height: auto;
  line-height: 30px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.pagination span:first-child, .pagination a:first-child {border-radius: 0 4px 4px 0;}
.pagination span:last-child, .pagination a:last-child {border-radius: 4px 0 0 4px;border-left: 1px solid #eeeeee;}
.pagination span p, .pagination a p {
  display: block;
  font-size: 22px;
  margin: 0 auto;
}
.pagination a:hover {background-color: #eeeeee;color: #331e0b;}
.pagination .current{background-color: #331e0b;color: #f8a12e;}
body.error404, body.error404 #wrapper {
  background-color: #c20e09;
  padding: 0;
}
#wrong {
  background-color: #c20e09;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 100px 15px 130px;
  text-align: center;
}
#wrong h2 {
  display: block;
  font: bold 200px/1 "play",Arial,Helvetica,sans-serif;
  text-shadow: 3px 3px 0 #950000;
}
#wrong h3 {
  display: block;
  font-size: 35px;
  text-shadow: 0 3px 0 #950000;
}
#wrong form {
  display: block;
  height:45px;
  margin: 40px auto 0;
  width: 50%;
}
#wrong form input[type="text"] {
  background-color: #ffffff;
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #000000;
  display: block;
  float: right;
  font-size: 16px;
  height: 45px;
  padding: 0 10px;
  text-indent: 5px;
  width: 80%;
}
#wrong form input[type="submit"] {
  background-color: #331e0b;
  border: medium none;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 19px;
  height: 45px;
  width: 20%;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#wrong form input[type="submit"]:hover {background-color: #1f0a00;}
#pagefile .title {
  background-color: #331e0b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
#pagefile .content {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  color: #000000;
  font-size: 15px;
  padding: 15px;
}
#pagefile .content img {
  max-width: 100%;
  height: auto;
}
.singlefile {margin: 0 auto 20px;}
.singlefile .title {
  background-color: #331e0b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.singlefile .content {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  color: #000000;
  font-size: 15px;
  padding: 15px;
  text-align: center;
}
.singlefile .content ul.infosingle {
  margin: 0 auto 20px;
  text-align: right;
}
.singlefile .content ul.infosingle li {
  color: #666666;
  display: inline-block;
  margin: 0 0 0 20px;
}
.singlefile .content ul.infosingle li a {color: #000000;}
.singlefile .content ul.infosingle li a:hover {color: #f8a12e;}
.singlefile .content .imgthumb {
  margin: 0 auto 20px;
  text-align: center;
}
.singlefile .content img {
  max-width: 100%;
  height: auto;
}
.singlefile .content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.singlefile .content .tags {text-align: right;}
.singlefile .content .tags a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #222222;
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 1px 15px;
}
.singlefile .content .tags a:hover {
  background-color: #331e0b;
  border-color: #331e0b;
  color: #f8a12e;
}
.sharearea .title {
  background-color: #331e0b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.sharearea .content {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px;
  text-align: center;
}
.sharearea .content ul li {
  display: inline-block;
  margin: 5px;
}
.sharearea .content ul li a {
  background-color: #f8a12e;
  color: #331e0b;
  display: block;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  width: 45px;
}
.sharearea .content ul li a:hover {background-color: #331e0b;color: #f8a12e;}
#commenttstable {margin: 0 auto 20px;}
#commenttstable .title {
  background-color: #331e0b;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
#commenttstable .title a {color: #ffffff;}
#commenttstable .title a:hover {color: #eeeeee;}
#commenttstable .conntennt {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px;
}
#commenttstable .conntennt form#commentform input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 1px #efefef;
  color: #333333;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
#commenttstable .conntennt form#commentform input:focus {
  box-shadow: 0 1px 1px #e0e0e0;
  border-color: #b3b3b3;
}
#commenttstable .conntennt form#commentform textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 1px #efefef;
  color: #333333;
  font-size: 15px;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
#commenttstable .conntennt form#commentform textarea:focus {
  box-shadow: 0 1px 1px #e0e0e0;
  border-color: #b3b3b3;
}
#commenttstable .conntennt form#commentform button {
  background: #f8a12e none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #331e0b;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
}
#commenttstable .conntennt form#commentform button:hover {
  background: #331e0b none repeat scroll 0 0;
  color: #f8a12e;
}
#commenttstable .conntennt .wellc {
  color: #555555;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto 10px;
}
#commenttstable .conntennt .wellc a {color: #331e0b;}
#commenttstable .conntennt .wellc a:hover {color: #f8a12e;}

.tablee {
  margin: 0 auto 20px;
}
.tablee .title {
  background-color: #0a2836;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font:bold 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  margin-bottom: 20px;
  padding: 10px 18px;
  position: relative;
}
.tablee .content2 {
  display: block;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
#respond {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 0;
}
#commm {
  display: block;
  margin: -39px auto 0;
  padding: 0;
}
#commentss {
  display: block;
  margin: 20px auto 0;
}
#commentss #commm {
  display: block;
  margin: 0 auto 10px;
}
#commm h3#comments, #respond h3 {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #d9d9d9;
  color: #333333;
  display: block;
  font: 14px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  margin: 0 auto 5px;
  padding: 2px;
  text-align: center;
}
#respond form p {
  display: block;
  font: 14px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  margin: 0 auto 10px;
}
#respond form p a, .commentlist a{color: #331e0b;}
#respond form p a:hover, .commentlist a:hover{color: #f8a12e;}
#commentform #cke_comment {
  clear: both;
  display: block;
  margin: 10px auto;
  width: 100%;
}
.commentlist {
  padding:0;
}
#commentform p a:hover {
  text-decoration: underline;
}
.commentlist li .avatar  { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  margin-left:5px;
}
.commentlist cite, .commentlist cite a {
  color: #331e0b;
  font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  height: 16px;
  margin-bottom: 3px;
  padding: 2px 0 0;
}
.commentlist p {
    color: #333;
    direction: rtl;
    font-family: "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 5px 0;
    padding: 0 9px;
}
.alt {padding: 10px;}
.commentlist {
    margin: 0;
    text-align: justify;
    width: 99.8%;
}
.commentlist li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E0DEDE #E0DEDE #f8a12e;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 5px;
}
.commentlist li:last-child {margin: 0 auto;}
.children { padding: 0; }
p.nocomments {
  color: #2386c8;
  font:bold 18px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  text-align: center;
}
footer {background-color: #331e0b;}
footer .item {margin: 25px auto;}
footer .item .title {
  border-bottom: 1px solid #3c3c3c;
  margin: 0 auto 15px;
  position: relative;
}
footer .item .title::after {
  background-color: #f8a12e;
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 30%;
}
footer .item .title span {
  color: #f8a12e;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 10px;
}
footer .item.about p {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
}
footer .item.about .more {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
footer .item.about .more a {color: #f8a12e;}
footer .item.about .more a:hover {color: #ffffff;}
footer .item.catmenu ul li {
  float: right;
  font-size: 15px;
  margin: 5px auto;
  position: relative;
  width: 50%;
}
footer .item.catmenu ul li::before {
  color: #f8a12e;
  content: "ï¨";
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
  position: relative;
  top: 2px;
}
footer .item.catmenu ul li a {color: #ffffff;}
footer .item.catmenu ul li a:hover {color: #f8a12e;}
footer .item.catmenu ul li ul {display: none;}
footer .item.info .infoitem {
  color: #ffffff;
  direction: ltr;
  display: block;
  font-size: 18px;
  line-height: 35px;
  margin: 5px auto;
  text-align: right;
}
footer .item.info .infoitem i.fa {
  color: #f8a12e;
  float: right;
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 0 10px;
}
footer .item.info .social {
  margin: 20px auto;
  text-align: center;
}
footer .item.info .social a {
  background-color: #4a2f16;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  text-align: center;
  width: 35px;
}
footer .item.info .social a.fb {background-color: #3b5998;}
footer .item.info .social a.tw {background-color: #55acee;}
footer .item.info .social a.yt {background-color: #ff0000;}
footer .item.info .social a.gp {background-color: #dd4b39;}
footer .item.info .social a.in {background-color: #e95950;}
footer .item.info .social a.rs {background-color: #ff6600;}
footer .item.info .social a:hover {background-color: #1d1004;}
footer .copyrights {
  border-top: 1px solid #482a0e;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
footer .copyrights a {color: #ffffff;}
footer .copyrights a:hover {color: #f8a12e;}
a.scrollup {
  background-color: #f8a12e;
  bottom: 8px;
  color: #331e0b;
  cursor: pointer;
  display:none;
  font: 20px/33px FontAwesome;
  height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.scrollup:hover {background-color: #331e0b;color: #f8a12e;}
.wp-caption{
  max-width: 100%;
  clear: both;
}