/*
 * Font Face Import By Eslam Hussien
 */

@font-face {
	font-family: 'GESS';
	src: url('fonts/gess.eot');
	src: url('fonts/gess.eot?#iefix') format('embedded-opentype'),
			 url('fonts/gess.woff') format('woff'),
			 url('fonts/gess.ttf') format('truetype'),
			 url('fonts/gess.svg#gess') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FRUT';
	src: url('fonts/frut.eot');
	src: url('fonts/frut.eot?#iefix') format('embedded-opentype'),
			 url('fonts/frut.woff') format('woff'),
			 url('fonts/frut.ttf') format('truetype'),
			 url('fonts/frut.svg#gess') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
 * END :: Font Face Import By ُEslam Hussien
 */
/*=====================================================*/
.shadowblockmenu-v{
		font: bold 14px Germand;
		width: 190px; /* width of menu */

}

.shadowblockmenu-v ul{

		padding: 0;
		margin: 0;
		list-style: none;

}

.shadowblockmenu-v ul li{
		margin:0;
		padding:0;

}

.shadowblockmenu-v ul li a{
		display:block;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		text-transform: uppercase;
		font-family:gess,arial;
		font-size:100%;
		color: #cacaca;
		padding: 10px 15px;
		text-decoration: none;
		border: 1px solid #cacaca;
		-moz-box-shadow: inset 7px 10px 10px rgba(114,114,114, 0.6); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.5) specifies rgb values, last specifies opacity */
		-webkit-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
		box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
		text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
		-moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	cursor:pointer;
}

.shadowblockmenu-v ul li a:hover, .shadowblockmenu-v ul li a.selected,.shadowblockmenu-v ul li a.current{
		color: YellowGreen;
		-moz-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8); /* Add 3 inset shadows to each menu item  */
		-webkit-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);
		box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);
}

/*  ============================================================================================/*


/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body {
	background:#1d1d1d;
	font-family:gess,arial;
	font-size:100%;
	line-height:1.125em;
	color:#c0c0c0;
	direction:rtl;
}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container_16 {
	font-size:.75em;
	position:relative;
}

	/* Header */
	header{
		height:510px;
		overflow:hidden;
		border-bottom:0px solid #2a2a2a;
		background: url(../images/header-bacground.png) no-repeat;
     	background-size:100% 100%;

	}

	/* Content */
	#content {
		padding:37px 0 90px 0;
		background:#fffff;
	}
		#mainContent {
			padding:13px 0 0 0;
			}

	/* Footer */
	footer{
		background: url(../images/footer-bacgr.png) repeat;
		border-top:1px solid #292929;
		padding:10px  0 15px 0;
	}

footer nav {
	float:right;
	width:610px;

}



/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper {
	width:100%;
	overflow:hidden;
	margin-bottom:3px;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/*----- form defaults -----*/
 select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure {
	margin:0 0 0 24px;
	float:right;
	padding:4px;
	background:#fff;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(js/PIE.htc);
}
figure.alt {
	margin-left:5px;
	}
figure.last {
	margin-left:0;
	}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}

.extra-wrap {
	overflow:hidden;
}
p {margin-bottom:18px; line-height:20px; font-size: 12px; }
.p1 { margin-bottom:9px; line-height:20px;}
.p2 { margin-bottom:18px; line-height:20px;}
.p3 { margin-bottom:27px; line-height:20px;
}


/*----- txt, links, lines, titles -----*/
a{
	color:#c0c0c0;
	outline:none;
}
a:hover{
	text-decoration:none;
}


h2 {
	font-size:23px;
	color:#fff;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:.5em;
}
h3 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#c0c0c0;
	margin-bottom:8px;
}
h4 {
	font-size:13px;
	color:#616161;
	margin-bottom:12px;
	font-family:frut,arial;
}
h5 {
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#909090;
	margin-bottom:1em;
}
hgroup h5 {
	margin-bottom:4px;
	}
hgroup h4 {
	margin-bottom:18px;
	}
.button ,#input3,#del{
	display:inline-block;
	position:relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#d42400;
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#ed2800), to(#b21e00));
	background: -moz-linear-gradient(#ed2800, #b21e00 70%);
	background: linear-gradient(#ed2800, #b21e00 70%);
	-pie-background: linear-gradient(#ed2800, #b21e00 70%);
	behavior: url(js/PIE.htc);
	padding:0 10px 0 10px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	-webkit-transition-duration: 0.5s;
	}
	.button:hover,#input3:hover,#del:hover {
		background:#fff;
		color:#000;
		}

/*==================boxes====================*/
.box {
/* IE10 Consumer Preview */
background-image: -ms-radial-gradient(center, ellipse farthest-side, #48494F 0%, #3B3C40 100%);

/* Mozilla Firefox */
background-image: -moz-radial-gradient(center, ellipse farthest-side, #48494F 0%, #3B3C40 100%);

/* Opera */
background-image: -o-radial-gradient(center, ellipse farthest-side, #48494F 0%, #3B3C40 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #48494F), color-stop(1, #3B3C40));

/* Webkit (Chrome 11+) */
background-image: -webkit-radial-gradient(center, ellipse farthest-side, #48494F 0%, #3B3C40 100%);

/* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at center, #48494F 0%, #3B3C40 100%);
	padding:24px 18px 40px 20px;
	border:1px solid #9e9e9e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
	color:#fff;
	}
	.box h2 {
		color:#fff;
		padding-bottom:20px;
		margin-bottom:20px;
		line-height:30px;
		letter-spacing:-1px;
		border-bottom:1px dashed #9e9e9e;
		}
	.box h3 {
		font-weight:normal;
		color:#000;
		font-size:16px;
		line-height:22px;
		text-transform:none;
        font-family: frut;
}
		.box h3 a {
			color:#F7F7F7;
			text-decoration:none;
			}


.address {
	float:right;
	margin:0 0 5px 5px;
	margin-top:10px;
}
.address.last {
	margin-right:10px;
	}
	.address dt {
		margin-bottom:4px;
		text-transform:uppercase;
	}
	.address dd {
		clear:both;
	}
		.address dd span {
			float:right;
			padding-left:5px;
		}
		.address dd a {
			color:#c0c0c0;
			}
/* Header
---------------------------------------- */

/* Logo */
header .logo {
	float:right;
	margin-top:7px;
	margin-left:800px;
}

/* Navigation */
header .lognav {
  position:absolute;
  margin-right:20%;
  margin-top:90px;
	}
	header .lognav nav ul li {
		float:right;
		padding-right:6px;

	}
		header nav ul li a {
			float:left;
			color:#616161;
			text-decoration:none;
			width:80px;
			text-align:center;
			line-height:31px;
			font-size:14px;
			}
		header nav ul li a:hover,
		header nav ul li a.current{
			background:url(../images/nav-bg.gif) 0 0 repeat-x;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			color: #FFFFFF;
			}
table{
	background-color:#1d1d1d;
}

table td{
	-webkit-transform:scale(.9);
	-ms-transform:scale(.9);
}
table .client li {
	width:auto;
	position:relative;
}
table .client li p {
	display:block;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	color:#7f7f7f;
}
ul.client li  p img {
	padding:0px 0px 0px 0px;
	cursor:pointer;
}
ul.client li p span {

}

/* Faded Slider */
#faded {
	position:absolute;
	left:100px;
	top:120px;
	padding-bottom:20px;
}

/*
 * Required: If fixed height, state it here
*/
#faded .rap {
	margin-left:150px;
	right:10px;
	top:10px;
	border:1px solid  #3a3a3a;
	width:500px;
	height:360px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:-2px 8px 5px rgba(0, 0, 0, .6);
	-moz-box-shadow:-2px 8px 5px rgba(0, 0, 0, .6);
	-webkit-box-shadow:-2px 8px 5px rgba(0, 0, 0, .6);
	z-index:10;
	overflow:hidden;
	}
#faded .rap img {
	margin:9px 0 0 9px;

}
#faded ul.pagination {
	position:absolute;
	left:100%;
	top:15px;
	padding:1px 0 25px 0;
}
#faded ul.pagination2 {
	position:absolute;
	right:80%;
	top:15px;
	padding:1px 0 25px 0;
}
	#faded ul.pagination li {
		width:245px;
		position:relative;
		background:url(../images/line-bot.gif) no-repeat 3px 100%;
		padding-bottom:1px;
		height:1%;
		}
#faded ul.pagination2 li {
	width:245px;
	position:relative;
	background:url(../images/line-bot.gif) no-repeat 3px 100%;
	padding-bottom:1px;
	height:1%;

}
	#faded ul.pagination li:last-child {
		background:none;
		}
#faded ul.pagination2 li:last-child {
	background:none;
}
		#faded ul.pagination li a {
			display:block;
			padding:2px 3px 5px 5px;
			overflow:hidden;
			color:#7f7f7f;
			text-decoration:none;
			font-size:13px;
			line-height:28px;
			height:1%;
			cursor:pointer;
			-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
			-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		/*---- opacity  for a -----*/

	filter:alpha(opacity=0);
		-moz-opacity: 0.0;
		opacity: 0.0;
		-khtml-opacity: 0.0;
			}
