﻿@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
/* ========================================================================================================= */
body {
    direction: rtl;
    background: #9ebeec;
    width: 100%;
    height: 100%;
    font: bold 16px 'droid arabic naskh', tahoma;
    overflow:hidden;
}
img#bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
}
div#header {
    background: #6ecbee;
    width: 100%;
    height: 35px;
    position: absolute;
    top:0;
    right:0;
    z-index: 99;
}
div#header > i.fa {
    cursor: pointer;
    width: 120px;
    float: left;
    position: absolute;
    top: -2px;
    left: 10px;
    margin-top: 7px;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #009DED;
    background: -webkit-linear-gradient(#009DED, #0E81C3);
}
div#header > i.fa > span {
    margin:0 10px;
}
div.fb-like {
	direction: ltr;
	z-index:30;
	width: 10%;
	position:absolute !important;
	top:-3px;
	left:12%;
}
div#links {
    width: 50%;
    height:100%;
    float: right;
    margin-right: 0.5%;
    color: #fff;
}
div#links > img {
    width: 30px;
    margin:0 5px;
}
div#links > span,
div#links > a {
    margin:0 5px;
    height: 100%;
    position: relative;
    top: -16px;
    color: #354D8E;
}
div#links > span {
    font: bold 15px 'Droid Arabic Kufi';
}
div#links i.fa-home {
    font-size: 1.5em;
    position: relative;
    top:2px;
}
div#links > a {
    font: bold 15px 'Droid Arabic Naskh';
    text-decoration: none;
}
div#links > a:hover {
    text-decoration: underline;
}
div#time-container {
    width: 80%;
    height: 100%;
    margin:auto;
}
div#nav > i#prev {
    float: right;
}
div#nav > i#next {
    float: left;
}
div#nav > i#pause {
    margin-right: 40%;
}
div#nav > i.fa {
    cursor: pointer;
    border-radius: 5px;
    width: 8%;
    height: 30px;
    line-height: 30px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    /*background: #4c69ba;*/
    /*background: -webkit-gradient(linear, center top, center bottom, from(#3C5CB6), to(#15244F));*/
    /*background: -webkit-linear-gradient(#3C5CB6, #15244F);*/
    background: #009DED;
    background: -webkit-linear-gradient(#009DED, #0E81C3);
}
div#time-line-wrapper {
    width: 60%;
    height: 30%;
    position: absolute;
    bottom: 0;
    right: 20%;
    margin: auto;
    overflow: hidden;
}
div#time-line {
    z-index: 10;
    width: 500%;
    height: 5px;
    background: rgba(255,255,255,.3);
    box-shadow: 0 1px rgba(255,255,255,0.15) inset;
    color: #fff;
    padding-right: 25%;
    margin-top: 10%;
    position: absolute;
    right: 0;
    top:10%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
div.time-step {
    width: 4%;
    float: right;
    position: relative;
    right:0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
div.main-step {
    top: -800%;
}
div.sub-step {
    top: -180%;
}
a.main-point {
    display: inline-block;
    text-decoration:none;
    font-size: 16px;
    color: #fff;
    /*text-shadow: 1px 1px 0 #354D8E;*/
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
a.sub-point {
    display: inline-block;
    text-decoration:none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #795A0A;
    text-align: center;
    font-size: 12px;
    color: #fff;
    /*text-shadow: 1px 1px 0 #354D8E;*/
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

h2.point-title {
    position: absolute;
    top:60px;
    right:10px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
    /*text-shadow: 1px 1px 0 #354D8E;*/
    line-height: 1.2em;
    font-size: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s ease-in-out .5s;
    -moz-transition: all .6s ease-in-out .5s;
    transition: all .6s ease-in-out .5s;
}
div#nav {
    width: 30%;
    margin-right: 40%;
    position: relative;
    top: 4px;
    z-index: 99;
}
div.time-content {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 40px;
    right: 20%;
    margin-right: 35%;
    color: #0b0b72;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .6s cubic-bezier(0, 1.8, 1, 1.8) .5s;
    -moz-transition: all .6s cubic-bezier(0, 1.8, 1, 1.8) .5s;
    transition: all .6s cubic-bezier(0, 1.8, 1, 1.8) .5s;
}
div.time-content h2 {
    font: bold 22px 'droid arabic kufi';
    color: #354D8E;
    text-shadow: 1px 1px 0 #DEE5FA;
    border-bottom: 1px dotted #fff;
}
div.time-content div.text-container {
    float: right;
    width: 58%;
    height: 335px;
    overflow-y: auto;
    padding-left: 20px;
}
div.time-content p.content-text {
    text-align: justify;
}
div.time-content p * {
    font: bold 15px 'droid arabic naskh' !important;
    width: 100% !important;
    text-align: justify!important;
    color: #0b0b72!important;

}
div.time-content > img {
     width: 260px;
     float: right;
     margin:15px 2%;
     box-shadow: 0 0 5px 2px #0790D9;
}
div.time-content > h2 > img {
    width: 36px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
div.text-container::-webkit-scrollbar {
    width: 8px;
    margin-right: 5px;
}
div.text-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(20, 68, 145);
    border-radius: 5px;
    background: #38A6E4;
}
div.text-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(88, 137, 232);
    background: #fff;
}