/* --------------------------------------------
//
//	 Theme: Strat
//	 Author: Teodors Zeltins
//
*/
/*
// CONTENTS
// 
// 0. RESET
// 
// 1. MIXINS
//
// 2. VENDOR
//
// 3. PARTIALS
// 3.1. Colors
// 3.2. Typography
// 3.3. Icons
// 3.4. Grid
// 3.5. Animations
// 3.6. Inputs
// 3.7. Buttons
// 3.8. Base
// 3.9. Partials
//
// 4. ELEMENTS
// 4.1. Article
// 4.2. Social
// 4.3. Title group
//
// 5. BLOCKS
// 5.1. Modal
// 5.2. Process
// 5.3. Case
// 5.4. Cases
// 5.5. Services
// 5.6. Testimonials
// 5.7. Stats
// 5.8. Contact
*/
/* --------------------------------------------
//	reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f; }

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2; }

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2; }

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff; }

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e; }

.hljs-strong {
  font-weight: bold; }

.hljs-emphasis {
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672; }

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef; }

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2; }

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74; }

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e; }

/* --------------------------------------------
//	typography
*/
h1, h2, h3,
h4, h5, h6 {
  color: #272727;
  line-height: 1.2;
  margin: 0 0 12px 0;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

/* --------------------------------------------
// icons
*/
@font-face {
  font-family: 'Simple Icons';
  src: url("../fonts/simple-line-icons.eot");
  src: url("../fonts/simple-line-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/simple-line-icons.woff") format("woff"), url("../fonts/simple-line-icons.ttf") format("truetype"), url("../fonts/simple-line-icons.svg#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Simple Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
  font-family: 'Simple Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-moustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-emoticon-smile:before {
  content: "\e021"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-user:before {
  content: "\e005"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglasses:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-map:before {
  content: "\e033"; }

.icon-layers:before {
  content: "\e034"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-frame:before {
  content: "\e038"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-directions:before {
  content: "\e041"; }

.icon-direction:before {
  content: "\e042"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-compass:before {
  content: "\e045"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-loop:before {
  content: "\e064"; }

.icon-logout:before {
  content: "\e065"; }

.icon-login:before {
  content: "\e066"; }

.icon-list:before {
  content: "\e067"; }

.icon-like:before {
  content: "\e068"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-bar-chart:before {
  content: "\e077"; }

.icon-arrow-up:before {
  content: "\e078"; }

.icon-arrow-right:before {
  content: "\e079"; }

.icon-arrow-left:before {
  content: "\e07a"; }

.icon-arrow-down:before {
  content: "\e07b"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camcorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-close:before {
  content: "\e082"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-doc:before {
  content: "\e085"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-folder:before {
  content: "\e089"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-plus:before {
  content: "\e095"; }

.icon-pointer:before {
  content: "\e096"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-users:before {
  content: "\e001"; }

/* breakpoints */
/*

// ---------------------- phone mediaq
@include media($phone) {
}
// ---------------------- tablet mediaq
@include media($tablet) {
}
// ---------------------- desktop mediaq
@include media($desktop) {
}

*/
/* --------------------------------------------
//	animations
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

.animate {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 1.2s cubic-bezier(0.645, 0.045, 0.095, 1.08), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: opacity 1.2s cubic-bezier(0.645, 0.045, 0.095, 1.08), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: opacity 1.2s cubic-bezier(0.645, 0.045, 0.095, 1.08), transform 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: opacity 1.2s cubic-bezier(0.645, 0.045, 0.095, 1.08), transform 1s cubic-bezier(0.645, 0.045, 0.095, 1.08), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.095, 1.08); }
  .animate.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

/* --------------------------------------------
//	inputs
*/
.input-group {
  width: 100%;
  margin: 0 0 24px 0;
  float: left;
  position: relative; }
  .input-group input, .input-group textarea, .input-group select {
    width: 100%;
    border-radius: 4px;
    padding: 8px 18px;
    height: 48px;
    background: #f0f0f0;
    border: 0;
    display: block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    -webkit-transition: border-color 0.2s, max-width 0.2s;
    transition: border-color 0.2s, max-width 0.2s;
    -webkit-appearance: none; }
    .input-group input:focus, .input-group textarea:focus, .input-group select:focus {
      border-color: #abceef;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(171, 206, 239, 0.1) inset;
              box-shadow: 0px 1px 5px 0px rgba(171, 206, 239, 0.1) inset; }
      .input-group input:focus + .dropdown, .input-group input:focus + label + .dropdown, .input-group textarea:focus + .dropdown, .input-group textarea:focus + label + .dropdown, .input-group select:focus + .dropdown, .input-group select:focus + label + .dropdown {
        display: block; }
  .input-group label, .input-group .label {
    margin: 0 0 6px 0;
    color: #272727;
    float: left;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase; }
  .input-group textarea {
    height: 120px;
    resize: vertical; }

/* --------------------------------------------
//  buttons
*/
.button {
  -webkit-appearance: none;
  background: #f8e000;
  color: #fff;
  float: left;
  border: 0;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  padding: 12px 16px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: 700;
  vertical-align: middle;
  -webkit-transition: 0.2s border ease 0s, 0.2s background ease 0s, 0.2s opacity ease 0s;
  transition: 0.2s border ease 0s, 0.2s background ease 0s, 0.2s opacity ease 0s;
  width: 100%;
  max-width: 150px;
  border-radius: 21px;
  letter-spacing: 1px;
  text-align: center;
  height: 42px; }
  .button span {
    margin: 0 0 0 8px;
    font-weight: 300;
    color: #ccc; }
  .button.link {
    color: #272727;
    max-width: 100%;
    width: auto;
    background: transparent; }
  .button.small {
    max-width: 140px; }
  .button.shadow {
    -webkit-box-shadow: rgba(248, 223, 0, 0.4) 0 4px 20px;
            box-shadow: rgba(248, 223, 0, 0.4) 0 4px 20px; }
  .button.large {
    max-width: 180px;
    padding: 22px 20px;
    line-height: 1.2;
    height: 56px;
    border-radius: 28px; }
  .button.cancel {
    background: #fd6c6c; }
  .button.ghost {
    background: transparent;
    border: 1px solid #ddd;
    color: #272727;
    -webkit-transition: 0.2s background ease 0s, 0.2s opacity ease 0s, 0.2s border ease 0s;
    transition: 0.2s background ease 0s, 0.2s opacity ease 0s, 0.2s border ease 0s;
    text-decoration: none; }
  .button.secondary {
    background: #272727; }
  .button.round {
    font-size: 12px;
    line-height: 1;
    padding: 9px 16px;
    width: auto;
    text-align: center;
    border-radius: 18px;
    height: auto; }
  .button.apple, .button.android {
    text-rendering: auto;
    webkit-font-smoothing: antialiased; }
    .button.apple:before, .button.android:before {
      position: relative;
      content: "\f179";
      font-family: "FontAwesome";
      font-size: 22px;
      display: inline-block;
      margin: 0 10px 0 0;
      font-weight: 400; }
  .button.apple:before {
    top: 2px; }
  .button.android:before {
    content: "\f17b"; }
  .button.inactive {
    border-color: #eaeaea; }
  @media screen and (min-width: 1080px) {
    .button:hover {
      color: #fff;
      background: #f8e000; }
    .button.secondary:hover {
      color: #fff;
      background: #282828; }
    .button.ghost:hover {
      cursor: pointer;
      border-color: #b7b7b7;
      color: #212121;
      background: transparent; }
    .button.inactive:hover {
      cursor: pointer;
      border-color: #eaeaea;
      color: #212121;
      background: transparent; }
    .button.link:hover {
      color: #212121;
      background: transparent; } }

.button-group {
  width: 100%;
  text-align: center; }
  .button-group .button {
    display: inline-block;
    clear: none;
    float: none;
    margin: 0 8px 8px 8px; }
    .button-group .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 521px) {
    .button-group .button:last-child {
      margin-bottom: 10px; } }

/* --------------------------------------------
//	base
*/
*, *:before, *:after {
  -webkit-user-select: text;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Poppins", sans-serif;
  color: #888888;
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-weight: 300;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  -webkit-font-smoothing: antialiased; }
  body.nav-open, body.modal-open, body.case-open {
    overflow: hidden; }

.container {
  padding: 0 12px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

section, header, footer {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 60px 0; }

section {
  position: relative; }

#wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden; }
  .nav-open #wrapper, .modal-open #wrapper, .case-open #wrapper {
    overflow-y: scroll; }

p {
  margin: 0 0 24px 0;
  color: #888888; }

a {
  color: #f8e000;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

b {
  font-weight: 700; }

img {
  border: 0;
  outline: none; }

ol {
  clear: both;
  margin-bottom: 24px;
  padding-left: 40px; }
  ol li {
    margin-bottom: 16px;
    line-height: 1.6;
    position: relative;
    list-style-type: none; }
    ol li:before {
      counter-increment: mycounter;
      content: counter(mycounter) ". ";
      position: absolute;
      margin: 0 10px 0 0;
      left: -40px;
      top: 0px; }
    ol li:last-child {
      margin-bottom: 0; }
  ol:first-of-type {
    counter-reset: mycounter; }

@media screen and (min-width: 1080px) {
  a:hover {
    color: #f8e000; } }

/* --------------------------------------------
//	nav
*/
nav#nav {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0;
  z-index: 101;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: -webkit-box-shadow ease 0.4s;
  transition: -webkit-box-shadow ease 0.4s;
  transition: box-shadow ease 0.4s;
  transition: box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .modal-open nav#nav, .case-open nav#nav {
    overflow-y: scroll; }
  .nav-open nav#nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto; }
    .nav-open nav#nav .open-nav:before {
      -webkit-transform: translate(12px, 23px) rotate(45deg);
          -ms-transform: translate(12px, 23px) rotate(45deg);
              transform: translate(12px, 23px) rotate(45deg); }
    .nav-open nav#nav .open-nav:after {
      -webkit-transform: translate(12px, 23px) rotate(-45deg);
          -ms-transform: translate(12px, 23px) rotate(-45deg);
              transform: translate(12px, 23px) rotate(-45deg); }
    .nav-open nav#nav ul {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.6s ease,
 visibility 0.6s ease;
      transition: opacity 0.6s ease,
 visibility 0.6s ease; }
    .nav-open nav#nav .button {
      opacity: 1;
      visibility: visible;
      max-width: 200px;
      padding: 22px 20px;
      line-height: 1.2;
      height: 56px;
      border-radius: 28px; }
  nav#nav .container {
    height: 100%; }
  nav#nav .wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  nav#nav #logo {
    height: 70px;
    width: auto;
    display: block;
    float: left;
    margin: 5px 0; }
    nav#nav #logo img {
      height: 70px;
      width: auto; }
  nav#nav ul {
    float: left;
    clear: both;
    opacity: 0;
    visibility: hidden; }
    nav#nav ul li a {
      padding: 0 12px;
      height: 64px;
      line-height: 64px;
      display: block;
      font-size: 24px;
      position: relative; }
      nav#nav ul li a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        display: block;
        background: #8e96ff;
        -webkit-box-shadow: #8e96ff 0 0px 20px;
                box-shadow: #8e96ff 0 0px 20px;
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
        position: absolute;
        top: 50%;
        left: 0px;
        margin: -4px 0 0 -15px;
        -webkit-transition: -webkit-transform ease 0.4s;
        transition: -webkit-transform ease 0.4s;
        transition: transform ease 0.4s;
        transition: transform ease 0.4s, -webkit-transform ease 0.4s; }
      nav#nav ul li a.active:after {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  nav#nav .button {
    margin: 40px auto;
    opacity: 0;
    visibility: hidden; }
  nav#nav .open-nav {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    position: relative;
    display: block;
    position: absolute;
    top: 16px;
    right: 12px; }
    nav#nav .open-nav:before, nav#nav .open-nav:after {
      display: block;
      content: "";
      width: 24px;
      height: 2px;
      border-radius: 2px;
      background: #212121;
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    nav#nav .open-nav:before {
      -webkit-transform: translate(12px, 18px);
          -ms-transform: translate(12px, 18px);
              transform: translate(12px, 18px); }
    nav#nav .open-nav:after {
      -webkit-transform: translate(12px, 28px);
          -ms-transform: translate(12px, 28px);
              transform: translate(12px, 28px); }
  @media screen and (min-width: 1080px) {
    nav#nav .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    nav#nav ul {
      opacity: 1;
      visibility: visible; }
      nav#nav ul li {
        float: left; }
        nav#nav ul li a {
          height: 80px;
          line-height: 80px;
          font-size: 16px; }
          nav#nav ul li a:after {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 4px;
            display: block;
            background: #f8e000;
            -webkit-box-shadow: #f8e000 0 0px 20px;
                    box-shadow: #f8e000 0 0px 20px;
            -webkit-transform: translate3d(0, -6px, 0);
                    transform: translate3d(0, -6px, 0);
            position: absolute;
            top: 0px;
            left: 50%;
            margin: -4px 0 0 -4px;
            -webkit-transition: -webkit-transform ease 0.4s;
            transition: -webkit-transform ease 0.4s;
            transition: transform ease 0.4s;
            transition: transform ease 0.4s, -webkit-transform ease 0.4s; }
    nav#nav .button {
      opacity: 1;
      visibility: visible;
      margin: 19px 0; }
    nav#nav .open-nav {
      display: none; } }

/* --------------------------------------------
//	header
*/
header#header {
  width: 100%;
  margin-top: 80px;
  padding: 0 0 80px 0; }
  header#header .image {
    background: #fffbdb;
    background-size: cover;
    padding: 40px 0px;
    margin: 0 12px;
    min-height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header#header .welcome {
    max-width: 680px;
    width: 100%; }
    header#header .welcome h1 {
      font-size: 56px;
      line-height: 1.1;
      margin-bottom: 24px;
      color: #000; }
    header#header .welcome p {
      max-width: 480px;
      margin: 0; }
    header#header .welcome a {
      line-height: 40px; }
      header#header .welcome a .icon {
        width: 40px;
        height: 40px;
        color: #fff;
        background: #8e96ff;
        border-radius: 20px;
        padding: 2px 18px;
        font-size: 24px;
        float: left;
        margin-right: 12px; }
  @media screen and (min-width: 521px) {
    header#header .image {
      padding: 40px 12px; } }
  @media screen and (min-width: 691px) {
    header#header .image {
      padding: 80px 20px; } }
  @media screen and (min-width: 1080px) {
    header#header .image {
      padding: 80px 32px;
      margin: 0 80px; } }

