@charset "UTF-8";
/* RESET
 * ------------------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #222; }

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2rem; }

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem; }

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  color: #1EAEDB;
  text-decoration: underline; }

a:hover, a:focus, a:active {
  color: #0FA0CE; }

/* LISTS
 * ------------------------------------------------ */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* CODE
 * ------------------------------------------------ */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* TABLES
 * ------------------------------------------------ */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

/* UTILITIES
 * ------------------------------------------------ */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 3rem;
  color: #555;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
  .button.button-primary,
  button.button-primary,
  input[type="submit"].button-primary,
  input[type="reset"].button-primary,
  input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0; }
    .button.button-primary:hover, .button.button-primary:focus,
    button.button-primary:hover,
    button.button-primary:focus,
    input[type="submit"].button-primary:hover,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:hover,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:hover,
    input[type="button"].button-primary:focus {
      color: #FFF;
      background-color: #1EAEDB;
      border-color: #1EAEDB; }

.button:visited {
  color: #555; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FORMS
 * ------------------------------------------------ */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal; }

/* SPACING
 * ------------------------------------------------ */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* MISC
 * ------------------------------------------------ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.row {
  margin-bottom: 2rem; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  /* Overrides */
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }
    .column:first-child,
    .columns:first-child {
      margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66667%; }

  .two.columns {
    width: 13.33333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.66667%; }

  .five.columns {
    width: 39.33333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.66667%; }

  .eight.columns {
    width: 65.33333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.66667%; }

  .eleven.columns {
    width: 91.33333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column,
  .one-third.columns {
    width: 30.66667%; }

  .two-thirds.column,
  .two-thirds.columns {
    width: 63.33333%; }

  .one-half.column,
  .one-half.columns {
    width: 48%; }

  .full-width.column,
  .full-width.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .offset-by-one {
    margin-left: 8.66667%; }

  .offset-by-two {
    margin-left: 17.33333%; }

  .offset-by-three {
    margin-left: 26%; }

  .offset-by-four {
    margin-left: 34.66667%; }

  .offset-by-five {
    margin-left: 43.33333%; }

  .offset-by-six {
    margin-left: 52%; }

  .offset-by-seven {
    margin-left: 60.66667%; }

  .offset-by-eight {
    margin-left: 69.33333%; }

  .offset-by-nine {
    margin-left: 78%; }

  .offset-by-ten {
    margin-left: 86.66667%; }

  .offset-by-eleven {
    margin-left: 95.33333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 99%) {
  .container {
    width: 768px; }
    .container .column.alpha,
    .container .columns.alpha {
      margin-left: 0;
      margin-right: 2%; }
    .container .column.omega,
    .container .columns.omega {
      margin-right: 0;
      margin-left: 2%; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; } }
/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%; }
    .container .column,
    .container .columns {
      margin-left: 2%;
      margin-right: 2%; }
    .container .one.column {
      width: 100%; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
      width: 96%; }
    .container .one-third.column {
      width: 96%; }
    .container .two-thirds.column {
      width: 96%; }
    .container .full-width.columns {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
      padding-left: 0; } }
/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%; }
    .container .column,
    .container .columns {
      margin-left: 2%;
      margin-right: 2%; }
    .container .one.column {
      width: 100%; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
      width: 96%; }
    .container .one-third.column {
      width: 96%; }
    .container .two-thirds.column {
      width: 96%; }
    .container .full-width.columns {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
      padding-left: 0; } }
/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .row {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clearfix:after, .row:after {
    clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

u {
  display: none; }

i {
  font-style: normal; }

img {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: none; }

html,
body,
#root {
  display: block;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  color: #767676;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400; }

html,
body {
  background: #82c556; }

html #root, html.ready,
html body {
  background: #ffffff; }

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #82c556;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0s, false;
  -moz-transition: opacity 0.4s ease 0s, visibility 0s ease 0s, false;
  -ms-transition: opacity 0.4s ease 0s, visibility 0s ease 0s, false;
  -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0s, false;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0s, false;
  z-index: 99999; }
@if( $mobile-browser == true ) {
  #preloader {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    #preloader > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
@if( $extra-transitions != false ) {}
  #preloader img {
    width: 320px;
    max-width: 100%;
    height: auto;
    pointer-events: none; }
  html.ready #preloader {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    -moz-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    -ms-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false; }
@if( $extra-transitions != false ) {}
input[type="email"], input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="number"], input[type="number"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="search"], input[type="search"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="text"], input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="tel"], input[type="tel"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="url"], input[type="url"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="password"], input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea, textarea:active, textarea:hover, textarea:focus, input[type="email"]:active, input[type="number"]:active, input[type="search"]:active, input[type="text"]:active, input[type="tel"]:active, input[type="url"]:active, input[type="password"]:active, textarea:active, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="text"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="password"]:hover, textarea:hover, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
  background: transparent;
  border: 0 none;
  width: 100%;
  outline: none;
  margin: 0; }

input[type="email"], input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="number"], input[type="number"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="search"], input[type="search"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="text"], input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="tel"], input[type="tel"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="url"], input[type="url"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="password"], input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, .file-field {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

textarea, textarea:active, textarea:hover, textarea:focus {
  border-width: 1px;
  border-style: solid; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1; }

html,
body,
#root,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  letter-spacing: 0;
  line-height: 1; }

html,
body,
#root,
p {
  color: #767676;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

a, a:visited, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }
a.default {
  cursor: default !important; }

p a:hover {
  text-decoration: underline; }

p {
  margin: 0; }
  p ~ p {
    margin-top: 10px; }

form [role="alert"] {
  background: #d79b24;
  color: #fff !important;
  padding: 10px 20px !important;
  border: 0 none !important;
  display: block;
  position: static !important;
  border-radius: 0;
  height: auto !important;
  width: auto !important; }
  form [role="alert"] li {
    margin: 10px 0; }
  form [role="alert"] ul {
    margin: 0; }

.hr,
hr {
  clear: both;
  margin: 10px 0;
  height: 2px;
  background: #11110f;
  border: 0 none;
  display: block;
  float: none;
  width: 100%;
  position: relative; }

.simple-parallax div.cover a[data-open] > i, .simple-parallax div.cover a[data-scroll] > i, .particle-box article > a > i, .circle-icon {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .simple-parallax div.cover a[data-open] > i > span, .simple-parallax div.cover a[data-scroll] > i > span, .particle-box article > a > i > span, .circle-icon > span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: block; }
  .simple-parallax div.cover a[data-open] > i img, .simple-parallax div.cover a[data-scroll] > i img, .particle-box article > a > i img, .circle-icon img {
    display: block;
    margin: 0 auto; }

.simple-parallax div.cover a[data-open] > i .cover, .simple-parallax div.cover a[data-scroll] > i .cover, .particle-box article > a > i .cover {
  -webkit-transition: background 0.4s ease 0s, box-shadow 0.4s ease 0.2s, transform 0.6s ease 0s;
  -moz-transition: background 0.4s ease 0s, box-shadow 0.4s ease 0.2s, transform 0.6s ease 0s;
  -ms-transition: background 0.4s ease 0s, box-shadow 0.4s ease 0.2s, transform 0.6s ease 0s;
  -o-transition: background 0.4s ease 0s, box-shadow 0.4s ease 0.2s, transform 0.6s ease 0s;
  transition: background 0.4s ease 0s, box-shadow 0.4s ease 0.2s, transform 0.6s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.simple-parallax div.cover a[data-open] > i:hover .cover, .simple-parallax div.cover a[data-scroll] > i:hover .cover, .particle-box article > a > i:hover .cover {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.27);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.simple-parallax div.cover a[data-open] > i .icon-down-open, .simple-parallax div.cover a[data-scroll] > i .icon-down-open, .particle-box article > a > i .icon-down-open {
  display: block;
  margin-bottom: -18px; }
  .simple-parallax div.cover a[data-open] > i .icon-down-open:before, .simple-parallax div.cover a[data-scroll] > i .icon-down-open:before, .particle-box article > a > i .icon-down-open:before {
    line-height: 1;
    margin: 0;
    font-size: 11px;
    top: -2px;
    position: relative; }

#splash-menu nav ul, #root-blog article.single-post .tags ul, #root-blog article.single-post .tags ol, #root-blog .social-sharer, #footer ul,
#footer ol, .custom-icons > div, .heavy-carousel .element, section.blog-area > ul,
section.blog-area > ol, .cnt ul.half, #root-single-solution .cnt ul,
.cnt ol.half, #root-single-solution
.cnt ol {
  font-size: 0;
  line-height: 0; }
  #splash-menu nav ul > *, #root-blog article.single-post .tags ul > *, #root-blog article.single-post .tags ol > *, #root-blog .social-sharer > *, #footer ul > *,
  #footer ol > *, .custom-icons > div > *, .heavy-carousel .element > *, section.blog-area > ul > *,
  section.blog-area > ol > *, .cnt ul.half > *, #root-single-solution .cnt ul > *,
  .cnt ol.half > *, #root-single-solution
  .cnt ol > * {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 13px; }

.partnerships-roll-container, section.blog-area > ul,
section.blog-area > ol {
  width: 90%;
  margin: 0 auto; }

.button:hover, .button:focus, .button:active, .button.flat,
.button:visited:hover,
.button:visited:focus,
.button:visited:active,
.button.flat:visited, .button,
.button:visited {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 17px 56px;
  height: auto;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  text-decoration: none; }
  .button:active,
  .button:active:visited {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  @media only screen and (max-width: 767px) {
    .button:hover, .button:focus, .button:active, .button.flat,
    .button:visited:hover,
    .button:visited:focus,
    .button:visited:active,
    .button.flat:visited, .button,
    .button:visited {
      padding: 14px 18px; } }

.button:hover, .button:focus, .button:active, .button.flat,
.button:visited:hover,
.button:visited:focus,
.button:visited:active,
.button.flat:visited {
  border-color: transparent !important; }

#menu-opener.open span.i > i, .cross > i, #menu-opener span.i > i {
  display: block;
  width: 26px;
  height: 4px;
  border-top-width: 4px;
  border-top-style: solid;
  margin: 4px 0;
  position: relative;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  -ms-transform: rotate(0deg) translate3d(0, 0, 0);
  -o-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0); }

#menu-opener.open span.i > i:first-child, .cross > i:first-child {
  -webkit-transform: rotate(45deg) translate3d(-1px, 12px, 0);
  -moz-transform: rotate(45deg) translate3d(-1px, 12px, 0);
  -ms-transform: rotate(45deg) translate3d(-1px, 12px, 0);
  -o-transform: rotate(45deg) translate3d(-1px, 12px, 0);
  transform: rotate(45deg) translate3d(-1px, 12px, 0); }
  #menu-opener.open span.i > i:first-child + i, .cross > i:first-child + i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(11px, 0, 0);
    -moz-transform: translate3d(11px, 0, 0);
    -ms-transform: translate3d(11px, 0, 0);
    -o-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0); }
    #menu-opener.open span.i > i:first-child + i + i, .cross > i:first-child + i + i {
      -webkit-transform: rotate(-45deg) translate3d(-1px, -12px, 0);
      -moz-transform: rotate(-45deg) translate3d(-1px, -12px, 0);
      -ms-transform: rotate(-45deg) translate3d(-1px, -12px, 0);
      -o-transform: rotate(-45deg) translate3d(-1px, -12px, 0);
      transform: rotate(-45deg) translate3d(-1px, -12px, 0); }

