﻿@font-face {
    font-family: 'Atypesetting';
    src: url('font_arabic-typesetting.ttf') format("truetype");
}

@font-face {
    font-family: 'Adeco';
    src: url('font_decotype-naskh-variants.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  width: 100%;
  background:#efefef;
  	  font-family: 'Adeco' , Sans-Serif;	

}

h1,h2,h3{
	  color:#3f3f3f;
	  font-family: 'Adeco' , Sans-Serif;	
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #5ea2ba;
    margin: 1em 0;
    padding: 0; 
}


#wrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
}

#rightWrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: 12.5em;
  height: 100%;
  background-color: #3f3f3f;
}

#listView {
  display: block;
  position: relative;
}

#listView li {
  display: block;
  list-style: none;
  font-size:small;
  font-weight:bold;
}

#listView li a {
  display: block;
  padding: 20px;
  color: #fff;
  font-family: sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  border-top: 1px solid #5ea2ba;
  border-bottom: 1px solid #5ea2ba;
  border-left: 4px solid #5ea2ba;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}



#listView li a:hover {
background-color:#5ea2ba;
}


#leftWrapper {
  display: inline-block;
  position: absolute;
  right: 15em;
  margin: 0;
  padding: 0px 40px;
  width: calc(100% - 15em);
  height: 100%;
  overflow-y: scroll;
  background-color: #efefef;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
  
}

#header {
  display: block;
  position: fixed;
  right: 12.5em;
  top: -10px;
  width: 100%;
  z-index: 999;
  background-color: #3f3f3f;
  border-bottom: 4px solid #5ea2ba;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

#fullPage {
  display: inline-block;
  margin-right: 20px;
  padding: 10px;
  color: #3f3f3f;
  font-family: sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

#contentWrapper {
  display: block;
  position: relative;
  margin-top: 140px;
  margin-right:-60px;
  width: 109%;
  height: 100%;
  
}

article {
  margin-bottom: 20px;
  color: #3f3f3f;
  font-family: sans-serif;
  font-size: 1em;
  text-decoration: none;
  background-color: #fff;
  border-bottom: medium #5ea2ba solid;

}

section {
  padding: 10px;
}

.article-header {
  padding: 10px;
  color: #fff;
  font-family: sans-serif;
  font-size: 1.5em;
  text-align: center;
  background-color: #3f3f3f;
  border-top: medium #5ea2ba solid;
    border-bottom: medium #5ea2ba solid;
}

#showCase, #showCase section, #showCase section a {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  color: #3f3f3f;
  font-family: sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
  
}

#showCase {
  padding: 0;
  width:100%;
  

}

#showCase section a {
  box-shadow: inset 0px -2px #5ea2ba;
}

#showCase section a:hover {
  color: #fff;
  box-shadow: inset 0px -50px #5ea2ba;
}

#social {
  text-align: center;
}

#social a {
  display: inline-block;
  width: 60px;
  height: 60px;
  box-shadow: inset 0px 0px;
}

#social a:hover {
  box-shadow: inset 0px 0px;
}

#social a img {
  max-width: 100%;
}

.full-page {
  right: 0 !important;
  width: 100% !important;
}

.list-item-active:after {
  content: "";
  position: absolute;
  margin-top: -65px;
  margin-right: 13.45em;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.auto-style1 {
	text-align: center;
}
.auto-style2 {
	color: #1E891E;
}
.auto-style3 {
	color: #219E21;
}

       #map {
        height: 400px;
        width: 100%;
       }