/* --------------------------------------------
//	footer
*/
footer#footer {
  background: #f3f4f8; }
  footer#footer .copy {
    clear: both;
    opacity: 0.6;
    padding-top: 3px }
  footer#footer .about {
    width: 100%;
    float: left; }
  footer#footer .social {
    clear: both;
    position: relative;
    float: left;
/*     margin-bottom: 24px; */ }
  footer#footer .links {
    width: 100%;
    float: right; }
    footer#footer .links ul {
      float: left;
      margin: 0 0 20px 0; }
      footer#footer .links ul li {
        display: inline;
        margin: 0 16px 0 0;
        line-height: 40px;
        float: left; }
        footer#footer .links ul li a {
          color: #8e96ff;
          font-size: 16px;
          line-height: 36px;
          display: block; }
  @media screen and (min-width: 691px) {
    footer#footer .about, footer#footer .links {
      max-width: 60%;
      width: auto; } }
  @media screen and (min-width: 1080px) {
    footer#footer .links ul li a:hover {
      color: #515dff; } }

/* --------------------------------------------
//	article element
*/
.article {
  max-width: 680px;
  margin: 0 auto; }
  .article ul, .article ol {
    margin: 0 0 32px 0;
    padding-left: 40px;
    float: left;
    width: 100%;
    clear: both; }
    .article ul li, .article ol li {
      margin: 0 0 4px 0; }
  .article ul {
    list-style-type: disc;
    list-style-position: outside; }
  .article ol {
    list-style-type: decimal;
    list-style-position: outside; }
  .article ul ul, .article ol ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 30px; }
  .article ol ol, .article ul ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    margin-left: 30px; }
  .article p {
    width: 100%;
    font-size: 18px;
    margin: 0 0 32px 0;
    clear: both; }
    .article p:first-child {
      font-size: 20px;
      color: #bbb; }
  .article i, .article em {
    font-style: normal; }
  .article strong, .article b {
    font-weight: 400;
    color: #333; }
  .article .image {
    margin: 0 -80px;
    background: #ddd;
    margin-bottom: 32px;
    float: left; }
  .article img {
    max-width: 100%;
    height: auto;
    clear: both;
    display: block; }
  .article h2, .article h3, .article h4 {
    width: 100%;
    clear: both;
    float: left; }
  .article h1 {
    margin-bottom: 16px; }
  .article h2 {
    margin: 24px 0 16px; }
  .article h3 {
    margin: 16px 0 8px 0; }
  .article h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 8px 0;
    text-align: left;
    letter-spacing: 1px; }
  .article blockquote {
    border-left: 6px solid #f3f3f3;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #272727;
    padding: 18px 32px;
    margin: 0 0 32px 0; }
    .article blockquote p {
      margin-bottom: 0; }
  .article code {
    border-radius: 3px;
    font-size: 16px;
    padding: 3px 4px;
    font-family: "Courier", Monaco, monospace;
    background: #23241f;
    color: #f8f8f2; }
  .article pre {
    clear: both;
    float: none;
    width: auto;
    overflow: hidden;
    margin: 0 0 32px 0;
    clear: both; }
    .article pre code {
      margin: 0;
      border-radius: 3px;
      width: 100%;
      padding: 16px;
      position: relative;
      display: block; }

/* --------------------------------------------
//	social element
*/
.social li {
  float: left;
  margin: 0 8px 0 0; }

.social a {
  padding: 6px;
  display: block;
  text-align: center;
  text-align: center;
  line-height: 1; }
  .social a i {
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s; }

@media screen and (min-width: 1080px) {
  .social li a:hover i {
    color: rgba(0, 0, 0, 0.9); } }

/* --------------------------------------------
//	title-group element
*/
.title-group {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 60px auto; }
  .title-group .mini {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center; }
  .title-group h1, .title-group h2 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #272727; }
  .title-group p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto; }

/* --------------------------------------------
//	modal block
*/
section#modal {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 102;
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow-y: scroll;
  overflow-x: auto;
  background: rgba(7, 20, 49, 0);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  .modal-open section#modal {
    visibility: visible;
    opacity: 1;
    background: rgba(7, 20, 49, 0.95); }
    .modal-open section#modal .wrap {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .modal-open section#modal .close {
      opacity: 1;
      visibility: visible; }
  section#modal .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section#modal .wrap {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    -webkit-transition: visibility 0.4s ease,
 opacity 0.4s ease,
 -webkit-transform 0.4s ease;
    transition: visibility 0.4s ease,
 opacity 0.4s ease,
 -webkit-transform 0.4s ease;
    transition: transform 0.4s ease,
 visibility 0.4s ease,
 opacity 0.4s ease;
    transition: transform 0.4s ease,
 visibility 0.4s ease,
 opacity 0.4s ease,
 -webkit-transform 0.4s ease; }
  section#modal .title-group {
    margin-bottom: 40px; }
    section#modal .title-group h2 {
      margin-bottom: 8px; }
  section#modal .form {
    float: left; }
  section#modal .close {
    float: right;
    display: block;
    border-radius: 2px;
    position: relative;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: 0;
    -webkit-transition: visibility 0.4s ease,
 opacity 0.4s ease;
    transition: visibility 0.4s ease,
 opacity 0.4s ease; }
    section#modal .close:before, section#modal .close:after {
      display: block;
      content: "";
      width: 24px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      top: 16px;
      right: 36px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    section#modal .close:before {
      -webkit-transform: translate(12px, 23px) rotate(45deg);
          -ms-transform: translate(12px, 23px) rotate(45deg);
              transform: translate(12px, 23px) rotate(45deg); }
    section#modal .close:after {
      -webkit-transform: translate(12px, 23px) rotate(-45deg);
          -ms-transform: translate(12px, 23px) rotate(-45deg);
              transform: translate(12px, 23px) rotate(-45deg); }
  section#modal .button {
    float: none;
    margin: 0 auto; }

