@font-face {
	font-family: 'AdobeArabic-Regular';
	src: url('fonts/AdobeArabic-Regular.eot?#iefix')
		format('embedded-opentype'), url('fonts/AdobeArabic-Regular.woff')
		format('woff'), url('fonts/AdobeArabic-Regular.ttf')
		format('truetype'),
		url('fonts/AdobeArabic-Regular.svg#AdobeArabic-Regular') format('svg');
}

@font-face {
	font-family: 'Dosis-Regular';
	src: url('fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Dosis-Regular.woff') format('woff'),
		url('fonts/Dosis-Regular.ttf') format('truetype'),
		url('fonts/Dosis-Regular.svg#Dosis-Regular') format('svg');
}
/************************************* Reset Styles ********************************/
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,
	table, caption, tbody, tfoot, thead, tr, th, td, 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;
	vertical-align: baseline;
	font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, div {
	vertical-align: middle;
}

* {
	outline: none;
}

li, ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}

img {
	border: 0px;
}

textarea {
	resize: none;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

header, nav, section, article, aside, footer {
	display: block;
}

body {
	background: #24160e;
}

.introHolder {
	width: 100%;
	height: 100%;
}

.introHolder .introBg {
	background: url(../images/intro-bg.jpg) no-repeat 100% 100%;
	width: 484px;
	height: 411px;
	position: fixed;
	bottom: 0;
	right: 0;
}

.languageLinks {
	display: block;
	line-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	margin-top: -15px;
	height: 20px;
}

.first a, .last a {
	background: #f3f4dd;
	display: block;
	color: #24160e;
	font-size: 22px;
	text-decoration: none;
	font-family: 'AdobeArabic-Regular';
	transition: all linear 300ms
}

.first a:hover, .last a:hover {
	background: #a59565;
}

a.arLng {
	padding: 5px 130px 5px 10px;
}

a.enLng {
	padding: 5px 10px 5px 130px;
}

.logoIntro {
	
	height: 327px;
	background: url(../images/logo-intro.png) no-repeat;
	margin: auto auto;
	background-size:95% auto;
	background-position:50% 50%;
}

td.first, td.last {
	width: 10%;
}

td.first {
	text-align: right;
}

td.center {
	width: 80%;
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	height: 100%;
	position: absolute;
}

@media all and (min-width: 300px) and (max-width: 1020px) {
	.logoIntro {
		background: url("../images/logo-intro.png") no-repeat scroll 0 0/100%
			auto rgba(0, 0, 0, 0);
		height: 327px;
		margin: 0 auto;
		width: 100%;
		margin: auto;
		background-size:95% auto;
		background-position:50% 50%;
	}
	a.arLng {
		padding: 5px 35px 5px 10px;
	}
	a.enLng {
		padding: 5px 10px 5px 35px;
	}
}

@media all and (min-width: 750px) and (max-width: 1020px) {
}

@media all and (min-width: 300px) and (max-width: 750px) {
}