@charset "UTF-8";
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(http://themes.googleusercontent.com/static/fonts/lato/v6/boeCNmOCCh-EWFLSfVffDg.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(http://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Condensed"), local("OpenSansCondensed"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}
@font-face {
  font-family: 'demo-icomoon';
  src: url("../fonts/demo-icomoon.eot");
  src: url("../fonts/demo-icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/demo-icomoon.woff") format("woff"), url("../fonts/demo-icomoon.ttf") format("truetype"), url("../fonts/demo-icomoon.svg#demo-icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'demo-icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*



Copyright Â© 2013 Sara Soueidan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.slidePageInFromLeft {
  -webkit-animation: slidePageInFromLeft 0.8s cubic-bezier(0.01, 1, 0.22, 0.99) 1 0.25s normal forwards;
          animation: slidePageInFromLeft 0.8s cubic-bezier(0.01, 1, 0.22, 0.99) 1 0.25s normal forwards;
}

.openpage {
  -webkit-animation: rotatePageInFromRight 1s cubic-bezier(0.66, 0.04, 0.36, 1.03) 1 normal forwards;
          animation: rotatePageInFromRight 1s cubic-bezier(0.66, 0.04, 0.36, 1.03) 1 normal forwards;
}

.slidePageBackLeft {
  opacity: 1;
  left: 0;
  -webkit-animation: slidePageBackLeft .8s ease-out 1 normal forwards;
          animation: slidePageBackLeft .8s ease-out 1 normal forwards;
}

.slidePageLeft {
  opacity: 1;
  -webkit-transform: rotateY(0) translateZ(0);
          transform: rotateY(0) translateZ(0);
  -webkit-animation: slidePageLeft .8s ease-out 1 normal forwards;
          animation: slidePageLeft .8s ease-out 1 normal forwards;
}

.fadeOutback {
  -webkit-animation: fadeOutBack 0.3s ease-out 1 normal forwards;
          animation: fadeOutBack 0.3s ease-out 1 normal forwards;
}

.fadeInForward-1, .fadeInForward-2, .fadeInForward-3 {
  opacity: 0;
  -webkit-transform: translateZ(-5em) scale(0.75);
          transform: translateZ(-5em) scale(0.75);
  -webkit-animation: fadeInForward 0.5s cubic-bezier(0.03, 0.93, 0.43, 0.77) 0.4s normal forwards;
          animation: fadeInForward 0.5s cubic-bezier(0.03, 0.93, 0.43, 0.77) 0.4s normal forwards;
}

.fadeInForward-2 {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.fadeInForward-3 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

@-webkit-keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
            transform: translateX(-2em) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
            transform: translateZ(-5em) scale(0.6);
    opacity: 0.5;
  }
  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
            transform: translateZ(-5em) scale(0.6);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-5em) scale(0);
            transform: translateZ(-5em) scale(0);
    opacity: 0;
  }
}

@keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
            transform: translateX(-2em) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
            transform: translateZ(-5em) scale(0.6);
    opacity: 0.5;
  }
  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
            transform: translateZ(-5em) scale(0.6);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-5em) scale(0);
            transform: translateZ(-5em) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
            transform: translateZ(-5em) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    opacity: 1;
  }
}
@keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
            transform: translateZ(-5em) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
            transform: rotateY(-90deg) translateZ(5em);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
            transform: rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
            transform: rotateY(-90deg) translateZ(5em);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
            transform: rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
            transform: rotateY(0deg) translateZ(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
            transform: rotateY(0deg) translateZ(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes slidePageInFromLeft {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slidePageInFromLeft {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -150%;
  }
}
@keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -150%;
  }
}
/*======================= media queries for animations =======================*/
@media screen and (min-width: 64em) {
  @-webkit-keyframes fadeInForward {
    80% {
      opacity: 0.9;
    }
    100% {
      -webkit-transform: translateZ(0) scale(1) translateX(-2em);
              transform: translateZ(0) scale(1) translateX(-2em);
      opacity: 1;
    }
  }
  @keyframes fadeInForward {
    80% {
      opacity: 0.9;
    }
    100% {
      -webkit-transform: translateZ(0) scale(1) translateX(-2em);
              transform: translateZ(0) scale(1) translateX(-2em);
      opacity: 1;
    }
  }
}
/*////////////////////////////css general/////////////////////////////////*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html {
  height: 100vh !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  width: 100%;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

ul {
  list-style-type: none;
}

header {
  background-color: black;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
}

header a {
  text-decoration: none;
  color: inherit;
  font-size: 20px;
}

.demo-wrapper {
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid transparent;
}

.dashboard {
  margin: 0 auto;
  width: 100%;
  padding: 1em;
}

.col1, .col2, .col3 {
  width: 99%;
  margin: 1em auto;
}

.page {
  background-color: #000;
  width: 0;
  width: 100%;
  height: 100vh !important;
  color: white;
  text-align: center;
  font-size: 3em;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg) translateZ(5em);
          transform: rotateY(-90deg) translateZ(5em);
}

/*min-width:small/cells*/
.page-title {
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 0;
  width: 80%;
  margin: 1em 10% 0;
  font-family: 'Open sans Condensed';
}

