/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 27, 2014 */
@font-face {
  font-family: 'graphikblack';
  src: url("../fonts/graphik-black-webfont.eot");
  src: url("../fonts/graphik-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-black-webfont.woff") format("woff"), url("../fonts/graphik-black-webfont.ttf") format("truetype"), url("../fonts/graphik-black-webfont.svg#graphikblack") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'graphikblack';
  src: url("../fonts/graphik-blackitalic-webfont.eot");
  src: url("../fonts/graphik-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-blackitalic-webfont.woff") format("woff"), url("../fonts/graphik-blackitalic-webfont.ttf") format("truetype"), url("../fonts/graphik-blackitalic-webfont.svg#graphikblack_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'graphikblack';
  src: url("../fonts/graphik-regular-webfont.eot");
  src: url("../fonts/graphik-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-regular-webfont.woff") format("woff"), url("../fonts/graphik-regular-webfont.ttf") format("truetype"), url("../fonts/graphik-regular-webfont.svg#graphik_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'graphikblack';
  src: url("../fonts/graphik-regularitalic-webfont.eot");
  src: url("../fonts/graphik-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-regularitalic-webfont.woff") format("woff"), url("../fonts/graphik-regularitalic-webfont.ttf") format("truetype"), url("../fonts/graphik-regularitalic-webfont.svg#graphikregular_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

/* _mixins.scss */
navigation {
  z-index: 10;
}
navigation .nav-trigger {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0%;
  width: 40px;
  height: 40px;
  padding: 20px 0px;
  -webkit-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
@media (min-width: 767px) {
  navigation .nav-trigger {
    display: none;
  }
}
.nav-open navigation .nav-trigger {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: transparent;
  right: 85%;
  padding: 20px;
}
navigation .nav-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -2px;
  background-color: black;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
navigation .nav-trigger span:before, navigation .nav-trigger span:after {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: black;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
navigation .nav-trigger span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}
navigation .nav-trigger span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}
.nav-open navigation .nav-trigger span {
  background-color: transparent;
}
.nav-open navigation .nav-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-open navigation .nav-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
navigation #info-pager.cross {
  background-image: none;
  position: relative;
}
navigation #info-pager.cross:before, navigation #info-pager.cross:after {
  position: absolute;
  left: 5px;
  top: 15px;
  width: 20px;
  height: 2px;
  background: black;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
navigation #info-pager.cross:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
navigation #info-pager.cross:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.initial-state navigation {
  opacity: 0;
}
.ready-state navigation {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
navigation .pagination-wrapper {
  color: black;
  position: fixed;
  top: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  z-index: 10;
  right: -100%;
}
.nav-open navigation .pagination-wrapper {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  right: 15px;
}
@media (min-width: 767px) {
  navigation .pagination-wrapper {
    right: 10px;
  }
}
.faded navigation .pagination-wrapper {
  opacity: 0.6;
}
navigation .pagination-wrapper .vert-pager {
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-bottom: 0px;
  cursor: pointer;
  text-align: right;
}
navigation .pagination-wrapper .vert-pager:first-child {
  display: none;
}
.info-open navigation .pagination-wrapper .vert-pager {
  visibility: hidden;
}
navigation .pagination-wrapper .vert-pager .icon {
  width: 30px;
  height: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 767px) {
  navigation .pagination-wrapper .vert-pager .icon {
    opacity: 0.4;
  }
  navigation .pagination-wrapper .vert-pager .icon:hover, navigation .pagination-wrapper .vert-pager .icon.active {
    opacity: 1;
  }
}
navigation .pagination-wrapper .vert-pager.active .icon, navigation .pagination-wrapper .vert-pager:hover .icon {
  opacity: 1;
}
navigation .pagination-wrapper .vert-pager:before, navigation .pagination-wrapper .vert-pager .title {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  content: attr(data-title);
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  white-space: no-wrap;
  text-align: right;
  margin-right: 15px;
}
@media (min-width: 767px) {
  navigation .pagination-wrapper .vert-pager:before, navigation .pagination-wrapper .vert-pager .title {
    background: white;
    padding: 0px 5px;
    opacity: 0;
    margin-right: 0px;
  }
}
navigation .pagination-wrapper .vert-pager:before:before, navigation .pagination-wrapper .vert-pager:before .icon, navigation .pagination-wrapper .vert-pager:before .title, navigation .pagination-wrapper .vert-pager .title:before, navigation .pagination-wrapper .vert-pager .title .icon, navigation .pagination-wrapper .vert-pager .title .title {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
navigation .pagination-wrapper .vert-pager:hover:before, navigation .pagination-wrapper .vert-pager.active:before {
  margin-right: 25px;
}
@media (min-width: 767px) {
  navigation .pagination-wrapper .vert-pager:hover:before, navigation .pagination-wrapper .vert-pager.active:before {
    margin-right: 0px;
    opacity: 1;
    width: auto;
  }
}

#info-pager {
  width: 30px;
  height: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-image: url(../images/info.png);
  background-size: cover;
  float: right;
  cursor: pointer;
  display: inline-block;
  font-size: x-large;
  margin: 0 0px;
  z-index: 10;
}
@media (min-width: 767px) {
  #info-pager {
    opacity: 0.4;
  }
  #info-pager:hover, #info-pager.active {
    opacity: 1;
  }
}
.info-open #info-pager {
  opacity: 1;
}
@media (min-width: 767px) {
  #info-pager {
    font-size: normal;
  }
}

