/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(../bower_components/font-awesome/css/font-awesome.min.css);
/* line 9, ../sass/reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, ../sass/reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, ../sass/reset.scss */
nav ul {
  list-style: none;
}

/* line 43, ../sass/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 47, ../sass/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, ../sass/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, ../sass/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, ../sass/reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, ../sass/reset.scss */
del {
  text-decoration: line-through;
}

/* line 80, ../sass/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, ../sass/reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, ../sass/reset.scss */
input, select {
  vertical-align: middle;
}

/*********************************************************************/
/* Clearfix */
/* http://nicolasgallagher.com/micro-clearfix-hack */
/*********************************************************************/
/* For modern browsers */
/* line 109, ../sass/reset.scss */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

/* line 115, ../sass/reset.scss */
.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 118, ../sass/reset.scss */
.cf {
  zoom: 1;
}

/*********************************************************************/
/* Aerochimps */
/*********************************************************************/
/* line 123, ../sass/reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 132, ../sass/reset.scss */
b, strong {
  font-weight: normal;
}

/* line 133, ../sass/reset.scss */
a {
  text-decoration: none;
  cursor: pointer;
}

/* line 134, ../sass/reset.scss */
a:hover {
  text-decoration: underline;
}

/* Apply a natural box layout model to all elements */
/* line 137, ../sass/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset mobile webkit styles */
/* line 144, ../sass/reset.scss */
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*Reset outline in :focus*/
/* line 150, ../sass/reset.scss */
a:focus,
button:focus,
input:focus {
  outline: none;
}

/* line 154, ../sass/reset.scss */
a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

/*********************************************************************/
/* structure.css */
/*********************************************************************/
/***********************************************************/
/* Usefull */
/***********************************************************/
/* line 8, ../sass/structure.scss */
.hide {
  display: none !important;
}

/* line 10, ../sass/structure.scss */
.vhide {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

/***********************************************************/
/* General */
/***********************************************************/
/* line 24, ../sass/structure.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  color: #413a36;
  background-color: white;
}

/* line 31, ../sass/structure.scss */
a, a:visited {
  text-decoration: none;
  color: #19c4ba;
}

/* line 36, ../sass/structure.scss */
a:hover {
  color: #06b8ae;
}

/* line 38, ../sass/structure.scss */
strong {
  font-weight: bold;
}

/* line 40, ../sass/structure.scss */
textarea,
input {
  outline: none;
}

/* line 43, ../sass/structure.scss */
::-webkit-input-placeholder {
  color: rgba(80, 60, 40, 0.5);
}

/* line 44, ../sass/structure.scss */
::-moz-placeholder {
  color: rgba(80, 60, 40, 0.5);
}

/* line 45, ../sass/structure.scss */
:-ms-input-placeholder {
  color: rgba(80, 60, 40, 0.5);
}

/***********************************************************/
/* .mainheader */
/***********************************************************/
/* line 50, ../sass/structure.scss */
.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px 20px;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/*This is the place to the feedback message from the contact form */
/* line 62, ../sass/structure.scss */
.mainHeader .wrapper {
  height: 0;
}

/* line 64, ../sass/structure.scss */
.mainHeader h1 {
  position: relative;
  z-index: 1;
}

/* line 69, ../sass/structure.scss */
.mainHeader h1 img {
  height: 25px;
}

/* line 73, ../sass/structure.scss */
.viewNav {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/* line 81, ../sass/structure.scss */
.viewNav > img {
  height: 16px;
}

/***********************************************************/
/* .langSwitcher */
/***********************************************************/
/* line 86, ../sass/structure.scss */
.langSwitcher {
  position: absolute;
  top: 20px;
  right: 60px;
  font-size: 10.5pt;
  text-transform: uppercase;
  line-height: 16px;
  color: #19c4ba;
  cursor: pointer;
  z-index: 10;
}

/***********************************************************/
/* .lagSelector */
/***********************************************************/
/* line 101, ../sass/structure.scss */
.langSelector {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

/* line 109, ../sass/structure.scss */
.langSelector li,
.langSelector li a {
  transition: 0.3s ease-in-out all;
}

/* line 112, ../sass/structure.scss */
.langSelector li {
  list-style: none;
  background-color: #19c3b9;
  opacity: 0;
}

/* line 118, ../sass/structure.scss */
.langSelector li a {
  display: block;
  padding: 0;
  font-size: 0pt;
  font-style: italic;
  text-align: center;
  font-weight: 100;
  white-space: nowrap;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url("../img/stars.png");
  border-bottom: 1px solid transparent;
}

/* line 132, ../sass/structure.scss */
.langSelector li a:hover,
.langSelector li a.active {
  background-color: #87e1dc;
  text-decoration: none;
}

/* line 138, ../sass/structure.scss */
.langSelector.active li {
  opacity: 1;
}

/* line 140, ../sass/structure.scss */
.langSelector.active li a {
  padding: 15px;
  font-size: 24pt;
  border-color: white;
  opacity: 1;
}

/***********************************************************/
/*.switcherOn (add to .main when  .langSelector is visible)*/
/***********************************************************/
/* line 150, ../sass/structure.scss */
.main {
  margin-top: 0;
}

/* line 152, ../sass/structure.scss */
.main .mainNav,
.main.switcherOn,
.main.switcherOn .mainHeader {
  transition: 0.3s ease-in-out all;
}

/* line 156, ../sass/structure.scss */
.main.switcherOn {
  margin-top: 189px;
}

/* line 157, ../sass/structure.scss */
.main.switcherOn .mainHeader {
  top: 189px;
}

/* line 158, ../sass/structure.scss */
.main.switcherOn .mainNav {
  top: 189px;
}

/***********************************************************/
/* .mainnav */
/***********************************************************/
/* line 163, ../sass/structure.scss */
.mainNav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 152px;
  background-color: rgba(243, 252, 251, 0.95);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: 0.3s ease-in-out left;
}

/* line 175, ../sass/structure.scss */
.mainNav li {
  font-size: 24pt;
  padding: 10px 20px 13px 20px;
  font-weight: 100;
  font-style: italic;
  text-transform: lowercase;
  text-align: right;
  color: #19c4ba;
  cursor: pointer;
}

/* line 186, ../sass/structure.scss */
.mainNav li:hover,
.mainNav li.active,
.mainNav li a:hover,
.mainNav li.active a {
  color: #503c28;
  text-decoration: none;
}

/* line 194, ../sass/structure.scss */
.mainNav.close {
  left: -152px;
}

/***********************************************************/
/* .content */
/***********************************************************/
/* line 198, ../sass/structure.scss */
.content,
.content > section,
.mainFooter {
  position: relative;
  z-index: 1;
  background-color: white;
}

/* line 206, ../sass/structure.scss */
.content {
  padding-top: 57px;
}

/***********************************************************/
/* Common to almost all sections */
/***********************************************************/
/* line 211, ../sass/structure.scss */
.team,
.clients,
.contact {
  padding: 45px 20px;
}

/* line 215, ../sass/structure.scss */
.wrapper {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

/* line 221, ../sass/structure.scss */
.intro {
  font-family: 'Roboto', sans-serif;
  font-size: 20pt;
  font-weight: 100;
  font-style: italic;
  line-height: 1.4em;
  margin: 0 auto 25px auto;
}

/* line 230, ../sass/structure.scss */
.intro > strong {
  font-weight: 300;
}

/***********************************************************/
/* .chimps */
/***********************************************************/
/* line 235, ../sass/structure.scss */
.chimps .banner {
  background-color: #1bc5bb;
  background-image: url("../img/stars.png");
  padding: 30px 20px 45px 20px;
  color: white;
}

/* line 242, ../sass/structure.scss */
.chimps .banner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 54pt;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 20px;
  text-transform: lowercase;
}

/* line 251, ../sass/structure.scss */
.chimps .banner p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 10px;
}

/* line 259, ../sass/structure.scss */
.chimps .banner p strong {
  font-weight: 500;
}

/* line 260, ../sass/structure.scss */
.chimps .banner p:last-child {
  margin-bottom: 0;
}

/***********************************************************/
/* .team */
/***********************************************************/
/* line 265, ../sass/structure.scss */
.team .intro {
  color: #503c28;
}

/* line 269, ../sass/structure.scss */
.people {
  margin-bottom: 30px;
}

/* line 270, ../sass/structure.scss */
.people:last-child {
  margin-bottom: 0;
}

/* line 272, ../sass/structure.scss */
.people figure {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}

/* line 280, ../sass/structure.scss */
.people figure img {
  -moz-transition: 0.3s ease-in-out all;
  height: 100%;
}

/* line 285, ../sass/structure.scss */
.people:hover figure img {
  transform: scale(1.2);
}

/* line 287, ../sass/structure.scss */
.people h3 {
  font-size: 40pt;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 5px;
}

/* line 296, ../sass/structure.scss */
.people h4 {
  font-size: 20pt;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 15px;
}

/* line 305, ../sass/structure.scss */
.people .description p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 1.3em;
}

