/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


 @font-face {
  font-family: 'Ooredoo Bold';
  src: url('fonts/Ooredoo-Heavy2.eot');
  src: url('fonts/Ooredoo-Heavy2.eot?#iefix') format('embedded-opentype'),
    url('fonts/Ooredoo-Heavy2.woff2') format('woff2'),
    url('fonts/Ooredoo-Heavy2.woff') format('woff'),
    url('fonts/Ooredoo-Heavy2.ttf') format('truetype'),
    url('fonts/Ooredoo-Heavy2.svg#Ooredoo-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;


   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
	font-family: 'OoredooArabic';
	src: url('fonts/OoredooArabic-Heavy.eot');
	src: url('fonts/OoredooArabic-Heavy.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OoredooArabic-Heavy.woff') format('woff'),
		 url('fonts/OoredooArabic-Heavy.ttf') format('truetype'),
		 url('fonts/OoredooArabic-Heavy.svg#ooredoo_bold') format('svg');
	font-weight: normal;
	font-style: normal;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


@font-face {
	font-family: 'OoredooArabic-Regular';
	src: url('fonts/OoredooArabic-Regular.eot');
	src: url('fonts/OoredooArabic-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OoredooArabic-Regular.woff') format('woff'),
		 url('fonts/OoredooArabic-Regular.ttf') format('truetype'),
		 url('fonts/OoredooArabic-Regular.svg#ooredoo_regular') format('svg');
	font-weight: normal;
	font-style: normal;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




html, body {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
    font-family: 'Noto Sans', Verdana;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*! Lity - v1.6.2 - 2016-02-12
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}



.animateall{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}


header{
	width:100%;
	display:block;
	height:auto;
	position:absolute;
	top:0px;
	z-index:20;

}

header > div.headerwrap{
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}


header > div.headerwrap > a.logo{
	width:100%;
	max-width:225px;
	display:block;
	float: left;
	margin-top:20px;
	margin-left:20px;
}


header > div.headerwrap > a.logo > img{
	width: 100%;
	display:block;
}


header > div.headerwrap > a.lang{
	float:right;
	display:block;
	color:#ed1c24;
	font-family: 'OoredooArabic-Regular', Tahoma;
	margin-top:20px;
	margin-right:20px;
	text-decoration:none;
}

header > div.headerwrap > a.lang:hover{
	color:#fff;
}


div.copy{
	width:100%;
	display:block;
	height:auto;
	position:relative;
	z-index:19;
	
}

div.copy div.copywrap{
	width:90%;
	max-width:800px;
	display:block;
	margin:0 auto;
	margin-top:140px;

}

div.copy div.copywrap h2{
	font-family:"Ooredoo Bold",Verdana;
	color:#fff;
	font-size:45px;
	line-height:50px;
	text-align:center;
	margin-bottom:15px;

}

div.copy div.copywrap p{
	display:block;
	color:#fff;
	text-align:center;
	font-size:14px;
	width:100%;
	max-width:740px;
	margin: 0 auto;
}

div.copy div.copywrap a.play{

	width:210px;
	height:40px;
	background: url(../img/arrow.png) #e9212d no-repeat;
	background-position:left center;
	color:#fff;
	font-size:16px;
	display:block;
	border-radius:25px;
	text-align:center;
	text-decoration:none;
	margin: 0 auto;
	margin-top:30px;
	line-height:39px;
}

div.copy div.copywrap a.play:hover{
	opacity:0.9;
}

div.copy div.copywrap div.downloadwrap{
	width:100%;
	display:inline-block;
	text-align:center;
	padding-top:200px;
	padding-bottom:60px;
}

div.copy div.copywrap div.downloadwrap .dlbbut{
	display:inline-block;
	text-align:center;
	margin: 0 10px;

}
div.copy div.copywrap div.downloadwrap .dlbbut:hover{
	opacity:0.9;
}


section{
	width:100%; 
	height:100%; 
	display:block;
	position: fixed;
	top:0;
}
section > div.animatedBG{
	width: 100%; 
	height: 100%; 
	display:block;
	position:relative;
    background-size: cover;
    overflow:hidden;
}

section > div.animatedBG > div.bg{

	width:110%; 
	height:110%; 
	background: url(../img/bg.jpg) 50% 0px no-repeat;
    background-position: center bottom 0px !important;
  	background-size: cover;
    position:absolute;
    top:-5%;
    left:-5%;
}

section > div.animatedBG > div.building{

	width:110%; 
	height:110%; 
	background: url(../img/building.png) 50% 0px no-repeat;
    background-position: 40% bottom !important;
  	background-size:100%; 
    position:absolute;
    top:-3%;
    left:-5%;
    z-index:10;
}

section > div.animatedBG > div.sticker{

	width:110%; 
	height:110%; 
	background: url(../img/sticker1.png) 50% 0px no-repeat;
    background-position: 40% bottom !important;
  	background-size:100%; 
    position:absolute;
    top:-3%;
    left:-5%;
    z-index:14;
}

section > div.animatedBG > div.sticker2{
	background: url(../img/sticker2.png) 50% 0px no-repeat;
	z-index:13;
}

section > div.animatedBG > div.sticker3{
	background: url(../img/sticker3.png) 50% 0px no-repeat;
	z-index:12;
}

section > div.animatedBG > div.sticker4{
	background: url(../img/sticker4.png) 50% 0px no-repeat;
	z-index:11;
}


footer{
	width:100%; 
	background:#e4e5e5; 
	height:30px; 
	position: fixed; 
	bottom:0; 
	z-index:20;
}
footer > div.footerwrap{ 
	width:100%;
	max-width:1200px; 
	margin:0 auto; 
	display:block;
}
footer > div.footerwrap > span{
	
	display:block;
	color:#221e20;
	font-size:14px;
	margin-top:5px;
	margin-left:20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