.close-button {
  font-size: 0.5em;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 5em;
  right: 1.25em;
  cursor: pointer;
  line-height: .6em;
  text-align: center;
}

.iframe {
  display: block;
  position: absolute;
  height: 100vh;
  width: 90vw;
  max-width: 800px;
  border: none;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.big, .small {
  float: left;
  margin: 0 auto 1%;
  color: white;
  font-size: 1.7em;
  text-align: center;
  height: 5em;
  font-weight: normal;
  overflow: hidden;
  padding: .75em 1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'PT sans narrow';
}

.big:hover, .small:hover {
  background: transparent;
}

.big {
  width: 100%;
}

.small {
  width: 49%;
  margin-right: 2%;
}

.big p {
  line-height: 1.1;
  font-size: 1.1em;
  margin-top: .6em;
  padding: 0 .3em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.small.last {
  margin-right: 0;
}

.intro {
  float: left;
  padding-left: 2em;
  color: rgba(255, 255, 255, 0.5);
  text-align: justify;
  width: 80%;
  margin: 2% auto 0 10%;
}

.intro a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.credit {
  display: block;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

/*icon fonts styles*/
.icon-font {
  font-size: 2em;
  line-height: 1.6 !important;
}

.big .icon-font {
  float: left;
}

.lock-thumb .icon-font {
  margin-left: 25%;
}

/*styling the boxes/thumbs*/
.un-un-thumb {
  background: transparent;
}

.un-un-thumb:hover {
  color: #F2854C;
}

.un-un-thumb p {
  margin-top: .8em;
}

.un-un-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.un-un-thumb:hover p {
  margin-top: -2.7em;
}

.un-deux-thumb {
  background: transparent;
}

.un-deux-thumb:hover {
  color: #85A9C3;
}

.un-deux-thumb p {
  margin-top: .8em;
}

.un-deux-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.un-deux-thumb:hover p {
  margin-top: -2.7em;
}

.un-trois-thumb {
  background: transparent;
}

.un-trois-thumb:hover {
  color: #B34939;
}

.un-trois-thumb p {
  margin-top: .8em;
}

.un-trois-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.un-trois-thumb:hover p {
  margin-top: -2.7em;
}

.un-quatre-thumb {
  background: transparent;
}

.un-quatre-thumb:hover {
  color: #3E8843;
}

.un-quatre-thumb p {
  margin-top: .8em;
}

.un-quatre-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.un-quatre-thumb:hover p {
  margin-top: -2.7em;
}

.deux-un-thumb {
  background: transparent;
}

.deux-un-thumb:hover {
  color: #04ACAD;
}

.deux-un-thumb p {
  margin-top: .8em;
}

.deux-un-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.deux-un-thumb:hover p {
  margin-top: -2.7em;
}

.deux-deux-thumb {
  background: transparent;
}

.deux-deux-thumb:hover {
  color: #ECE9D8;
}

.deux-deux-thumb p {
  margin-top: .8em;
}

.deux-deux-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.deux-deux-thumb:hover p {
  margin-top: -2.7em;
}

.deux-trois-thumb {
  background: transparent;
}

.deux-trois-thumb:hover {
  color: #BEA881;
}

.deux-trois-thumb p {
  margin-top: .8em;
}

.deux-trois-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.deux-trois-thumb:hover p {
  margin-top: -2.7em;
}

.deux-quatre-thumb {
  background: transparent;
}

.deux-quatre-thumb:hover {
  color: #EEC872;
}

.deux-quatre-thumb p {
  margin-top: .8em;
}

.deux-quatre-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.deux-quatre-thumb:hover p {
  margin-top: -2.7em;
}

.trois-un-thumb {
  background: transparent;
}

.trois-un-thumb:hover {
  color: #BEA881;
}

.trois-un-thumb p {
  margin-top: .8em;
}

.trois-un-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.trois-un-thumb:hover p {
  margin-top: -2.7em;
}

.trois-deux-thumb {
  background: transparent;
}

.trois-deux-thumb:hover {
  color: #EEC872;
}

.trois-deux-thumb p {
  margin-top: .8em;
}

.trois-deux-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.trois-deux-thumb:hover p {
  margin-top: -2.7em;
}

.trois-trois-thumb {
  background: transparent;
}

.trois-trois-thumb:hover {
  color: #2FB1BE;
}

.trois-trois-thumb p {
  margin-top: .8em;
}

.trois-trois-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.trois-trois-thumb:hover p {
  margin-top: -2.7em;
}

.trois-quatre-thumb {
  background: transparent;
}

.trois-quatre-thumb:hover {
  color: #FE6602;
}

.trois-quatre-thumb p {
  margin-top: .8em;
}

.trois-quatre-thumb-span {
  display: block;
  margin-top: 4.5em;
  font-size: 14px;
  line-height: 1.2;
}

.trois-quatre-thumb:hover p {
  margin-top: -2.7em;
}

/*styling log in screen*/
.login-screen {
  background: #EF3A5B;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -150%;
  color: white;
  text-align: center;
  font-weight: 300;
  z-index: 1;
}

.login-screen p {
  font-size: 6em;
  margin-top: 2em;
  font-weight: 100;
}

.myform {
  margin: 2em auto;
  width: 300px;
}

input {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  width: 260px;
  height: 40px;
  float: left;
}

#unlock-button {
  background: black;
  color: white;
  font-size: 1em;
  float: left;
  border: 0;
  height: 2.5em;
  width: 2.5em;
  padding: .3125em;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}

/*styling the pages*/
.page.random-page {
  background: #DFD4C1;
}

.page video-guerre, video-reconciliation, video-femmes, video-handagama, video-problemes, video-presentation, video-fafr, video-fasrlka, video-fasrlka1, video-fasrlka2, video-fasrlka3, video-fasrlka4 {
  background: #000;
  width: 100%;
}

.page video-guerre, video-reconciliation, video-femmes, video-handagama, video-problemes, video-presentation, video-fafr, video-fasrlka, video-fasrlka1, video-fasrlka2, video-fasrlka3, video-fasrlka4 ul {
  margin: 50px auto;
  width: 60%;
  list-style-type: none;
}

.page video-guerre, video-reconciliation, video-femmes, video-handagama, video-problemes, video-presentation, video-fafr, video-fasrlka, video-fasrlka1, video-fasrlka2, video-fasrlka3, video-fasrlka4 li {
  padding: 5px 10px;
  text-align: left;
  border-left: 0px solid #EF3A5B;
  color: #444;
  font-weight: 100;
  font-size: 0.5em;
  margin-bottom: 15px;
}

.delete-button {
  font-size: 0.7em;
  float: right;
  line-height: 25px;
}

/*======================= media queries =======================*/
/* LARGE / DESKTOP */
@media screen and (min-width: 64em) {
  .col1, .col2, .col3 {
    float: left;
    margin-right: .5%;
    width: 30%;
  }

  .col3 {
    margin-right: 2em;
  }

  .col1 {
    margin-left: 2em;
  }

  .close-button {
    font-size: 1em;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    cursor: pointer;
    border: 1px solid white;
    line-height: .8em;
    text-align: center;
  }

  .page-title {
    margin-top: 0.9em;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'Open sans Condensed';
  }
}
/* MEDIUM / TABLET */
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .col1, .col2, .col3 {
    float: left;
    margin-right: 1%;
    width: 99%;
  }

  .intro {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.9);
    width: 99%;
    margin: 2% 3%;
    padding: 4em;
  }

  .intro a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
  }
}
/* SMALL/ CELLS */
@media screen and (max-width: 37.5em) {
  .big, .small {
    font-size: 1em;
    height: 6em;
  }

  .intro {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.9);
    width: 99%;
    margin: 2% 3%;
    padding: 4em;
  }

  .intro a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.syntaxhighlighter {
  overflow: hidden !important;
  padding: 10px;
}