#header {
  position: relative;
  min-height: 320px; }
  #header .hero-text-container {
    max-width: 720px; }
  #header .cover {
    z-index: 1; }
  #header > a {
    z-index: 2; }
    #header > a.top-right {
      position: absolute;
      top: 53px;
      left: 9%; }
    #header > a.top-left {
      position: absolute;
      top: 53px;
      left: 9%; }
    #header > a.bottom-right {
      position: absolute;
      bottom: 53px;
      right: 9%; }
    #header > a.bottom-left {
      position: absolute;
      bottom: 53px;
      left: 9%; }
  #header .open-contact {
    background-color: #82c556;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
    -moz-transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
    -ms-transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
    -o-transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease; }
    #header .open-contact:hover {
      color: #82c556;
      background-color: #ffffff;
      text-decoration: none;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  @media only screen and (max-width: 767px) {
    #header .tbl {
      padding: 0 10px; } }
  #header .tbl p,
  #header .tbl span {
    font-weight: 600;
    font-size: 15px; }
    @media only screen and (max-width: 459px) {
      #header .tbl p,
      #header .tbl span {
        font-size: 13px; } }
  #header .tbl h1, #header .tbl h2, #header .tbl h3, #header .tbl h4, #header .tbl h5, #header .tbl h6 {
    font-weight: 500;
    line-height: 1; }
    #header .tbl h1:first-child, #header .tbl h2:first-child, #header .tbl h3:first-child, #header .tbl h4:first-child, #header .tbl h5:first-child, #header .tbl h6:first-child {
      color: #fff;
      font-size: 50px; }
      @media only screen and (max-width: 767px) {
        #header .tbl h1:first-child, #header .tbl h2:first-child, #header .tbl h3:first-child, #header .tbl h4:first-child, #header .tbl h5:first-child, #header .tbl h6:first-child {
          font-size: 36px; } }
      @media only screen and (max-width: 459px) {
        #header .tbl h1:first-child, #header .tbl h2:first-child, #header .tbl h3:first-child, #header .tbl h4:first-child, #header .tbl h5:first-child, #header .tbl h6:first-child {
          font-size: 20px; } }
      #header .tbl h1:first-child ~ *,
      #header .tbl h1:first-child ~ * *, #header .tbl h2:first-child ~ *,
      #header .tbl h2:first-child ~ * *, #header .tbl h3:first-child ~ *,
      #header .tbl h3:first-child ~ * *, #header .tbl h4:first-child ~ *,
      #header .tbl h4:first-child ~ * *, #header .tbl h5:first-child ~ *,
      #header .tbl h5:first-child ~ * *, #header .tbl h6:first-child ~ *,
      #header .tbl h6:first-child ~ * * {
        color: #82c556; }
  #header .circle-icon {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.85); }
  #header.decorative .tbl h1:first-child, #header.decorative .tbl h2:first-child, #header.decorative .tbl h3:first-child, #header.decorative .tbl h4:first-child, #header.decorative .tbl h5:first-child, #header.decorative .tbl h6:first-child {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.85); }
  #header .cover > a[data-scroll],
  #header .cover > a[data-open] {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -59px; }
    #header .cover > a[data-scroll] > i > span,
    #header .cover > a[data-open] > i > span {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 7px rgba(0, 0, 0, 0.36) inset; }

#menu-opener {
  position: absolute;
  top: 53px;
  right: 9%;
  z-index: 4;
  padding-right: 26px;
  height: 26px;
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
  -webkit-transition: top 0.4s ease, color 0.4s ease;
  -moz-transition: top 0.4s ease, color 0.4s ease;
  -ms-transition: top 0.4s ease, color 0.4s ease;
  -o-transition: top 0.4s ease, color 0.4s ease;
  transition: top 0.4s ease, color 0.4s ease; }
  #menu-opener:not(.open):hover span.i > i:first-child {
    -webkit-transform: translate3d(-1px, -2px, 0);
    -moz-transform: translate3d(-1px, -2px, 0);
    -ms-transform: translate3d(-1px, -2px, 0);
    -o-transform: translate3d(-1px, -2px, 0);
    transform: translate3d(-1px, -2px, 0); }
    #menu-opener:not(.open):hover span.i > i:first-child + i + i {
      -webkit-transform: translate3d(1px, 2px, 0);
      -moz-transform: translate3d(1px, 2px, 0);
      -ms-transform: translate3d(1px, 2px, 0);
      -o-transform: translate3d(1px, 2px, 0);
      transform: translate3d(1px, 2px, 0); }
  html.mobile #menu-opener:not(.open):hover span.i > i,
  html.mobile #menu-opener:not(.open):hover span.i > i + i + i {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #menu-opener.open {
    position: fixed; }
  @media only screen and (max-width: 767px) {
    #menu-opener {
      width: 26px;
      padding-right: 0; } }
  #menu-opener.green, #menu-opener.page-section-with-icon:before {
    color: #82c556; }
  #menu-opener span,
  #menu-opener i {
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
    -moz-transition: opacity 0.4s ease, transform 0.4s ease;
    -ms-transition: opacity 0.4s ease, transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease; }
  #menu-opener span {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    margin-right: 31px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #menu-opener span:not(.i) {
        display: none; } }
  #menu-opener span.i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    margin: 0; }
  #menu-opener.open span {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-80px, 0, 0);
    -moz-transform: translate3d(-80px, 0, 0);
    -ms-transform: translate3d(-80px, 0, 0);
    -o-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  #menu-opener.open span.i {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.6;
    filter: alpha(opacity=60); }

html #fake-header {
  position: fixed;
  height: 64px;
  -webkit-transform: translate3d(0, -139px, 0);
  -moz-transform: translate3d(0, -139px, 0);
  -ms-transform: translate3d(0, -139px, 0);
  -o-transform: translate3d(0, -139px, 0);
  transform: translate3d(0, -139px, 0);
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  html #fake-header > div {
    position: absolute;
    top: 53px;
    left: 9%;
    top: 0;
    height: 100%; }
  html #fake-header #logo {
    display: block;
    height: 28px;
    float: left;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    html #fake-header #logo:hover {
      opacity: 0.75; }
    html #fake-header #logo img {
      max-height: 100%;
      max-width: none; }
html.scrolled #fake-header {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
html.scrolled #menu-opener {
  position: fixed !important;
  color: #ffffff !important;
  top: 16px; }