/***********************************************************/
/* .projects */
/***********************************************************/
/* line 317, ../sass/structure.scss */
.projects .intro {
  margin: 45px 20px;
}

/********************************************/
/* .project */
/********************************************/
/* line 322, ../sass/structure.scss */
.project {
  padding: 45px 20px;
}

/* line 323, ../sass/structure.scss */
.project header {
  margin-bottom: 15px;
}

/* line 325, ../sass/structure.scss */
.project header h1,
.project header strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: italic;
  text-transform: lowercase;
}

/* line 333, ../sass/structure.scss */
.project header h1 {
  font-size: 50pt;
  margin-bottom: 10px;
}

/* line 338, ../sass/structure.scss */
.project header strong {
  display: block;
  font-size: 17pt;
}

/* line 343, ../sass/structure.scss */
.project .description {
  margin-bottom: 30px;
}

/* line 345, ../sass/structure.scss */
.project .description p,
.project .description .read-less {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 15px;
}

/* line 354, ../sass/structure.scss */
.project .description .read-more,
.project .description .read-less {
  white-space: nowrap;
  margin-bottom: 0;
}

/* line 360, ../sass/structure.scss */
.project .description .read-less {
  display: block;
}

/* line 361, ../sass/structure.scss */
.illustrate {
  position: relative;
}

/* line 363, ../sass/structure.scss */
.illustrate > figure {
  width: calc(100% + 20px);
  overflow: hidden;
  border-radius: 2px;
}

/* line 369, ../sass/structure.scss */
.project .illustrate img {
  height: 300px;
  display: block;
}

/********************************************/
/* odd itens */
/********************************************/
/* line 377, ../sass/structure.scss */
.project:nth-child(odd) header,
.project:nth-child(odd) .description {
  text-align: right;
}

/* line 380, ../sass/structure.scss */
.project:nth-child(odd) .illustrate {
  left: -20px;
}

/* line 381, ../sass/structure.scss */
.project:nth-child(odd) .illustrate img {
  float: right;
}

/********************************************/
/* .project.aws */
/********************************************/
/* line 386, ../sass/structure.scss */
.project.aws {
  background-color: #f1e37a;
}

/* line 388, ../sass/structure.scss */
.project.aws header h1,
.project.aws header strong,
.project.aws .description p {
  color: rgba(0, 0, 0, 0.8);
}

/* line 392, ../sass/structure.scss */
.project.aws .description a {
  font-weight: 400;
  color: black;
}

/********************************************/
/* .project.astrea */
/********************************************/
/* line 400, ../sass/structure.scss */
.project.astrea {
  background-color: rgba(169, 213, 113, 0.8);
}

/* line 402, ../sass/structure.scss */
.project.astrea header h1,
.project.astrea header strong,
.project.astrea .description p {
  color: white;
}

/* line 406, ../sass/structure.scss */
.project.astrea .description a {
  font-weight: 400;
  color: white;
}

/********************************************/
/* .project.spreadnet */
/********************************************/
/* line 414, ../sass/structure.scss */
.project.spreadnet {
  background-color: #868686;
}

/* line 416, ../sass/structure.scss */
.project.spreadnet header h1,
.project.spreadnet header strong,
.project.spreadnet .description p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 420, ../sass/structure.scss */
.project.spreadnet .description a {
  font-weight: 400;
  color: white;
}

/********************************************/
/* .project.wayTwo */
/********************************************/
/* line 428, ../sass/structure.scss */
.project.wayTwo {
  background-color: #67a0bd;
}

/* line 430, ../sass/structure.scss */
.project.wayTwo header h1,
.project.wayTwo header strong,
.project.wayTwo .description p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 434, ../sass/structure.scss */
.project.wayTwo .description a {
  font-weight: 400;
  color: white;
}

/***********************************************************/
/* .clients */
/***********************************************************/
/* line 442, ../sass/structure.scss */
.clients ul li {
  list-style: none;
  width: 50%;
  float: left;
  border: 1px solid transparent;
  overflow: hidden;
}

