html {
	height: 100%;
	min-height: 768px;
	font-size:100.01%;
}

body {
	background-color: #091422;
	height: 100%;
	min-height: 768px;
	min-width: 1024px;
	position: relative;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	}

#body-wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
}

.wrapper {
	overflow: hidden;
}

.content {
	background: url('../img/offline-background.jpg') no-repeat center center transparent;
	height: 768px;
	left: -512px;
	padding-left: 75px;
	position: absolute;
	top: -384px;
	width: 1000px;
}

#logo {
	float: left;
	margin-top: 60px;
	width: 230px;
}

.coming-soon {
	margin-top: 30px;
	font-family: Arimo,Helvetica,sans-serif;
	font-size: 0.95em;
	color: white;
	font-weight: normal;
}

h2.header {
margin-top: 65px;
font-family: Arimo,Helvetica,sans-serif;
font-size: 1.6em;
color: white;
font-weight: bold;
}

.header-title {
	font-family: Arimo, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
}

.description {
	color: white;
	margin-top: 90px;
	text-transform: uppercase;
	font-family: Arimo, Helvetica, sans-serif;
	font-size: 0.95em;
	width: 550px;
}

.newsletter-subscribe {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	margin-top: 30px;
	overflow: hidden;
	text-transform: uppercase;
}

.newsletter-subscribe label {
	display: block;
}

.newsletter-subscribe input {
	float: left;
	height: 26px;
	margin-top: 3px;
	width: 285px;
}

.newsletter-subscribe div #mc-embedded-subscribe {
	background-color: #FFF;
	border: 0;
	height: 32px;
	width: 35px;
        cursor: pointer;
}

#mce-error-response,
#mce-success-response, 
div.mce_inline_error {
	background-color: #fff;
	color: black;
	float: left;
	font-weight: normal;
	left: 400px;
	margin-left: 50px;
	margin-top: 5px;
	padding: 10px 20px;
	position: absolute;
	width: 500px;
}

.buttons-container {
	float: right;
	margin-top: 68px;
	width: 150px;
}

.lang {
	float: left;
}
.social-links {
    float:left;
}
.lang a {
	background: url('../img/lang-change-ar.png') no-repeat center center;
	display: block;
	height: 20px;
        width: 50px;
	text-indent: -9999px;
}

.addthis_toolbox {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin-left: 20px;
	margin-top: -4px;
	padding: 3px 0 0;
	visibility: hidden;
}

.addthis_button_compact {
    color: black;
/*    font-family: Arial,Helvetica,Sans-serif; */
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
}

.buttons-container .at300bs {
    background: url('../img/addthis.png') no-repeat scroll 4px 2px transparent;
}


body.ar {font-size:62.5%;font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;line-height: 1;}
body.ar .content {
    background-image: url('../img/offline-background-ar.jpg');
	direction: rtl;
	padding: 0 75px 0 0;
}
body.ar .lang a {
    background: none;
    color: #fff;
/*    font-family: Arial, Helvetica, Sans-Serif; */
    font-size: 1.2em;
/*    font-style: italic;*/
    text-decoration: none;
    text-indent: 0;
    width: 120px;
}
body.ar .newsletter-subscribe div #mc-embedded-subscribe {
    width: 79px;
    font-size: 1.6em;
    padding-top: 5px;
    
}
body.ar #logo {
    float: right;
}
body.ar .coming-soon {
    margin-right: 20px;
    margin-top: 35px;
    font-size: 18px;
}
body.ar .coming-soon h2 {
    font-size:40px;
    color:#FFF;
}
body.ar .description p {
    font-size: 1.8em;
    line-height: 1.6em;
}
body.ar .newsletter-subscribe {
    margin-top: 45px;
}
body.ar .newsletter-subscribe label {
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 5px;
}
body.ar #mce-error-response,
body.ar #mce-success-response, 
body.ar div.mce_inline_error {
	float: right;
	left: 0;
	direction: ltr;
}
body.ar .buttons-container {
	float: left;
	margin-left: 65px;
	margin-top: 68px;
}
body.ar .addthis_toolbox {
	margin-top: 0;
	margin-right: 20px;
}
body.ar .addthis_toolbox a {
	background: url('../img/offline-share-ar.png') no-repeat 80% center transparent;
	text-indent: -9999px;
}
body.ar .addthis_button_compact {
	width: 50px;
}
body.ar .newsletter-subscribe input {
	float: right;
	font-size: 1.4em;
}

/* site offline description */

body.en p.ar{
	font-size:1.4em;
	font-family: Arimo,Helvetica,sans-serif;
        line-height: 1.4em;
}

body.en p.en{
	font-size:1.2em;
	font-family: Arimo,Helvetica,sans-serif;
        font-weight: 100;
}

body.en p.ar{
	font-size:1.6em;
	font-family: Arimo,Helvetica,sans-serif;
        font-weight: 100;
}


body.en p.en .header{
	font-size: 1.6em;
        font-weight:bold;
}

body.en p.ar > .header{
	font-size: 1.2em;
        font-weight:bold;
}

body.en p.ar .en{
	font-size: 0.8em;
}