.syntaxhighlighter .gutter .line {
  border-color: #777 !important;
}

body {
  background: #000;
}

.container {
  background-color: #000;
}

.plugin-example-container {
  background-color: #000;
}

.plugin-example {
  margin-top: 10% !important;
  margin-bottom: 100% !important;
  background-color: #000;
}

.mejs-border {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.mejs-overlay-loading {
  background: transparent !important;
}

@media screen and (max-width: 480px) {
  body {
    max-height: 480px;
    max-width: 250px;
    background: #000;
  }

  .plugin-example-container {
    height: 0px !important;
  }

  .plugin-example {
    width: 250px !important;
  }

  .mejs-inner {
    width: 100% !important;
    height: 180px !important;
  }

  .mejs-mediaelement video {
    width: 250px !important;
    height: 190px !important;
  }

  .mejs-container {
    margin: auto;
    max-width: 250px;
    max-height: 190px;
  }

  .player1 {
    max-width: 250;
    max-height: 190;
  }

  .mejs-backlight {
    margin: auto;
    max-width: 250px;
    max-height: 100px;
    background: black;
  }

  .mejs-backlight-glow {
    max-width: 250px !important;
    max-height: 190px !important;
  }

  .mejs-backlight-button mejs-backlight-activel {
    max-height: 10px;
    background: yellow;
  }

  .mejs-overlay {
    max-width: 250px !important;
    max-height: 10px;
  }

  .mejs-layer {
    max-width: 320px !important;
    max-height: 10px;
  }

  .mejs-overlay-play {
    max-width: 250px !important;
    max-height: 10px;
  }

  .mejs-controls {
    max-width: 250px !important;
    max-height: 10px;
  }
}