body.tag .hero-text-container p {
  color: #82c556; }

#splash-menu nav li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent url("../images/icon-world.png") center center no-repeat; }

#splash-menu {
  color: #ffffff; }
  #splash-menu.splash {
    background: rgba(0, 0, 0, 0.95); }
    #splash-menu.splash .appear {
      position: static;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.75s ease;
      -moz-transition: opacity 0.75s ease;
      -ms-transition: opacity 0.75s ease;
      -o-transition: opacity 0.75s ease;
      transition: opacity 0.75s ease; }
    #splash-menu.splash.open .appear {
      opacity: 1;
      filter: alpha(opacity=100); }
    #splash-menu.splash.open ~ #menu-opener {
      position: absolute;
      top: 53px;
      right: 9%;
      color: #ffffff !important; }
  #splash-menu a {
    color: inherit; }
    #splash-menu a:hover {
      text-decoration: none; }
    #splash-menu a.top-left {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  #splash-menu .hr {
    margin: 0;
    background: transparent; }
    @media only screen and (max-width: 767px) {
      #splash-menu .hr {
        display: none; } }
    #splash-menu .hr > span, #splash-menu .hr:after, #splash-menu .hr:before {
      content: " ";
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      width: 20%; }
    #splash-menu .hr > span {
      left: 20%;
      width: 60%;
      background: #191919; }
    #splash-menu .hr:after {
      right: 0;
      background: -moz-linear-gradient(left, rgba(25, 25, 25, 0.65) 0%, transparent 100%);
      background: -webkit-linear-gradient(left, rgba(25, 25, 25, 0.65) 0%, transparent 100%);
      background: linear-gradient(to right, rgba(25, 25, 25, 0.65) 0%, transparent 100%); }
    #splash-menu .hr:before {
      left: 0;
      background: -moz-linear-gradient(left, transparent 0%, rgba(25, 25, 25, 0.65) 100%);
      background: -webkit-linear-gradient(left, transparent 0%, rgba(25, 25, 25, 0.65) 100%);
      background: linear-gradient(to right, transparent 0%, rgba(25, 25, 25, 0.65) 100%); }
  #splash-menu ul,
  #splash-menu ol,
  #splash-menu li:not([class*="column"]) {
    padding: 0;
    margin: 0;
    list-style: none; }
  #splash-menu nav {
    padding-bottom: 42px; }
    @media only screen and (max-width: 767px) {
      #splash-menu nav {
        margin: 0 0 0 -1px !important;
        padding: 0 !important;
        width: 100% !important; } }
    #splash-menu nav li {
      vertical-align: middle; }
      #splash-menu nav li.special {
        -webkit-transition: border-color 0.4s ease, color 0.4s ease;
        -moz-transition: border-color 0.4s ease, color 0.4s ease;
        -ms-transition: border-color 0.4s ease, color 0.4s ease;
        -o-transition: border-color 0.4s ease, color 0.4s ease;
        transition: border-color 0.4s ease, color 0.4s ease;
        border: 1px solid;
        border-radius: 4px;
        padding: 6px;
        color: #B5B4B4;
        position: relative;
        padding-left: 28px; }
        @media only screen and (max-width: 767px) {
          #splash-menu nav li.special {
            padding: 0;
            border: 0; } }
        #splash-menu nav li.special a {
          font-weight: 500;
          margin: 0 0 0 10px;
          font-size: 13px;
          color: inherit !important; }
          @media only screen and (max-width: 767px) {
            #splash-menu nav li.special a {
              margin: 0 !important; } }
        #splash-menu nav li.special:before {
          font-size: 16px;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background: none;
          height: 100%;
          line-height: 24px;
          text-align: center;
          width: 28px;
          border-right-width: 1px;
          border-right-style: solid;
          top: 0;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            #splash-menu nav li.special:before {
              display: none !important; } }
        #splash-menu nav li.special:hover {
          color: #ffffff;
          border-color: #ffffff; }
  #splash-menu [class*="column"] {
    margin-top: 36px; }
    #splash-menu [class*="column"] [class*="column"] {
      margin-top: 0; }
      #splash-menu [class*="column"] [class*="column"]:nth-child(2n+1) {
        margin-left: 0;
        clear: left; }
    #splash-menu [class*="column"] ul,
    #splash-menu [class*="column"] ol,
    #splash-menu [class*="column"] li,
    #splash-menu [class*="column"] div,
    #splash-menu [class*="column"] article {
      margin-top: 0;
      display: block;
      list-style: none; }
      #splash-menu [class*="column"] ul .title,
      #splash-menu [class*="column"] ol .title,
      #splash-menu [class*="column"] li .title,
      #splash-menu [class*="column"] div .title,
      #splash-menu [class*="column"] article .title {
        text-transform: uppercase;
        line-height: 19px;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          #splash-menu [class*="column"] ul .title,
          #splash-menu [class*="column"] ul .title > *,
          #splash-menu [class*="column"] ol .title,
          #splash-menu [class*="column"] ol .title > *,
          #splash-menu [class*="column"] li .title,
          #splash-menu [class*="column"] li .title > *,
          #splash-menu [class*="column"] div .title,
          #splash-menu [class*="column"] div .title > *,
          #splash-menu [class*="column"] article .title,
          #splash-menu [class*="column"] article .title > * {
            text-align: center;
            font-weight: 400;
            margin: 10px 0 0 0 !important;
            font-size: 12px !important;
            line-height: 1 !important; } }
        #splash-menu [class*="column"] ul .title > a,
        #splash-menu [class*="column"] ol .title > a,
        #splash-menu [class*="column"] li .title > a,
        #splash-menu [class*="column"] div .title > a,
        #splash-menu [class*="column"] article .title > a {
          -webkit-transition: color 0.4s ease;
          -moz-transition: color 0.4s ease;
          -ms-transition: color 0.4s ease;
          -o-transition: color 0.4s ease;
          transition: color 0.4s ease;
          display: block;
          position: relative; }
          #splash-menu [class*="column"] ul .title > a .circle-icon,
          #splash-menu [class*="column"] ol .title > a .circle-icon,
          #splash-menu [class*="column"] li .title > a .circle-icon,
          #splash-menu [class*="column"] div .title > a .circle-icon,
          #splash-menu [class*="column"] article .title > a .circle-icon {
            margin-top: 5px;
            -webkit-transition: transform 0.4s ease;
            -moz-transition: transform 0.4s ease;
            -ms-transition: transform 0.4s ease;
            -o-transition: transform 0.4s ease;
            transition: transform 0.4s ease;
            padding-right: 30px;
            float: left;
            width: 34%; }
            @media only screen and (max-width: 959px) {
              #splash-menu [class*="column"] ul .title > a .circle-icon,
              #splash-menu [class*="column"] ol .title > a .circle-icon,
              #splash-menu [class*="column"] li .title > a .circle-icon,
              #splash-menu [class*="column"] div .title > a .circle-icon,
              #splash-menu [class*="column"] article .title > a .circle-icon {
                display: none; } }
            #splash-menu [class*="column"] ul .title > a .circle-icon + span,
            #splash-menu [class*="column"] ol .title > a .circle-icon + span,
            #splash-menu [class*="column"] li .title > a .circle-icon + span,
            #splash-menu [class*="column"] div .title > a .circle-icon + span,
            #splash-menu [class*="column"] article .title > a .circle-icon + span {
              -webkit-transition: color 0.4s ease;
              -moz-transition: color 0.4s ease;
              -ms-transition: color 0.4s ease;
              -o-transition: color 0.4s ease;
              transition: color 0.4s ease;
              width: 66%;
              float: right; }
              @media only screen and (max-width: 959px) {
                #splash-menu [class*="column"] ul .title > a .circle-icon + span,
                #splash-menu [class*="column"] ol .title > a .circle-icon + span,
                #splash-menu [class*="column"] li .title > a .circle-icon + span,
                #splash-menu [class*="column"] div .title > a .circle-icon + span,
                #splash-menu [class*="column"] article .title > a .circle-icon + span {
                  width: 100%;
                  height: auto !important; } }
            #splash-menu [class*="column"] ul .title > a .circle-icon img,
            #splash-menu [class*="column"] ol .title > a .circle-icon img,
            #splash-menu [class*="column"] li .title > a .circle-icon img,
            #splash-menu [class*="column"] div .title > a .circle-icon img,
            #splash-menu [class*="column"] article .title > a .circle-icon img {
              display: block;
              margin: 0 auto;
              padding: 18%; }
          #splash-menu [class*="column"] ul .title > a:hover,
          #splash-menu [class*="column"] ol .title > a:hover,
          #splash-menu [class*="column"] li .title > a:hover,
          #splash-menu [class*="column"] div .title > a:hover,
          #splash-menu [class*="column"] article .title > a:hover {
            color: #c7c7c7 !important; }
        #splash-menu [class*="column"] ul .title:hover .circle-icon,
        #splash-menu [class*="column"] ol .title:hover .circle-icon,
        #splash-menu [class*="column"] li .title:hover .circle-icon,
        #splash-menu [class*="column"] div .title:hover .circle-icon,
        #splash-menu [class*="column"] article .title:hover .circle-icon {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
          #splash-menu [class*="column"] ul .title:hover .circle-icon + span,
          #splash-menu [class*="column"] ol .title:hover .circle-icon + span,
          #splash-menu [class*="column"] li .title:hover .circle-icon + span,
          #splash-menu [class*="column"] div .title:hover .circle-icon + span,
          #splash-menu [class*="column"] article .title:hover .circle-icon + span {
            color: #c7c7c7 !important; }
        #splash-menu [class*="column"] ul .title [data-open],
        #splash-menu [class*="column"] ol .title [data-open],
        #splash-menu [class*="column"] li .title [data-open],
        #splash-menu [class*="column"] div .title [data-open],
        #splash-menu [class*="column"] article .title [data-open] {
          cursor: default; }
        #splash-menu [class*="column"] ul .title + .ul > ul,
        #splash-menu [class*="column"] ol .title + .ul > ul,
        #splash-menu [class*="column"] li .title + .ul > ul,
        #splash-menu [class*="column"] div .title + .ul > ul,
        #splash-menu [class*="column"] article .title + .ul > ul {
          width: 100%; }
        #splash-menu [class*="column"] ul .title + .ul > a,
        #splash-menu [class*="column"] ol .title + .ul > a,
        #splash-menu [class*="column"] li .title + .ul > a,
        #splash-menu [class*="column"] div .title + .ul > a,
        #splash-menu [class*="column"] article .title + .ul > a {
          display: none; }
        @media only screen and (max-width: 767px) {
          #splash-menu [class*="column"] ul .title,
          #splash-menu [class*="column"] ol .title,
          #splash-menu [class*="column"] li .title,
          #splash-menu [class*="column"] div .title,
          #splash-menu [class*="column"] article .title {
            color: #ffffff !important;
            width: 50% !important;
            width: calc( 50% - 1px ) !important;
            left: 0.5px !important;
            margin: 0.5px 0 !important;
            outline: 1px solid #5f9e36;
            position: relative; } }
  @media only screen and (max-width: 767px) and (max-width: 459px) {
    #splash-menu [class*="column"] ul .title,
    #splash-menu [class*="column"] ol .title,
    #splash-menu [class*="column"] li .title,
    #splash-menu [class*="column"] div .title,
    #splash-menu [class*="column"] article .title {
      width: 100% !important;
      width: calc( 100% - 2px ) !important; } }
        @media only screen and (max-width: 767px) {
            #splash-menu [class*="column"] ul .title.title,
            #splash-menu [class*="column"] ol .title.title,
            #splash-menu [class*="column"] li .title.title,
            #splash-menu [class*="column"] div .title.title,
            #splash-menu [class*="column"] article .title.title {
              width: 100% !important;
              width: calc( 100% - 2px ) !important; }
            #splash-menu [class*="column"] ul .title > h3,
            #splash-menu [class*="column"] ol .title > h3,
            #splash-menu [class*="column"] li .title > h3,
            #splash-menu [class*="column"] div .title > h3,
            #splash-menu [class*="column"] article .title > h3 {
              margin: 0; }
            #splash-menu [class*="column"] ul .title > .a,
            #splash-menu [class*="column"] ul .title > a,
            #splash-menu [class*="column"] ul .title > h3 > a,
            #splash-menu [class*="column"] ul .title > h3 > .a,
            #splash-menu [class*="column"] ol .title > .a,
            #splash-menu [class*="column"] ol .title > a,
            #splash-menu [class*="column"] ol .title > h3 > a,
            #splash-menu [class*="column"] ol .title > h3 > .a,
            #splash-menu [class*="column"] li .title > .a,
            #splash-menu [class*="column"] li .title > a,
            #splash-menu [class*="column"] li .title > h3 > a,
            #splash-menu [class*="column"] li .title > h3 > .a,
            #splash-menu [class*="column"] div .title > .a,
            #splash-menu [class*="column"] div .title > a,
            #splash-menu [class*="column"] div .title > h3 > a,
            #splash-menu [class*="column"] div .title > h3 > .a,
            #splash-menu [class*="column"] article .title > .a,
            #splash-menu [class*="column"] article .title > a,
            #splash-menu [class*="column"] article .title > h3 > a,
            #splash-menu [class*="column"] article .title > h3 > .a {
              text-align: center;
              background: #82c556;
              color: #ffffff !important;
              padding: 29px !important;
              margin: 0 !important;
              display: block !important;
              border: 1px solid #a9d78b;
              font-size: 13px !important;
              letter-spacing: 1px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; } }
    @media only screen and (max-width: 767px) and (max-width: 459px) {
      #splash-menu [class*="column"] ul .title > .a,
      #splash-menu [class*="column"] ul .title > a,
      #splash-menu [class*="column"] ul .title > h3 > a,
      #splash-menu [class*="column"] ul .title > h3 > .a,
      #splash-menu [class*="column"] ol .title > .a,
      #splash-menu [class*="column"] ol .title > a,
      #splash-menu [class*="column"] ol .title > h3 > a,
      #splash-menu [class*="column"] ol .title > h3 > .a,
      #splash-menu [class*="column"] li .title > .a,
      #splash-menu [class*="column"] li .title > a,
      #splash-menu [class*="column"] li .title > h3 > a,
      #splash-menu [class*="column"] li .title > h3 > .a,
      #splash-menu [class*="column"] div .title > .a,
      #splash-menu [class*="column"] div .title > a,
      #splash-menu [class*="column"] div .title > h3 > a,
      #splash-menu [class*="column"] div .title > h3 > .a,
      #splash-menu [class*="column"] article .title > .a,
      #splash-menu [class*="column"] article .title > a,
      #splash-menu [class*="column"] article .title > h3 > a,
      #splash-menu [class*="column"] article .title > h3 > .a {
        padding: 18px !important; } }
        @media only screen and (max-width: 767px) {
            #splash-menu [class*="column"] ul .title + .ul,
            #splash-menu [class*="column"] ol .title + .ul,
            #splash-menu [class*="column"] li .title + .ul,
            #splash-menu [class*="column"] div .title + .ul,
            #splash-menu [class*="column"] article .title + .ul {
              padding-top: 40px;
              z-index: 2;
              opacity: 0;
              filter: alpha(opacity=0);
              visibility: hidden;
              -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
              -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
              -ms-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
              -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
              transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
              position: absolute;
              width: 100%;
              min-height: 460px;
              top: 0;
              left: 0;
              margin: 0;
              background: rgba(0, 0, 0, 0.85);
              margin-left: 0;
              display: -webkit-inline-flex;
              display: inline-flex;
              flex-flow: row wrap;
              align-items: flex-start;
              overflow-y: auto;
              -webkit-transform: translate3d(-100%, 0, 0);
              -moz-transform: translate3d(-100%, 0, 0);
              -ms-transform: translate3d(-100%, 0, 0);
              -o-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
          @if( $extra-transitions != false ) {}
              #splash-menu [class*="column"] ul .title + .ul > a,
              #splash-menu [class*="column"] ol .title + .ul > a,
              #splash-menu [class*="column"] li .title + .ul > a,
              #splash-menu [class*="column"] div .title + .ul > a,
              #splash-menu [class*="column"] article .title + .ul > a {
                display: block;
                content: attr(data-close-label);
                height: 40px;
                width: 100%;
                width: calc( 100% - 2px );
                position: absolute;
                top: 0;
                background: #484747;
                left: 1px;
                border: 1px solid #525252;
                outline: 1px solid #2D2D2D;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                text-align: center;
                line-height: 38px;
                color: #BFBFBF;
                text-shadow: 0 1px 0 #000;
                letter-spacing: 1px;
                text-transform: uppercase;
                font-size: 10px; }
              #splash-menu [class*="column"] ul .title + .ul .title a,
              #splash-menu [class*="column"] ol .title + .ul .title a,
              #splash-menu [class*="column"] li .title + .ul .title a,
              #splash-menu [class*="column"] div .title + .ul .title a,
              #splash-menu [class*="column"] article .title + .ul .title a {
                padding: 17px !important;
                margin-top: 1px !important; }
              #splash-menu [class*="column"] ul .title + .ul .title .a,
              #splash-menu [class*="column"] ol .title + .ul .title .a,
              #splash-menu [class*="column"] li .title + .ul .title .a,
              #splash-menu [class*="column"] div .title + .ul .title .a,
              #splash-menu [class*="column"] article .title + .ul .title .a {
                background: #72B546 !important;
                color: #FFFFFF !important;
                border: 1px solid #83CA54 !important;
                text-shadow: 0 1px #5B9435;
                margin-bottom: -1px !important; }
              #splash-menu [class*="column"] ul .title + .ul.open,
              #splash-menu [class*="column"] ol .title + .ul.open,
              #splash-menu [class*="column"] li .title + .ul.open,
              #splash-menu [class*="column"] div .title + .ul.open,
              #splash-menu [class*="column"] article .title + .ul.open {
                opacity: 1;
                filter: alpha(opacity=100);
                visibility: visible;
                -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
                -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
                -ms-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
                -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
                transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
                -webkit-transform: translate3d(0, 0, 0) !important;
                -moz-transform: translate3d(0, 0, 0) !important;
                -ms-transform: translate3d(0, 0, 0) !important;
                -o-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important; }
          @if( $extra-transitions != false ) {}
            #splash-menu [class*="column"] ul .title [data-open],
            #splash-menu [class*="column"] ol .title [data-open],
            #splash-menu [class*="column"] li .title [data-open],
            #splash-menu [class*="column"] div .title [data-open],
            #splash-menu [class*="column"] article .title [data-open] {
              cursor: hand;
              cursor: pointer; } }
    #splash-menu [class*="column"] > .title,
    #splash-menu [class*="column"] > .title > * {
      color: #82c556;
      font-size: 23px;
      text-transform: uppercase;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: block; }
    #splash-menu [class*="column"] > .title [data-open] {
      cursor: default; }
    #splash-menu [class*="column"] > .title + .ul > ul {
      width: 100%; }
    #splash-menu [class*="column"] > .title + .ul > a {
      display: none; }
    @media only screen and (max-width: 767px) {
      #splash-menu [class*="column"] > .title {
        color: #ffffff !important;
        width: 50% !important;
        width: calc( 50% - 1px ) !important;
        left: 0.5px !important;
        margin: 0.5px 0 !important;
        outline: 1px solid #5f9e36;
        position: relative; } }
  @media only screen and (max-width: 767px) and (max-width: 459px) {
    #splash-menu [class*="column"] > .title {
      width: 100% !important;
      width: calc( 100% - 2px ) !important; } }
    @media only screen and (max-width: 767px) {
        #splash-menu [class*="column"] > .title.title {
          width: 100% !important;
          width: calc( 100% - 2px ) !important; }
        #splash-menu [class*="column"] > .title > h3 {
          margin: 0; }
        #splash-menu [class*="column"] > .title > .a,
        #splash-menu [class*="column"] > .title > a,
        #splash-menu [class*="column"] > .title > h3 > a,
        #splash-menu [class*="column"] > .title > h3 > .a {
          text-align: center;
          background: #82c556;
          color: #ffffff !important;
          padding: 29px !important;
          margin: 0 !important;
          display: block !important;
          border: 1px solid #a9d78b;
          font-size: 13px !important;
          letter-spacing: 1px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    @media only screen and (max-width: 767px) and (max-width: 459px) {
      #splash-menu [class*="column"] > .title > .a,
      #splash-menu [class*="column"] > .title > a,
      #splash-menu [class*="column"] > .title > h3 > a,
      #splash-menu [class*="column"] > .title > h3 > .a {
        padding: 18px !important; } }
    @media only screen and (max-width: 767px) {
        #splash-menu [class*="column"] > .title + .ul {
          padding-top: 40px;
          z-index: 2;
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
          -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
          -ms-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
          -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
          transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
          position: absolute;
          width: 100%;
          min-height: 460px;
          top: 0;
          left: 0;
          margin: 0;
          background: rgba(0, 0, 0, 0.85);
          margin-left: 0;
          display: -webkit-inline-flex;
          display: inline-flex;
          flex-flow: row wrap;
          align-items: flex-start;
          overflow-y: auto;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          -ms-transform: translate3d(-100%, 0, 0);
          -o-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
      @if( $extra-transitions != false ) {}
          #splash-menu [class*="column"] > .title + .ul > a {
            display: block;
            content: attr(data-close-label);
            height: 40px;
            width: 100%;
            width: calc( 100% - 2px );
            position: absolute;
            top: 0;
            background: #484747;
            left: 1px;
            border: 1px solid #525252;
            outline: 1px solid #2D2D2D;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            line-height: 38px;
            color: #BFBFBF;
            text-shadow: 0 1px 0 #000;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 10px; }
          #splash-menu [class*="column"] > .title + .ul .title a {
            padding: 17px !important;
            margin-top: 1px !important; }
          #splash-menu [class*="column"] > .title + .ul .title .a {
            background: #72B546 !important;
            color: #FFFFFF !important;
            border: 1px solid #83CA54 !important;
            text-shadow: 0 1px #5B9435;
            margin-bottom: -1px !important; }
          #splash-menu [class*="column"] > .title + .ul.open {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
            -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
            -ms-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
            -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
            transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
            -webkit-transform: translate3d(0, 0, 0) !important;
            -moz-transform: translate3d(0, 0, 0) !important;
            -ms-transform: translate3d(0, 0, 0) !important;
            -o-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
      @if( $extra-transitions != false ) {}
        #splash-menu [class*="column"] > .title [data-open] {
          cursor: hand;
          cursor: pointer; } }
  #splash-menu nav {
    color: #82c556; }
    #splash-menu nav ul {
      text-align: center; }
      #splash-menu nav ul > * {
        font-size: 13px; }
    #splash-menu nav li {
      margin: 10px 0 !important; }
      #splash-menu nav li:not([class*="icon-"]):before {
        content: " "; }
      #splash-menu nav li:before {
        vertical-align: top;
        margin-top: 4px; }
        @media only screen and (max-width: 767px) {
          #splash-menu nav li:before {
            display: none; } }
      @media only screen and (max-width: 767px) {
        #splash-menu nav li:nth-child(even) {
          left: 1px; } }
      #splash-menu nav li:first-child:before {
        display: none; }
      #splash-menu nav li a {
        -webkit-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        -ms-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        transition: color 0.4s ease;
        font-size: 19px;
        text-transform: uppercase;
        padding: 0 10px;
        margin: 0 21px;
        display: inline-block; }
        #splash-menu nav li a:hover {
          color: #53A71D; }
      #splash-menu nav li [data-open] {
        cursor: default; }
      #splash-menu nav li + .ul > ul {
        width: 100%; }
      #splash-menu nav li + .ul > a {
        display: none; }
      @media only screen and (max-width: 767px) {
        #splash-menu nav li {
          color: #ffffff !important;
          width: 50% !important;
          width: calc( 50% - 1px ) !important;
          left: 0.5px !important;
          margin: 0.5px 0 !important;
          outline: 1px solid #5f9e36;
          position: relative; } }
  @media only screen and (max-width: 767px) and (max-width: 459px) {
    #splash-menu nav li {
      width: 100% !important;
      width: calc( 100% - 2px ) !important; } }
      @media only screen and (max-width: 767px) {
          #splash-menu nav li.title {
            width: 100% !important;
            width: calc( 100% - 2px ) !important; }
          #splash-menu nav li > h3 {
            margin: 0; }
          #splash-menu nav li > .a,
          #splash-menu nav li > a,
          #splash-menu nav li > h3 > a,
          #splash-menu nav li > h3 > .a {
            text-align: center;
            background: #82c556;
            color: #ffffff !important;
            padding: 29px !important;
            margin: 0 !important;
            display: block !important;
            border: 1px solid #a9d78b;
            font-size: 13px !important;
            letter-spacing: 1px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
    @media only screen and (max-width: 767px) and (max-width: 459px) {
      #splash-menu nav li > .a,
      #splash-menu nav li > a,
      #splash-menu nav li > h3 > a,
      #splash-menu nav li > h3 > .a {
        padding: 18px !important; } }
      @media only screen and (max-width: 767px) {
          #splash-menu nav li + .ul {
            padding-top: 40px;
            z-index: 2;
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
            -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
            -ms-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
            -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
            transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s, transform 0.4s ease;
            position: absolute;
            width: 100%;
            min-height: 460px;
            top: 0;
            left: 0;
            margin: 0;
            background: rgba(0, 0, 0, 0.85);
            margin-left: 0;
            display: -webkit-inline-flex;
            display: inline-flex;
            flex-flow: row wrap;
            align-items: flex-start;
            overflow-y: auto;
            -webkit-transform: translate3d(-100%, 0, 0);
            -moz-transform: translate3d(-100%, 0, 0);
            -ms-transform: translate3d(-100%, 0, 0);
            -o-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
        @if( $extra-transitions != false ) {}
            #splash-menu nav li + .ul > a {
              display: block;
              content: attr(data-close-label);
              height: 40px;
              width: 100%;
              width: calc( 100% - 2px );
              position: absolute;
              top: 0;
              background: #484747;
              left: 1px;
              border: 1px solid #525252;
              outline: 1px solid #2D2D2D;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              text-align: center;
              line-height: 38px;
              color: #BFBFBF;
              text-shadow: 0 1px 0 #000;
              letter-spacing: 1px;
              text-transform: uppercase;
              font-size: 10px; }
            #splash-menu nav li + .ul .title a {
              padding: 17px !important;
              margin-top: 1px !important; }
            #splash-menu nav li + .ul .title .a {
              background: #72B546 !important;
              color: #FFFFFF !important;
              border: 1px solid #83CA54 !important;
              text-shadow: 0 1px #5B9435;
              margin-bottom: -1px !important; }
            #splash-menu nav li + .ul.open {
              opacity: 1;
              filter: alpha(opacity=100);
              visibility: visible;
              -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
              -moz-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
              -ms-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
              -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
              transition: opacity 0.5s ease 0s, visibility 0s ease 0s, transform 0.4s ease;
              -webkit-transform: translate3d(0, 0, 0) !important;
              -moz-transform: translate3d(0, 0, 0) !important;
              -ms-transform: translate3d(0, 0, 0) !important;
              -o-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important; }
        @if( $extra-transitions != false ) {}
          #splash-menu nav li [data-open] {
            cursor: hand;
            cursor: pointer; } }
  @media only screen and (max-width: 767px) {
    #splash-menu [class*="column"] {
      margin: 0;
      padding: 0;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #splash-menu [class*="column"] [class*="column"] {
      padding: 0; } }
  #splash-menu .wrapper {
    padding: 100px 0; }
  #splash-menu .container {
    padding-top: 0;
    padding-bottom: 0;
    position: static; }
    @media only screen and (max-width: 767px) {
      #splash-menu .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100%; } }
  #splash-menu .socials-list li {
    width: 54px;
    margin: 10px;
    color: #ffffff; }
    #splash-menu .socials-list li a > i {
      width: auto; }
      #splash-menu .socials-list li a > i i {
        font-size: 24px; }
  @media only screen and (max-width: 767px) {
    #splash-menu .socials-list {
      display: none; } }