#faded ul.pagination2 li a {
	display:block;
	padding:2px 3px 5px 5px;
	overflow:hidden;
	color:#7f7f7f;
	text-decoration:none;
	font-size:13px;
	line-height:20px;
	height:1%;
	cursor:pointer;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */

	/*---- opacity  for a -----*/

	filter:alpha(opacity=0);
		-moz-opacity: 0.0;
		opacity: 0.0;
		-khtml-opacity: 0.0;
}
#faded ul.pagination li a img{
	filter:alpha(opacity=0);
		-moz-opacity: 0.0;
		opacity: 0.0;
		-khtml-opacity: 0.0;
}
#faded ul.pagination2 li a img{
filter:alpha(opacity=0);
-moz-opacity: 0.0;
opacity: 0.0;
-khtml-opacity: 0.0;
}
#faded ul.pagination li a:hover, #faded ul.pagination li.current a {
	background-color:#1d1d1d;
	color:#fff;
	opacity:1;
	khtml-opacity: 1;
	-moz-opacity: 1;
    filter:alpha(opacity=100);
}
#faded ul.pagination2 li a:hover, #faded ul.pagination2 li.current a {
	background-color:#1d1d1d;
	color:#fff;
	opacity:1;
	khtml-opacity: 1;
	-moz-opacity: 1;
    filter:alpha(opacity=100);
}
#faded ul.pagination li a img:hover,#faded ul.pagination li.current a img{
	opacity:1;
	filter:alpha(opacity=100);
}
#faded ul.pagination2 li a img:hover,#faded ul.pagination2 li.current a img{
	opacity:1;
	filter:alpha(opacity=100);
}

#faded ul.pagination li a img {
	float:right;
	margin-left:5px;
}
#faded ul.pagination2 li a img {
	float:left;
	margin-right:5px;
}
#faded ul.pagination li a p.left {
 float:left;
}
#faded ul.pagination2 li a p.right {
 float:right;
}


/* Content
---------------------------------------- */
#mainContent article {
	padding:0 0 32px 0;
	margin-bottom:30px;
	border-bottom:1px dashed #323232;
	}
#mainContent article.last {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
	}
#welcome{
	padding:12px 0px 20px 0;
	margin-bottom:40px;
	border-bottom:1px dashed #323232;
	margin-right:365px;
}

/* Aside */
aside article {
	padding-bottom:0;
	margin-bottom:35px;
	}
aside article.last {
	margin-bottom:0;
	}


/* List of images */
.img-list {
	padding-bottom:9px;
	}
	.img-list li {
		float:right;
		padding:0 9px 9px 0;
		width:109px;
		height:93px;
		}
		.img-list li a {
			float:left;
			padding:4px;
			background:#fff;
			position:relative;
			z-index:1;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			behavior:url(js/PIE.htc);
			-webkit-transition-duration: 0.5s;
			}
			.img-list li a:hover {
				z-index:2;
				background:#ce2300;
				-webkit-transform:scale(1.5);
				-ms-transform:scale(1.5);
				}
 .locaimg{
 	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1.5);
	-ms-transform:scale(1.5);

}


/* Accordion */
.accordion dt {
	font-size:16px;
	line-height:1.2em;
	color:#000;
	position:relative;
	padding:10px 0 5px 40px;
	height:1%;
	}
	.accordion dt img {
		position:absolute;
		left:0;
		top:10px;
		}
	.accordion dt a {
		color:#fff;
		}
.accordion dd {
	display:none;
	padding:0 0 0 40px;
	}



/* Lists */
.list1 li {
	background:url(../images/arrow1.gif) no-repeat right 5px;
	padding:0px 16px 6px 0px;
	font-size:12px;
	zoom:1;
	text-decoration:none;
	}
	.list1 li a {
		color:#fff;
		font-weight:normal;
		text-decoration: none;
		}
		.list1 li a:hover {
			text-decoration:underline;
			font-size:13px;
		}

/*===== footer =====*/
footer .container_16 {
	font-size:.625em;

		}
	footer nav ul {
		overflow:hidden;
		margin:0 0 6px  11px;
		}
		footer nav ul li {
			display:inline;
			margin-left:-1px;
			}


			footer nav ul li a {
				border-left:1px solid #777;
				padding:0 4px 0 11px;
				color:#777;
				text-transform:uppercase;
				text-decoration:none;
				-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
				-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
				-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
				font-size: 12px;

				}
			footer nav ul li a:hover {
				color:#e1e1e1;
				}


	footer .copy {

		}
		footer .copy span {
			text-transform:uppercase;
			color:#e1e1e1;
			}
		footer .copy a {
			color:#777;
	text-decoration:none;
			}
footer .copy a:hover{
	color:#e1e1e1;

}

/*------------ forms -----------*/
 #contacts-form fieldset {
	border:none;
	margin-right:208px;
}
 #contacts-form label {
		display:block;
		height:26px;
		overflow:hidden;
	}
 #contacts-form span {
			float:right;
			width:50px;
			}
 #contacts-form  #input1 ,#input2 ,#input4,#input5{
			float:right;
			background:#1e1e1e;
			border:1px solid #a4a4a4;
			width:210px;
			padding:1px 5px 1px 5px;
			color:#fff;
		}
		#contacts-form .wrapper #textarea {
			float:right;
			width:210px;
			padding:1px 5px 1px 5px;
			height:195px;
			background:#1e1e1e;
			border:1px solid #a4a4a4;
			overflow:auto;
			color:#fff;

		}
		#contacts-form .button ,#input3,#del{
			float:left;
			margin-top:14px;
	     	border:1px solid #a4a4a4;
			}

#contacts-form #input3{
		margin-left:116px;
}
/*==========================================*/