/* --------------------------------------------
//	process block
*/
section#process {
  padding: 80px 0; }
  section#process .item {
    width: 100%;
    margin-bottom: 120px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    section#process .item .image-wrap {
      float: left;
      width: 50%;
      position: relative;
      height: 420px;
      display: none; }
    section#process .item .image {
      width: 700px;
      height: 700px;
      float: right;
      margin: 0 180px 0 0;
      position: absolute;
      top: -140px;
      left: -140px;
      z-index: -1; }
      section#process .item .image img {
        width: 100%;
        height: auto;
        display: block; }
    section#process .item:nth-child(1) .image:nth-child(1) {
      left: -40px;
      top: -180px;
      z-index: -2; }
    section#process .item:nth-child(1) .image:nth-child(2) {
      left: -340px;
      top: -240px;
      z-index: -3; }
    section#process .item:nth-child(1) .image:nth-child(3) {
      left: -160px;
      top: -100px;
      z-index: -3; }
    section#process .item:nth-child(2) .image:nth-child(1) {
      left: -280px;
      top: 40px;
      z-index: -1; }
    section#process .item:nth-child(2) .image:nth-child(2) {
      left: -40px;
      top: 40px;
      z-index: -2; }
    section#process .item:nth-child(2) .image:nth-child(3) {
      left: 00px;
      top: 120px;
      z-index: -3; }
    section#process .item:nth-child(3) .image:nth-child(1) {
      left: -110px;
      top: 20px;
      z-index: -2; }
    section#process .item:nth-child(3) .image:nth-child(2) {
      left: -280px;
      top: 300px;
      z-index: -1; }
    section#process .item:nth-child(3) .image:nth-child(3) {
      left: 0px;
      top: 0px;
      z-index: -3; }
    section#process .item .meta {
      flaot: left;
      width: 100%; }
    section#process .item .description {
      width: 100%;
      float: left;
      position: relative; }
      section#process .item .description .step {
        font-size: 180px;
        font-family: "Montserrat", sans-serif;
        color: #eee;
        z-index: -100;
        position: absolute;
        display: none;
        top: -140px;
        left: -60px; }
        section#process .item .description .step:after {
          content: '';
          position: absolute;
          top: 100px;
          right: 0;
          left: 0;
          bottom: 60px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
          background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }
      section#process .item .description h3 {
        font-size: 24px;
        margin-bottom: 8px; }
      section#process .item .description p {
        font-size: 18px;
        margin-bottom: 16; }
  @media screen and (min-width: 691px) {
    section#process .item .image-wrap {
      display: block; }
    section#process .item .meta {
      flaot: right;
      width: 50%; }
    section#process .item .description {
      max-width: 400px; }
      section#process .item .description .step {
        top: -160px; }
    section#process .item:nth-child(2n) .image-wrap {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      section#process .item:nth-child(2n) .image-wrap .image {
        float: left;
        margin: 0 0 0 180px; }
    section#process .item:nth-child(2n) .meta {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      section#process .item:nth-child(2n) .meta .description {
        float: right;
        text-align: right; }
        section#process .item:nth-child(2n) .meta .description .step {
          left: auto;
          right: -60px; } }

/* --------------------------------------------
//	case block
*/
section#case {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  z-index: 103;
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow-y: scroll;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  .case-open section#case {
    visibility: visible;
    opacity: 1;
    background: white; }
    .case-open section#case .close {
      opacity: 1;
      visibility: visible; }
    .case-open section#case .wrap.ready {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      visibility: visible;
      opacity: 1; }
  section#case .wrap {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    visibility: hidden;
    opacity: 0; }
  section#case .close {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    position: relative;
    display: block;
    position: absolute;
    top: 16px;
    right: 12px; }
    section#case .close:before, section#case .close:after {
      display: block;
      content: "";
      width: 24px;
      height: 2px;
      border-radius: 2px;
      background: #212121;
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    section#case .close:before {
      -webkit-transform: translate(12px, 23px) rotate(45deg);
          -ms-transform: translate(12px, 23px) rotate(45deg);
              transform: translate(12px, 23px) rotate(45deg); }
    section#case .close:after {
      -webkit-transform: translate(12px, 23px) rotate(-45deg);
          -ms-transform: translate(12px, 23px) rotate(-45deg);
              transform: translate(12px, 23px) rotate(-45deg); }
  section#case .button {
    float: none;
    margin: 0 auto; }

/* --------------------------------------------
//	cases block
*/
section#cases {
  padding: 120px 0;
  background: #f8f8f8; }
  section#cases .item {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 8px 16px;
            box-shadow: rgba(0, 0, 0, 0.05) 0 8px 16px;
    -webkit-transition: -webkit-box-shadow ease-out 0.6s,
 -webkit-transform ease-out 0.6s;
    transition: -webkit-box-shadow ease-out 0.6s,
 -webkit-transform ease-out 0.6s;
    transition: box-shadow ease-out 0.6s,
 transform ease-out 0.6s;
    transition: box-shadow ease-out 0.6s,
 transform ease-out 0.6s,
 -webkit-box-shadow ease-out 0.6s,
 -webkit-transform ease-out 0.6s; }
    section#cases .item .image {
      width: 100%;
      height: auto;
      background: #ddd; }
      section#cases .item .image img {
        width: 100%;
        height: auto;
        display: block; }
    section#cases .item .description {
      padding: 24px; }
      section#cases .item .description .open-cases {
        color: #272727; }
      section#cases .item .description h3 {
        font-size: 24px;
        margin-bottom: 8px; }
      section#cases .item .description p {
        font-size: 18px;
        margin-bottom: 16; }
    section#cases .item .tags {
      border-top: 1px solid #eee;
      padding: 12px 0 0 0;
      margin: 0 0 24px 0; }
      section#cases .item .tags ul li {
        float: left; }
        section#cases .item .tags ul li a {
          margin: 0 4px 4px 0;
          display: block;
          padding: 4px;
          text-transform: uppercase;
          font-size: 12px; }
  section#cases .button {
    margin: 60px auto 0 auto;
    float: none; }
  @media screen and (min-width: 1080px) {
    section#cases .item:hover {
      -webkit-transform: translate3d(0, -8px, 0);
              transform: translate3d(0, -8px, 0);
      -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 16px 24px;
              box-shadow: rgba(0, 0, 0, 0.08) 0 16px 24px;
      -webkit-transition: -webkit-box-shadow ease 0.6s,
 -webkit-transform ease 0.6s;
      transition: -webkit-box-shadow ease 0.6s,
 -webkit-transform ease 0.6s;
      transition: box-shadow ease 0.6s,
 transform ease 0.6s;
      transition: box-shadow ease 0.6s,
 transform ease 0.6s,
 -webkit-box-shadow ease 0.6s,
 -webkit-transform ease 0.6s; } }