#root-contacts .form-info .row {
  margin: 0; }
  #root-contacts .form-info .row .main-contact-form {
    color: #82c556; }
    #root-contacts .form-info .row .main-contact-form [class*="column"] {
      width: 100%;
      margin: 0;
      margin-top: 39px; }
      #root-contacts .form-info .row .main-contact-form [class*="column"]:first-child {
        margin-top: 0; }
  #root-contacts .form-info .row .company-info {
    position: relative;
    padding-left: 150px; }
    #root-contacts .form-info .row .company-info .page-section-title-medium {
      margin-left: -100px; }
    #root-contacts .form-info .row .company-info .row {
      padding: 10px 0 10px 20px;
      border-left: 1px solid #82c556; }
      #root-contacts .form-info .row .company-info .row .row-info {
        position: relative; }
        #root-contacts .form-info .row .company-info .row .row-info h3 {
          position: absolute;
          left: -120px;
          color: #b4b4b4;
          font-size: 11px;
          line-height: 14px;
          font-weight: 500;
          width: 80px;
          text-transform: uppercase;
          text-align: right; }
        #root-contacts .form-info .row .company-info .row .row-info h4 {
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 20px;
          text-transform: uppercase;
          color: #82c556; }
        #root-contacts .form-info .row .company-info .row .row-info p {
          color: #b4b4b4;
          margin-bottom: 30px;
          max-width: 170px; }
  @media only screen and (max-width: 767px) {
    #root-contacts .form-info .row .company-info {
      padding-left: 0; }
      #root-contacts .form-info .row .company-info .page-section-title-medium {
        margin-left: 0;
        text-align: center; }
      #root-contacts .form-info .row .company-info .row {
        padding: 0;
        border-left: none; }
        #root-contacts .form-info .row .company-info .row .row-info h3, #root-contacts .form-info .row .company-info .row .row-info h4, #root-contacts .form-info .row .company-info .row .row-info p {
          text-align: center; }
        #root-contacts .form-info .row .company-info .row .row-info p {
          max-width: 100%; } }
#root-contacts .map-block {
  position: relative; }
  #root-contacts .map-block .simple-parallax {
    margin-bottom: 0; }
  #root-contacts .map-block .row {
    position: relative;
    margin: 0; }
    #root-contacts .map-block .row .one-half {
      width: 50%;
      margin: 0; }
      #root-contacts .map-block .row .one-half.map {
        height: 450px; }
        @media only screen and (max-width: 767px) {
          #root-contacts .map-block .row .one-half.map {
            height: 350px; } }
      #root-contacts .map-block .row .one-half.green-bg, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name {
        color: #ffffff;
        height: 450px;
        padding: 70px 15px 70px 70px; }
        #root-contacts .map-block .row .one-half.green-bg h3, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name h3, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name h3 {
          font-size: 20px;
          line-height: 20px;
          letter-spacing: 4px;
          text-transform: uppercase;
          margin-bottom: 45px; }
        @media only screen and (max-width: 767px) {
          #root-contacts .map-block .row .one-half.green-bg, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name {
            margin-bottom: 0;
            height: auto; } }
        #root-contacts .map-block .row .one-half.green-bg a:hover i, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name a:hover i, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name a:hover i {
          padding-left: 5px; }
        #root-contacts .map-block .row .one-half.green-bg a i, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name a i, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name a i {
          font-size: 11px; }
        @media only screen and (max-width: 767px) {
          #root-contacts .map-block .row .one-half.green-bg, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name {
            padding: 50px 30px;
            text-align: center;
            height: auto; }
            #root-contacts .map-block .row .one-half.green-bg h3, #root-contacts .map-block .row .clients-roll-container .clients-roll .one-half.client-name h3, .clients-roll-container .clients-roll #root-contacts .map-block .row .one-half.client-name h3 {
              margin-bottom: 20px; } }
      #root-contacts .map-block .row .one-half .newsletter-subscribe {
        margin-top: 109px; }
        #root-contacts .map-block .row .one-half .newsletter-subscribe h3 {
          margin-bottom: 45px; }
        @media only screen and (max-width: 767px) {
          #root-contacts .map-block .row .one-half .newsletter-subscribe {
            margin-top: 50px;
            line-height: 24px; }
            #root-contacts .map-block .row .one-half .newsletter-subscribe h3 {
              margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #root-contacts .map-block .row .one-half {
          width: 100%; } }
#root-contacts .socials .container .row {
  margin-bottom: 0; }

#root-blog article.single-post {
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  #root-blog article.single-post .title {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    line-height: 27px; }
  #root-blog article.single-post .date {
    font-size: 15px;
    margin-bottom: 20px;
    display: block; }
  #root-blog article.single-post figure {
    overflow: hidden;
    margin-bottom: 23px; }
  #root-blog article.single-post p {
    color: #A7A7A7;
    font-size: 13px;
    line-height: 24px; }
  #root-blog article.single-post .cnt {
    margin-bottom: 15px; }
  #root-blog article.single-post .button {
    font-weight: 400;
    padding: 22px 24px;
    margin-bottom: 30px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  #root-blog article.single-post:hover .cover {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3); }
  #root-blog article.single-post figure .cover {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  #root-blog article.single-post .tags > span {
    display: block;
    margin-bottom: 8px; }
  #root-blog article.single-post .tags li {
    list-style: none;
    margin: 0 4px; }
    #root-blog article.single-post .tags li:first-child {
      margin-left: 0; }
    #root-blog article.single-post .tags li a {
      display: block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      padding: 3px 6px; }
      #root-blog article.single-post .tags li a:hover {
        background: #82c556;
        color: #ffffff; }
  #root-blog article.single-post .tags ul, #root-blog article.single-post .tags ol {
    margin: 0; }
#root-blog a[data-ajax] {
  display: block;
  color: #82c556; }
  #root-blog a[data-ajax].all-loaded {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    -moz-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    -ms-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, false; }
@if( $extra-transitions != false ) {}
  #root-blog a[data-ajax].ready span:before {
    opacity: 0;
    filter: alpha(opacity=0); }
  #root-blog a[data-ajax] span {
    display: inline-block;
    padding: 5px 34px;
    position: relative; }
    #root-blog a[data-ajax] span:before {
      content: "";
      opacity: 1;
      filter: alpha(opacity=100);
      font-family: fontello;
      display: inline-block;
      position: absolute;
      left: 0;
      font-size: 22px;
      top: 2px;
      font-weight: normal;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      -webkit-animation: spin 2s infinite;
      -moz-animation: spin 2s infinite;
      -ms-animation: spin 2s infinite;
      -o-animation: spin 2s infinite;
      animation: spin 2s infinite; }
#root-blog .social-sharer li {
  font-size: 17px; }
@media only screen and (max-width: 767px) {
  #root-blog #sidebar {
    margin-top: 60px; } }
#root-blog #sidebar .back-to-blog {
  background-color: #82c556;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px;
  display: inline-block; }
#root-blog #sidebar .widget {
  margin-top: 66px; }
  #root-blog #sidebar .widget .title {
    color: #82C556;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 26px 0; }
  #root-blog #sidebar .widget > [class*="widget"] {
    margin: 0;
    list-style: none; }
  #root-blog #sidebar .widget:first-child {
    margin-top: 0; }
  #root-blog #sidebar .widget li {
    display: inline-block;
    margin: 0; }
  #root-blog #sidebar .widget .widget-list li {
    display: block;
    margin: 20px 0 0 20px;
    padding: 12px 7px 12px 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #82c556;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    font-weight: 400; }
    #root-blog #sidebar .widget .widget-list li > * {
      overflow: hidden;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
    #root-blog #sidebar .widget .widget-list li:first-child {
      margin-top: 0; }
    #root-blog #sidebar .widget .widget-list li:before {
      width: 20px;
      height: 20px;
      display: block;
      content: " ";
      position: absolute;
      right: 100%;
      top: 50%;
      margin-top: -10px;
      margin-right: -10px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #root-blog #sidebar .widget .widget-list li:after {
      width: 32px;
      height: 100%;
      display: block;
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      background: transparent url(../images/icon-world.png) center center no-repeat; }
    #root-blog #sidebar .widget .widget-list li:hover {
      background: #fafafa;
      overflow: visible; }
      #root-blog #sidebar .widget .widget-list li:hover:before {
        background: #fafafa;
        overflow: visible; }
  #root-blog #sidebar .widget .widget-grid li {
    padding: 8px;
    background: #82c556;
    margin: 0 0 3px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .page-section-with-icon.netmeeting-widget .grey-bg, .page-section-with-icon.netmeeting-widget .clients-roll-container .clients-roll .client-desc > div, .clients-roll-container .clients-roll .page-section-with-icon.netmeeting-widget .client-desc > div {
    display: none; }
  .page-section-with-icon.netmeeting-widget .cnt {
    padding-left: 45px;
    padding-right: 45px; }
  .page-section-with-icon.netmeeting-widget .carousel + .controls .direction {
    display: block;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
    .page-section-with-icon.netmeeting-widget .carousel + .controls .direction.previous {
      left: 5px; }
    .page-section-with-icon.netmeeting-widget .carousel + .controls .direction.next {
      right: 5px;
      background-image: url("../images/carousel-arrow-right-inv.png"); } }

#footer {
  border-top: 1px solid #f4f4f4;
  padding: 63px 0 110px;
  color: #5E7A67;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    font-size: 21px;
    font-weight: 200;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
        font-weight: 500;
        font-size: 16px; } }
  #footer * {
    color: #5E7A67; }
  #footer hr {
    height: 1px;
    background: #ccc; }
  #footer .button {
    border-color: inherit; }
    #footer .button.flat {
      background: #5E7A67; }
  #footer ul li a,
  #footer ol li a {
    display: inline-block;
    padding: 6px 14px; }
    #footer ul li a:hover,
    #footer ol li a:hover {
      text-decoration: underline; }
  #footer ul li:before,
  #footer ol li:before {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle; }
  #footer ul li:first-child:before,
  #footer ol li:first-child:before {
    display: none; }
  #footer ul li:first-child a,
  #footer ol li:first-child a {
    padding-left: 0 !important; }
  #footer ul.socials li:before,
  #footer ol.socials li:before {
    display: none; }
  #footer ul.socials li a,
  #footer ol.socials li a {
    font-size: 20px;
    padding: 10px;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    #footer ul.socials li a:hover,
    #footer ol.socials li a:hover {
      text-decoration: none;
      color: #82c556; }
    #footer ul.socials li a:before,
    #footer ol.socials li a:before {
      margin: 0; }

#pmdr-footer {
  margin: 60px 0 0 0;
  width: 85px;
  float: right; }
  @media only screen and (max-width: 767px) {
    #pmdr-footer {
      float: none; } }

img[data-crop-width] {
  display: block; }

.give-height {
  height: 0;
  overflow: hidden;
  -webkit-transition: height, 0.4s;
  -moz-transition: height, 0.4s;
  -ms-transition: height, 0.4s;
  -o-transition: height, 0.4s;
  transition: height, 0.4s; }

