@import url(http://fonts.googleapis.com/css?family=Lato:400,700&subset=latin,latin-ext);
body {
  font-rendering: optimizelegibility;
  font: 14px/25px Lato, sans-serif;
  min-width: 300px; }

h1, .h1 {
  font: 700 30px/40px Lato, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0; }

h3, .h3 {
  font: 700 14px/25px Lato, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 5px 0; }

p, .p {
  font: 14px/25px Lato, sans-serif;
  margin: 10px 0; }

a {
  text-decoration: none;
  color: #4CCACE; }
  a:hover {
    text-decoration: underline; }

.page-column {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px; }

.logo-icon {
  width: 46px;
  height: 46px;
  background-image: url("/images/sprite.svg");
  background-position: 0 -100px; }
  html.no-svg .logo-icon {
    background-image: url("/images/sprite.png"); }

.logo-text {
  width: 273px;
  height: 26px;
  background-image: url("/images/sprite.svg");
  background-position: -46px -100px;
  line-height: 100px;
  overflow: hidden; }
  html.no-svg .logo-text {
    background-image: url("/images/sprite.png"); }

.small-logo {
  width: 178px;
  height: 26px;
  background-image: url("/images/sprite.svg");
  background-position: -338px -100px;
  line-height: 100px;
  overflow: hidden; }
  html.no-svg .small-logo {
    background-image: url("/images/sprite.png"); }

i.icon {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("/images/sprite.svg"); }
  html.no-svg i.icon {
    background-image: url("/images/sprite.png"); }
  i.icon.languages {
    background-position: 0px 0; }
  i.icon.experience {
    background-position: -100px 0; }
  i.icon.online {
    background-position: -200px 0; }
  i.icon.software {
    background-position: -300px 0; }
  i.icon.consulting {
    background-position: -400px 0; }

ul.reset {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.reset > li {
    margin: 0;
    padding: 0; }

.clearfix {
  clear: both; }

.sticked-menu {
  position: fixed;
  left: 0;
  top: -35px;
  right: 0;
  height: 30px;
  background-color: #D2B537;
  z-index: 1;
  transition: top 200ms ease-in; }
  .sticked-menu .logo {
    display: block;
    float: left;
    margin-top: -1px; }
  .sticked-menu .right {
    float: right; }
  .sticked-menu.visible {
    top: 0px;
    transition-timing-function: ease-out; }
  @media (max-width: 600px) {
    .sticked-menu .page-column {
      padding-left: 2px; }
    .sticked-menu .small-logo {
      width: 26px; } }

nav {
  padding-top: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  cursor: default; }
  nav a {
    margin: 0 3px;
    color: #e9da9b; }
    nav a:hover {
      color: white;
      text-decoration: none; }
    nav a.current {
      color: #f6f0d7;
      font-weight: 700; }
  nav .separator {
    display: inline-block;
    margin: 0 5px;
    height: 11px;
    vertical-align: -1px;
    border-left: 1px solid #e9da9b;
    vertical-align: middle; }

.page-header {
  background-color: #D2B537;
  height: 460px;
  text-align: center;
  position: relative; }
  .page-header h1 {
    margin: 0; }
  .page-header img {
    display: block;
    margin: 55px auto 0;
    width: 146px;
    height: 186px; }
  .page-header .logo-icon {
    margin: -23px auto 13px;
    position: relative;
    z-index: 1; }
  .page-header .logo-text {
    margin: 0 auto; }
  .page-header .slogan {
    color: #e9da9b;
    margin: 5px 0;
    letter-spacing: 0.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.more-arrows {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  left: 50%;
  bottom: 40px; }
  @media (max-height: 550px) {
    .more-arrows {
      display: block; } }
  .more-arrows .arrow {
    width: 14px;
    height: 8px;
    background-image: url("/images/sprite.svg");
    background-position: -47px -132px;
    position: absolute;
    left: 8px;
    top: 6px;
    animation: arrow 1.5s ease-in-out infinite; }
    html.no-svg .more-arrows .arrow {
      background-image: url("/images/sprite.png"); }
    .more-arrows .arrow.offset-2 {
      animation-delay: 0.5s; }
    .more-arrows .arrow.offset-3 {
      animation-delay: 1s; }

@keyframes arrow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(10px); } }

.offer {
  padding: 5px 0 85px;
  text-align: center; }
  .offer ul.reset > li {
    float: left;
    width: 20%;
    margin-top: 80px; }
    @media (max-width: 960px) {
      .offer ul.reset > li {
        width: 33%; }
        .offer ul.reset > li.column-4 {
          clear: left;
          margin-left: 17.5%; } }
    @media (max-width: 600px) {
      .offer ul.reset > li {
        width: 50%; }
        .offer ul.reset > li.column-3 {
          clear: left; }
        .offer ul.reset > li.column-4 {
          clear: none;
          margin-left: 0; }
        .offer ul.reset > li.column-5 {
          clear: left;
          margin-left: 25%; } }
    @media (max-width: 400px) {
      .offer ul.reset > li {
        width: auto;
        float: none;
        margin-top: 50px; }
        .offer ul.reset > li i.icon {
          margin-bottom: 30px; }
        .offer ul.reset > li:after {
          content: '';
          display: block;
          height: 2px;
          background-image: url("/images/sprite.svg");
          background-position: -46px -128px;
          margin-top: 40px; }
          html.no-svg .offer ul.reset > li:after {
            background-image: url("/images/sprite.png"); }
        .offer ul.reset > li .wrapper {
          max-width: 300px; }
        .offer ul.reset > li.column-5 {
          margin-left: 0; }
          .offer ul.reset > li.column-5:after {
            content: none; } }
  .offer .wrapper {
    padding: 0 10px;
    max-width: 200px;
    margin: auto; }
  .offer i.icon {
    margin: 0 auto 55px; }

section.slogan {
  max-height: 300px;
  background: #644c4a url("/images/slogan-background.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  text-align: center; }
  @media (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    section.slogan {
      background-image: url("/images/slogan-background@2x.jpg"); } }
  section.slogan .size-fix {
    padding-bottom: 26%; }
  section.slogan .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    margin: auto; }
  section.slogan h1 {
    color: white;
    text-shadow: 0 1px 2px black;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 5px;
    display: inline-block; }
  @media (max-width: 960px) {
    section.slogan .size-fix {
      padding-bottom: 29%; }
    section.slogan h1 {
      font-size: 26px;
      line-height: 1.2em; }
    section.slogan .wrapper {
      height: 90px; } }
  @media (max-width: 600px) {
    section.slogan {
      background-image: url("/images/slogan-background-vertical.jpg");
      background-position: 50% 30%;
      max-height: none;
      padding-bottom: 120px; } }
  @media (max-width: 600px) and (min-device-pixel-ratio: 1.25), (max-width: 600px) and (min-resolution: 120dpi) {
    section.slogan {
      background-image: url("/images/slogan-background-vertical@2x.jpg"); } }
  @media (max-width: 600px) {
      section.slogan .wrapper {
        top: 50%;
        height: 30%; }
      section.slogan h1 {
        font-size: 20px;
        font-size: 4.5vw; } }

.contact {
  margin: 120px 0; }
  .contact p {
    line-height: 20px;
    margin: 5px 0; }
  .contact h1.h3 {
    line-height: 20px;
    margin-bottom: 10px; }
  .contact a:hover {
    text-decoration: none;
    color: #0DB9BE; }
  .contact .column {
    width: 33%;
    float: left; }
  .contact .wrapper {
    margin-top: 30px;
    margin-right: 30px;
    border-left: 1px solid #E5E5E5;
    padding-left: 20px; }
  .contact .first.column .wrapper {
    margin-left: 30px;
    border-left: none;
    margin-top: 0; }
  .contact i.icon.linked-in {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/images/sprite.svg");
    background-position: -322px -100px;
    vertical-align: -15%;
    margin-right: 3px; }
    html.no-svg .contact i.icon.linked-in {
      background-image: url("/images/sprite.png"); }
  @media (max-width: 600px) {
    .contact {
      margin: 60px 0 80px; }
      .contact .column {
        max-width: 300px;
        margin: auto;
        float: none;
        width: auto; }
      .contact .wrapper {
        padding: 0;
        margin: 20px !important;
        border: none !important; } }

.page-footer {
  margin-top: 60px;
  height: 30px;
  padding: 5px 0;
  background-color: #D2B537;
  color: white;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2em; }