html, body, .top-swiper-container, .bio-container, .swiper-wrapper, .slide-vert, .project-container, .project-container .project, .project-container .project .slide {
  height: 100%;
  overflow: hidden;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

img {
  max-height: 100%;
  display: inline-block;
}

@-moz-keyframes hover {
  0% {
    background-position: 50% 49%;
  }

  100% {
    background-position: 50% 51%;
  }
}

@-webkit-keyframes hover {
  0% {
    background-position: 50% 49%;
  }

  100% {
    background-position: 50% 51%;
  }
}

@keyframes hover {
  0% {
    background-position: 50% 49%;
  }

  100% {
    background-position: 50% 51%;
  }
}

@-moz-keyframes hover-top {
  0% {
    background-position: 50% 35px;
  }

  50% {
    background-position: 50% 95px;
  }

  100% {
    background-position: 50% 35px;
  }
}

@-webkit-keyframes hover-top {
  0% {
    background-position: 50% 35px;
  }

  50% {
    background-position: 50% 95px;
  }

  100% {
    background-position: 50% 35px;
  }
}

@keyframes hover-top {
  0% {
    background-position: 50% 35px;
  }

  50% {
    background-position: 50% 95px;
  }

  100% {
    background-position: 50% 35px;
  }
}

body {
  font-family: 'graphikblack';
  -webkit-transition: background-color 0.2s ease-out 0s;
  -ms-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  background-color: white;
  overflow: hidden;
}
body.initial-state {
  background-color: #b8e0d0;
}
body:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/app/images/massai.png");
  background-color: #b8e0d0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: hover .5s infinite ease-in-out alternate;
  -moz-animation: hover .5s infinite ease-in-out alternate;
  -ms-animation: hover .5s infinite ease-in-out alternate;
  -o-animation: hover .5s infinite ease-in-out alternate;
}
body.swiper-ready:before {
  content: none;
}
body a {
  text-decoration: underline;
  color: black;
}
body a:hover, body a:active, body a:visited {
  color: black;
  text-decoration: none;
}

#main {
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
}
.info-open #main, .nav-open #main {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  opacity: 0.4;
}

#logo {
  position: relative;
  background-image: url("/app/images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% auto;
}
#logo h1 {
  visibility: hidden;
}
#logo #svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: auto;
}

#arrows {
  position: absolute;
  bottom: 50px;
  right: 50px;
  opacity: 0.8;
  max-width: 15%;
  animation: fade 2s 3s forwards;
  -webkit-animation: fade 2s 3s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.editable {
  position: relative;
  overflow: hidden;
}
.editable .edit {
  position: absolute;
  top: -20px;
  right: 10px;
  -webkit-transition: all 0.2s ease-out 0.5s;
  -ms-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  transition: all 0.2s ease-out 0.5s;
  z-index: 10;
}
.editable:hover .edit {
  top: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.project {
  height: 100%;
}
@media (min-width: 767px) {
  .project .slides .slide.slide-text {
    width: 50%;
  }
  .project .slides .slide.slide-text .slide-text-wrapper {
    width: 43%;
    margin: 0;
  }
}

.slide-text-wrapper {
  margin-top: 2.5% !important;
  position: relative;
}
.slide-text-wrapper .text-body {
  position: relative;
  top: 0;
}

.slide-text-wrapper, .slide-body {
  width: 70%;
  margin: auto;
}

.slides {
  height: 100%;
  white-space: nowrap;
}
.slides .slide {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
  float: left;
}
.slides .slide img {
  max-height: 100%;
  margin: auto;
}
.slides .slide.slide-text {
  position: relative;
}
.slides .slide.slide-text .slide-text-wrapper {
  margin: auto;
  height: 100%;
  margin: auto;
  text-align: justify;
  height: 90%;
  overflow-y: hidden;
}
.slides .slide.slide-text .page-controls {
  position: absolute;
  top: 50%;
  left: 0px;
}
@media (min-width: 767px) {
  .slides .slide.slide-text .page-controls {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    z-index: 1;
  }
}
.slides .slide.slide-text .page-controls .control {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0px 5px;
  font-size: 1.8em;
  line-height: 1.3em;
  text-align: center;
}
.slides .slide.slide-text .page-controls .control:first-child {
  position: relative;
  top: 0px;
}
@media (min-width: 767px) {
  .slides .slide.slide-text .page-controls .control:first-child {
    top: 0px;
  }
}
.slides .slide.slide-text .html-content {
  display: block;
}

#info #info-wrapper {
  cursor: alias;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  opacity: 0;
}
.info-open #info #info-wrapper {
  opacity: 1;
  left: 0%;
}
#info #info-wrapper .info-content {
  cursor: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#info #info-wrapper .info-content .info-map #the-map {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#info #info-wrapper .info-content .info-details, #info #info-wrapper .info-content .info-map {
  display: block;
  padding: 1em 2em;
  height: 50%;
}
@media (min-width: 800px) {
  #info #info-wrapper .info-content {
    width: 90%;
    display: inline-block;
  }
  #info #info-wrapper .info-content .info-map, #info #info-wrapper .info-content .info-details {
    padding: 0 2em;
    float: right;
    margin: auto;
    width: 50%;
    height: 100%;
  }
  #info #info-wrapper .info-content .info-details {
    text-align: left;
    height: auto;
  }
  #info #info-wrapper .info-content .info-details:before {
    content: '';
    display: inline-block;
    margin-top: 35%;
  }
}

.debug section {
  border: 1px solid #b7e0cf;
  background-color: rgba(184, 224, 208, 0.2);
}
.debug .slide {
  background-color: #e0b7c7;
  border: 1px solid #deb4c5;
}