.has-appears .appear {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
.has-appears.open .appear {
  opacity: 1;
  filter: alpha(opacity=100); }
.has-appears:not(.open) .appear {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.splash {
  overflow-y: auto;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0) scale(0.5);
  -moz-transform: translate3d(0, -100%, 0) scale(0.5);
  -ms-transform: translate3d(0, -100%, 0) scale(0.5);
  -o-transform: translate3d(0, -100%, 0) scale(0.5);
  transform: translate3d(0, -100%, 0) scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .splash.green-bg, .clients-roll-container .clients-roll .splash.client-name {
    background: rgba(130, 197, 86, 0.95); }
@if( $mobile-browser == true ) {
  .splash {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .splash > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
  .splash.open {
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .splash:not(.open) .appear {
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  .splash ~ .splash {
    z-index: 4; }
  .splash > a.top-right {
    z-index: 4;
    position: absolute;
    top: 53px;
    right: 9%; }
  .splash > a.top-left {
    z-index: 4;
    position: absolute;
    top: 53px;
    left: 9%; }
  .splash > a.bottom-right {
    z-index: 4;
    position: absolute;
    bottom: 53px;
    right: 9%; }
  .splash > a.bottom-left {
    z-index: 4;
    position: absolute;
    bottom: 53px;
    left: 9%; }
  @media only screen and (max-width: 767px) {
    .splash.formatted section.container {
      padding-right: 10px !important;
      padding-left: 10px !important; } }
  .splash.formatted .appear {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -80px, 0);
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    -o-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; }
  .splash.formatted.open .appear {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .splash.formatted a[data-open] {
    z-index: 5;
    position: absolute;
    top: 53px;
    right: 9%;
    color: #fff; }
  .splash.formatted .title {
    color: inherit;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .splash.formatted .title {
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .splash.formatted [class*="float-"],
    .splash.formatted [class*="column"] {
      width: auto;
      float: none;
      margin: 0;
      padding-top: 20px; } }
  .splash .container {
    padding: 100px 0; }
    @media only screen and (max-width: 959px) {
      .splash .container {
        width: 96%; } }
  .splash#splash-contacts .button {
    margin-top: -26px;
    float: right; }
    @media only screen and (max-width: 767px) {
      .splash#splash-contacts .button {
        margin: 0; } }

.file-field {
  min-height: 38px;
  line-height: 38px !important;
  position: relative; }
  .file-field:before {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: attr(data-placeholder); }
@if( $mobile-browser == true ) {
  .file-field:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .file-field:before > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
  .file-field.filled:before {
    content: attr(data-file); }
  .file-field * {
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@if( $mobile-browser == true ) {
  .file-field * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .file-field * > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
.checkbox-input {
  display: inline-block !important;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer; }
  .checkbox-input * {
    cursor: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
@if( $mobile-browser == true ) {
  .checkbox-input * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .checkbox-input * > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
  .checkbox-input .check {
    z-index: 2;
    background: #ffffff;
    border-width: 10px;
    border-style: solid;
    -webkit-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
    -ms-transition: border 0.4s ease;
    -o-transition: border 0.4s ease;
    transition: border 0.4s ease; }
  .checkbox-input [type="checkbox"],
  .checkbox-input [type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
    .checkbox-input [type="checkbox"]:checked + .check,
    .checkbox-input [type="radio"]:checked + .check {
      border-width: 5px; }
  .checkbox-input + label {
    cursor: pointer;
    display: inline; }
  .checkbox-input [role="alert"] {
    display: none; }

.main-contact-form .checkbox-input label {
  margin: 0 !important; }

.green-bg .checkbox-input .check, .clients-roll-container .clients-roll .client-name .checkbox-input .check {
  background: #82c556; }

.simple-parallax {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .solution-tax-toggle .simple-parallax:not(#header) {
      padding: 0 !important;
      height: 460px !important; } }
  @media only screen and (max-width: 459px) {
    .simple-parallax:not(#header) {
      height: 190px !important;
      padding: 0 !important; } }
  @media screen and (min-width: 1280px) {
    .simple-parallax:not(#header) {
      height: 350px !important;
      padding: 0 !important; } }
  .simple-parallax * {
    color: #ffffff; }
  .simple-parallax figure {
    z-index: 2; }
  .simple-parallax div.cover {
    z-index: 3;
    color: #ffffff; }
    .simple-parallax div.cover div, .simple-parallax div.cover p {
      font-size: 14px; }
    .simple-parallax div.cover h1, .simple-parallax div.cover h2, .simple-parallax div.cover h3, .simple-parallax div.cover h4, .simple-parallax div.cover h5, .simple-parallax div.cover h6 {
      font-size: 28px; }
    .simple-parallax div.cover a[data-open], .simple-parallax div.cover a[data-scroll] {
      margin: 0 auto;
      -webkit-transition: color 0.4s ease, transform 0.4s ease;
      -moz-transition: color 0.4s ease, transform 0.4s ease;
      -ms-transition: color 0.4s ease, transform 0.4s ease;
      -o-transition: color 0.4s ease, transform 0.4s ease;
      transition: color 0.4s ease, transform 0.4s ease;
      width: 118px;
      display: block;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 500;
      background: inherit;
      padding: 14px; }
      .simple-parallax div.cover a[data-open] > i > span, .simple-parallax div.cover a[data-scroll] > i > span {
        z-index: 2; }
      .simple-parallax div.cover a[data-open] .label, .simple-parallax div.cover a[data-scroll] .label {
        display: block; }
        .simple-parallax div.cover a[data-open] .label:before, .simple-parallax div.cover a[data-scroll] .label:before {
          content: attr(data-label-closed); }
    .simple-parallax div.cover a[data-open].open {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .simple-parallax div.cover a[data-open].open .label {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
        .simple-parallax div.cover a[data-open].open .label:before {
          content: attr(data-label-open); }

.wpcf7 input[disabled="disabled"] {
  opacity: 0.5; }

@media only screen and (max-width: 767px) {
  .netmeeting-widget {
    padding-top: 0 !important; } }
@media only screen and (max-width: 767px) {
  .netmeeting-widget .container {
    padding: 0 !important; } }
@media only screen and (max-width: 767px) {
  .netmeeting-widget:before {
    display: none !important; } }

.main-contact-form,
.main-contact-form * {
  font-weight: 300; }
.main-contact-form em {
  font-weight: 200; }
.main-contact-form input,
.main-contact-form textarea,
.main-contact-form .file-field {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1; }
.main-contact-form [class*="column"].centered {
  margin: 0 auto;
  float: none; }
@media only screen and (max-width: 767px) {
  .main-contact-form [class*="column"] {
    width: 100% !important;
    margin: 0 !important; } }
.main-contact-form [class*="column"] > span {
  display: block;
  margin-top: 30px; }
  .main-contact-form [class*="column"] > span:first-child {
    margin-top: 0; }
.main-contact-form [class*="column"] label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 11px; }
.main-contact-form [class*="column"] textarea {
  min-height: 205px; }
@media only screen and (max-width: 767px) {
  .main-contact-form {
    padding: 0 10px !important; } }

.button,
.button:visited {
  color: #82c556;
  border-color: #82c556; }
  .button.secondary,
  .button:visited.secondary {
    line-height: 1.4;
    padding: 5px 10px;
    font-size: 0.8rem; }
  .button:hover, .button:focus, .button:active, .button.flat,
  .button:visited:hover,
  .button:visited:focus,
  .button:visited:active,
  .button:visited.flat {
    background: #82c556;
    color: #ffffff; }
  .button.flat,
  .button:visited.flat {
    color: #ffffff !important; }
    .button.flat:hover, .button.flat:focus, .button.flat:active,
    .button:visited.flat:hover,
    .button:visited.flat:focus,
    .button:visited.flat:active {
      color: #fafafa !important;
      background: #90cc69 !important; }
  .button.expanded,
  .button:visited.expanded {
    display: block;
    padding: 17px 0; }

.green-bg .button, .clients-roll-container .clients-roll .client-name .button,
.green-bg .button:visited,
.clients-roll-container .clients-roll .client-name .button:visited {
  color: #ffffff;
  border-color: #ffffff; }
  .green-bg .button:hover, .clients-roll-container .clients-roll .client-name .button:hover, .green-bg .button:focus, .clients-roll-container .clients-roll .client-name .button:focus, .green-bg .button:active, .clients-roll-container .clients-roll .client-name .button:active, .green-bg .button.flat, .clients-roll-container .clients-roll .client-name .button.flat,
  .green-bg .button:visited:hover,
  .clients-roll-container .clients-roll .client-name .button:visited:hover,
  .green-bg .button:visited:focus,
  .clients-roll-container .clients-roll .client-name .button:visited:focus,
  .green-bg .button:visited:active,
  .clients-roll-container .clients-roll .client-name .button:visited:active,
  .green-bg .button:visited.flat,
  .clients-roll-container .clients-roll .client-name .button:visited.flat {
    background: #ffffff;
    color: #82c556; }
  .green-bg .button.flat, .clients-roll-container .clients-roll .client-name .button.flat,
  .green-bg .button:visited.flat,
  .clients-roll-container .clients-roll .client-name .button:visited.flat {
    color: #82c556 !important; }
    .green-bg .button.flat:hover, .clients-roll-container .clients-roll .client-name .button.flat:hover, .green-bg .button.flat:focus, .clients-roll-container .clients-roll .client-name .button.flat:focus, .green-bg .button.flat:active, .clients-roll-container .clients-roll .client-name .button.flat:active,
    .green-bg .button:visited.flat:hover,
    .clients-roll-container .clients-roll .client-name .button:visited.flat:hover,
    .green-bg .button:visited.flat:focus,
    .clients-roll-container .clients-roll .client-name .button:visited.flat:focus,
    .green-bg .button:visited.flat:active,
    .clients-roll-container .clients-roll .client-name .button:visited.flat:active {
      color: #8ac961 !important;
      background: #f2f2f2 !important; }

.newsletter-widget .title h4 {
  float: left;
  padding-right: 14px;
  border-right-width: 1px;
  border-right-style: solid;
  margin-right: 14px !important; }
.newsletter-widget .relative {
  height: 100%; }
.newsletter-widget .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
@if( $mobile-browser == true ) {
  .newsletter-widget .wpcf7-form-control-wrap {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .newsletter-widget .wpcf7-form-control-wrap > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
.newsletter-widget .input-box {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  height: 43px;
  line-height: 43px;
  padding-right: 52px; }
  .newsletter-widget .input-box input {
    border: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@if( $mobile-browser == true ) {
  .newsletter-widget .input-box input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .newsletter-widget .input-box input > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
    .newsletter-widget .input-box input::-webkit-input-placeholder {
      font-size: 13px;
      text-transform: none;
      font-weight: 300;
      line-height: 41px; }
    .newsletter-widget .input-box input:-moz-placeholder {
      font-size: 13px;
      text-transform: none;
      font-weight: 300;
      line-height: 41px; }
    .newsletter-widget .input-box input::-moz-placeholder {
      font-size: 13px;
      text-transform: none;
      font-weight: 300;
      line-height: 41px; }
    .newsletter-widget .input-box input:-ms-input-placeholder {
      font-size: 13px;
      text-transform: none;
      font-weight: 300;
      line-height: 41px; }
  .newsletter-widget .input-box a {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: 24px; }
.newsletter-widget .title {
  margin-bottom: 14px; }

.job-widget {
  height: 50px;
  line-height: 50px;
  position: relative; }
  .job-widget .relative {
    position: absolute;
    z-index: 1; }
    .job-widget .relative:after {
      content: " ";
      display: block;
      width: 100%;
      position: absolute;
      height: 0;
      border-top-width: 1px;
      border-top-style: solid;
      left: 0;
      top: 52%; }
  .job-widget .title {
    padding-right: 20px;
    background: #ffffff;
    z-index: 2;
    position: relative; }
  .job-widget .relative {
    width: 100%; }
  .job-widget h4 {
    background: #ffffff;
    float: left;
    position: relative;
    z-index: 2;
    line-height: inherit; }
  .job-widget .float-right {
    position: relative;
    z-index: 2;
    padding-left: 20px;
    background: #ffffff;
    height: 100%; }
  .job-widget [class*="float"],
  .job-widget .clearfix,
  .job-widget .relative {
    height: 100%;
    line-height: inherit; }

.custom-icons {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .custom-icons > div {
    position: relative;
    padding: 20px 0; }
    .custom-icons > div article {
      background: inherit;
      z-index: 3;
      position: relative;
      color: #82c556;
      width: 33.333%;
      color: #82c556; }
      @media only screen and (max-width: 767px) {
        .custom-icons > div article {
          width: 100%; } }
      .custom-icons > div article .circle-icon {
        display: block;
        width: 90px;
        margin: 0 auto; }
      .custom-icons > div article .img {
        display: block;
        width: 65%;
        margin: 0 auto; }
      .custom-icons > div article .ttl {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 16px;
        line-height: 16px; }
      .custom-icons > div article img {
        display: block;
        margin: 0 auto; }
      .custom-icons > div article.hover:hover .circle-icon {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
      .custom-icons > div article.hover:hover .ttl {
        -webkit-transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0); }
      .custom-icons > div article.hover .ttl {
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease; }

.heavy-carousel,
.heavy-carousel .relative {
  overflow: hidden; }
.heavy-carousel .element {
  min-height: 120px;
  min-width: 100%;
  text-align: center;
  z-index: 2;
  margin-bottom: 0;
  -webkit-transition: transform 0.4s ease-in-out, margin 0.5s ease-in-out, height 0.4s ease;
  -moz-transition: transform 0.4s ease-in-out, margin 0.5s ease-in-out, height 0.4s ease;
  -ms-transition: transform 0.4s ease-in-out, margin 0.5s ease-in-out, height 0.4s ease;
  -o-transition: transform 0.4s ease-in-out, margin 0.5s ease-in-out, height 0.4s ease;
  transition: transform 0.4s ease-in-out, margin 0.5s ease-in-out, height 0.4s ease; }
  .heavy-carousel .element li {
    margin: 0; }
.heavy-carousel .controls {
  max-width: 1010px;
  margin: 0 auto; }
  .heavy-carousel .controls * {
    margin: 0; }
  .heavy-carousel .controls li {
    display: none; }
    .heavy-carousel .controls li a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
@if( $mobile-browser == true ) {
  .heavy-carousel .controls li a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .heavy-carousel .controls li a > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
  .heavy-carousel .controls .direction {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    z-index: 2;
    display: block;
    width: 27px;
    position: absolute;
    top: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .heavy-carousel .controls .direction.previous {
      left: 0;
      background-image: url("../images/carousel-arrow-left.png"); }
    .heavy-carousel .controls .direction.next {
      right: 0;
      background-image: url("../images/carousel-arrow-right.png"); }
    .heavy-carousel .controls .direction:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .heavy-carousel .controls .direction:active {
      -webkit-transform: scale(1.35);
      -moz-transform: scale(1.35);
      -ms-transform: scale(1.35);
      -o-transform: scale(1.35);
      transform: scale(1.35); }
.heavy-carousel.green-bg .controls .direction.previous, .clients-roll-container .clients-roll .heavy-carousel.client-name .controls .direction.previous {
  background-image: url("../images/carousel-arrow-left-inv.png"); }
.heavy-carousel.green-bg .controls .direction.next, .clients-roll-container .clients-roll .heavy-carousel.client-name .controls .direction.next {
  background-image: url("../images/carousel-arrow-right-inv.png"); }

.green-crsl .item {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .green-crsl .item {
      width: 100%; } }

.partnerships-roll-container {
  overflow: hidden;
  position: relative;
  padding: 0 27px; }
  .partnerships-roll-container li {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    padding: 10px;
    width: 20%; }
    @media only screen and (max-width: 959px) {
      .partnerships-roll-container li {
        width: 33.333%; } }
    @media only screen and (max-width: 459px) {
      .partnerships-roll-container li {
        width: 50%; } }
    .partnerships-roll-container li:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .partnerships-roll-container li img {
      display: block;
      margin: 20px auto; }
    .partnerships-roll-container li a {
      cursor: hand;
      cursor: pointer; }

.clients-roll-container {
  position: relative;
  padding: 0 47px;
  width: 404px;
  max-width: 100%;
  margin: 0 auto; }
  .clients-roll-container.many {
    width: 808px; }
    .clients-roll-container.many .clients-roll .item {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .clients-roll-container.many .clients-roll .item {
          width: 100%; } }
  .clients-roll-container .clients-roll {
    position: static !important; }
    .clients-roll-container .clients-roll .item {
      text-align: center;
      padding: 0 10px; }
      .clients-roll-container .clients-roll .item,
      .clients-roll-container .clients-roll .item > article {
        display: inline-block;
        width: 100%; }
    .clients-roll-container .clients-roll .client-logo {
      overflow: hidden;
      border: 1px solid gainsboro;
      margin-bottom: 10px;
      line-height: 0.8; }
    .clients-roll-container .clients-roll .client-name {
      margin: 0;
      padding: 5px 0;
      font-size: 18px; }
    .clients-roll-container .clients-roll .client-desc > div {
      padding: 15px 10px; }
      .clients-roll-container .clients-roll .client-desc > div p:last-child {
        margin-bottom: 0; }

.page-section {
  padding: 50px 0 50px;
  position: relative; }
  .page-section > .container {
    padding: 0; }

.page-section-with-icon {
  padding-top: 150px; }
  .page-section-with-icon:before {
    /*@include transform(translate(-8px, 0)) */
    margin-left: -8px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    padding-left: 25px;
    height: 125px;
    content: attr(data-section-title);
    background: url("../images/page-section-top-icon-green.png") no-repeat left top; }
  @media only screen and (max-width: 767px) {
    .page-section-with-icon.world-white {
      padding-top: 80px; } }
  .page-section-with-icon.world-white:before {
    padding-left: 30px;
    background: url("../images/icon-world-white-outline.png") no-repeat left center;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .page-section-with-icon.world-white:before {
        /*@include transform( translate(0,0) ) */
        margin-left: 0;
        left: 25%;
        height: 80px; } }
  @media only screen and (max-width: 767px) {
    .page-section-with-icon.heavy-carousel:before {
      display: none; } }
  .page-section-with-icon.no-padding {
    padding: 0; }
  .page-section-with-icon.no-icon:before {
    display: none; }
  @media only screen and (max-width: 767px) {
    .page-section-with-icon .carousel + .controls .direction {
      display: none; } }
  .page-section-with-icon .carousel + .controls .direction.previous {
    left: 8vw;
    background-image: url(../images/carousel-arrow-left-inv.png); }
  .page-section-with-icon .carousel + .controls .direction.next {
    right: 8vw; }
  .page-section-with-icon .carousel .item {
    width: 100%;
    padding-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .page-section-with-icon .carousel .item {
        padding: 32px 0 0 0 !important; } }
    @media only screen and (max-width: 767px) {
      .page-section-with-icon .carousel .item:before {
        display: none; } }
    .page-section-with-icon .carousel .item > .container > .row > .green-bg, .page-section-with-icon .carousel .clients-roll-container .clients-roll .item > .container > .row > .client-name, .clients-roll-container .clients-roll .page-section-with-icon .carousel .item > .container > .row > .client-name {
      background: none; }

.page-section-with-vertical-line:before, .page-section-with-vertical-line:after {
  content: "";
  display: none;
  width: 1px;
  height: 50px;
  background-color: #82c556;
  position: absolute;
  left: 50%; }
.page-section-with-vertical-line.green-bg:before, .clients-roll-container .clients-roll .page-section-with-vertical-line.client-name:before, .page-section-with-vertical-line.green-bg:after, .clients-roll-container .clients-roll .page-section-with-vertical-line.client-name:after {
  background-color: #ffffff; }
.page-section-with-vertical-line.line-on-top {
  padding-top: 80px; }
  .page-section-with-vertical-line.line-on-top:before {
    display: block;
    top: 0; }
.page-section-with-vertical-line.line-on-bottom:after {
  display: block;
  bottom: 0; }

.partnerships-roll-nav {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  position: absolute;
  top: 50%;
  left: calc( (100% - 700px) / 2 );
  width: 700px;
  max-width: 700px;
  height: 78px; }
  .partnerships-roll-nav img {
    cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .partnerships-roll-nav {
      padding: 0 20px;
      width: 100%;
      left: 0; } }

.green-grey-bg .row {
  margin-bottom: 0; }
  .green-grey-bg .row > div {
    width: 50%;
    padding: 0 25px;
    float: left; }
    @media only screen and (max-width: 767px) {
      .green-grey-bg .row > div {
        width: 100%;
        padding: 25px;
        float: none; } }
  .green-grey-bg .row:after {
    display: block;
    height: 0;
    width: 100%;
    visibility: hidden;
    clear: both; }
@media only screen and (max-width: 767px) {
  .green-grey-bg {
    padding-bottom: 0; }
    .green-grey-bg:before {
      color: #ffffff; } }

.single-news-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  padding: 10px;
  background-color: #ffffff; }
  .single-news-container .single-news-thumbnail {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    -o-flex: 0 0 160px;
    flex: 0 0 160px;
    padding-right: 20px;
    width: 160px;
    max-width: 30%; }
  .single-news-container .single-news-details {
    position: relative;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto; }
  .single-news-container .single-news-meta {
    margin-bottom: 15px; }
  .single-news-container .single-news-excerpt {
    margin-bottom: 10px; }
  .single-news-container h1 {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 400; }
  .equate-children-height .single-news-container {
    height: 100%; }
  .single-news-container .wrp {
    padding-bottom: 30px; }
  .single-news-container .button {
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }

section.blog-area > ul,
section.blog-area > ol {
  text-align: center; }
  @media only screen and (max-width: 459px) {
    section.blog-area > ul,
    section.blog-area > ol {
      width: 100%; } }
  section.blog-area > ul li,
  section.blog-area > ol li {
    text-align: left;
    width: 33.333%;
    padding: 12px 7px;
    margin: 0;
    max-width: 420px; }
    @media only screen and (max-width: 1023px) {
      section.blog-area > ul li,
      section.blog-area > ol li {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      section.blog-area > ul li,
      section.blog-area > ol li {
        width: 100%;
        max-width: none; } }
section.blog-area .single-news-container {
  margin: 0; }

section.particle-box:before,
section.particle-box .relative:before,
section.particle-box article > a:before {
  top: 0;
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  height: 100%;
  background: #82C556;
  width: 1px;
  z-index: 1; }
section.particle-box .relative:before,
section.particle-box article > a:before {
  background: #fafafa !important; }

.particle-box {
  position: relative;
  text-align: center; }
  .particle-box > span {
    width: 50%;
    height: 50%;
    position: absolute; }
    .particle-box > span.first {
      top: 0;
      right: 0; }
      .particle-box > span.first + span {
        bottom: 0;
        left: 0; }
  .particle-box .tbl {
    position: relative;
    z-index: 2; }
  .particle-box article > a > i > span {
    z-index: 2; }
  .particle-box article .relative {
    padding: 20px 240px;
    z-index: 8;
    display: inline-block;
    max-width: 1010px; }
    @media only screen and (max-width: 767px) {
      .particle-box article .relative {
        padding-right: 0;
        padding-left: 0; } }
  .particle-box article .text-left,
  .particle-box article .text-right {
    position: absolute;
    top: 20px;
    width: 240px; }
    @media only screen and (max-width: 767px) {
      .particle-box article .text-left,
      .particle-box article .text-right {
        z-index: 2;
        top: 0;
        width: auto;
        position: relative;
        text-align: center;
        left: auto;
        right: auto;
        margin: 10px auto; } }
  .particle-box article .text-left {
    right: 0; }
  .particle-box article .text-right {
    left: 0; }
  .particle-box article .text-center p, .particle-box article .simple-parallax div.cover div p, .simple-parallax div.cover .particle-box article div p, .particle-box article .simple-parallax div.cover p p, .simple-parallax div.cover .particle-box article p p, .particle-box article .simple-parallax div.cover h1 p, .simple-parallax div.cover .particle-box article h1 p, .particle-box article .simple-parallax div.cover h2 p, .simple-parallax div.cover .particle-box article h2 p, .particle-box article .simple-parallax div.cover h3 p, .simple-parallax div.cover .particle-box article h3 p, .particle-box article .simple-parallax div.cover h4 p, .simple-parallax div.cover .particle-box article h4 p, .particle-box article .simple-parallax div.cover h5 p, .simple-parallax div.cover .particle-box article h5 p, .particle-box article .simple-parallax div.cover h6 p, .simple-parallax div.cover .particle-box article h6 p, .particle-box article .simple-parallax div.cover a[data-open] p, .simple-parallax div.cover .particle-box article a[data-open] p, .particle-box article .simple-parallax div.cover a[data-scroll] p, .simple-parallax div.cover .particle-box article a[data-scroll] p, .particle-box article .clients-roll-container .clients-roll .client-name p, .clients-roll-container .clients-roll .particle-box article .client-name p, .particle-box article .page-section-bold-paragraph p, .particle-box article .cnt h3 p, .cnt .particle-box article h3 p, .particle-box article .cnt h4 p, .cnt .particle-box article h4 p, .particle-box article .page-section-header p {
    color: #82c556; }
  @media only screen and (max-width: 767px) {
    .particle-box article * {
      font-size: 11px; } }
  .particle-box article h1 {
    font-size: 34px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .particle-box article h1 {
        font-size: 18px; } }
  .particle-box article a {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    position: absolute;
    bottom: 8%;
    width: 118px;
    display: block;
    left: 50%;
    margin-left: -59px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    background: inherit;
    padding: 14px;
    color: #82c556; }
    .particle-box article a:hover {
      color: #767676; }
  .particle-box article .relative,
  .particle-box article .relative .text-center *,
  .particle-box article .relative .simple-parallax div.cover div *,
  .simple-parallax div.cover .particle-box article .relative div *,
  .particle-box article .relative .simple-parallax div.cover p *,
  .simple-parallax div.cover .particle-box article .relative p *,
  .particle-box article .relative .simple-parallax div.cover h1 *,
  .simple-parallax div.cover .particle-box article .relative h1 *,
  .particle-box article .relative .simple-parallax div.cover h2 *,
  .simple-parallax div.cover .particle-box article .relative h2 *,
  .particle-box article .relative .simple-parallax div.cover h3 *,
  .simple-parallax div.cover .particle-box article .relative h3 *,
  .particle-box article .relative .simple-parallax div.cover h4 *,
  .simple-parallax div.cover .particle-box article .relative h4 *,
  .particle-box article .relative .simple-parallax div.cover h5 *,
  .simple-parallax div.cover .particle-box article .relative h5 *,
  .particle-box article .relative .simple-parallax div.cover h6 *,
  .simple-parallax div.cover .particle-box article .relative h6 *,
  .particle-box article .relative .simple-parallax div.cover a[data-open] *,
  .simple-parallax div.cover .particle-box article .relative a[data-open] *,
  .particle-box article .relative .simple-parallax div.cover a[data-scroll] *,
  .simple-parallax div.cover .particle-box article .relative a[data-scroll] *,
  .particle-box article .relative .clients-roll-container .clients-roll .client-name *,
  .clients-roll-container .clients-roll .particle-box article .relative .client-name *,
  .particle-box article .relative .page-section-bold-paragraph *,
  .particle-box article .relative .cnt h3 *,
  .cnt .particle-box article .relative h3 *,
  .particle-box article .relative .cnt h4 *,
  .cnt .particle-box article .relative h4 *,
  .particle-box article .relative .page-section-header * {
    position: relative;
    z-index: 2; }

ol.socials-list,
ul.socials-list {
  text-align: center;
  margin: 0; }
  ol.socials-list li,
  ul.socials-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: 20px 40px;
    vertical-align: top; }
    ol.socials-list li:hover .circle-icon,
    ul.socials-list li:hover .circle-icon {
      -webkit-transform: translate3d(0, -8px, 0);
      -moz-transform: translate3d(0, -8px, 0);
      -ms-transform: translate3d(0, -8px, 0);
      -o-transform: translate3d(0, -8px, 0);
      transform: translate3d(0, -8px, 0); }
    ol.socials-list li a,
    ul.socials-list li a {
      display: block;
      font-size: 35px;
      line-height: 35px;
      color: #82c556; }
      ol.socials-list li a:hover,
      ul.socials-list li a:hover {
        color: #5e5e5e;
        text-decoration: none; }
      ol.socials-list li a > i,
      ul.socials-list li a > i {
        width: 86px;
        display: block; }
        ol.socials-list li a > i i,
        ul.socials-list li a > i i {
          font-size: 32px;
          display: block;
          line-height: 1; }
      ol.socials-list li a > span,
      ul.socials-list li a > span {
        font-size: 11px;
        text-transform: uppercase;
        display: block;
        line-height: 1;
        margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      ol.socials-list li,
      ul.socials-list li {
        margin: 10px; }
        ol.socials-list li a,
        ul.socials-list li a {
          font-size: 15px;
          line-height: 15px; }
        ol.socials-list li > i,
        ul.socials-list li > i {
          width: 40px; } }

div.moar {
  height: 180px;
  overflow: hidden;
  position: relative; }
  div.moar > div {
    margin-bottom: 60px !important; }
  div.moar.open a.moar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  div.moar:after {
    content: " ";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 81%, #fafafa 99%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 81%, #fafafa 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fbfbfb 81%, #fafafa 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fafafa',GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
    -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
    -o-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  div.moar.open:after {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  div.moar a.moar {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    z-index: 8;
    color: #656565;
    text-align: center;
    font-size: 27px;
    width: 30px;
    text-align: center;
    margin-left: -15px;
    -webkit-transition: color 0.4s ease, transform 0.4s ease;
    -moz-transition: color 0.4s ease, transform 0.4s ease;
    -ms-transition: color 0.4s ease, transform 0.4s ease;
    -o-transition: color 0.4s ease, transform 0.4s ease;
    transition: color 0.4s ease, transform 0.4s ease; }
    div.moar a.moar:before {
      margin: 0; }
    div.moar a.moar:hover {
      color: #8C8C8C;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    div.moar a.moar:active {
      -webkit-transform: scale(1.35);
      -moz-transform: scale(1.35);
      -ms-transform: scale(1.35);
      -o-transform: scale(1.35);
      transform: scale(1.35); }
  div.moar.open a.moar:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    -moz-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    -o-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg); }
  div.moar.open a.moar:active {
    -webkit-transform: scale(1.35) rotate(180deg);
    -moz-transform: scale(1.35) rotate(180deg);
    -ms-transform: scale(1.35) rotate(180deg);
    -o-transform: scale(1.35) rotate(180deg);
    transform: scale(1.35) rotate(180deg); }

.page-section-title-big, .cnt h1 {
  color: #82c556;
  font-size: 24px; }

.page-section-title-medium, .page-section-cite, .cnt h2 {
  font-size: 21px; }

.cnt h4, .cnt h5, .cnt h6 {
  font-size: 14px; }

.page-section-cite {
  color: #82c556; }

.page-section-bold-paragraph {
  font-size: 14px; }

.cnt table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #E6E5E5;
  box-shadow: 0 0 14px -7px black;
  background: #FDFDFD; }
  .cnt table td {
    padding: 15px !important;
    border: 1px solid #F7F5F5; }
.cnt h1,
.cnt h2,
.cnt h3,
.cnt h4,
.cnt h5,
.cnt h6 {
  line-height: 1;
  margin-bottom: 1rem; }
.cnt h2 {
  color: #82c556; }
.cnt h3 {
  font-size: 16px; }
.cnt h5 {
  color: #82c556; }
.cnt h6 {
  color: #82c556; }
.cnt p a {
  color: #82c556;
  text-decoration: none; }
  .cnt p a:hover {
    text-decoration: underline; }
.green-bg .cnt h1, .clients-roll-container .clients-roll .client-name .cnt h1,
.green-bg .cnt h2,
.clients-roll-container .clients-roll .client-name .cnt h2,
.green-bg .cnt h3,
.clients-roll-container .clients-roll .client-name .cnt h3,
.green-bg .cnt h4,
.clients-roll-container .clients-roll .client-name .cnt h4,
.green-bg .cnt h5,
.clients-roll-container .clients-roll .client-name .cnt h5,
.green-bg .cnt h6,
.clients-roll-container .clients-roll .client-name .cnt h6, .cnt.green-bg h1, .clients-roll-container .clients-roll .cnt.client-name h1,
.cnt.green-bg h2,
.clients-roll-container .clients-roll .cnt.client-name h2,
.cnt.green-bg h3,
.clients-roll-container .clients-roll .cnt.client-name h3,
.cnt.green-bg h4,
.clients-roll-container .clients-roll .cnt.client-name h4,
.cnt.green-bg h5,
.clients-roll-container .clients-roll .cnt.client-name h5,
.cnt.green-bg h6,
.clients-roll-container .clients-roll .cnt.client-name h6 {
  color: #ffffff; }
.cnt blockquote {
  margin: 20px 0;
  padding: 19px 0 20px 30px;
  border-left: 8px solid #82C556; }
.cnt ul,
.cnt ol {
  margin: 30px 0; }
  .cnt ul li,
  .cnt ol li {
    float: none;
    line-height: 20px;
    min-height: 0;
    margin: 0 0 19px 0 !important;
    position: relative;
    list-style-type: none;
    padding: 0 20px;
    text-transform: uppercase;
    color: #82c556; }
    .cnt ul li:before,
    .cnt ol li:before {
      font-family: "fontello";
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
  .cnt ul.half li, #root-single-solution .cnt ul li,
  .cnt ol.half li, #root-single-solution
  .cnt ol li {
    width: 50%;
    min-height: 40px; }
    @media only screen and (max-width: 767px) {
      .cnt ul.half li, #root-single-solution .cnt ul li,
      .cnt ol.half li, #root-single-solution
      .cnt ol li {
        width: 100%;
        min-height: 0;
        padding-right: 0;
        margin-bottom: 20px; } }
.cnt .alignnone {
  margin: 5px 20px 20px 0; }
.cnt .aligncenter, .cnt div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
.cnt .alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.cnt .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.cnt a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
.cnt a img.alignnone {
  margin: 5px 20px 20px 0; }
.cnt a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
.cnt a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.cnt .wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .cnt .wp-caption.alignnone, .cnt .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .cnt .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .cnt .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .cnt .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
.cnt .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .cnt .screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes jello {
  0%,
100%,
11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
    -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-moz-keyframes jello {
  0%,
100%,
11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
    -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-ms-keyframes jello {
  0%,
100%,
11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
    -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-o-keyframes jello {
  0%,
100%,
11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
    -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  0%,
100%,
11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
    -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-webkit-keyframes bounce {
  0%,
100%,
20%,
53%,
80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@-moz-keyframes bounce {
  0%,
100%,
20%,
53%,
80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@-ms-keyframes bounce {
  0%,
100%,
20%,
53%,
80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@-o-keyframes bounce {
  0%,
100%,
20%,
53%,
80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,
100%,
20%,
53%,
80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.page-section-with-icon.current:before {
  -webkit-animation: bounce 1s;
  -moz-animation: bounce 1s;
  -ms-animation: bounce 1s;
  -o-animation: bounce 1s;
  animation: bounce 1s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.uppercase, .simple-parallax div.cover div, .simple-parallax div.cover p, .simple-parallax div.cover h1, .simple-parallax div.cover h2, .simple-parallax div.cover h3, .simple-parallax div.cover h4, .simple-parallax div.cover h5, .simple-parallax div.cover h6, .clients-roll-container .clients-roll .client-name, .page-section-with-icon:before, .page-section-title-big, .cnt h1, .page-section-title-medium, .page-section-cite, .cnt h2, .page-section-bold-paragraph, .cnt h3, .cnt h4, .cnt h5, .cnt h6, .page-section-header {
  text-transform: uppercase; }

.bold, .page-section-with-icon:before, .page-section-bold-paragraph, .cnt h3, .cnt h4 {
  font-weight: bold; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
@if( $mobile-browser == true ) {
  .cover {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    padding-top: 80px;
    margin-top: -80px; }
    .cover > .holder {
      position: relative;
      width: 100%;
      height: 100%; } }
.green, .page-section-with-icon:before {
  color: #82c556; }

.white {
  color: #ffffff; }

.relative {
  position: relative; }

.square,
[class*="ratio"] {
  display: block;
  height: 0;
  position: relative; }

.ratio-4-3 {
  padding: 0 0 75% 0; }

.ratio-3-2 {
  padding: 0 0 66% 0; }

.ratio-16-9 {
  padding: 0 0 56.25% 0; }

.ratio-16-9.almost {
  padding: 0 0 42% 0; }

.ratio-3-1 {
  padding: 0 0 33% 0; }

.ratio-3-4 {
  padding: 0 0 133% 0; }

.ratio-2-3 {
  padding: 0 0 150% 0; }

.ratio-9-16 {
  padding: 0 0 177% 0; }

.ratio-1-3 {
  padding: 0 0 300% 0; }

.ratio-squared,
.square {
  padding: 0 0 100% 0; }

.tbl {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }
  .tbl > .tbl-cell {
    width: 100%;
    height: 100%;
    display: table-cell; }
    .tbl > .tbl-cell.v-top {
      vertical-align: top; }
    .tbl > .tbl-cell.v-middle {
      vertical-align: middle; }
    .tbl > .tbl-cell.v-bottom {
      vertical-align: bottom; }

.text-left {
  text-align: left; }

.text-center, .simple-parallax div.cover div, .simple-parallax div.cover p, .simple-parallax div.cover h1, .simple-parallax div.cover h2, .simple-parallax div.cover h3, .simple-parallax div.cover h4, .simple-parallax div.cover h5, .simple-parallax div.cover h6, .simple-parallax div.cover a[data-open], .simple-parallax div.cover a[data-scroll], .clients-roll-container .clients-roll .client-name, .page-section-bold-paragraph, .cnt h3, .cnt h4, .page-section-header {
  text-align: center; }

.text-right {
  text-align: right; }

.grey-bg, .clients-roll-container .clients-roll .client-desc > div {
  background-color: #fafafa; }

.green-bg, .clients-roll-container .clients-roll .client-name {
  background-color: #82c556;
  color: #ffffff; }
  .green-bg *, .clients-roll-container .clients-roll .client-name * {
    color: inherit; }

.green-grey-bg {
  background: #82c556;
  background: -moz-linear-gradient(left, #82c556 0%, #82c556 50%, #fafafa 50%, #fafafa 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #82c556), color-stop(50%, #82c556), color-stop(50%, #fafafa), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(left, #82c556 0%, #82c556 50%, #fafafa 50%, #fafafa 100%);
  background: -o-linear-gradient(left, #82c556 0%, #82c556 50%, #fafafa 50%, #fafafa 100%);
  background: -ms-linear-gradient(left, #82c556 0%, #82c556 50%, #fafafa 50%, #fafafa 100%);
  background: linear-gradient(to right, #82c556 0%, #82c556 50%, #fafafa 50%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green', endColorstr='#fafafa', GradientType=1 ); }
  @media only screen and (max-width: 767px) {
    .green-grey-bg {
      background: #82c556; } }

.mb-10 {
  margin-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pl-10 {
  padding-left: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pl-20 {
  padding-left: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pl-30 {
  padding-left: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.ml-40 {
  margin-left: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pl-40 {
  padding-left: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.ml-50 {
  margin-left: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pl-50 {
  padding-left: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.ml-60 {
  margin-left: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pl-60 {
  padding-left: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.ml-70 {
  margin-left: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-70 {
  padding-left: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.ml-80 {
  margin-left: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.pl-80 {
  padding-left: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.ml-90 {
  margin-left: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.pl-90 {
  padding-left: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.ml-100 {
  margin-left: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mt-110 {
  margin-top: 110px; }

.mr-110 {
  margin-right: 110px; }

.ml-110 {
  margin-left: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pt-110 {
  padding-top: 110px; }

.pr-110 {
  padding-right: 110px; }

.pl-110 {
  padding-left: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mt-120 {
  margin-top: 120px; }

.mr-120 {
  margin-right: 120px; }

.ml-120 {
  margin-left: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pt-120 {
  padding-top: 120px; }

.pr-120 {
  padding-right: 120px; }

.pl-120 {
  padding-left: 120px; }

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around; }
  @media only screen and (max-width: 459px) {
    .flex-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; } }

#splash-menu.splash .appear, #splash-menu ul, #splash-menu [class*="column"] ul .title > a,
#splash-menu [class*="column"] ol .title > a,
#splash-menu [class*="column"] li .title > a,
#splash-menu [class*="column"] div .title > a,
#splash-menu [class*="column"] article .title > a, .main-contact-form [class*="column"] > span, .cnt ul.half, #root-single-solution .cnt ul,
.cnt ol.half, #root-single-solution
.cnt ol {
  *zoom: 1; }
  #splash-menu.splash .appear:before, #splash-menu ul:before, #splash-menu [class*="column"] ul .title > a:before,
  #splash-menu [class*="column"] ol .title > a:before,
  #splash-menu [class*="column"] li .title > a:before,
  #splash-menu [class*="column"] div .title > a:before,
  #splash-menu [class*="column"] article .title > a:before, .main-contact-form [class*="column"] > span:before, .cnt ul.half:before, #root-single-solution .cnt ul:before,
  .cnt ol.half:before, #root-single-solution
  .cnt ol:before, #splash-menu.splash .appear:after, #splash-menu ul:after, #splash-menu [class*="column"] ul .title > a:after,
  #splash-menu [class*="column"] ol .title > a:after,
  #splash-menu [class*="column"] li .title > a:after,
  #splash-menu [class*="column"] div .title > a:after,
  #splash-menu [class*="column"] article .title > a:after, .main-contact-form [class*="column"] > span:after, .cnt ul.half:after, #root-single-solution .cnt ul:after,
  .cnt ol.half:after, #root-single-solution
  .cnt ol:after {
    content: " ";
    display: table; }
  #splash-menu.splash .appear:after, #splash-menu ul:after, #splash-menu [class*="column"] ul .title > a:after,
  #splash-menu [class*="column"] ol .title > a:after,
  #splash-menu [class*="column"] li .title > a:after,
  #splash-menu [class*="column"] div .title > a:after,
  #splash-menu [class*="column"] article .title > a:after, .main-contact-form [class*="column"] > span:after, .cnt ul.half:after, #root-single-solution .cnt ul:after,
  .cnt ol.half:after, #root-single-solution
  .cnt ol:after {
    clear: both; }

/*# sourceMappingURL=site.css.map */