/* line 450, ../sass/structure.scss */
.clients ul li:nth-child(odd) {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* line 455, ../sass/structure.scss */
.clients ul li:nth-child(even) {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* line 456, ../sass/structure.scss */
.clients ul li:last-child,
.clients ul li:nth-last-child(2) {
  border-bottom-color: transparent;
}

/* line 459, ../sass/structure.scss */
.clients li img {
  transition: 0.3s ease-in-out all;
  display: block;
  width: 100%;
  opacity: 0.8;
}

/* line 466, ../sass/structure.scss */
.clients li img:hover {
  opacity: 1;
}

/***********************************************************/
/* .contact */
/***********************************************************/
/* line 471, ../sass/structure.scss */
.contact {
  padding-bottom: 60px;
}

/* line 472, ../sass/structure.scss */
.contactForm {
  margin-bottom: 30px;
}

/* line 474, ../sass/structure.scss */
.contactForm .field {
  position: relative;
  margin-bottom: 15px;
}

/* line 479, ../sass/structure.scss */
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-bottom-color: #19c4ba;
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
  line-height: 1.2em;
  color: #503c28;
}

/* line 493, ../sass/structure.scss */
.contactForm input[type="text"]:hover,
.contactForm input[type="email"]:hover,
.contactForm textarea:hover {
  border-bottom-color: #06b8ae;
}

/* line 497, ../sass/structure.scss */
.contactForm input[type="text"]:focus,
.contactForm input[type="email"]:focus,
.contactForm textarea:focus {
  border-bottom-width: 2px;
  color: #503c28;
  margin-bottom: -1px;
}

/* line 505, ../sass/structure.scss */
.contactForm textarea:focus {
  margin-bottom: 0;
}

/* line 507, ../sass/structure.scss */
.contactForm textarea {
  min-height: 100px;
  resize: vertical;
  overflow-y: hidden;
}

/* line 513, ../sass/structure.scss */
.contactForm input[type="submit"],
.contactForm button {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 10px;
  background-color: #19c4ba;
  color: white;
  font-size: 14pt;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
  cursor: pointer;
}

/* line 530, ../sass/structure.scss */
.contactForm input[type="submit"][disabled="disabled"],
.contactForm button[disabled="disabled"],
.contactForm input[type="submit"][disabled="disabled"]:hover,
.contactForm button[disabled="disabled"]:hover,
.contactForm input[type="submit"][disabled="disabled"]:active,
.contactForm button[disabled="disabled"]:active {
  top: 0;
  border-top-color: transparent;
  background-color: #a7939d;
  box-shadow: 00 0 transparent inset;
  cursor: default;
}

/* line 543, ../sass/structure.scss */
.contactForm input[type="submit"]:hover,
.contactForm button:hover,
.contactForm input[type="submit"]:focus,
.contactForm button:focus {
  background-color: #06b8ae;
}

/* line 548, ../sass/structure.scss */
.contactForm input[type="submit"]:active,
.contactForm button:active {
  box-shadow: 0 1px 0 #118780 inset;
  border-top: 1px solid #118780;
  top: 1px;
}

/* line 555, ../sass/structure.scss */
.social li {
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
}

/* line 561, ../sass/structure.scss */
.social li a {
  font-size: 14pt;
  font-weight: 300;
}

/* line 566, ../sass/structure.scss */
.social li:last-child {
  margin-bottom: 0;
}

/* line 567, ../sass/structure.scss */
.social li .fa {
  margin-right: 5px;
}

/********************************************/
/* form validation */
/********************************************/
/* line 572, ../sass/structure.scss */
.contactFeedback {
  position: absolute;
  width: 100%;
  top: 65px;
  font-size: 14pt;
  text-align: center;
  font-weight: 300;
  color: white;
  background: rgba(25, 196, 186, 0.9);
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 0 #15a39b;
}

/* line 586, ../sass/structure.scss */
label.error {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: white;
  background-color: rgba(196, 25, 61, 0.4);
}

/* line 596, ../sass/structure.scss */
.contactForm .field.error,
.contactForm input.error,
.contactForm textarea.error,
.contactForm .error input:hover,
.contactForm .error textarea:hover,
.contactForm input.error:hover,
.contactForm textarea.error:hover {
  color: #c4193d;
  border-bottom-color: #c4193d;
}

/* line 607, ../sass/structure.scss */
.contactForm .field.error ::-webkit-input-placeholder,
.contactForm .error::-webkit-input-placeholder {
  color: #c4193d;
  border-bottom-color: #c4193d;
}

/* line 613, ../sass/structure.scss */
.contactForm .field.error ::-moz-placeholder,
.contactForm .error::-moz-placeholder {
  color: #c4193d;
  border-bottom-color: #c4193d;
}

/* line 619, ../sass/structure.scss */
.contactForm .field.error :-ms-input-placeholder,
.contactForm .error:-ms-input-placeholder {
  color: #c4193d;
  border-bottom-color: #c4193d;
}

/***********************************************************/
/* .mainFooter */
/***********************************************************/
/* line 628, ../sass/structure.scss */
.mainFooter {
  padding: 0 40px 30px 40px;
}

/* line 630, ../sass/structure.scss */
.mainFooter .thanks {
  margin-bottom: 25px;
  font-size: 14pt;
  text-align: center;
  line-height: 1.2em;
  color: #503c28;
  font-weight: 300;
}

/* line 639, ../sass/structure.scss */
.mainFooter img {
  display: block;
  width: 40px;
  margin: 0 auto;
}

/***********************************************************/
/* Konami Code! */
/***********************************************************/
/* line 648, ../sass/structure.scss */
body.konami {
  overflow: hidden;
}

/* line 649, ../sass/structure.scss */
.overlay {
  display: none;
}

/* line 651, ../sass/structure.scss */
body.konami .overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
}

