@font-face {
       font-family: DroidKufi;
       src: url('../fonts/DroidKufi-Bold.ttf');
       }
   @font-face {
       font-family: DroidKufi;
       src: url('../fonts/DroidKufi-Regular.ttf');
   }
body {
    font-family:"DroidKufi", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
    font-size: 12px;
    color: #696969!important;
  }



  h1 {
    font-size: 20px;
    font-weight: 400;
  }
  rect {
    opacity: 1.0;
    stroke: white;
  }
  .rtl {
    direction: rtl;
  }
  .center {
    width: 80%;
    margin: auto;
  }
  .ddl {
    margin-bottom:  20px;
  }
  .ticks {
    font-size: 10px;
    color: #  ;
  }
  .track,
  .track-inset,
  .track-overlay {
    stroke-linecap: round;
  }

  .track {
    stroke: #000;
    stroke-opacity: 0.3;
    stroke-width: 10px;
  }

  .track-inset {
    stroke: #ddd;
    stroke-width: 8px;
  }

  .track-overlay {
    pointer-events: stroke;
    stroke-width: 50px;
    stroke: transparent;
  }

  .handle {
    fill: #fff;
    stroke: #000;
    stroke-opacity: 0.5;
    stroke-width: 1.25px;
  }

  .button {
    padding: 10;
    background: none;
    border: none;;
  }

  .button-container {
    flex: 0;
    display: inherit;
    vertical-align: middle;
    width: 40px;
  }

  .slider-container {
    display: flex;
  }

  .slider-viz {
    flex: 1;
    flex-grow: 1;
  }


  .toolTip {
      position: absolute;
      display: none;
      width: auto;
      height: auto;
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
      border: 0 none;
      border-radius: 8px 8px 8px 8px;
      box-shadow: -3px 3px 15px #888888;
      color: #fff;
      padding: 5px;
      text-align: center;
  }

  .treemap_country {
    fill: white;
    font-size: 20px;
    font-weight: bold;
  }

  .treemap_value {
    fill: white;
    font-size: 20px;
    font-weight: bold;
  }

  .consumption_text {
    fill: white;
    font-size: 20px;
    font-weight: bold;
  }


.axis{
  font-family: 'Cairo';
  font-size: 10px;
}


.info_box {
      position: absolute;
      bottom: 5%;
      right: 0;
      width: auto;
      height: auto;
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
      border: 0 none;
      border-radius: 1vw 1vw 1vw 1vw;
      color: #fff;
      padding: 1.5vw;
      text-align: right;
      font-size: 2vw;
  }


  .pack_governorate {
    fill: white;
    /*font-size: 15px;*/
  }



  .video-container iframe, .video-container object, .video-container embed {
      width: 100%;
      height: 100vh;}
      .video-container1 iframe, .video-container object, .video-container embed {
          width: 100%;
          height: 60vh;}
.cover{
  background-image: url(../img/yyyy.gif);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.title p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
}
.author p{
  text-align: right;
font-size: 20px;
}

.text{
  direction: rtl;
text-align: right;
}

.imag{
  max-width: 100%;
}

.sources{
  direction: rtl;
  text-align: right;
}

.arijlogo{
  position: absolute;
  top: 10px;
  left: 10px;
}
.iberlogo{
  position: absolute;
  top: 10px;
  right: 10px;
}
