/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 20, 2015 */
/* Lato Regular */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-regular.eot');
  src: url('../fonts/Lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-regular.woff2') format('woff2'), url('../fonts/Lato/lato-regular.woff') format('woff'), url('../fonts/Lato/lato-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Lato Regular */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/lato-bold.eot');
  src: url('../fonts/Lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-bold.woff2') format('woff2'), url('../fonts/Lato/lato-bold.woff') format('woff'), url('../fonts/Lato/lato-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* LA icons */
@font-face {
  font-family: 'LA icons';
  src: url('../fonts/LA-Icons/la-icons.eot?s5z91c');
  src: url('../fonts/LA-Icons/la-icons.eot?#iefixs5z91c') format('embedded-opentype'), url('../fonts/LA-Icons/la-icons.woff?s5z91c') format('woff'), url('../fonts/LA-Icons/la-icons.ttf?s5z91c') format('truetype'), url('../fonts/LA-Icons/la-icons.svg?s5z91c#la-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #ffffff;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #3100c3;
}
::selection {
  color: #ffffff;
  background: #3100c3;
}
a {
  color: #3100c3;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
a:focus {
  outline: none !important;
  -moz-outline: none !important;
}
a:active,
a:hover {
  color: #00c7ff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.content {
  position: relative;
  display: block;
  width: 990px;
  margin: 0 auto;
}
.navbar.stuck {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.navbar.stuck.hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=(10));
  opacity: 0.1;
}
.navbar-brand {
  -webkit-transition-property: color scale;
  -moz-transition-property: color scale;
  -o-transition-property: color scale;
  -ms-transition-property: color scale;
  transition-property: color scale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navbar-brand:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.controls > button {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar-menu li > a {
  position: relative;
}
.navbar-menu li > a:before,
.navbar-menu li > a:after,
.navbar-menu li > a span {
  pointer-events: none;
}
.navbar-menu li > a:after {
  position: absolute;
  content: attr(data-title);
  top: 0;
  right: 0;
  bottom: -1em;
  left: 0;
  padding-top: 2.041em;
  background-color: #00c7ff;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-menu li > a > span {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-menu li > a:hover:not(.current):after {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-menu li > a:hover:not(.current) span {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, 22px, 0);
  -moz-transform: translate3d(0, 22px, 0);
  -ms-transform: translate3d(0, 22px, 0);
  -o-transform: translate3d(0, 22px, 0);
  transform: translate3d(0, 22px, 0);
}
.no-csstransitions .navbar-menu li > a:after {
  display: none;
}
.no-csstransitions .navbar-menu li > a:hover {
  background-color: #00c7ff;
}
.language-list li > a {
  -webkit-transition-property: translate;
  -moz-transition-property: translate;
  -o-transition-property: translate;
  -ms-transition-property: translate;
  transition-property: translate;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.language-list li > a:hover {
  -webkit-transform: translate(0, -0.5em);
  -moz-transform: translate(0, -0.5em);
  -ms-transform: translate(0, -0.5em);
  -o-transform: translate(0, -0.5em);
  transform: translate(0, -0.5em);
}
[data-append="items"] > * {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: visibility 0s linear 5s,opacity .5s ease-in;
  -moz-transition: visibility 0s linear 5s,opacity .5s ease-in;
  -o-transition: visibility 0s linear 5s,opacity .5s ease-in;
  -ms-transition: visibility 0s linear 5s,opacity .5s ease-in;
  transition: visibility 0s linear 5s,opacity .5s ease-in;
}
[data-append="items"] > *:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-append="items"] > *:nth-child(2n+1) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-append="items"] > *.hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.btn-default:before {
  content: '';
  position: absolute;
  top: 0;
  left: 65%;
  bottom: 0;
  right: 0;
  background-color: #3100c3;
  -webkit-transition-property: skew scale;
  -moz-transition-property: skew scale;
  -o-transition-property: skew scale;
  -ms-transition-property: skew scale;
  transition-property: skew scale;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.btn-default:after {
  -webkit-transition-property: color letter-spacing;
  -moz-transition-property: color letter-spacing;
  -o-transition-property: color letter-spacing;
  -ms-transition-property: color letter-spacing;
  transition-property: color letter-spacing;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default:hover:before {
  left: 0;
  -webkit-transform: skew(45deg) scale(1.2);
  -moz-transform: skew(45deg) scale(1.2);
  -ms-transform: skew(45deg) scale(1.2);
  -o-transform: skew(45deg) scale(1.2);
  transform: skew(45deg) scale(1.2);
}
.btn-default:hover:after {
  letter-spacing: .4em;
}
.social-icons a i {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-icons a span {
  display: inline-block;
  text-align: left;
  width: 0px;
  overflow: hidden;
  -webkit-transition-property: width color;
  -moz-transition-property: width color;
  -o-transition-property: width color;
  -ms-transition-property: width color;
  transition-property: width color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-icons a:hover span {
  width: 82px;
}
.project-list {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.project-list > li {
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.project-list > li.current-item {
  visibility: visible;
  z-index: 1;
}
/* Animations sets */
.left-out {
  -webkit-animation: moveToLeft 0.6s ease both;
  -moz-animation: moveToLeft 0.6s ease both;
  -ms-animation: moveToLeft 0.6s ease both;
  -o-animation: moveToLeft 0.6s ease both;
  animation: moveToLeft 0.6s ease both;
}
.left-in {
  -webkit-animation: moveFromRight 0.6s ease both;
  -moz-animation: moveFromRight 0.6s ease both;
  -ms-animation: moveFromRight 0.6s ease both;
  -o-animation: moveFromRight 0.6s ease both;
  animation: moveFromRight 0.6s ease both;
}
.right-in {
  -webkit-animation: moveFromLeft 0.6s ease both;
  -moz-animation: moveFromLeft 0.6s ease both;
  -ms-animation: moveFromLeft 0.6s ease both;
  -o-animation: moveFromLeft 0.6s ease both;
  animation: moveFromLeft 0.6s ease both;
}
.right-out {
  -webkit-animation: moveToRight 0.6s ease both;
  -moz-animation: moveToRight 0.6s ease both;
  -ms-animation: moveToRight 0.6s ease both;
  -o-animation: moveToRight 0.6s ease both;
  animation: moveToRight 0.6s ease both;
}
/* Move to left */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
@keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
/* Move from left */
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
/* Move to right */
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
@keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
/* Move from right */
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.20833333;
  color: #3100c3;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #6f6f6f;
}
address {
  margin-bottom: 14px;
  font-style: normal;
  line-height: 1.20833333;
}
.btn,
.btn-unstyled,
.btn-default,
.controls .btn-prev,
.controls .btn-next {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn:hover,
.btn:focus,
.btn-unstyled:hover,
.btn-unstyled:focus,
.btn-default:hover,
.btn-default:focus,
.controls .btn-prev:hover,
.controls .btn-prev:focus,
.controls .btn-next:hover,
.controls .btn-next:focus {
  text-decoration: none;
}
.btn:active,
.btn.active,
.btn-unstyled:active,
.btn-unstyled.active,
.btn-default:active,
.btn-default.active,
.controls .btn-prev:active,
.controls .btn-prev.active,
.controls .btn-next:active,
.controls .btn-next.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn-unstyled.disabled,
.btn-unstyled[disabled],
fieldset[disabled] .btn-unstyled,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.controls .btn-prev.disabled,
.controls .btn-prev[disabled],
fieldset[disabled] .controls .btn-prev,
.controls .btn-next.disabled,
.controls .btn-next[disabled],
fieldset[disabled] .controls .btn-next {
  cursor: not-allowed;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=(65));
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-unstyled,
.controls .btn-prev,
.controls .btn-next {
  color: #3100c3;
  background-color: transparent;
}
.btn-unstyled:hover,
.btn-unstyled:focus,
.controls .btn-prev:hover,
.controls .btn-prev:focus,
.controls .btn-next:hover,
.controls .btn-next:focus {
  color: #00c7ff;
}
.btn-unstyled:active,
.btn-unstyled.active,
.controls .btn-prev:active,
.controls .btn-prev.active,
.controls .btn-next:active,
.controls .btn-next.active {
  color: #80e3ff;
}
.btn-unstyled.disabled,
.btn-unstyled[disabled],
fieldset[disabled] .btn-unstyled,
.controls .btn-prev.disabled,
.controls .btn-prev[disabled],
fieldset[disabled] .controls .btn-prev,
.controls .btn-next.disabled,
.controls .btn-next[disabled],
fieldset[disabled] .controls .btn-next {
  color: #adadad;
}
.btn-default {
  position: relative;
  letter-spacing: .34em;
  padding: 1.83em 6.58em;
  color: #00c7ff;
  background-color: #00c7ff;
  border: none;
  overflow: hidden;
}
.btn-default:after {
  content: attr(data-content);
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  padding-top: 1.66em;
  padding-bottom: 1.66em;
  text-align: center;
  background-color: #ffffff;
}
.btn-default:hover {
  color: #3100c3;
}
.btn-default.disabled,
.btn-default[disabled] {
  color: #adadad;
  background-color: #adadad;
}
.btn-default.disabled:before,
.btn-default[disabled]:before {
  display: none;
}
.controls .btn-prev,
.controls .btn-next {
  position: absolute;
  top: 50%;
  z-index: 1000;
}
.controls .btn-prev {
  left: -2.42em;
}
.controls .btn-next {
  right: -2.42em;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'LA icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-LA:before {
  content: "\e600";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-instagram:before {
  content: "\e602";
}
.icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-up:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e605";
}
.icon-arrow-down:before {
  content: "\e606";
}
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/intro-mgapinski.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.header-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 303px;
  height: 65px;
  margin-top: 30vh;
  margin-right: auto;
  margin-left: auto;
}
.loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #3100c3;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.loader .progress {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 160px;
  margin-top: -61px;
  margin-left: -80px;
}
.loader .progress .spinner {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #00c7ff;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.loader .progress .status {
  font-size: 5em;
  margin-top: 12px;
  text-align: center;
}
.loader.show {
  display: block;
}
.list-unstyled,
.list-inline,
.list-works > .project .project-list,
.navbar-nav .navbar-menu,
.navbar-language .language-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-inline > li,
.navbar-nav .navbar-menu > li,
.navbar-language .language-list > li {
  display: inline-block;
}
/* project list on home */
.list-works {
  /* the photo blueprint 
   ---------------------------- */
  /* div.project 
   ---------------------------- */
}
.list-works > figure {
  display: block;
  float: left;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 6.66em;
}
.list-works > figure:nth-of-type(2n+1) {
  clear: left;
}
.list-works > figure:nth-of-type(2n+1) .photo {
  margin-top: 36.70%;
  padding-right: 21.63%;
}
.list-works > figure:nth-of-type(2n+1) .photo .photo-meta {
  right: 0;
}
.list-works > figure:nth-of-type(2n) {
  clear: right;
}
.list-works > figure:nth-of-type(2n) .photo {
  padding-left: 21.63%;
}
.list-works > figure:nth-of-type(2n) .photo .photo-meta {
  left: 0;
  text-align: right;
}
.list-works > figure .photo {
  position: relative;
}
.list-works > figure .photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-works > figure .photo .photo-meta {
  position: absolute;
  bottom: 7.16em;
  color: #3100c3;
}
.list-works > figure .photo .photo-meta .author {
  color: #414141;
  font-size: .5em;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.list-works > figure .photo .photo-meta .title {
  font-size: 1em;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .25em;
}
.list-works > figure .photo .photo-meta .tags {
  font-size: .6em;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.list-works > .project {
  position: relative;
  display: block;
  margin-bottom: 6.666em;
  float: left;
  clear: both;
  width: 100%;
  height: 100vh;
  min-height: 575px;
}
.list-works > .project:before {
  content: '';
  position: absolute;
  left: 2%;
  right: 2%;
  top: 0;
  bottom: 0;
  height: 2.91em;
  margin: auto;
  background-color: #3100c3;
  z-index: -10;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list-works > .project:after {
  content: '';
  position: absolute;
  left: 50%;
  right: -145px;
  top: 7%;
  bottom: 7%;
  background-color: #ffffff;
  z-index: -5;
  display: none;
}
.list-works > .project .project-list {
  display: block;
  width: 100%;
  height: 100%;
}
.list-works > .project .project-list li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.list-works > .project .project-list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 87.08%;
  height: auto;
  max-height: 72%;
}
.list-works > .project .project-info {
  position: absolute;
  right: 0;
  bottom: 7%;
  left: 57.17%;
  display: table;
  height: 7%;
}
.list-works > .project .project-info .project-meta {
  display: table-cell;
  vertical-align: middle;
  color: #3100c3;
}
.list-works > .project .project-info .project-meta .author {
  color: #414141;
  font-size: .5em;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.list-works > .project .project-info .project-meta .title {
  font-size: 1em;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .25em;
}
.list-works > .project .project-info .project-meta .tags {
  font-size: .6em;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin: 0;
}
.list-works > .project .controls {
  font-size: 52px;
}
.navbar {
  position: absolute;
  right: 0;
  bottom: 6.333em;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding-bottom: 1em;
  z-index: 5000;
  overflow: hidden;
}
.navbar a {
  color: #ffffff;
}
.navbar.stuck {
  position: fixed;
  top: 0;
  bottom: auto;
}
.navbar-wrapper {
  min-height: 62px;
  background-color: #3100c3;
}
.navbar-brand {
  display: block;
  float: left;
  font-size: 39px;
  line-height: 39px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 6.66em;
  right: 6.66em;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .34em;
}
.navbar-nav .navbar-menu {
  font-size: 0;
}
.navbar-nav .navbar-menu li > a {
  font-size: 12px;
  display: block;
  padding: 2.041em 3.41em;
}
.navbar-language {
  float: right;
  display: block;
}
.navbar-language .language-list li > a {
  display: block;
  padding: 2.041em .125em;
}
.navbar-language .language-list .current {
  pointer-events: none;
  color: #9976ff;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
section {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 1.16em;
  overflow-x: hidden;
}
section .section-title {
  font-size: 3.83em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .34em;
  margin-top: 0;
  margin-bottom: 76px;
  padding: 80px 0;
  border-bottom: 1px solid #c9c9c9;
}
section .section-footer {
  padding-top: 6.666em;
  padding-bottom: 6.666em;
  text-align: center;
}
section.about {
  height: 100vh;
  min-height: 908px;
  overflow: hidden;
}
section.about .content {
  padding-bottom: 76px;
  margin-bottom: 5.66em;
  border-bottom: 1px solid #c9c9c9;
}
section.about .text {
  color: #3100c3;
  padding: 0 4em;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .34em;
}
section.about .social-icons {
  text-align: center;
}
section.about .social-icons a {
  color: #a9a9a9;
  vertical-align: middle;
  font-size: 0.91em;
}
section.about .social-icons a i {
  vertical-align: middle;
  font-size: 2.26em;
}
section.about .social-icons a:hover {
  color: #3100c3;
}
.footer {
  position: relative;
  margin-top: 6.66em;
  padding-top: 6.66em;
  padding-bottom: 15em;
  border-top: 1px solid #c9c9c9;
}
.footer:after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 13%;
  height: 1px;
  background-color: #3100c3;
}
.footer .content {
  display: table;
}
.footer .content .copyrights {
  display: table-cell;
  color: #979797;
  font-size: .83em;
  vertical-align: middle;
  text-transform: uppercase;
  width: 43%;
}
.footer .content .copyrights strong,
.footer .content .copyrights a {
  color: #414141;
  font-weight: normal;
}
.footer .content .copyrights a:hover {
  color: #3100c3;
}
.footer .content .footer-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 14%;
}
.footer .content .footer-logo > i {
  color: #3100c3;
  font-size: 10.16em;
}
.footer .content .footer-logo + .copyrights {
  text-align: right;
}
.clearfix:before,
.clearfix:after,
.list-works:before,
.list-works:after {
  content: " ";
  display: table;
}
.clearfix:after,
.list-works:after {
  clear: both;
}
