/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.table2 {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
a {
  text-decoration: none;
}
p a,
span a,
h5 a {
  color: #4599c8;
}
p a:hover,
span a:hover,
h5 a:hover {
  color: #2b3039;
}
.fancy-hr {
  border: none;
  height: 1px;
  background: #e4e4e4;
  -webkit-box-shadow: 0px 0px 7px #d7d7d7;
  box-shadow: 0px 0px 7px #d7d7d7;
  margin: 1em 0;
}

/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */

/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
@font-face {
  font-family: "falah";
  src: url("../fonts/mohammad_bold_art_1.eot");
  src: url("../fonts/mohammad_bold_art_1.eot?") format("eot"), /* IE 6-8 */
   url("../fonts/mohammad_bold_art_1.otf") format("opentype"), /* Other browsers */
   url("../fonts/mohammad_bold_art_1.woff") format('woff'), /* Modern Browsers */
   url("../fonts/mohammad_bold_art_1.ttf") format("truetype");/* IE 9 */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Has";
  src: url("../fonts/hacen_liner_screen.eot");
  src: url("../fonts/hacen_liner_screen.eot?") format("eot"), /* IE 6-8 */
   url("../fonts/hacen_liner_screen.otf") format("opentype"), /* Other browsers */
   url("../fonts/hacen_liner_screen.ttf") format("truetype");/* IE 9 */
  /* Safari, Android, iOS */
}

/* ---------- GENERAL ---------- */
body {
  font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5b5b5b;
  background: transparent url('../images/main-bg.png') 0 0;
}
p,
ul,
ol {
  margin-bottom: 1.5em;
}
p a,
h5 a {
  color: #4599c8;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #e4e4e4;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  color: #2b3039;
  line-height: 1.5em;
}
h1 {
  font-size: 32px;
  font-family: "falah", Arial, sans-serif;
}
h2 {
  font-size: 26px;
  font-family: "falah", Arial, sans-serif;
}
h3 {
  font-size: 21px;
  font-family: "falah", Arial, sans-serif;
}
h4 {
  font-size: 18px;
  line-height: 35px;
  height: 30px;
  font-family: "has", Arial, sans-serif;
}
h5 {
  font-size: 14px;
  font-weight: bold;
}
h6 {
  color: #c9c9c9;
  font-size: 12px;
}
blockquote {
  font: italic 14px/1.5em Georgia, serif;
  color: #c9c9c9;
  background: transparent url('../images/blockquote-pattern.png') left top repeat-y;
  padding-left: 2em;
  margin: 1.5em 3em;
}
blockquote cite {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  color: #5b5b5b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr.fancy { border: 0;margin:10px 0; height: 2px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }
/* ---------- HEADER ---------- */
.main-header {
  background: white;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
  box-shadow: inset 0px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
  margin-bottom: 3em;
}
/* ---------- TOP NAV ---------- */
.top-menu-container {
  background: #2b3039 url('../images/top_container_bg.png') 0 0;
  margin-bottom: 1.5em;
}
.top-menu-container .top-menu-navigation ul {
  z-index: 999999;
}
.top-menu-container .top-menu-navigation ul > li {
  float: right;
  position: relative;
}
.top-menu-container .top-menu-navigation ul > li a {
  color: #c9c9c9;
  display: inline-block;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  margin-right: 1em;
  position: relative;
  padding-right: 1em;
  font-family:falah,arial;
   font-size: 14px;
}
.top-menu-container .top-menu-navigation ul > li a:hover {
  color: white;
  background: transparent url('../images/top_menu_hover.png') 11px bottom no-repeat;
  
}
body#home a#nav_home,
body#services a#nav_services,
body#clients a#nav_clients,
body#barnches a#nav_branches,
body#about a#nav_about,
body#contact a#nav_contact
{
 color: white;
}

.top-menu-container .top-menu-navigation ul > li a::before {
  content: '|';
  position: absolute;
  font-size: 12px;
  right: 0;
  top: -1px;
  color: #ffffff;
}
.top-menu-container .top-menu-navigation ul > li ul {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background: #2b3039;
  border: 1px solid #414856;
  border-bottom: 0;
  position: absolute;
  left: -1em;
}
.top-menu-container .top-menu-navigation ul > li ul li {
  float: none;
  white-space: nowrap;
  border-bottom: 1px solid #414856;
  position: relative;
}
.top-menu-container .top-menu-navigation ul > li ul li a {
  padding: 0 1em;
  margin-right: 0;
}
.top-menu-container .top-menu-navigation ul > li ul li a::before {
  content: '';
}
.top-menu-container .top-menu-navigation ul > li ul li ul {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  left: 100%;
  top: -1px;
}
.top-menu-container .top-menu-navigation ul > li:hover > ul {
  opacity: 10;
  filter: alpha(opacity=100);
  visibility: visible;
}
.top-menu-container .top-menu-navigation ul > li:hover > a {
  color: white;
}
.logo {
  margin-bottom: 0;
}
.logo-container {
  padding-bottom: 1.5em;
}
.ad-block {
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
}
.ad-block img {
  display: block;
}
.top-ad {
  margin-bottom: 3px;
}
/* ---------- MAIN NAV ---------- */
.main-navigation ul > li {
  float: right ;
  position: relative;
}
.main-navigation ul > li a {
  color: #626d82;
  font-size: 13px;
  height: 63px;
  line-height: 63px;
  font-weight: bold;
  margin-right: 1em;
  padding-right: 1em;
  position: relative;
  font-family:"falah",Arial;
}
.main-navigation ul > li a:hover {
  color: #2b3039;
}
.main-navigation ul > li a::before {
  content: '|';
  position: absolute;
  right: 0;
  font-weight: normal;
  color: #d2d6dd;
}
.main-navigation ul > li ul {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  background: white;
  left: -1em;
  border: 1px solid #d7d7d7;
}
.main-navigation ul > li ul li {
  float: none;
  white-space: nowrap;
  border-bottom: 1px solid #f1f1f1;
}
.main-navigation ul > li ul li a {
  padding: 0 1em;
  margin-right: 0;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
}
.main-navigation ul > li ul li a::before {
  content: '';
}
.main-navigation ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: -1px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.main-navigation ul > li:hover > ul {
  opacity: 10;
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-navigation ul > li:hover > a {
  color: #2b3039;
}
/* ---------- ARTICLES ---------- */
.articles {
  padding-top: 3em;
  background: white;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
  box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
  text-align:right;
  text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
article div{ font-family: has,arial;}
article .warp {margin:30px 0;}
article .warp p{
	direction: rtl;    
    font-size: 16px;
    margin: 5px auto;
    text-align: justify;
}
article .lst{margin-right:40px;}
article a{text-decoration:none; color:#5b5b5b; font-size:16px;direction: rtl;}
article a strong {text-decoration :underline; color:#316CB1;}
article a:hover ,article a:focus{text-decoration:none;}
article ol li{
	direction: rtl;
    display: list-item;
    list-style-type: square  !important;
	font-size:16px;
	color:gray;
}
article .HD{ float:left; text-align:center;}
article ul .thumbnail{
	border:solid 2px #b3b3b3;
	-webkit-box-shadow: 0 6px 8px -6px black;
	   -moz-box-shadow: 0 6px 8px -6px black;
		    box-shadow: 0 6px 8px -6px black;
}
.caption h3{direction:rtl; color:#316CB1}
.caption h3 i{color:#E9B272}
.slide{
	/* border: 2px solid #777; */
	/* border-radius:5px; */
	/* -moz-border-radius:4px;
	-webkit-border-radius:4px; */
	text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
.carousel-indicators li:hover{
	cursor:pointer;
}
.articles article {
  padding: 0 3em;
}
.articles article .article-meta-categories {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family:has,Arial;
}
.articles article .article-meta-categories a {
  color: #316CB1;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
}
.articles article header h2 {
  margin: 1.5em ;
  line-height: 21px;
}
.articles article h2 a {
  color: #2b3039;
}
.articles article h2 a:hover {
  color: #316CB1;
}
.articles article .article-meta-extra {
  font-size: 12px;
  color: #c9c9c9;
  height: 21px;
  line-height: 21px;
  font-style: italic;
}
.articles article .article-meta-extra a {
  font-weight: normal;
}
.articles article h1 + .article-meta-extra {
  height: 42px;
  line-height: 42px;
}
.articles article .article-meta-comments {
  float: right;
  background: transparent url('../images/comments-base-out.png') center center no-repeat;
  width: 42px;
  height: 46px;
  color: white;
  text-align: center;
  padding-top: 11px;
  margin-top: 42px;
}
.articles article .article-meta-comments:hover {
  background: transparent url('../images/comments-base-over.png') center center no-repeat;
}
.articles article .article-preview-image {
  float: right;
  margin-right: 1.5em;
  margin-left: 1.5em;
}
.articles article .article-preview-image img {
  display: block;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
}
.articles .post-format-quote {
  float: right;
  width: 42px;
  height: 42px;
  background: transparent url('../images/quote-format-icon.png') center center no-repeat;
  margin-top: 15px;
}
.articles .quote-container {
  background: #fafafa;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  text-align: center;
  padding: 3em;
  position: relative;
	overflow: hidden;
}
.articles .quote-container blockquote {
  font: 21px Georgia, serif;
  color: #2b3039;
  font-style: italic;
  background: transparent;
  padding: 0;
  margin: 0;
}
.articles .quote-container cite {
  margin-top: 1.5em;
  display: block;
}
.articles .post-format-url {
  float: right;
  width: 42px;
  height: 42px;
  background: transparent url('../images/url-format-icon.png') center center no-repeat;
  margin-top: 15px;
}
.articles .url-container {
  background: #fafafa;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  text-align: center;
  padding: 3em;
}
.articles .url-container p {
  font-size: 21px;
  color: #2b3039;
}
.articles .url-container span {
  margin-top: 1.5em;
  display: block;
  text-align: center;
  word-break: break-all;
}
.articles .articles-nav {
  padding: 0 3em;
  margin-top: -1.5em;
}
.articles .articles-nav .articles-nav-prev {
  float: left;
}
.articles .articles-nav .articles-nav-next {
  float: right;
}
.articles .article-full-image img {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.articles hr {
  margin: 2em 3em;
}

/*------------- WIDJETS -----------------*/

.widjets {

	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	opacity: 0.63;
    border: 1px solid #d7d7d7;
    border-radius: 0px 0px 25px 25px;
    -webkit-box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
    box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
    -moz-border-radius: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
    -webkit-border-radius: 10px;
    float: right;
    zoom: 1;
    margin: 0  0 20px 40px;
    background-image: linear-gradient(top, #ffffff, #c0c1c2);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	/*-ms-filter must come before filter*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	}
.widjets:hover{
	-moz-box-shadow: 0px 0px 5px #7e8579;
	-webkit-box-shadow: 0px 0px 5px #7e8579;
	box-shadow: 0px 0px 5px #7e8579;
	border:1px solid #969eff;
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 100);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}



.widjets1 {
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	border: 1px solid #d7d7d7;
    border-radius: 0px 0px 25px 25px;
    -webkit-box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
    box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
    -moz-border-radius: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
    -webkit-border-radius: 10px;
    float: right;
    zoom: 1;
    margin: 0  0 20px 40px;
    background-image: linear-gradient(top, #ffffff, #c0c1c2);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	/*-ms-filter must come before filter*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	}
.widjets1:hover{
	-moz-box-shadow: 0px 0px 5px #7e8579;
	-webkit-box-shadow: 0px 0px 5px #7e8579;
	box-shadow: 0px 0px 5px #7e8579;
	border:1px solid #969eff;
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 100);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}

.header-div {
    background-color: #316CB1;
    background-image: url("../images/header-w.png");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 30px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.header-div h4 {
    padding-right : 5px;
    text-align: right;
	color:#ffffff;
}

.widjets .content-div{
	padding:10px;
	font-family:"falah",Arial;
	font-size: 12px;
	text-align:justfy;
	direction:rtl;
}
.widjets .content-div p{direction:rtl;text-align:justify;}

.widjets1 .content-div1{
	padding:10px;
	font-family:"falah",Arial;
	font-size: 14px;
	text-align:justfy;
	direction:rtl;
}
.widjets1 .content-div1 p{direction:rtl;text-align:justify;}


.last{
	margin-left: 0px;
}

.aligncenter,
.alignleft,
.alignright,
.alignnone {
  padding: 3px;
  background: white;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  margin: 1.5em 0;
}
.aligncenter,
img.centered {
  display: block;
  margin: 1.5em auto;
}
.alignleft {
  float: left;
  margin: 1.5em 2em 1.5em 0;
}
.alignright {
  float: right;
  margin: 1.5em 0 1.5em 2em;
}
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}
.video-container + p {
  margin-top: 1.5em;
}
.tag-container {
  border: 1px solid #e4e4e4;
  border-width: 1px 0;
  font-size: 12px;
  font-style: italic;
  line-height: 42px;
  color: #c9c9c9;
  margin-top: 3em;
}
.post-navigation {
  text-align: center;
  font-size: 12px;
  line-height: 42px;
}
.article-author {
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
  padding: 3em;
  -webkit-box-shadow: inset 5px 0 0 #ededed, inset -5px -5px 0px #ededed;
}
.article-author p {
  margin-bottom: 0;
}
/* ---------- COMMENTS ---------- */
.comments-area {
  margin-top: 3em;
}
.article-add-comments {
  display: inline-block;
  float: right;
  background: transparent url('../images/comments-base-out.png') center center no-repeat;
  width: 42px;
  height: 46px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 9px;
}
.article-add-comments:hover {
  background: transparent url('../images/comments-base-over.png') center center no-repeat;
}
.commentslist {
  margin-top: 3em;
  counter-reset: comment-id;
}
.commentslist li ol,
.commentslist li ul {
  padding-left: 3em;
  margin-left: 3em;
  border-left: 1px dotted #bebebe;
}
.commentslist li ol li,
.commentslist li ul li {
  position: relative;
}
.commentslist li ol li::before,
.commentslist li ul li::before {
  content: '';
  width: 1em;
  height: 1px;
  border-bottom: 1px dotted #bebebe;
  position: absolute;
  left: -2em;
  top: 2.5em;
}
.commentslist li article {
  background: white;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
}
.commentslist li article.by-admin {
  border-color: #bebebe;
}
.commentslist li article header {
  border-bottom: 1px solid #f1f1f1;
  font-size: 12px;
  margin-bottom: 1.5em;
  position: relative;
}
.commentslist li article header span {
  font-style: italic;
  color: #c9c9c9;
}
.commentslist li article header h5 {
  margin-bottom: 0;
}
.commentslist li article header h5 span {
  font-size: 10px;
  text-transform: uppercase;
  background: #2b3039;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  height: 21px;
  display: inline-block;
  padding: 0 1em;
  margin-right: .5em;
}
.commentslist li article header::before {
  counter-increment: comment-id;
  content: counter(comment-id);
  position: absolute;
  right: 0;
  color: #e3e3e3;
  font-size: 46px;
  top: 8px;
}
.comment-avatar img {
  float: right;
  margin: 0 0 1.5em 2em;
}
.awaiting-moderation {
  font-style: italic;
  color: #c9c9c9;
}
.comments-nav-section {
  margin: 3em 0;
}
#contactForm p label {
  display: inline;
}
#contactForm input[type="text"],
#contactForm input[type="url"],
#contactForm input[type="email"] {
  width: 50%;
  margin-right: 1em;
  text-align:right;
  overflow: auto;
}
#contactForm fieldset div {
	margin-bottom:20px;
}
#contactForm fieldset p{
	float:left;
}

/* ---------- BUTTONS ---------- */
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-weight: normal;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-weight: normal;
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin: 6px 0;
}
.blue {
  background-color: #4599c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4599c8), to(#327ea8));
  background-image: -webkit-linear-gradient(top, #4599c8, #327ea8);
  background-image: -moz-linear-gradient(top, #4599c8, #327ea8);
  background-image: -o-linear-gradient(top, #4599c8, #327ea8);
  background-image: linear-gradient(to bottom, #4599c8, #327ea8);
}
.blue:hover {
  background-color: #6cafd4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6cafd4), to(#4599c8));
  background-image: -webkit-linear-gradient(top, #6cafd4, #4599c8);
  background-image: -moz-linear-gradient(top, #6cafd4, #4599c8);
  background-image: -o-linear-gradient(top, #6cafd4, #4599c8);
  background-image: linear-gradient(to bottom, #6cafd4, #4599c8);
  color: white;
}
.gray {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #cbcbcb);
  background-image: -moz-linear-gradient(top, #e4e4e4, #cbcbcb);
  background-image: -o-linear-gradient(top, #e4e4e4, #cbcbcb);
  background-image: linear-gradient(to bottom, #e4e4e4, #cbcbcb);
  color: #5b5b5b;
}
.gray:hover {
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #d0d0d0);
  background-image: -moz-linear-gradient(top, #e9e9e9, #d0d0d0);
  background-image: -o-linear-gradient(top, #e9e9e9, #d0d0d0);
  background-image: linear-gradient(to bottom, #e9e9e9, #d0d0d0);
  color: #5b5b5b;
}
/* ---------- SIDEBAR ---------- */

.sidebar-widget {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  font-size: 12px;
}
.sidebar-widget h4 {
  margin-bottom: 0;
}
.sidebar-widget ul li ul {
  margin-left: 2em;
  margin-bottom: 0;
}
.sidebar-widget ul li ul li {
  position: relative;
  padding-left: 1em;
}
.sidebar-widget ul li ul li::before {
  content: '-';
  position: absolute;
  left: 0;
}
.sidebar-widget ul li a {
  color: #4599c8;
}
.sidebar-widget ul li a:hover {
  color: #2b3039;
}
.social-icons {margin-right:20%}
.social-icons li {
  float: right;
  margin: 0 10px 10px 0;
}

.social-icons .facebok {
  background: transparent url('../images/social/facebook.png') center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}
.social-icons .facebok:hover {
  background: transparent url('../images/social/facebook1.png') center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}
.social-icons .google {
  background: transparent url('../images/social/google+.png') center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}
.social-icons .google:hover {
 background: transparent url('../images/social/google+1.png') center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}

.social-icons .twitter {
  background: transparent url('../images/social/twitter.png') center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}
.social-icons .twitter:hover {
  background: transparent url('../images/social/twitter1.png') center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}
.ad-125 li {
  width: 125px;
  height: 125px;
  float: left;
  margin: 0 20px 20px 0;
}
.ad-125 li.alt {
  margin-right: 0;
}
.ad-260 li {
  width: 260px;
  margin: 0 5px 20px 5px;
}

.q_link {
	margin-top:50px;
}
/* ---------- FORMS ---------- */
form input[type="text"],
form input[type="email"],
form input[type="url"] ,
form input[type="password"]{
  border: 1px solid #d7d7d7;
  height: 30px;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  padding: 5px;
  text-align:right;
  font-family:Arial;
  font-weight:bold;
  color:#A4A4A4;
}
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="url"]:hover,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus {
  border-color: #bebebe;
}
form textarea {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  padding: 1em;
  width: 100%;
  text-align:right;
  resize:none;
}
form input[type="submit"] {
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-weight: normal;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  background-color: #4599c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4599c8), to(#327ea8));
  background-image: -webkit-linear-gradient(top, #4599c8, #327ea8);
  background-image: -moz-linear-gradient(top, #4599c8, #327ea8);
  background-image: -o-linear-gradient(top, #4599c8, #327ea8);
  background-image: linear-gradient(to bottom, #4599c8, #327ea8);
  border: none;
  cursor: pointer;
  font: normal 12px/1.5em "falah", Helvetica, Arial, sans-serif;
}
form input[type="submit"]:hover {
  background-color: #6cafd4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6cafd4), to(#4599c8));
  background-image: -webkit-linear-gradient(top, #6cafd4, #4599c8);
  background-image: -moz-linear-gradient(top, #6cafd4, #4599c8);
  background-image: -o-linear-gradient(top, #6cafd4, #4599c8);
  background-image: linear-gradient(to bottom, #6cafd4, #4599c8);
  color: white;
}
#search-form input[type="text"] {
  background: #ffffff url('../images/search-icon.png') 1em center no-repeat;
  padding: 1em 1em 1em 3em;
}
/* ---------- FOOTER ---------- */
.footer-widget-area {
  background: white;
  border-top: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0px 5px 0px #fafafa, 0px 0px 5px #d7d7d7;
  box-shadow: inset 0px 5px 0px #fafafa, 0px 0px 5px #d7d7d7;
  padding: 3em 0;
  margin-top: 3em;
  direction:rtl;
}
.footer-widget-area .footer-sidebar-widget {
  font-size: 14px;
  text-align: right;  
  text-align:center;
}
.footer-widget-area .footer-sidebar-widget h4 {
  margin-bottom: 5px;
}
.footer-widget-area .footer-sidebar-widget ul li ul {
  margin-left: 2em;
  margin-bottom: 0;
}
.footer-widget-area .footer-sidebar-widget ul li ul li {
  position: relative;
  padding-left: 1em;
}
.footer-widget-area .footer-sidebar-widget ul li ul li::before {
  content: '-';
  position: absolute;
  left: 0;
}
.footer-widget-area .footer-sidebar-widget ul li a {
  color: #737373;
  text-decoration:none;
  
}
.footer-widget-area .footer-sidebar-widget ul li a:hover {
  color: ##737373;
  text-decoration :none;
}
.copyright-container {
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
  padding-top: 1.5em;
  font-size: 12px;
}
.copyright-container .top-link-footer {
  float: right;
}
/* ---------- RWD ---------- */
#rwd-top-nav-btn,
#rwd-main-nav-btn,
.rwd-top-nav,
.rwd-main-nav {
  display: none;
}
.rwd-top-nav li {
  margin-bottom: 1em;
  font-family:falah,Arial;
  margin-left:2em;
}
.rwd-top-nav li a {
  color: white;
}
.rwd-top-nav li ul {
  margin: 1em 0 0 2em;
}
.rwd-main-nav li {
  margin-bottom: 1em;
}
.rwd-main-nav li a {
  color: #4599c8;
}
.rwd-main-nav li ul {
  margin: 1em 0 0 2em;
}
/* Smaller than 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  .main-sidebar {
    width: 270px;
    margin-left: 30px;
  }
  .article-container-fix {
    width: 640px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main-sidebar,
  .top-menu-navigation,
  .main-navigation {
    display: none;
  }
  .article-container-fix {
    width: 724px;
  }
  #rwd-top-nav-btn,
  #rwd-main-nav-btn {
    display: inline-block;
    margin: 1em 0;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .main-sidebar,
  .top-menu-navigation,
  .main-navigation,
  .top-ad {
    display: none;
  }
  .article-container-fix {
    width: 724px;
  }
  #rwd-top-nav-btn,
  #rwd-main-nav-btn {
    display: inline-block;
    margin: 1em 0;
  }
  .container {
    padding: 0 2em;
  }
  .article-container-fix {
    width: 100%;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .articles article header h1 {
    line-height: 1.5em;
  }
  .articles article header .article-meta-extra {
    width: 70%;
    height: auto;
    line-height: 21px;
  }
  .articles article .article-preview-image,
  .articles article .article-full-image {
    display: none;
  }
  .alignleft,
  .alignright,
  .alignnone {
    float: none;
    margin: 1.5em 0;
  }
  p + .alignleft,
  p + .alignright,
  p + .alignnonebr + .alignleft,
  br + .alignright,
  br + .alignnone {
    margin-top: 0;
  }
  .commentslist li article header::before {
    content: '';
  }
}

.styled-select select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    font-family: Has,Arial;
    font-size: 17px;
    height: 30px;
    line-height: 1;
    text-align: center;
    width: 295px;
}
.styled-select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #DDDDDD;
    background-image: url("../images/down_arrow.jpg");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    height: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
	text-align:center;
}
#dropdown{
	margin:30px;
	padding:auto;
	
}

#dropdown ul li {
	margin-bottom: 5px;
}

aside .content{
	margin-bottom:20px;
}

#shipment p {
	margin:5px 0;
	text-align:right;
	font-family:"falah",Arial;
}
#shipment  a{
	display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-weight: normal;
  background-color: #4599c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4599c8), to(#327ea8));
  background-image: -webkit-linear-gradient(top, #4599c8, #327ea8);
  background-image: -moz-linear-gradient(top, #4599c8, #327ea8);
  background-image: -o-linear-gradient(top, #4599c8, #327ea8);
  background-image: linear-gradient(to bottom, #4599c8, #327ea8);
  border: none;
  cursor: pointer;
  font: normal 14px/1.5em "falah", Helvetica, Arial, sans-serif;
  	width:80px;
	margin-top:5px;
	text-align:center;
	padding: 5px 0 ;
}
form input[type="submit"] {
	width:80px;
	margin-top:5px;
}

#shipment input[type="text"] {
	width:100%;
}

#signin {
	font-family:"falah",Arial;
	margin:20px 0;
	padding:auto;
	text-align:right;
	font-size:14px;
}

#signin p label {
	display: inline;
	width:35%;
}
#signin input[type="text"] ,
#signin input[type="password"] {
	width:66%;
	font-size:14px;
}

#signin input[type="submit"] {
	float :right;
}


/* ------OPEN MODEL ------- */ 
/* 
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog h2{
	text-align:right;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	text-align:right;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	left: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
 */

/*-------------------------- GRID -------------------------*/

.clinets{
  background-attachment: scroll;
    background-clip: border-box;
    background-color:gray;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: right;
    left: -5px;
    padding-top: 0;
    position: relative;
	margin-bottom:2em;
	margin-top:3em;
}
.grid{
border:1px solid #c7c7c7;
border-bottom:none;
border-right:none;
overflow:hidden;
}
.grid li{
border-bottom:1px solid #c7c7c7;
border-right:1px solid #c7c7c7;
float:left;
overflow:hidden;
position:relative;
width:25%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
padding-left:10px !important;
}
.ie7 .grid li{
width:19.9%;
padding-left:10px !important;
}
.grid li a{
display:block;
}
.grid img{
display:block;
height:auto;
border:0px !important;
width:60%;
opacity:.65;
-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter:alpha(opacity=65);
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
margin:auto;
padding:auto;
}
.grid li:hover img{
opacity:1;
-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
}

#clients li:hover .original_img,.ie7 #clients li:hover a img,.ie8 #clients li:hover a img{opacity:1;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);}
#clients li:hover .grayscale_img{opacity:0;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);}
#clients .westfield:hover,#clients .westfield.active{background:#d9001f;}
#clients .smuin:hover,#clients .smuin.active{background:#2a2333;}
#clients .cytosport:hover,#clients .cytosport.active{background:#292c33;}
#clients .toyota:hover,#clients .toyota.active{background:#f60031;}
#clients .lands_end:hover,#clients .lands_end.active{background:#1e1d3c;}
#clients .microsoft:hover,#clients .microsoft.active{background:#0079b0;}
#clients .a_e:hover,#clients .a_e.active{background:#451e53;}
#clients .skittles:hover,#clients .skittles.active{background:#d9001f;}
#clients .juicy_fruit:hover,#clients .juicy_fruit.active{background:#fdbb00;}
#clients .ge:hover,#clients .ge.active{background:#0977b4;}
#clients .glad:hover,#clients .glad.active{background:#f6a200;}
#clients .altoids:hover,#clients .altoids.active{background:#a7000a;}
#clients .absolut:hover,#clients .absolut.active{background:#919191;}
#clients .facebook:hover,#clients .facebook.active{background:#44559b;}
#clients .jameson:hover,#clients .jameson.active{background:#003e25;}
#clients .toyota:hover,#clients .toyota.active{background:#f60031;}
#clients .orbit:hover,#clients .orbit.active{background:#95d2ef;}
#clients .zynga:hover,#clients .zynga.active{background:#a9011b;}
#clients .nike:hover,#clients .nike.active{background:#868686;}
#clients .adidas:hover,#clients .adidas.active{background:#395cd4;}
#clients .campaign:hover{background:transparent;}
.flex-control-nav{display:none;}

/*---------------------------- HEADR HR ------------------------------*/

.page-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/div-line.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;
    margin-bottom: 15px;
    text-align: right;
}
.page-heading span {
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
	color:#316CB1;
}
.page-heading span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}


/* --------------------- MAPS ---------------------------- */

#map_canvas{
	border:solid 4px #919191;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	width: 100%;
	height: 100%;
	padding: 0;
	text-shadow: none;
}

#map_content {
padding: 0px;
width: 100%;
height: 100%;
overflow: hidden;
margin:auto;
}

#map_content > p{
	margin-top:30px;
    border-bottom:solid 1px #919191;
	padding : 20px;
	text-align:right;
}

#respond{float:right;}

/* ---------- Contact Sidebar ------------------- */

#contact-sidebar {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F0F0F0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#contact-sidebar {
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
    float: left;
    height: 355px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    position: relative;
    width: 200px;
}
#error{
	margin-left: 10px;
	color : #FF0202;
	font-weight:bold;
	font-size:14px;
}


#sent-form-msg{
	padding: 5px 10px;
	margin-bottom: 40px;
	background: rgba(0, 0, 0, 0.1);
	color: #444;
}
.address-block li{
	padding-right: 20px;
}
.address-block li a { color:#5B5B5B; }

.address-block .address{ background: url(../images/icon-address.png) no-repeat top right  }

.address-block .phone{ background: url(../images/icon-phone.png) no-repeat top right}

.address-block .mobile{ background: url(../images/icon-mobile.png) no-repeat top right }

.address-block .email{ background: url(../images/icon-email.png) no-repeat top right ;  }

.tweet h4{
	text-align:center;
}

.flash{
	overflow: hidden;
}
.flash span {
	margin:auto;
	padding:auto;	
}

.flash span img {
	margin-top:40px;
	height: auto;
	width: auto;
	max-width: 100%;
	
}

.warp table {direction:rtl;}
.warp table tr th , .warp table tr td {text-align:center;}


.Magicx {
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-weight: normal;
  padding: 5px 1em;
  height: 3em;
  line-height: 3em;
  background-color: #4599c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4599c8), to(#327ea8));
  background-image: -webkit-linear-gradient(top, #4599c8, #327ea8);
  background-image: -moz-linear-gradient(top, #4599c8, #327ea8);
  background-image: -o-linear-gradient(top, #4599c8, #327ea8);
  background-image: linear-gradient(to bottom, #4599c8, #327ea8);
  border: none;
  cursor: pointer;
  font: normal 12px/1.5em "falah", Helvetica, Arial, sans-serif;
}
Magicx:hover {
  background-color: #6cafd4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6cafd4), to(#4599c8));
  background-image: -webkit-linear-gradient(top, #6cafd4, #4599c8);
  background-image: -moz-linear-gradient(top, #6cafd4, #4599c8);
  background-image: -o-linear-gradient(top, #6cafd4, #4599c8);
  background-image: linear-gradient(to bottom, #6cafd4, #4599c8);
  color: white;
}


.caption h4 {
    font-size: 1rem;
    color: #444;
    }
    .caption p {
        font-size: 0.75rem;
        color: #999;
        }
        .btn.btn-mini {
            font-size: 0.63rem;
            }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }
