/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  box-sizing: border-box;
  outline: none; }

html {
  font-family: sans-serif;
  /* 1 */
  height: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  height: 100%;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/* Button
   ========================================================================== */
button {
  border: none;
  background: none;
  appearance: none; }

img {
  max-width: 100%;
  top: -10px;
  position: relative; }

@font-face {
  font-family: "Helvetica";
  src: url('fonts/HelveticaNeue-Light.eot?1405679215');
  src: url('fonts/HelveticaNeue-Light.eot?&1405679215#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Light.svg?1405679277') format('svg'), url('fonts/HelveticaNeue-Light.ttf?1405679260') format('truetype'), url('fonts/HelveticaNeue-Light.woff?1405679191') format('woff');
  font-weight: 300; }

@font-face {
  font-family: "Helvetica";
  src: url('fonts/HelveticaNeue-Bold.eot?1405678575');
  src: url('fonts/HelveticaNeue-Bold.eot?&1405678575#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Bold.svg?1405678591') format('svg'), url('fonts/HelveticaNeue-Bold.ttf?1405678597') format('truetype'), url('fonts/HelveticaNeue-Bold.woff?1405678601') format('woff');
  font-weight: 700; }

/* Variable
   ========================================================================== */
/* Base
   ========================================================================== */
html, body {
  height: 100%;
  overflow: hidden; }

body {
  font-family: "Avant Garde", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: rgb(77, 77, 77);
  line-height: 1.4;
  background-color: rgb(231, 67, 44); }

a {
  color: inherit;
  text-decoration: underline; }

/* Import
   ========================================================================== */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: center;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px; }

.tcenter {
  text-align: center; }

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0); }

.clear {
  clear: both; }

.container {
  max-width: 1200px;
  margin: 0 auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

body {
  -webkit-perspective: 1500px;
          perspective: 1500px; }

.site {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .has-menu .site {
    -webkit-transform: translate3d(225px, 0, 0) rotateY(-15deg);
            transform: translate3d(225px, 0, 0) rotateY(-15deg); }
  .site_content {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
            transition: transform 0.5s, visibility 0s 0.5s; }
  .site::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 9999;
    background: rgba(0, 49, 66, 0.6);
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
            transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
    .has-menu .site::after {
      width: 100%;
      height: 100%;
      opacity: 1;
      -webkit-transition: opacity 0.5s;
              transition: opacity 0.5s; }

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 225px;
  height: 100%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
          transform: translate3d(-100%, 0, 0) rotateY(15deg); }
  .has-menu .sidebar {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
            transform: translate3d(-100%, 0, 0) rotateY(15deg); }

.header {
  position: absolute;
  top: 35px;
  left: 20px;
  right: 45px;
  text-align: center;
  z-index: 20;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .header_menu {
    position: absolute;
    top: 2px;
    left: 0px;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 30px;
    cursor: pointer;
    fill: #FFF;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .header_logo {
    margin-left: 25px;
    width: 245px;
    height: auto; }

.sidemenu {
  padding: 27px;
  color: #FFF;
  background: rgb(40, 40, 40); }
  .sidemenu_item {
    display: block;
    height: 26px;
    font-size: 17px;
    -webkit-transition-property: color;
            transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .sidemenu_item-title {
    color: rgb(231, 67, 44); }
  .sidemenu a.sidemenu_item:hover {
    color: #FFF; }
  .sidemenu_sep {
    height: 1px;
    background-color: #9E9E9E ;
    margin: 13px 0; }
  .sidemenu a {
    text-decoration: none; }

@media only screen and (min-width: 960px) {
  .header {
    left: 46px;
    text-align: left; }
    .header_logo {
      margin-left: 65px; }
 }

.wFormWebPage {
  background: none !important; }

.wFormContainer {
  width: 100%;
  margin: 0;
  padding: 0; }
  .wFormContainer .wFormTitle {
    height: 261px !important;
    margin: 0;
    padding: 0;
    line-height: 261px;
    font-size: 29px;
    text-align: center;
    color: #003142;
    background: url(img/form_top.jpg);
    background-size: cover; }
  .wFormContainer form {
    display: block;
    width: 600px;
    margin: 0 auto; }

.wForm {
  padding: 0; }
  .wForm .section {
    width: 600px; }
  .wForm table {
    width: 600px; }
  .wForm fieldset {
    position: relative;
    width: 100%;
    border: none; }
  .wForm fieldset legend {
    display: block;
    position: relative;
    margin: 35px 0;
    width: 100%;
    text-align: center;
    color: #29abe2;
    font-size: 29px; }
    .wForm fieldset legend b {
      position: relative;
      background-color: #fff;
      padding: 0 37px; }
  .wForm input[type=text], .wForm select, .wForm textarea {
    border: 1px solid #003142;
    min-height: 37px; }
  .wForm textarea {
    width: 600px !important; }
  .wForm .preField {
    font-weight: bold;
    color: #003142; }
  .wForm .labelsLeftAligned {
    margin-bottom: 0 0 15px 0; }
    .wForm .labelsLeftAligned:after {
      content: "";
      display: table;
      clear: both; }
    .wForm .labelsLeftAligned .preField {
      width: 130px !important;
      min-width: 130px;
      padding-top: 8px;
      float: left !important;
      color: #003142 !important; }
    .wForm .labelsLeftAligned .inputWrapper {
      float: left;
      width: 300px !important; }
      .wForm .labelsLeftAligned .inputWrapper input[type=text], .wForm .labelsLeftAligned .inputWrapper select {
        width: 300px !important; }
    .wForm .labelsLeftAligned .errMsg {
      width: 100%;
      float: left; }
  .wForm .actions input {
    width: 600px;
    display: block;
    height: 37px;
    padding: 0;
    margin: 0;
    line-height: 37px;
    color: #29abe2;
    border: 1px solid #29abe2;
    background-color: transparent; }

.slider-home {
  background: rgb(231, 67, 44) url(img/load.gif) center center no-repeat; }
  .slider-home_item {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
  .slider-home_text {
    position: absolute;
    display: none;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slider-home_icon {
    width: 100px !important;
    max-width: 80%; }
  .slider-home_title {
    font-weight: normal;
    text-align: center;
    color: #FFF;
    font-size: 36px; }
  .slider-home .owl-prev, .slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 30px;
    height: 57px;
    background: url(img/next.svg) left top no-repeat;
    text-indent: -3000px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slider-home .owl-prev {
    right: auto;
    left: 60px;
    background-image: url(img/prev.svg); }

@media only screen and (min-width: 960px) {
  .slider-home_icon {
    width: 150px !important; } }
    
@media only screen and (max-width: 768px) {
  .owl-next, .owl-prev {
    display: none !important; } }

.btn {
  display: block;
  height: 40px;
  color: rgb(231, 67, 44);
  line-height: 40px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgb(231, 67, 44);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn:hover, .bio_btn:hover {
    border-color: #FFF;
    color: #FFF; }

.bio_btn {
  display: block;
  height: 40px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn:hover, .bio_btn:hover {
    border-color: rgb(231, 67, 44);
    color: rgb(231, 67, 44); }

.share {
  margin: 1em 0px; }

.share_title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px; }

.share_btn {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(img/twitter.svg);
  background-size: 42px 42px;
  margin-right: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .share_btn:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.share_twitter {
  background-image: url('img/twitter.svg'); }

.share_facebook {
  background-image: url('img/facebook.svg'); }

.share_gplus {
  background-image: url('img/gplus.svg'); }

.share_linkedin {
  background-image: url('img/linkedin.svg'); }

.share_linkedin-white {
  background-image: url('img/linkedin_white.svg'); }

.footer {
  padding: 90px 0;
  text-align: center;
  background: rgb(40, 40, 40); }

.footer_langs {
  margin: 20px 0;
  color: #29abe2; }
  .footer_langs a {
    color: inherit;
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }
  .footer_langs a:hover {
    color: #FFF; }

/* Content */
.home-whatwedo {
  text-align: center;
  background-color: rgb(40, 40, 40);
  color: rgb(231, 67, 44);
  border-spacing: 10px; }
  .home-whatwedo:after {
    content: "";
    display: table;
    clear: both; }
  .home-whatwedo_arg {
    margin-bottom: 20px; }
  .home-whatwedo_title {
    position: relative;
    z-index: 5;
    display: block;
    width: 225px;
    height: 55px;
    margin: 0 auto;
    color: rgb(231, 67, 44);
    font-size: 1.5em;
    font-weight: normal;
    line-height: 55px;
    text-decoration: none;
    background-color: rgb(40, 40, 40);
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px); }
  .home-whatwedo img {
    display: none;
    margin: 0 auto 15px; }
  .home-whatwedo span {
    font-size: 20px; }
  .home-whatwedo .btn, .home-whatwedo .bio_btn {
    margin: 26px auto;
    width: 145px; }
  .bio_btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }

.home-grey {
  padding: 20px 0;
  color: rgb(77, 77, 77);
  background-color: #FFFFFF; }
  .home-grey:after {
    content: "";
    display: table;
    clear: both; }
  .home-grey:after {
    content: "";
    display: table;
    clear: both; }
  .home-grey_arg {
    margin: 50px 20px; }
  .home-grey_title {
    color: rgb(40, 40, 40);
    font-size: 29px; }

.home-links {
  padding: 70px 0;
  text-align: center; }
  .home-links:after {
    content: "";
    display: table;
    clear: both; }
  .home-links_item {
    margin-top: 40px;
    margin-bottom: 20px; }
  .home-links_title {
    margin-bottom: 12px;
    font-size: 29px;
    color: rgb(40, 40, 40); }
  .home-links .btn {
    margin: 0 auto;
    max-width: 225px;
    border-color: rgb(70, 70, 70);
    color: rgb(70, 70, 70); }
    .home-links .btn:hover {
      border-color: rgb(231, 67, 44);
      color: rgb(231, 67, 44); }

.home-links {
  background-color: #f3f3f3; }

.home-links_text{
    clear: both;
    padding-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.home-last {
  padding: 40px 0;
  text-align: center;
  background-color: #FFFFFF; }
  .home-last_title {
    font-size: 29px;
    font-weight: 400;
    color: rgb(40, 40, 40); }
  .home-last_bloc {
    padding: 0 20px; }

.home-btn {
  display: none; }

@media only screen and (min-width: 960px) {
  .home-whatwedo_arg {
    float: left;
    width: 33.33%;
    border-left: 0px solid rgb(231, 67, 44);
    border-right: 1px solid rgb(231, 67, 44); }

  .home-grey_arg {
    float: left;
    width: 50%;
    margin: 50px auto;
    padding: 0 260px 0 60px;
    position: relative; }
    .home-grey_arg1 {
      border-right: 1px solid #cfd8db; }
    .home-grey_arg img {
      position: absolute;
      right: 60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

  .whatwegoarg1 {
    border-left: none; }

  .whatwegoarg3 {
    border-right: none; }

  .home-links_item {
    width: 33.333%;
    float: left;
    border-left: 1px solid #cfd8db; }
    .home-links_item:first-child {
      border-left: none; }

  .home-who_item {
    position: relative;
    float: left;
    width: 50%;
    margin: 50px 0;
    padding: 0 60px; }

  .home-who-we-are {
    padding-right: 305px; }
    .home-who-we-are::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 161px;
      background-color: #cfd8db;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

  .home-who_portrait {
    position: absolute;
    top: 58%;
    right: 60px;
    width: 188px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  .home-who-sharing .home-who_lists {
    position: absolute;
    top: 70px;
    right: 0;
    width: 290px; }
  .home-who-sharing .btn {
    width: 230px; }

  .home-btn {
    display: block;
    position: absolute;
    z-index: 300;
    width: 215px;
    top: 36px;
    right: 40px; }

  .home-last_bloc {
    float: left;
    padding: 0 9px;
    margin-bottom: 40px;
    width: 33.333%; }
 }

.page {
  padding: 70px;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  color: #FFF; }
  .page:after {
    content: "";
    display: table;
    clear: both; }
  .white .page {
    margin-top: 70px; }
  .page_title {
    margin-top: 0;
    font-size: 28px;
    font-weight: 400;
    color: #E7432C !important; }
  .page_arrow {
    display: block;
    width: 286px;
    height: 50px;
    padding-left: 20px;
    margin: 1em 0px;
    line-height: 50px;
    font-size: 12px;
    text-decoration: none;
    background: url(img/arrow.svg) left center no-repeat; }
  .page .share {
    width: 100%;
    float: left; }
  .page_next, .page_prev {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 60px;
    height: 100%;
    background: url(img/next.svg) center center no-repeat;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .page_next:hover, .page_prev:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .page_prev {
    right: auto;
    left: 0px;
    background-image: url(img/prev.svg); }

/* Stage
   ========================================================================== */
.stages {
  margin-top: 70px; }
  .stages:after {
    content: "";
    display: table;
    clear: both; }

.stage {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px; }
  .stage_title {
    font-size: 29px;
    font-weight: bold;
    color: #FFF; }
  .stage_num {
    font-weight: bold;
    font-size: 82px; }

/* Bio
   ========================================================================== */
.bio {
  text-align: center; }
  .bio_text {
    max-width: 380px;
    margin: 0 auto; }
  .bio .modal_box {
    padding: 50px 0;
    height: auto; }
  .bio h1 {
    margin: 0;
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase; }
  .bio h2 {
    margin: 30px 0;
    font-weight: normal;
    font-size: 22px; }
  .bio p {
    margin: 0;
    padding-bottom: 30px; }
  .bio .share_btn {
    margin: 0; }

@media only screen and (min-width: 960px) {
  .page {
    position: relative;
    padding-right: 470px; }
    .page_title {
      margin-bottom: 30px;
      font-size: 29px;
      color: #E7432C !important; }
    .page_text {
      float: left;
      width: 70%;
      padding-right: 40px; }
    .page_list {
      float: right;
      width: 30%; }
    .page_img {
      position: absolute;
      top: 80px;
      right: 80px;
      width: 360px;
      float: none; }
    .page_arrow {
      width: 230px;
      height: 40px;
      line-height: 40px;
      background-size: 230px 40px; }

  .stage {
    width: 33.33%;
    float: left; }

  .stage2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
 }

.apply {
  text-align: center;
  background-color: rgb(231, 67, 44); }
  .apply .container:after {
    content: "";
    display: table;
    clear: both; }

.map {
  color: #FFF; }
  .map_img {
    padding: 150px 0 60px 0;
    width: 900px; }
  .map_title {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 36px; }
  .map p {
    font-size: 20px; }

.apply-bloc {
  margin: 60px 0; }
  .apply-bloc:after {
    content: "";
    display: table;
    clear: both; }
  .apply-bloc .apply-bloc_title {
    color: #FFF;
    font-size: 29px;
    font-weight: normal; }
  .apply-bloc p {
    color: #FFF;
    font-size: 20px; }

.apply-game {
  position: relative;
  background: url(img/game.jpg) center center no-repeat;
  background-size: cover; }
  .apply-game .apply_game_btn {
    width: 290px;
    height: 80px;
    margin-top: -80px;
    font-size: 29px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    border: 1px solid #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .apply-game .apply_game_btn:hover {
      border-color: #003142;
      color: #003142; }

.modal {
  position: fixed;
  z-index: 9999; }
  .modal, .modal_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .modal_overlay {
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    cursor: pointer; }
  .modal_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 90%;
    max-width: 930px;
    max-height: 90%;
    z-index: 2;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-60%) translateX(-50%);
            transform: translateY(-60%) translateX(-50%);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s; }
  .modal_title {
    text-align: center;
    color: #003142;
    font-size: 29px;
    margin: 50px 0;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  .modal_close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url(img/close.svg) center center no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
    z-index: 500; }
  .modal form {
    padding: 0 20px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  .modal-open .modal_overlay {
    opacity: 1; }
  .modal-open .modal_box {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .modal-open .modal_title, .modal-open form {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }

.form {
  margin-bottom: 50px; }

.form-group {
  margin-bottom: 15px; }
  .form-group:after {
    content: "";
    display: table;
    clear: both; }
  .form-group label {
    display: block;
    padding: 5px 0; }
  .form-group input, .form-group textarea, .form-group select {
    display: block;
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #003142;
    line-height: 37px; }
  .form-group textarea {
    height: 90px; }

.form-submit {
  display: block;
  width: 300px;
  height: 37px;
  margin: 0 auto;
  border: 1px solid #29abe2;
  text-decoration: none;
  text-align: center;
  line-height: 37px;
  color: #29abe2;
  font-size: 12px; }

.modal-page {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgb(40, 40, 40);
  color: rgb(77, 77, 77);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }
  .modal-page .page {
    margin-top: 50px;
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s; }

.modal-page.is-open {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
  .modal-page.is-open .page {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg); }

.has-modal .home-btn {
  display: none; }
.has-modal .header {
  right: 80px; }

@media only screen and (min-width: 960px) {
  .form {
    width: 560px;
    margin-left: auto;
    margin-right: auto; }

  form .form-submit {
    margin: 0 0 0 130px; }

  .form-group label {
    float: left;
    width: 130px;
    padding: 0;
    line-height: 37px; }
  .form-group textarea, .form-group input, .form-group select {
    width: 300px;
    float: left; }
 }


/* Edits */
.white .header_menu{ fill: #FFF!important; }
.home-btn{
  color:#FFF;
  border-color: #FFF;
}
.page_text{
  width: 100%;
}
.site::after{
  background-color: rgba(331, 67, 44, 0.6);
}

@media only screen and (min-width: 960px) {
  .press_new {
    float: left;
    width: 33.33%; }
 }

.bio_title {
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.2em;
  color: #E7432C; }

.bio_job {
  font-size: 1.1em; }

.bio_bio {
  padding: 14px 0; }

.bio_actions .share_btn {
  height: 30px;
  width: 30px;
  background-size: 30px 30px; }
.bio_actions .bio_btn, .bio_actions .share_btn {
  height: 30px;
  vertical-align: middle;
  margin-right: 2px; }

.bio_btn {
  display: inline-block;
  width: 66px;
  line-height: 30px; }

.bios article {
  margin-bottom: 60px; }

.bio_sep {
  width: 100%;
  padding: 20px 0 10px 0;
  font-size: 1.5em;
  font-weight: bold; }

.team item {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-bottom: 40px; }

.team item .item_title {
  color: #E7432C; }

/*
.projects project {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-bottom: 40px; }
*/

.projects project .project_title {
  color: #E7432C; }

@media only screen and (min-width: 800px) {
    
    .projects project {
      float: left;
      width: 50%;
      padding-right: 20px;
      padding-bottom: 40px; }
}

@media only screen and (min-width: 960px) {
  .page_bio {
    padding-right: 40px; }
    .page_bio .page_text {
      width: 100% !important; }
    
  .page_portfolio {
    padding-right: 40px; }
    .page_portfolio .page_text {
      width: 100% !important; }

  .bios {
    width: 100%;
    float: right; }
    .bios img {
      width: 100%; }
    .bios article {
      float: left;
      width: 50%;
      padding-right: 100px; }
    
  .team {
    width: 100%;
    float: right; }
    .team img {
      width: 100%; }
    .team item {
      float: left;
      width: 25%;
      padding-right: 40px;
      padding-bottom: 40px; }
    
  .projects {
    width: 100%;
    float: right; }
    .projects img {
      width: 100%; }
    .projects project {
      float: left;
      width: 33.33%;
      padding-right: 20px;
      padding-bottom: 40px; }
    
 }

@media only screen and (max-width: 480px) {
    
    .team item {
      float: left;
      width: 100%;
      padding-right: 0;
      padding-bottom: 40px; }
    
    .projects project {
      float: left;
      width: 100%;
      padding-right: 0;
      padding-bottom: 40px; }
    
}

.cb {
  clear: both; }