/* line 662, ../sass/structure.scss */
.surprise {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -140px;
}

/*********************************************************************/
/* Screens > 520px */
/*********************************************************************/
@media only screen and (min-width: 520px) {
  /***********************************************************/
  /* konami */
  /***********************************************************/
  /* line 9, ../sass/screen520.scss */
  .surprise {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
  }
}
/*********************************************************************/
/* Screens > 768px */
/*********************************************************************/
@media only screen and (min-width: 768px) {
  /***********************************************************/
  /* General */
  /***********************************************************/
  /* line 9, ../sass/screen768.scss */
  .team,
  .clients,
  .contact,
  .chimps .banner {
    padding: 60px 20px;
  }

  /* line 14, ../sass/screen768.scss */
  .chimps .banner p,
  .people .description p,
  .project .description p,
  .project .description .read-less {
    line-height: 1.4em;
  }

  /***********************************************************/
  /* .mainheader */
  /***********************************************************/
  /* line 22, ../sass/screen768.scss */
  .mainHeader h1 {
    float: left;
  }

  /* line 23, ../sass/screen768.scss */
  .viewNav {
    display: none;
  }

  /***********************************************************/
  /*.switcherOn (add to .main when  .langSelector is visible)*/
  /***********************************************************/
  /* line 28, ../sass/screen768.scss */
  .main.switcherOn .mainNav {
    top: 0;
  }

  /***********************************************************/
  /* .mainnav */
  /***********************************************************/
  /* line 33, ../sass/screen768.scss */
  .mainNav,
  .mainNav.close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: auto;
    text-align: center;
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }

  /* line 47, ../sass/screen768.scss */
  .mainNav li {
    display: inline-block;
    padding: 19px 10px;
    font-size: 14pt;
  }

  /***********************************************************/
  /* .chimps */
  /***********************************************************/
  /* line 56, ../sass/screen768.scss */
  .chimps .banner {
    padding-bottom: 90px;
  }

  /***********************************************************/
  /* .projects */
  /***********************************************************/
  /* line 61, ../sass/screen768.scss */
  .project .illustrate img {
    height: auto;
    width: 100%;
  }

  /***********************************************************/
  /* .project */
  /***********************************************************/
  /* line 66, ../sass/screen768.scss */
  .project {
    padding: 45px 20px 60px 20px;
  }
}
/*********************************************************************/
/* Screens > 1024px */
/*********************************************************************/
@media only screen and (min-width: 1024px) {
  /***********************************************************/
  /* Common to almost all sections */
  /***********************************************************/
  /* line 9, ../sass/screen1024.scss */
  .intro {
    font-size: 30pt;
    text-align: center;
    margin-bottom: 45px;
  }

  /* line 15, ../sass/screen1024.scss */
  .wrapper {
    max-width: 600px;
  }

  /***********************************************************/
  /* .mainNav */
  /***********************************************************/
  /* line 20, ../sass/screen1024.scss */
  .mainNav li {
    padding: 19px 15px;
  }

  /***********************************************************/
  /* .chimps */
  /***********************************************************/
  /* line 25, ../sass/screen1024.scss */
  .chimps .banner {
    text-align: center;
  }

  /* line 26, ../sass/screen1024.scss */
  .chimps .banner h2 {
    font-size: 66pt;
  }

  /***********************************************************/
  /* .team */
  /***********************************************************/
  /* line 31, ../sass/screen1024.scss */
  .team .wrapper {
    max-width: 790px;
  }

  /***********************************************************/
  /* .people */
  /***********************************************************/
  /* line 36, ../sass/screen1024.scss */
  .people {
    position: relative;
    min-height: 250px;
    margin-bottom: 60px;
  }

  /* line 42, ../sass/screen1024.scss */
  .people figure {
    position: absolute;
    left: 0;
    top: 7px;
    width: 250px;
    height: 250px;
  }

  /* line 50, ../sass/screen1024.scss */
  .people figure img {
    height: 110%;
  }

  /* line 52, ../sass/screen1024.scss */
  .people h3,
  .people h4,
  .people .description {
    margin-left: 295px;
    text-align: left;
  }

  /***********************************************************/
  /* .project */
  /***********************************************************/
  /* line 62, ../sass/screen1024.scss */
  .projects .wrapper:first-child {
    max-width: 790px;
  }

  /* line 63, ../sass/screen1024.scss */
  .projects .intro {
    margin: 90px 20px;
  }

  /***********************************************************/
  /* .project */
  /***********************************************************/
  /* line 68, ../sass/screen1024.scss */
  .project {
    overflow: hidden;
  }

  /* line 70, ../sass/screen1024.scss */
  .project .wrapper {
    position: relative;
    max-width: 790px;
  }

  /* line 75, ../sass/screen1024.scss */
  .illustrate {
    position: absolute;
    top: 7px;
  }

  /* line 80, ../sass/screen1024.scss */
  .illustrate > figure {
    width: 800px;
  }

  /********************************************/
  /* even itens */
  /********************************************/
  /* line 85, ../sass/screen1024.scss */
  .project:nth-child(even) header,
  .project:nth-child(even) .description {
    margin-right: 345px;
    text-align: right;
  }

  /* line 87, ../sass/screen1024.scss */
  .project:nth-child(even) .illustrate {
    right: -550px;
  }

  /********************************************/
  /* odd itens */
  /********************************************/
  /* line 92, ../sass/screen1024.scss */
  .project:nth-child(odd) header,
  .project:nth-child(odd) .description {
    margin-left: 345px;
    text-align: left;
  }

  /* line 94, ../sass/screen1024.scss */
  .project:nth-child(odd) .illustrate {
    left: -550px;
  }

  /********************************************/
  /* .project.wayTwo */
  /********************************************/
  /* line 99, ../sass/screen1024.scss */
  .project.wayTwo .read-less {
    margin-bottom: 85px;
  }
}
/*********************************************************************/
/* Screens > 1100px */
/*********************************************************************/
@media only screen and (min-width: 1100px) {
  /***********************************************************/
  /* .mainNav */
  /***********************************************************/
  /* line 9, ../sass/screen1100.scss */
  .mainNav li {
    padding: 16px 15px;
    font-size: 15pt;
  }

  /***********************************************************/
  /* .chimps */
  /***********************************************************/
  /* line 17, ../sass/screen1100.scss */
  .chimps .banner {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  /* line 22, ../sass/screen1100.scss */
  .chimps .banner p {
    margin-bottom: 15px;
    font-size: 17pt;
  }

  /***********************************************************/
  /* .team */
  /***********************************************************/
  /* line 30, ../sass/screen1100.scss */
  .people .description p {
    font-size: 15pt;
  }

  /***********************************************************/
  /* .project */
  /***********************************************************/
  /* line 35, ../sass/screen1100.scss */
  .project {
    padding: 60px 20px;
  }

  /* line 37, ../sass/screen1100.scss */
  .project .description p,
  .project .description .read-more,
  .project .description .read-less {
    font-size: 15pt;
  }

  /* line 41, ../sass/screen1100.scss */
  .project .illustrate {
    transition: 0.3s ease-in-out all;
  }

  /***********************************************************/
  /* even itens */
  /***********************************************************/
  /* line 47, ../sass/screen1100.scss */
  .project:nth-child(even) .wrapper:hover .illustrate {
    right: -500px;
  }

  /********************************************/
  /* odd itens */
  /********************************************/
  /* line 52, ../sass/screen1100.scss */
  .project:nth-child(odd) .wrapper:hover .illustrate {
    left: -500px;
  }
}
