@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
  font-family: 'Nexa-light';
  src: url('../fonts/nexa_light-webfont.eot?') format('eot'), url('../fonts/nexa_light-webfont.woff') format('woff'), url('../fonts/nexa_light-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Nexa-bold';
  src: url('../fonts/nexa_bold-webfont.eot?') format('eot'), url('../fonts/nexa_bold-webfont.woff') format('woff'), url('../fonts/nexa_bold-webfont.ttf') format('truetype');
}

html, body {
	height: 100%;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -99px;
	background-image: url('../images/bgr_body.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(../js/backgroundsize.htc);
}

.page-wrap:after {
	content: '';
	display: block;
	height: 99px;
}

body {
	font-family: 'Nexa-light', sans-serif;
	min-width: 960px;
}

.ar {
	font-family: 'Droid Arabic Kufi', serif;
	direction: rtl;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.logo {
	padding-top: 80px;
}
.logo img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.logo span {
	color: #fff;
	font-family: "Nexa-bold", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 80px;
	display: block;
}


h1 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h2.ar {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.contact {
	width: 700px;
	background-color: #ff2525;
	-moz-box-shadow: 0 2px 0 rgba(1,1,1,.75);
	-webkit-box-shadow: 0 2px 0 rgba(1,1,1,.75);
	box-shadow: 0 2px 0 rgba(1,1,1,.75);
	margin: 0 auto;
	font-size: 0;
	padding: 40px 10px; 
	font-family: 'Droid Sans', sans-serif;
}

.contact h2 {
	font-family: "Nexa-bold", sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.contact b {
	display: inline-block;
	margin-right: 11px;
}

article {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-family: "Nexa-light", sans-serif;
	width: 210px;
	color: #fff; 
	padding: 0 10px;    
}

article span {
	line-height: 1.14;
	display: block;	
}

article span:first-child {
	margin-bottom: 17px;
}

article a {
	color: #fff; 
	text-decoration: none;
}

footer {
	height: 99px;
	background-color: #201c1d;
	direction: rtl;
	font-family: "Nexa-light", sans-serif;
}

footer small {
	line-height: 99px;
	height: 99px;
	float: left;
	color: #bfbfbf;
}

form {
	float: right;
	font-size: 0;
	padding-top: 37px;
}

form * {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

form input[type='text'], form input[type='email'] {
	width: 135px;
	height: 26px;
	line-height: 26px;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	outline: none;
}

button {
	width: 66px;
	line-height: 26px;
	height: 26px;
	background-color: #ff2626;
	color: #fff;
	font-size: 13px;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
}

button:hover {
	background-color: #fb0404;
}

footer span {
	font-size: 14px;
	border-right: 1px solid #fff;
	height: 26px;
	line-height: 26px;
 	color: #fff;
 	margin-right: 10px;
 	padding-right: 20px;
}



/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0 auto 40px; 
	padding: 0;
	width: 720px;
	position: relative;
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
	display: none;
}

.flex-direction-nav a {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	font-size: 0;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-prev {
	left: 60px;
}

.flex-next {
	right: 60px;
	background-position: 0 -32px;
}