/* --------------------------------------------
//	services
*/
section#services {
  padding: 120px 0; }
  section#services .wrap {
    margin: 0; }
  section#services .item {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
    float: left; }
    section#services .item h3 {
      font-size: 18px;
      color: #888888; }
    section#services .item ul {
      margin-left: 32px; }
      section#services .item ul li {
        position: relative; }
        section#services .item ul li:before {
          content: "";
          display: block;
          width: 12px;
          height: 2px;
          border-radius: 1px;
          background: #8e96ff;
          position: absolute;
          left: -24px;
          top: 12px; }
    section#services .item .icon {
      position: absolute;
      bottom: 24px;
      right: 24px;
      width: 40px;
      height: 40px;
      flaot: right;
      color: blue;
      padding: 8px; }
      section#services .item .icon i {
        font-size: 24px; }
        section#services .item .icon i.fa-twitter {
          color: #55acee; }
        section#services .item .icon i.fa-facebook {
          color: #3b5998; }
        section#services .item .icon i.fa-instagram {
          color: #e95950; }
        section#services .item .icon i.fa-linkedin {
          color: #007bb5; }
  @media screen and (min-width: 691px) {
    section#services .item {
      width: -webkit-calc(33.33% - 24px);
      width: calc(33.33% - 24px);
      margin: 0 12px 32px 12px; } }
  @media screen and (min-width: 1080px) {
    section#services .wrap {
      margin: 0 -16px; }
    section#services .item {
      width: -webkit-calc((33.33% - 32px));
      width: calc((33.33% - 32px));
      margin: 0 16px 32px 16px; } }

/* --------------------------------------------
//	testimonials block
*/
section#testimonials {
  background: #f0f0ff;
  padding: 120px 0; }
  section#testimonials #loader {
    height: 240px;
    overflow: visible !important;
    margin: 0 -16px; }
  section#testimonials .wrap {
    height: 100%;
    width: 300%; }
  section#testimonials .item {
    width: 380px;
    margin: 0 16px 32px 16px;
    padding: 24px;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: rgba(29, 29, 31, 0.08) 0 10px 48px;
            box-shadow: rgba(29, 29, 31, 0.08) 0 10px 48px;
    float: left;
    cursor: move; }
    section#testimonials .item .message {
      margin-bottom: 24px; }
      section#testimonials .item .message p {
        font-size: 16px;
        margin: 0;
        color: #272727; }
    section#testimonials .item .user {
      position: absolute;
      display: block;
      left: 24px;
      right: 72px;
      bottom: 24px; }
    section#testimonials .item .image {
      float: left;
      background: #ddd;
      border-radius: 24px;
      height: 40px;
      width: 40px;
      margin-right: 16px;
      overflow: hidden; }
      section#testimonials .item .image img {
        height: 40px;
        width: 40px;
        display: block; }
    section#testimonials .item .name {
      padding: 0px 0; }
      section#testimonials .item .name h3 {
        font-size: 14px;
        margin: 0; }
      section#testimonials .item .name .username {
        font-size: 14px; }
    section#testimonials .item .icon {
      position: absolute;
      bottom: 24px;
      right: 24px;
      width: 40px;
      height: 40px;
      flaot: right;
      color: blue;
      padding: 8px; }
      section#testimonials .item .icon i {
        font-size: 24px; }
        section#testimonials .item .icon i.fa-twitter {
          color: #55acee; }
        section#testimonials .item .icon i.fa-facebook {
          color: #3b5998; }
        section#testimonials .item .icon i.fa-instagram {
          color: #e95950; }
        section#testimonials .item .icon i.fa-linkedin {
          color: #007bb5; }

/* --------------------------------------------
//	stats block
*/
section#stats {
  padding: 120px 0; }
  section#stats .wrap {
    margin: 0; }
  section#stats .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 32px;
    border-radius: 5px;
    background: red;
    background: #f8f8f8;
    position: relative;
    float: left; }
    section#stats .item .icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 24px auto;
      padding: 24px 12px 0 12px;
      font-size: 48px;
      text-align: center;
      color: #8e96ff; }
    section#stats .item h3 {
      font-size: 12px;
      text-align: center;
      margin-bottom: 0;
      text-transform: uppercase; }
    section#stats .item .count {
      font-size: 40px;
      text-align: center; }
  @media screen and (min-width: 521px) {
    section#stats .wrap {
      margin: 0 -6px; }
    section#stats .item {
      width: -webkit-calc(33.33% - 12px);
      width: calc(33.33% - 12px);
      margin: 0 6px 12px 6px; } }
  @media screen and (min-width: 691px) {
    section#stats .item {
      width: -webkit-calc(33.33% - 12px);
      width: calc(33.33% - 12px);
      margin: 0 6px 12px 6px; } }
  @media screen and (min-width: 1080px) {
    section#stats .wrap {
      margin: 0 -16px; }
    section#stats .item {
      width: -webkit-calc(33.33% - 32px);
      width: calc(33.33% - 32px);
      margin: 0 16px 32px 16px; } }

/* --------------------------------------------
//	contact block
*/
section#contact {
  padding: 120px 0 120px 0; }
  section#contact .button {
    margin: 0 auto;
    float: none; }
    
.captchaSubmit{
	float: left;
	width: 100%;
	position: relative;
}

#captcha{
	margin: 0 0 24px 0;
}

.g-recaptcha {
    transform:scale(0.8);
    transform-origin:0 0;
    margin-top: 0;
}

.cookiesBar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -500px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	-webkit-transition-duration: 2s; /* Safari */
    transition-duration: 2s;
    z-index: 99999;
    font-size: 12px !important:
}

.cookiesBar > div {
	 padding: 15px 50px;
	 overflow: hidden;
 }

.cookiesBar > div > span{
	margin-top: 5px;
}

.cookiesBar.open{
	bottom: 0;
}

.cookiesBar span{
	float: left;
	font-size: 12px;
}

.cookiesBar .acceptCookies{
	border: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 5px 20px !important;
	float: right;
	cursor: pointer;
}

.verDetalheCookiesBar{
	cursor: pointer;
}

.btn-modal-menu{
	background: transparent;
	border: 1px solid #f8e000;
	color: #f8e000;
}

.copy>p{
	margin-bottom: 0;
}

.popup{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    transition: all 0.5s;
    background-color: transparent;
    transition-delay: 0.1s;
    overflow-y: auto;
    padding-bottom: 150px;
}

.fecha{
	text-align: right;
	color: black;
	padding-top: 30px;
	padding-right: 30px;
	position: relative;
	display: block;
	transition: all 0.5s;
    transition-delay: 0.1s;
	opacity: 0;
}


.popup .container{
	opacity: 0;
	transition: all 0.5s;
    transition-delay: 0.1s;
}

.popup.abre{
	z-index: 1;
	background-color: white;
}

.popup.abre .fecha{
	opacity: 1;
	cursor: pointer;
}

.popup.abre .container{
	opacity: 1;
}

.popup .mini{
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.popup h2{
	text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #272727;
}

.conteudoNoticia{
    font-size: 16px;
    margin: 0;
    color: #272727;
    margin-top: 50px;
}

.fotoDetalheNoticia{
    width: 100%;
    height: 40vh;
    margin-top: 30px;
    object-fit: cover;
}

.overflow{
	overflow-y: hidden !important;
}

.d-none{
	display: none !important;	
}

.item.detalheNoticia{
	cursor: pointer !important;
}

.wrap.noticias, section#testimonials{
	cursor: all-scroll; 
}