@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Signika:400,300);
@import 'plugins/alhalabi-icons.css';
@charset "UTF-8";
/**********************************/
/**********************************
Jimston © 2014
******** Authors **************
Powered by Atyaf for technology
E-mail: info@atyaf.co
Site: www.atyaf.co
************************************/
/**********************************/
/*

        1. Header

*/
.effect,
.menu a,
ul.social a {
  -moz-transition: all linear 100ms;
  -webkit-transition: all linear 100ms;
  -ms-transition: all linear 100ms;
  transition: all linear 100ms;
}
body,
html {
  height: 100%;
  direction: rtl;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
body,
html {
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
* {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
img {
  overflow: hidden;
}
textarea {
  resize: vertical;
}
/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
/* Clear Floats */
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* End hide from IE Mac */
.none {
  display: none;
}
/* End Clearfix */
.fix {
  clear: both;
  height: 0px;
  margin: 0;
  overflow: hidden;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"] {
  background-color: #1abc9c;
  font: normal 12px Tahoma, sans-serif;
  color: #ffffff;
  margin: 0;
  border: none;
  cursor: pointer;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
input[type="submit"]:hover {
  background-color: #1dd1ad;
}
input[type="submit"]:active {
  background-color: #1abc9c;
  box-shadow: inset 0 2px 3px #17a78b;
}
body {
  background-color: #ffffff;
}
.container {
  width: 855px;
  margin: auto;
}
#header {
  height: 137px;
  padding: 30px 0;
}
#header h1 {
  float: right;
}
#header ul.social {
  float: left;
  padding-top: 5px;
}
#header ul.social li {
  float: right;
  margin-right: 10px;
}
#header ul.social li a {
  display: block;
  font-size: 26px;
}
#header ul.social li a.twitter {
  color: #08b0e0;
}
#header ul.social li a.twitter:hover {
  color: #05708f;
}
#header ul.social li a.facebook {
  color: #3360b2;
}
#header ul.social li a.facebook:hover {
  color: #24437c;
}
.content {
  padding: 0 0 30px;
}
.menu {
  overflow: hidden;
}
.menu ul li {
  float: right;
  margin-left: 15px;
}
.menu ul li a {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  font-weight: bold;
  color: #565656;
  margin-left: 15px;
}
.menu ul li a:hover {
  color: #a7009d;
}
.menu ul li a span {
  margin-right: 15px;
}
.footer {
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer p {
  margin-top: 10px;
}
.footer .copyright {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 9px;
  font-weight: bold;
  color: #565656;
}
.footer .atyaf {
  font-weight: normal;
  font-size: 9px;
  font-family: Tahoma, sans-serif;
  color: #565656;
  letter-spacing: 5px;
}
.footer .atyaf a {
  color: #a7009d;
}
.footer .atyaf a:hover {
  color: #000000;
}
