@charset "UTF-8";
/* Settings
    ========================================================================== */
/*  ==========================================================================
    Variables
    ========================================================================== */
/*  ==========================================================================
        Grid
        ========================================================================== */
/* Total of columns*/
/* Columns width*/
/* Space between the columns*/
/* Option of lateral space for grid*/
/* Vertical space*/
/*  Breakpoints
        ========================================================================== */
/* Breakpoint for small devices (Phones and Tablets)*/
/* Breakpoint for medium devices (Desktops)*/
/* Breakpoint for large devices (Desktops)*/
/*  ==========================================================================
        Fonts
        ========================================================================== */
/*  ==========================================================================
        Colors
        ========================================================================== */
/* Brand */
/* Default */
/* Alert */
/*  Forms
        ========================================================================== */
/*  Inputs
            ========================================================================== */
/*  Placeholder
                ========================================================================== */
/*  Required tip
                ========================================================================== */
/*  Required field
                ========================================================================== */
/*  ==========================================================================
        Buttons
        ========================================================================== */
/*  Colors
            ========================================================================== */
/*  Default
                ========================================================================== */
/*  Primary
                ========================================================================== */
/*  Success
                ========================================================================== */
/*  Danger
                ========================================================================== */
/*  Social share
            ========================================================================== */
/* Facebook */
/* Twitter */
/* Instagram */
/* Linkedin */
/* Pinterest */
/* RSS */
/* Tools
    ========================================================================== */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,600,700&display=swap");
html {
  box-sizing: border-box; }

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 1200px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 1200px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1200px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*  ==========================================================================
    Mixins
    ========================================================================== */
/*  Transition
        ========================================================================== */
/*  Opacity w/ IE value
        ========================================================================== */
/*  Box sizing
        ========================================================================== */
/*  Border radius
        ========================================================================== */
/*  Box shadow
        ========================================================================== */
/*  Clearfix
        ========================================================================== */
/*  Animation
        ========================================================================== */
/*  Transform
        ========================================================================== */
/*  Background-size
        ========================================================================== */
/*  Gradients
        ========================================================================== */
/*  Vertical gradient
            ========================================================================== */
/*  Horizontal Gradient
            ========================================================================== */
/*  Columns
        ========================================================================== */
/* Generic
    ========================================================================== */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

::-moz-selection {
  background: #666;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #666;
  text-shadow: none;
  color: #fff; }

body {
  overflow-x: hidden;
  font-family: "Raleway", sans-serif; }

img,
object,
embed,
iframe {
  max-width: 100%; }

img {
  height: auto; }

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

/* Base
    ========================================================================== */
/*  ==========================================================================
    Inputs
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  /*  Default inputs, selects and textareas
            ========================================================================== */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .input,
  select,
  .select,
  textarea,
  .textarea {
    width: 100%;
    padding: 12px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  input[type="file"] {
    width: 100%; }
  input:focus,
  .input:focus,
  select:focus,
  .select:focus,
  textarea:focus,
  .textarea:focus {
    background-color: white;
    outline-width: 0; }
  /*  Select
            ========================================================================== */
  .select {
    /* -webkit-appearance: none;
                   -moz-appearance: none;
                        appearance: none; */
    color: #999;
    font-style: italic;
    opacity: 1;
    font-size: 16px; }
    .select[value=""] {
      color: #BFBFBF;
      font-style: italic; }
  /*  Search
            ========================================================================== */
  .input[type="search"] {
    box-sizing: border-box;
    border-color: #89a4ce;
    width: 100%;
    padding-right: 45px;
    vertical-align: middle;
    margin: 0; }
    .input[type="search"]:focus {
      border-color: #fe943a; }
  /*  Textarea
            ========================================================================== */
  .textarea {
    resize: vertical; }
  /*  Input radio and checkbox
            ========================================================================== */
  .radio,
  .checkbox {
    margin-bottom: 6px;
    display: block;
    color: #333; }
    .radio .form-label,
    .radio input[type="radio"],
    .radio input[type="checkbox"],
    .checkbox .form-label,
    .checkbox input[type="radio"],
    .checkbox input[type="checkbox"] {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px 0 0; }
  .radio input[type="radio"],
  .checkbox input[type="checkbox"] {
    width: auto; }
  input[type="radio"],
  input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0; }
  .regular-checkbox {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid white;
    padding: 12px;
    border-radius: 3px;
    display: inline-block;
    position: relative; }
  .regular-checkbox:active, .regular-checkbox:checked:active {
    background-color: #fe943a; }
  .regular-checkbox:checked {
    background-color: #fe943a;
    border: 1px solid #fe943a;
    color: white; }
  .regular-checkbox:checked:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    color: white; }
  /*  Stylized checkbox
            ========================================================================== */
  .check-stylized .check {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid;
    padding: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .check-stylized .check:active, .check-stylized .check:checked:active {
      background-color: #fe943a; }
    .check-stylized .check:checked {
      background-color: #fe943a;
      border: 1px solid; }
      .check-stylized .check:checked:after {
        font-family: 'FontAwesome';
        content: '\f00c';
        font-size: 16px;
        position: absolute;
        top: 4px;
        left: 4px; }
  .check-stylized .lb {
    padding-left: 20px;
    font-size: 22px; }
  .check-stylized.def-style .lb {
    color: #434343; }
  .check-stylized.def-style .check {
    border-color: #434343; }
    .check-stylized.def-style .check:checked {
      border-color: #fe943a;
      color: #434343; }
      .check-stylized.def-style .check:checked:after {
        color: #434343; }
  .check-stylized.white-style .lb {
    color: white; }
  .check-stylized.white-style .check {
    border-color: white; }
    .check-stylized.white-style .check:checked {
      border-color: #fe943a;
      color: white; }
      .check-stylized.white-style .check:checked:after {
        color: white; }
  /*  Inputs actions
            ========================================================================== */
  .form-item-wrap {
    display: block;
    position: relative; }
    .form-item-wrap .fa {
      position: absolute;
      top: 15px;
      right: 20px;
      color: #999; }
  .form-group,
  input,
  .input,
  select,
  .select,
  textarea,
  .textarea {
    /* Success */
    /* Error */
    /* Success */ }
    .form-group.success,
    .form-group.success *,
    input.success,
    input.success *,
    .input.success,
    .input.success *,
    select.success,
    select.success *,
    .select.success,
    .select.success *,
    textarea.success,
    textarea.success *,
    .textarea.success,
    .textarea.success * {
      border-color: #24a78c;
      color: #24a78c; }
      .form-group.success + .fa,
      .form-group.success * + .fa,
      input.success + .fa,
      input.success * + .fa,
      .input.success + .fa,
      .input.success * + .fa,
      select.success + .fa,
      select.success * + .fa,
      .select.success + .fa,
      .select.success * + .fa,
      textarea.success + .fa,
      textarea.success * + .fa,
      .textarea.success + .fa,
      .textarea.success * + .fa {
        color: #24a78c; }
    .form-group.danger,
    .form-group.danger *,
    input.danger,
    input.danger *,
    .input.danger,
    .input.danger *,
    select.danger,
    select.danger *,
    .select.danger,
    .select.danger *,
    textarea.danger,
    textarea.danger *,
    .textarea.danger,
    .textarea.danger * {
      border-color: #e74c3c;
      color: #e74c3c; }
      .form-group.danger + .fa,
      .form-group.danger * + .fa,
      input.danger + .fa,
      input.danger * + .fa,
      .input.danger + .fa,
      .input.danger * + .fa,
      select.danger + .fa,
      select.danger * + .fa,
      .select.danger + .fa,
      .select.danger * + .fa,
      textarea.danger + .fa,
      textarea.danger * + .fa,
      .textarea.danger + .fa,
      .textarea.danger * + .fa {
        color: #e74c3c; }
    .form-group.warning,
    .form-group.warning *,
    input.warning,
    input.warning *,
    .input.warning,
    .input.warning *,
    select.warning,
    select.warning *,
    .select.warning,
    .select.warning *,
    textarea.warning,
    textarea.warning *,
    .textarea.warning,
    .textarea.warning * {
      border-color: #f79303;
      color: #f79303; }
      .form-group.warning + .fa,
      .form-group.warning * + .fa,
      input.warning + .fa,
      input.warning * + .fa,
      .input.warning + .fa,
      .input.warning * + .fa,
      select.warning + .fa,
      select.warning * + .fa,
      .select.warning + .fa,
      .select.warning * + .fa,
      textarea.warning + .fa,
      textarea.warning * + .fa,
      .textarea.warning + .fa,
      .textarea.warning * + .fa {
        color: #f79303; }
  /*  Placeholder
            ========================================================================== */
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px; }
    .stick input::-webkit-input-placeholder, .stick
    textarea::-webkit-input-placeholder {
      color: #304b74; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px; }
  /*  Newsletter
            ========================================================================== */
  .newsletter .wrap-form .input {
    border-color: #89a4ce;
    padding: 18px 160px 18px 20px; }
    .newsletter .wrap-form .input:focus {
      border-color: #fe943a; }
  /*  Stick
            ========================================================================== */
  .stick .input,
  .stick .textarea {
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #fe943a; }
    .stick .input:focus,
    .stick .textarea:focus {
      background-color: white; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
@media only screen and (max-width: 768px) {
  /*  Default inputs, selects and textareas
            ========================================================================== */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .input,
  select,
  .select,
  textarea,
  .textarea {
    border-bottom-color: #CCC; }
  input:focus,
  .input:focus,
  select:focus,
  .select:focus,
  textarea:focus,
  .textarea:focus {
    border-bottom-color: #8c8c8c; } }

/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
@media only screen and (min-width: 769px) {
  /*  Default inputs, selects and textareas
            ========================================================================== */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .input,
  select,
  .select,
  textarea,
  .textarea {
    border-color: #CCC; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #8c8c8c; } }

/*  ==========================================================================
    Tables
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  table {
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    width: 100%; }
    table th, table td {
      border-bottom: 1px solid #CCC;
      padding: 15px 0;
      text-align: left;
      font-size: 16px;
      line-height: 24px; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
/*  ==========================================================================
    Typography
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: "Raleway", sans-serif; }
  .t-center,
  .t-center p {
    text-align: center; }
  /*  Section Titles
            ========================================================================== */
  .section-title .front {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px; }
    .section-title .front.alone {
      margin-top: 0; }
    .home-seciton .section-title .front {
      margin-bottom: 40px;
      margin-top: -60px; }
    .sl-section .section-title .front,
    .ev-section .section-title .front {
      margin-bottom: 40px;
      margin-top: -45px; }
  .section-title .bg {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }
    .archive .section-title .bg {
      line-height: 1em; }
  .section-title.def-style .front {
    color: #537bb7; }
  .section-title.def-style .bg {
    color: white;
    text-shadow: -2px -2px 0 #e3e9f3, 2px -2px 0 #e3e9f3, -2px 2px 0 #e3e9f3, 2px 2px 0 #e3e9f3; }
  .section-title.white-style .front {
    color: white; }
  .section-title.white-style .bg {
    color: #537bb7;
    text-shadow: -2px -2px 0 #6589bf, 2px -2px 0 #6589bf, -2px 2px 0 #6589bf, 2px 2px 0 #6589bf; }
  .section-title.third-style .front {
    color: #537bb7;
    margin-top: -35px; }
  .section-title.third-style .bg {
    font-size: 80px;
    color: #eeefef;
    text-shadow: -2px -2px 0 #d1dcec, 2px -2px 0 #d1dcec, -2px 2px 0 #d1dcec, 2px 2px 0 #d1dcec; }
  .section-title.middle-text {
    position: relative; }
    .section-title.middle-text .front {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      margin-bottom: 0;
      width: 100%; }
  /*  Titles
            ========================================================================== */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: inherit;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: inherit; }
  h1 {
    font-size: 2.25em;
    line-height: 1.125; }
  h2 {
    font-size: 1.875em;
    line-height: 1.15; }
  h3 {
    font-size: 1.5em;
    line-height: 1.175; }
  h4 {
    font-size: 1.125em;
    line-height: 1.25; }
  h5 {
    font-size: 14px;
    line-height: 18px; }
  h6 {
    font-size: 12px;
    line-height: 16px; }
  /*  Texts
            ========================================================================== */
  p {
    color: #434343;
    font-size: 1em;
    line-height: 1.575;
    margin: 0 0 30px; }
  /*  Lists
            ========================================================================== */
  ul,
  ol,
  dl {
    color: #222;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.575;
    margin: 0 0 30px; }
  /*  Blockquotes
            ========================================================================== */
  blockquote {
    border-left: 6px solid  #2287ce;
    padding: 0 0 1px 30px;
    margin: 15px 20px 15px 0; }
    blockquote > p {
      color: #2287ce;
      margin-bottom: 20px; }
  /*  Links
            ========================================================================== */
  a {
    color: blue;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  a:hover {
    color: #0000b3; }
  /*  Figure
            ========================================================================== */
  figure {
    margin: 0; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
@media only screen and (max-width: 768px) {
  .home-seciton .section-title .bg,
  .blog-header .section-title .bg {
    font-size: 15vw; }
  .sl-section .section-title .bg,
  .ev-section .section-title .bg {
    font-size: 60px; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint-medium
     */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home-seciton .section-title .bg,
  .blog-header .section-title .bg {
    font-size: 500%; }
  .sl-section .section-title .bg,
  .ev-section .section-title .bg {
    font-size: 400%; } }

@media only screen and (max-width: 992px) {
  .blog-header .section-title .front {
    margin-top: -70px;
    margin-bottom: 70px;
    background-color: white; }
  .section-title.bottom-text .front {
    margin-top: 0;
    padding-right: 10%; } }

/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
/*
     * CSS for devices with resolution up to the minimum breakpoint-medium
     */
@media only screen and (min-width: 992px) {
  .home-seciton .section-title .bg,
  .blog-header .section-title .bg {
    font-size: 140px; }
  .sl-section .section-title .bg {
    font-size: 120px; }
  .ev-section .section-title .bg {
    font-size: 110px; }
  .blog-header .section-title .front {
    margin-top: -170px;
    margin-bottom: 170px; }
  .section-title.bottom-text {
    position: relative;
    width: 100%;
    height: 100%; }
    .section-title.bottom-text .bg, .section-title.bottom-text .front {
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      width: 100%; } }

@media only screen and (min-width: 1200px) {
  .ev-section .section-title .bg {
    font-size: 120px; } }

/* Objects
    ========================================================================== */
/*  ==========================================================================
    Buttons
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  /*  Default
            ========================================================================== */
  .btn {
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    transition: background 0.25s ease;
    background-image: none;
    border: 1px solid transparent;
    color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px;
    outline: none;
    overflow: hidden;
    padding: 10px 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .btn:hover,
  .btn:focus {
    text-decoration: none; }
  /*  Colors
            ========================================================================== */
  /*  Default
                ========================================================================== */
  .btn {
    background-color: #999;
    /* w/ Border */
    /* Single */ }
    .btn.btn-border {
      border-color: #999;
      color: #999; }
    .btn.btn-single {
      color: #999; }
  .btn:hover,
  .btn:focus {
    background-color: #8c8c8c; }
  /*  Primary
                ========================================================================== */
  .btn-primary {
    background-color: #fe943a;
    border-color: #fe8621;
    /* w/ Border and Round */
    /* Single */ }
    .btn-primary.btn-border, .btn-primary.btn-round {
      border-color: #fe943a;
      color: #fe943a; }
    .btn-primary.btn-single {
      color: #fe943a; }
    .btn-primary:hover, .btn-primary:focus {
      background-color: #ef725c;
      color: white; }
  /*  Secondary
                ========================================================================== */
  .btn-secondary {
    background-color: #537bb7;
    border-color: #476eaa;
    /* w/ Border and Round */
    /* Single */ }
    .btn-secondary.btn-border, .btn-secondary.btn-round {
      border-color: #537bb7;
      color: #CCC; }
    .btn-secondary.btn-single {
      color: #CCC; }
    .btn-secondary:hover, .btn-secondary:focus {
      background-color: #446aa2;
      color: white; }
  /*  Tertiary
                ========================================================================== */
  .btn-tertiary {
    background-color: #939598;
    color: #fff;
    /* w/ Border and Round */
    /* Single */ }
    .btn-tertiary.btn-border, .btn-tertiary.btn-round {
      border-color: #939598;
      color: #939598; }
    .btn-tertiary.btn-single {
      color: #939598; }
    .btn-tertiary:hover, .btn-tertiary:focus {
      background-color: #818387;
      color: white; }
  /*  Success
                ========================================================================== */
  .btn-success {
    background-color: #24a78c;
    /* w/ Border and Round */
    /* Single */ }
    .btn-success.btn-border, .btn-success.btn-round {
      border-color: #24a78c;
      color: #24a78c; }
    .btn-success.btn-single {
      color: #24a78c; }
    .btn-success:hover, .btn-success:focus {
      background-color: #1f927a; }
  /*  Alert
                ========================================================================== */
  .btn-danger {
    background-color: #e74c3c;
    /* w/ Border and Round */
    /* Single */ }
    .btn-danger.btn-border, .btn-danger.btn-round {
      border-color: #e74c3c;
      color: #e74c3c; }
    .btn-danger.btn-single {
      color: #e74c3c; }
    .btn-danger:hover, .btn-danger:focus {
      background-color: #e43725; }
  /*  Warning
                ========================================================================== */
  .btn-warning {
    background-color: #f79303;
    /* w/ Border and Round */
    /* Single */ }
    .btn-warning.btn-border, .btn-warning.btn-round {
      border-color: #f79303;
      color: #f79303; }
    .btn-warning.btn-single {
      color: #f79303; }
    .btn-warning:hover, .btn-warning:focus {
      background-color: #de8403; }
  /*  Icon
                ========================================================================== */
  .btn-ico {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-align: left;
    padding: 20px 70px 20px 20px; }
    .btn-ico > i {
      position: absolute;
      right: 20px;
      font-size: 20px;
      margin-top: -2px; }
  .btn-disabled {
    cursor: default;
    pointer-events: none; }
    .btn-disabled:hover {
      color: white;
      background-color: #999; }
  /*  Sizes
            ========================================================================== */
  /*  Large
                ========================================================================== */
  .btn-large {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px; }
    .btn-large.btn-round {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
  /*  Small
                ========================================================================== */
  .btn-small {
    font-size: 14px;
    padding: 8px; }
  /*  Mini
                ========================================================================== */
  .btn-mini {
    font-size: 12px;
    padding: 6px; }
  /*  Styles
            ========================================================================== */
  /*  Border
                ========================================================================== */
  .btn-border {
    border-width: 1px;
    border-style: solid;
    background-color: transparent; }
    .btn-border:hover, .btn-border:focus {
      color: #fff; }
  /*  Round
                ========================================================================== */
  .btn-round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent; }
    .btn-round:hover, .btn-round:focus {
      color: #fff; }
  /*  Single
                ========================================================================== */
  .btn-single {
    background-color: transparent; }
    .btn-single:hover, .btn-single:focus {
      color: #fff; }
  /*  Inactive
                ========================================================================== */
  .btn.btn-inactive {
    border: 1px solid #EEE;
    color: #CCC;
    cursor: default;
    background: #EEE; }
  /*  Block
            ========================================================================== */
  .btn-block {
    display: block;
    width: 100%; }
  /*  Social Share
            ========================================================================== */
  .social-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 2px;
    text-align: center;
    /* icon font-awesome */
    /* hover / focus */
    /* active */
    /* small share*/ }
    .social-btn > * {
      display: inline-block;
      vertical-align: sub; }
    .social-btn > i {
      letter-spacing: 5px;
      margin: 0; }
    .social-btn:hover, .social-btn:focus {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none; }
    .social-btn:active {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btn-small .social-btn {
      font-size: 10px;
      line-height: 10px;
      /* icon font-awesome */ }
      .btn-small .social-btn > i {
        letter-spacing: 0;
        font-size: 16px;
        line-height: 16px;
        margin: 0px;
        width: 18px;
        vertical-align: -14%; }
    .v-style .social-btn {
      display: block;
      text-align: left;
      width: 45px;
      position: relative; }
      .v-style .social-btn:hover .hover_txt {
        display: inline-block; }
  .social-networks .social-btn {
    background-color: transparent;
    font-size: 13px;
    line-height: 13px;
    padding: 5px; }
    .footer .social-networks .social-btn.social-facebook {
      padding-left: 0;
      width: 40px;
      text-align: center; }
      .footer .social-networks .social-btn.social-facebook .ico-facebook {
        width: 34px;
        background-position: -465px -200px; }
  .entry-header .social-share .social-btn {
    color: #537bb7;
    font-size: 18px;
    line-height: 18px;
    padding: 0 2px; }
  .entry-footer .social-share .social-btn {
    color: #434343;
    font-size: 22px;
    line-height: 22px;
    padding: 8px; }
  .social-share .social-btn:hover {
    color: #fe943a; }
  /*  Search
            ========================================================================== */
  .btn-search {
    background-color: transparent;
    padding: 8px 10px;
    display: inline-block;
    color: #537bb7;
    font-size: 20px;
    margin-left: -42px; }
    .btn-search:hover {
      background-color: transparent;
      color: #999; }
  /*  Newsletter
            ========================================================================== */
  .newsletter .wrap-form .btn-submit {
    margin-left: -145px;
    padding-top: 6px;
    display: inline-block; }
  /*  Stick
            ========================================================================== */
  .btn-stick {
    font-weight: 700;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    height: 115%;
    color: white;
    z-index: 4;
    background-color: #fe943a;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btn-stick:hover {
      background-color: #fe7807;
      cursor: pointer; }
    .stick-open .btn-stick {
      width: auto;
      height: auto;
      left: 5px;
      top: 2px;
      opacity: 1;
      filter: alpha(opacity=100); }
    .form-open .btn-stick {
      margin-top: 5px; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
/*  ==========================================================================
    Forms
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  /*  Default
            ========================================================================== */
  .form {
    margin-bottom: 20px; }
    .form fieldset {
      border: none;
      padding: 0;
      margin: 0; }
  .form-group {
    position: relative; }
    .form-group.form-helper {
      margin-bottom: 8px; }
  .form-legend {
    margin-bottom: 20px; }
  .form-label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    font-weight: bold; }
  .help-block {
    font-size: 13px;
    margin-top: -14px;
    line-height: 1;
    padding-left: 1px;
    display: block; }
  /*  Alerts
            ========================================================================== */
  span[class*="alert-"] {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px; }
    span[class*="alert-"] + [class*="alert-"] {
      margin-top: 10px; }
  .wpcf7-response-output {
    padding: 10px;
    margin-top: 20px; }
  .alert-danger {
    background-color: #f4ceca;
    color: #e74c3c; }
  .alert-warning {
    background-color: #fff4c6;
    color: #f79303; }
  .alert-success {
    background-color: #c6eed7;
    color: #24a78c; }
  .alert-info {
    background-color: #cfe6f7;
    color: #457eaf; }
  /*  Required tip
            ========================================================================== */
  .fields-required {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 20px; }
  .required {
    font-weight: bold;
    color: #333; }
  .form-field {
    color: #333;
    font-size: 14px; }
  /*  WPCF 7
            ========================================================================== */
  .wpcf7-response-output {
    padding: 10px;
    margin-top: 20px; }
  .wpcf7-validation-errors {
    background-color: #f4ceca;
    color: #e74c3c; }
  .wpcf7-mail-sent-ng {
    background-color: #fff4c6;
    color: #f79303; }
  .wpcf7-mail-sent-ok {
    background-color: #c6eed7;
    color: #24a78c; }
  .wpcf7-spam-blocked {
    background-color: #cfe6f7;
    color: #457eaf; }
  .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0; }
  .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
  .wpcf7-not-valid-tip {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 12px;
    color: #e74c3c;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 102px; }
  .wpcf7 br,
  .wpcf7 p:empty {
    display: none; }
  .wpcf7-display-none {
    display: none; }
  div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url("../img/ajax-loader.gif");
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle; }
  div.wpcf7 .ajax-loader.is-active {
    visibility: visible; }
  .lity .lity-container {
    width: 550px; }
  .lity .wrap-form {
    background-color: white;
    padding: 10px; }
  /*  RD Station
            ========================================================================== */
  .newsletter .wrap-form {
    /*
                #rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
                    border-color: lighten($blue, 15%) !important;
                    padding: 18px 160px 18px 20px !important;;
                    height: 56px !important;
                }

                #rd-form-joq3m2m5i .bricks-form__field {
                    float: left;
                }

                #rdstation-bricks-embeddable-form-bricks-component-8IrXk2q_E3HEJSsQYd7AQQ .bricks-form__submit {
                    float: right;
                    max-width: 140px;
                    margin-top: -65px;
                    margin-right: 8px;

                    .bricks--component-button {
                        height: 40px !important;
                        text-transform: uppercase;
                        font-weight: 300 !important;
                        font-size: 16px !important;
                        letter-spacing: 1px;

                        &:hover {
                             background-color: $coral; 
                        }
                    }
                }*/ }
    .newsletter .wrap-form .rd-text {
      display: none; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
@media only screen and (min-width: 769px) {
  /*  Form Search
            ========================================================================== */
  .form-search {
    font-size: 0;
    margin-bottom: 0; } }

[class^="ico-"], [class*=" ico-"] {
  background-image: url("../img/sprite/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 20px;
  margin-top: 1px;
  vertical-align: text-top; }

.ico-:hover .ico-circle {
  width: 45px;
  height: 45px;
  background-position: -271px -195px; }

.ico-circle {
  width: 45px;
  height: 45px;
  background-position: -226px -195px; }

.ico-circle2 {
  width: 52px;
  height: 27px;
  background-position: -397px -115px; }

.ico-circle2_white {
  width: 52px;
  height: 27px;
  background-position: -345px -115px; }

.ico-crowd {
  width: 113px;
  height: 25px;
  background-position: -345px -90px; }

.ico-detail-s {
  width: 44px;
  height: 156px;
  background-position: -462px 0px; }

.ico-:hover .ico-facebook {
  width: 44px;
  height: 44px;
  background-position: -462px -156px; }

.ico-facebook {
  width: 44px;
  height: 44px;
  background-position: -462px -200px; }

.ico-falecom {
  width: 90px;
  height: 90px;
  background-position: -135px -90px; }

.ico-falecom2 {
  width: 135px;
  height: 105px;
  background-position: 0px -90px; }

.ico-:hover .ico-instagram {
  width: 44px;
  height: 44px;
  background-position: -226px -240px; }

.ico-instagram {
  width: 44px;
  height: 44px;
  background-position: -270px -240px; }

.ico-labs {
  width: 462px;
  height: 90px;
  background-position: 0px 0px; }

.ico-:hover .ico-linkedin {
  width: 44px;
  height: 44px;
  background-position: -462px -244px; }

.ico-linkedin {
  width: 44px;
  height: 44px;
  background-position: -316px -195px; }

.ico-mail2 {
  width: 60px;
  height: 60px;
  background-position: -285px -90px; }

.ico-so-detail-blue {
  width: 14px;
  height: 64px;
  background-position: -14px -308px; }

.ico-so-detail-white {
  width: 14px;
  height: 70px;
  background-position: 0px -308px; }

.ico-video-player {
  width: 113px;
  height: 113px;
  background-position: -113px -195px; }

.ico-video-player2 {
  width: 113px;
  height: 113px;
  background-position: 0px -195px; }

.ico-whatsapp2 {
  width: 60px;
  height: 60px;
  background-position: -225px -90px; }

.ico-:hover .ico-youtube {
  width: 44px;
  height: 44px;
  background-position: -360px -195px; }

.ico-youtube {
  width: 44px;
  height: 44px;
  background-position: -404px -195px; }

/*  HD devices
        ========================================================================== */
/*  ==========================================================================
    Navigation
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .navbar .nav-menu {
    list-style: none; }
    .navbar .nav-menu .menu-item a:hover {
      text-decoration: none; }
  /*  Header
            ========================================================================== */
  .header .search-wrap {
    display: flex;
    align-items: center; }
    .header .search-wrap .btn-fnc {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -20px;
      color: #537bb7;
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 38px;
      text-align: center; }
      .header .search-wrap .btn-fnc:hover {
        cursor: pointer; }
      .header .search-wrap .btn-fnc .close {
        display: none;
        margin-top: 7px;
        line-height: 170%;
        font-weight: 700;
        width: 30px;
        height: 30px;
        background-color: #e1e2e3;
        color: white;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .header .search-wrap .btn-fnc.open {
        font-size: 18px; }
        .header .search-wrap .btn-fnc.open .fa {
          display: none; }
        .header .search-wrap .btn-fnc.open .close {
          display: inline-block; }
    .header .search-wrap .form.active {
      position: absolute;
      right: 0;
      display: block;
      margin-bottom: 0;
      height: 100%; }
      .header .search-wrap .form.active .wrap-fields {
        width: 100%;
        margin-top: 14px;
        float: right;
        padding-right: 40px; }
  .navbar .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%; }
    .navbar .nav-menu .menu-item a {
      display: block;
      height: 100%;
      color: #434343;
      font-weight: 500;
      /*
                            &::before {
                                font-family: 'FontAwesome';
                                content: "\f111"; 
                                font-size: 7px;
                                margin-right: 7px;
                                color: $blue;
                                vertical-align: middle;
                            } */ }
      .navbar .nav-menu .menu-item a:hover {
        background-color: #fe943a;
        color: white; }
        .navbar .nav-menu .menu-item a:hover::before {
          color: white; }
  /*  Footer
            ========================================================================== */
  /*  Menu
            ========================================================================== */
  .dropdown {
    position: relative;
    display: inline-block; }
    .dropdown:hover .dropdown-menu,
    .dropdown:focus .dropdown-menu {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
    .dropdown .dropdown-menu {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
      -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
      -o-transition: opacity 0.2s ease, visibility 0.2s ease;
      -ms-transition: opacity 0.2s ease, visibility 0.2s ease;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      min-width: 200px;
      position: absolute;
      z-index: 2;
      top: 100%;
      left: 0;
      background: #fff;
      margin-bottom: 0;
      margin-top: 2px;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      text-align: left;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      padding: 5px 0; }
  /*  Tabs
            ========================================================================== */
  .tablist-menu {
    padding: 20px; }
    .tablist-menu .tabscroll-responsive {
      overflow-x: auto; }
    .tablist-menu [role="tablist"] {
      padding-left: 0;
      margin: 6px 0 0;
      list-style-type: none; }
      .ie7 .tablist-menu [role="tablist"] {
        zoom: 1; }
      .tablist-menu [role="tablist"]:before, .tablist-menu [role="tablist"]:after {
        content: "";
        display: table; }
      .tablist-menu [role="tablist"]:after {
        clear: both; }
      .tablist-menu [role="tablist"] > [role="presentation"] {
        float: left; }
    .tablist-menu [role="tablist"] [role="tab"] {
      display: block;
      padding: 12px;
      background-color: #fe943a;
      color: #fff;
      text-decoration: none; }
      .tablist-menu [role="tablist"] [role="tab"][aria-selected="false"]:hover {
        background-color: #fea253; }
      .tablist-menu [role="tablist"] [role="tab"][aria-selected="true"] {
        background-color: #fff;
        padding: 13px 12px;
        color: #fe943a;
        border-top: 4px solid;
        margin-top: -6px; }
    .tablist-menu [role="tabpanel"] {
      background: #fff;
      width: 100%;
      display: inline-block;
      padding: 20px 16px 8px; }
      .tablist-menu [role="tabpanel"][aria-hidden="true"] {
        display: none;
        visibility: hidden; }
  /*  Social
            ========================================================================== */
  .social-networks .hover_txt {
    display: none; }
  .social-networks.v-style {
    padding-left: 10px;
    position: relative;
    max-width: 300px; }
    .social-networks.v-style .hover_txt {
      position: absolute;
      left: 60px;
      color: #fe943a;
      margin-top: -25px;
      width: 120px;
      background-color: white;
      padding: 2px;
      z-index: 5; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
@media only screen and (max-width: 768px) {
  /*  Header
            ========================================================================== */
  .header .search-wrap .btn-search {
    float: right; }
  .header .search-wrap .form.active {
    width: 200px; }
  /*  Footer
            ========================================================================== */
  /*  Menu
            ========================================================================== */ }

/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
@media only screen and (min-width: 769px) {
  /*  Header
            ========================================================================== */
  .header .search-wrap .form.active {
    width: 400px; }
  /*  Footer
            ========================================================================== */
  /*  Menu
            ========================================================================== */ }

@media only screen and (max-width: 992px) {
  /*  Header
            ========================================================================== */
  .header {
    /*  Hamburger button
                ========================================================================== */
    /*  Mobile opened
                ========================================================================== */ }
    .header .site-title,
    .header .navbar,
    .header .search-wrap {
      height: 74px; }
    .header .site-title,
    .header .search-wrap {
      z-index: 5;
      position: relative; }
    .header .search-wrap .wrap-fields {
      display: none; }
    .header .search-wrap .active .wrap-fields {
      display: block; }
    .header .menu-wrap {
      width: 100%;
      position: absolute; }
    .header .navbar {
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 100%;
      z-index: 4;
      background: white;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .header .navbar > ul {
        list-style-type: none;
        padding: 110px 0 0 0;
        text-align: center; }
        .header .navbar > ul > li {
          padding: 5px 0;
          display: block; }
          .header .navbar > ul > li > a {
            text-decoration: none;
            font-size: 1.4em;
            line-height: 220%; }
    .header .hamburger-mobile {
      display: block;
      position: relative;
      float: right;
      margin-right: 20px;
      margin-top: 18px;
      z-index: 5;
      width: 48px;
      height: 36px;
      background: transparent;
      cursor: pointer;
      padding: 2px 5px 0 5px;
      overflow: hidden;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .header .hamburger-mobile > span {
        position: absolute;
        width: 80%;
        height: 6px;
        left: 10%;
        background-color: #939598;
        color: transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .header .hamburger-mobile > span:nth-child(2) {
          top: 15px; }
        .header .hamburger-mobile > span:nth-child(3) {
          top: 28px; }
    .header.mobile-open .navbar {
      left: 0; }
    .header.mobile-open .hamburger-mobile > span:nth-child(2) {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      filter: alpha(opacity=0); }
    .header.mobile-open .hamburger-mobile > span:nth-child(1) {
      -webkit-transform: rotateZ(45deg);
      -moz-transform: rotateZ(45deg);
      -o-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
      top: 16px; }
    .header.mobile-open .hamburger-mobile > span:nth-child(3) {
      -webkit-transform: rotateZ(-45deg);
      -moz-transform: rotateZ(-45deg);
      -o-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg);
      top: 16px; }
  /* Ends .header */ }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar .nav-menu .menu-item a {
    font-size: 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*  Header
            ========================================================================== */
  .navbar .nav-menu .menu-item a {
    padding: 14px 12px; }
  .navbar .nav-menu .menu-item:first-child a {
    margin-left: 10px; }
  /*  Footer
            ========================================================================== */
  /*  Menu
            ========================================================================== */ }

@media only screen and (min-width: 992px) {
  /*  Header
            ========================================================================== */
  .header .hamburger-mobile,
  .header .search-wrap .btn-fnc {
    display: none; }
  .header .site-title,
  .header .navbar,
  .header .search-wrap {
    height: 96px; }
  .navbar .nav-menu .menu-item {
    display: inline-block;
    height: 100%; }
    .navbar .nav-menu .menu-item a {
      line-height: 350%; } }

@media only screen and (min-width: 1200px) {
  /*  Header
            ========================================================================== */
  .navbar .nav-menu .menu-item a {
    padding: 20px; }
  /*  Footer
            ========================================================================== */
  /*  Menu
            ========================================================================== */ }

/* Plugins
    ========================================================================== */
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../build/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../build/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../build/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../build/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../build/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../build/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Componentes
    ========================================================================== */
/*  ==========================================================================
    Pagination
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .breadcrumbs {
    padding: 20px 0; }
  .breadcrumbs {
    font-size: 12px;
    line-height: 16px;
    color: #666; } }

/*
     * CSS for Extra small devices (phones, less than 768px)
     */
/* Custom form menu mobile */
/*
     * CSS for Small devices (tablets, 768px and up)
     */
/*
     * CSS for Medium devices (desktops, 992px and up)
     */
/*
     * CSS for Large devices (large desktops, 1200px and up)
     */
/*  ==========================================================================
    Pagination
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .pagination {
    text-align: center; }
    .pagination > * {
      display: inline-block;
      vertical-align: middle;
      color: white;
      font-weight: 330;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .pagination > *:hover, .pagination > *:focus {
        color: white;
        text-decoration: none;
        background-color: #476eaa; }
      .pagination > *.current {
        background-color: #fe943a; }
      .pagination > *.dots {
        border: none; }
    .search-results .pagination a.page-numbers {
      color: #fe943a; }
      .search-results .pagination a.page-numbers:hover {
        color: white; }
      .search-results .pagination a.page-numbers:focus {
        color: #fe943a;
        background-color: white; }
    .search-results .pagination .page-numbers.next, .search-results .pagination .page-numbers.prev {
      color: #fe943a; }
      .search-results .pagination .page-numbers.next:hover, .search-results .pagination .page-numbers.prev:hover {
        color: #537bb7; }
      .search-results .pagination .page-numbers.next:focus, .search-results .pagination .page-numbers.prev:focus {
        color: #fe943a;
        background-color: white; }
    .search-results .pagination .page-numbers.dots {
      color: #fe943a; }
      .search-results .pagination .page-numbers.dots:hover {
        color: #fe943a;
        background-color: white; } }

/*
     * CSS for Extra small devices (phones, less than 768px)
     */
@media (max-width: 767px) {
  .pagination {
    padding: 5px 0;
    margin-top: 10px; }
    .pagination > * {
      font-size: 14px;
      line-height: 14px;
      padding: 6px 8px; }
      .pagination > *.next, .pagination > *.prev {
        font-size: 12px;
        color: #fe943a; }
        .pagination > *.next:hover, .pagination > *.prev:hover {
          background-color: transparent;
          color: white; } }

/* Custom form menu mobile */
/*
     * CSS for Small devices (tablets, 768px and up)
     */
@media (min-width: 768px) {
  .pagination {
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 30px; }
    .pagination > * {
      font-size: 18px;
      line-height: 18px;
      padding: 15px 20px; }
      .pagination > *.next, .pagination > *.prev {
        font-size: 26px;
        color: #fe943a; }
        .pagination > *.next:hover, .pagination > *.prev:hover {
          background-color: transparent;
          color: white; } }

/*
     * CSS for Medium devices (desktops, 992px and up)
     */
/*
     * CSS for Large devices (large desktops, 1200px and up)
     */
/*  ==========================================================================
    Slider by Slick lib
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  /*  Basic Slider
        ========================================================================== */
  .basic-slider .slick-slide > div {
    font-size: 0; }
  .basic-slider .slider-item {
    width: 100%;
    margin: 0; }
  .home .featured-banner .slider-item {
    width: 100%;
    padding: 20% 10%; }
    .home .featured-banner .slider-item .wrap-text {
      position: relative;
      width: 100%; }
      .home .featured-banner .slider-item .wrap-text .strong-text {
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        margin-bottom: 30px; }
        .home .featured-banner .slider-item .wrap-text .strong-text .outline {
          display: block;
          color: #537bb7;
          text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; }
        @supports (text-stroke: 2px black) or (-webkit-text-stroke: 2px white) {
          .home .featured-banner .slider-item .wrap-text .strong-text .outline {
            color: transparent;
            -webkit-text-stroke: 2px white;
            text-stroke: 2px white;
            text-shadow: none; } }
  .slider {
    /*  Basic carousel 
            ========================================================================== */
    /*  Dots 
            ========================================================================== */
    /*  Arrows 
            ========================================================================== */ }
    .slider.basic-carousel, .slider.data-carousel {
      padding: 0 2%; }
      .clients-logos .slider.basic-carousel .slick-slide, .clients-logos .slider.data-carousel .slick-slide {
        padding: 0 65px; }
        .clients-logos .slider.basic-carousel .slick-slide img, .clients-logos .slider.data-carousel .slick-slide img {
          max-height: 100px; }
    .slider.filters-carousel .slick-slide {
      padding-right: 10px; }
    .slider.filters-carousel .slick-prev {
      left: -40px; }
    .slider.filters-carousel .slick-next {
      right: -40px; }
    .slider .slick-dotted.slick-slider {
      margin-bottom: 30px; }
    .slider .slick-dots {
      position: absolute;
      bottom: 2px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      .slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer; }
        .slider .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          height: 50px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent; }
          .slider .slick-dots li button:hover, .slider .slick-dots li button:focus {
            outline: none;
            background: transparent; }
            .slider .slick-dots li button:hover:before, .slider .slick-dots li button:focus:before {
              border-color: white; }
          .slider .slick-dots li button:before {
            content: "";
            height: 5px;
            width: 80px;
            display: block;
            border: 1px solid #fe943a; }
        .slider .slick-dots li.slick-active button {
          cursor: default; }
          .slider .slick-dots li.slick-active button:before {
            background: #fe943a; }
          .slider .slick-dots li.slick-active button:hover:before {
            border-color: #fe943a; }
    .slider .slick-prev,
    .slider .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      z-index: 3;
      width: 50px;
      height: 50px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent; }
      .slider .slick-prev:hover, .slider .slick-prev:focus,
      .slider .slick-next:hover,
      .slider .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent; }
        .slider .slick-prev:hover:before, .slider .slick-prev:focus:before,
        .slider .slick-next:hover:before,
        .slider .slick-next:focus:before {
          opacity: 1;
          filter: alpha(opacity=100); }
      .slider .slick-prev.slick-disabled:before,
      .slider .slick-next.slick-disabled:before {
        opacity: 0.25;
        filter: alpha(opacity=25); }
      .slider .slick-prev:before,
      .slider .slick-next:before {
        font-family: 'FontAwesome';
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: #fe943a;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slider .slick-prev {
      left: -15px; }
      .slider .slick-prev:before {
        content: '\f0d9'; }
    .slider [dir='rtl'] .slick-prev {
      right: 0;
      left: auto; }
      .slider [dir='rtl'] .slick-prev:before {
        content: '\f0da'; }
    .slider .slick-next {
      right: -15px; }
      .slider .slick-next:before {
        content: '\f0da'; }
    .slider [dir='rtl'] .slick-next {
      right: auto;
      left: 0; }
      .slider [dir='rtl'] .slick-next:before {
        content: '\f0d9'; } }

/* CSS for devices with resolution up to a maximum of breakpoint
     */
@media only screen and (max-width: 768px) {
  .mobile-carousel .slick-prev {
    left: 10px; }
  .mobile-carousel .slick-next {
    right: 10px; }
  .mobile-carousel .slick-list {
    margin-left: 25px;
    margin-right: 25px; }
  .items-list .mobile-carousel .slick-arrow,
  .wrap-testimonials .mobile-carousel .slick-arrow,
  .related-post .mobile-carousel .slick-arrow,
  .page-qsomos .mobile-carousel .slick-arrow {
    background-color: #333;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); }
  .bl-jobs .mobile-carousel {
    padding: 0 2%; }
  .bl-jobs .slider .slick-arrow {
    background-color: #333;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); }
  .slider .slick-dots li button,
  .slider .slick-dots li button::before {
    width: 40px; } }

@media only screen and (max-width: 1024px) {
  /*  Basic Slider
            ========================================================================== */
  .basic-slider .slider-item {
    padding: 20% 10%;
    background-size: cover; }
  .basic-slider .slick-track {
    display: flex; }
  .basic-slider .slick-slide {
    height: inherit; }
  .basic-slider .slick-slide > div,
  .basic-slider .slider-item {
    height: 100%; }
  .basic-slider.s-talks .slider-item {
    padding-left: 0; }
  /*  Basic Carousel
            ========================================================================== */
  .basic-carousel .slick-prev,
  .data-carousel .slick-prev {
    left: 0; }
  .basic-carousel .slick-next,
  .data-carousel .slick-next {
    right: 0; }
  .basic-carousel .slick-list,
  .data-carousel .slick-list {
    margin-left: 35px;
    margin-right: 35px; }
  /*  Home Slider
            ========================================================================== */
  .home .featured-banner .slider-item {
    background-size: cover; }
    .home .featured-banner .slider-item .wrap-text .strong-text {
      font-size: 50px; } }

/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
@media only screen and (min-width: 769px) {
  .slider .slick-dots li button,
  .slider .slick-dots li button::before {
    width: 80px; } }

@media only screen and (min-width: 1025px) {
  /*  Basic Slider
            ========================================================================== */
  .basic-slider .slider-item {
    min-height: 500px;
    max-height: 600px;
    height: calc(0px + 70vh); }
  .home .featured-banner .slider-item {
    max-height: 768px;
    height: calc(0px + 70vh); }
    .home .featured-banner .slider-item .wrap-text {
      max-width: 40%; }
      .home .featured-banner .slider-item .wrap-text .strong-text {
        font-size: 60px;
        line-height: 1; } }

/*  Stick contact 
========================================================================== */
@media only screen {
  .stick {
    position: fixed;
    right: -10px;
    background-color: #fe943a;
    z-index: 5;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* Sujeira do RD Station */ }
	.stick.stick-open.form-open {
	  top: auto;
	  bottom: 1px;
	  right: 1px;
	  -webkit-transform-origin: bottom right;
	  -moz-transform-origin: bottom right;
	  -o-transform-origin: bottom right;
	  -ms-transform-origin: bottom right;
	  transform-origin: bottom right; }
    .stick:hover {
      background-color: #fe8621;
      cursor: pointer; }
    .stick .wrap {
      position: relative; }
      .stick .wrap .wrap-left {
        color: white;
        padding: 30px 20px 20px 20px; }
        .stick .wrap .wrap-left .lb {
          font-weight: 100;
          font-size: 32px;
          margin-top: 10px; }
        .stick .wrap .wrap-left .data {
          font-weight: 700;
          font-size: 32px;
          margin-bottom: 20px;
          letter-spacing: 1px; }
        .stick .wrap .wrap-left .sub {
          font-size: 15px;
          font-weight: 300;
          margin-bottom: 15px; }
      .stick .wrap .wrap-right {
        background-color: white;
        position: relative;
        width: 100%;
        height: 156px;
        padding-left: 30px;
        padding-right: 10px;
        display: block;
        margin-left: 100%;
        color: #434343;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .stick .wrap .wrap-right:first-child {
          padding-top: 30px;
          padding-bottom: 10px;
          -webkit-border-radius: 8px 0;
          -moz-border-radius: 8px 0;
          border-radius: 8px 0; }
          .stick .wrap .wrap-right:first-child:hover {
            color: #45b163; }
          .stick .wrap .wrap-right:first-child:after {
            width: 90%;
            content: "";
            height: 1px;
            background-color: #CCC;
            display: block;
            position: absolute;
            bottom: 0;
            right: 0; }
        .stick .wrap .wrap-right:last-child {
          padding-bottom: 30px;
          padding-top: 10px;
          -webkit-border-radius: 0 8px;
          -moz-border-radius: 0 8px;
          border-radius: 0 8px; }
          .stick .wrap .wrap-right:last-child:before {
            font-family: 'FontAwesome';
            content: '\f0da';
            position: absolute;
            color: #fe943a;
            display: block;
            left: -3px;
            top: 50%;
            font-size: 40px; }
          .stick .wrap .wrap-right:last-child:hover {
            color: #537bb7; }
        .stick .wrap .wrap-right .lb {
          font-size: 16px;
          font-weight: 700;
          margin-left: 10px; }
        .stick .wrap .wrap-right .data {
          font-size: 14px;
          margin-top: 10px;
          margin-left: 5px; }
      .stick .wrap .s-opened {
        display: none; }
        .stick .wrap .s-opened .stick-style {
          max-width: none;
          flex: 100%; }
          .stick .wrap .s-opened .stick-style .wrap-contact-info {
            background-color: white;
            padding: 10px;
            margin-bottom: 5px;
            color: #434343;
            border: 1px solid #fe8621;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; }
            .stick .wrap .s-opened .stick-style .wrap-contact-info .icon {
              max-width: 50px;
              margin-left: 7px; }
            .stick .wrap .s-opened .stick-style .wrap-contact-info .lb {
              text-transform: uppercase;
              font-size: 13px;
              font-weight: 700;
              margin-top: 5px; }
            .stick .wrap .s-opened .stick-style .wrap-contact-info .data {
              font-size: 15px;
              margin-top: 2px; }
      .stick .wrap .s-closed {
        color: white; }
      .stick .wrap .wrap-form {
        display: none;
        padding: 20px 30px 20px 20px;
        overflow-x: auto; }
        .stick .wrap .wrap-form.display-form {
          display: block; }
    .stick.stick-open {
      width: 540px;
      height: auto;
      cursor: default;
      -webkit-box-shadow: 0px 0px 92px 0px rgba(254, 148, 58, 0.55);
      box-shadow: 0px 0px 92px 0px rgba(254, 148, 58, 0.55); }
      .stick.stick-open .wrap-right {
        margin-left: 0; }
      .stick.stick-open:hover {
        background-color: #fe943a;
        cursor: default; }
      .stick.stick-open .wrap {
        padding: 2px; }
        .stick.stick-open .wrap .s-opened {
          display: block; }
        .stick.stick-open .wrap .s-closed {
          display: none; }
      .stick.stick-open.consultant, .stick.stick-open.eventplanner {
        top: 0;
        z-index: 999991; }
        .stick.stick-open.consultant .wrap-form, .stick.stick-open.eventplanner .wrap-form {
          display: block; }
      .stick.stick-open.form-open .wrap-form {
        display: block; }
      .stick.stick-open.form-open .s-opened {
        display: none; }
    .stick #rd-column-juvacwbp > div {
      background-color: #fe943a !important; }
    .stick #rd-button-joq3m2m5a {
      background-color: #537bb7 !important;
      border-color: #537bb7 !important; }
    .stick #rd-form-joq3m2m5i .bricks-form__label {
      color: #434343 !important; } }

/*
* CSS for devices in landscape mode
*/
@media only screen and (max-height: 450px) {
.stick.stick-open {
  top: auto;
  bottom: 1px;
  right: 1px;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }
.stick.stick-open.form-open {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -o-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  height: 100%;
  overflow-y: auto; }
.stick.stick-open.form-open .wrap-form {
  margin: 20px 30px 20px 20px;
  padding: 2px; }
}

/*
* CSS for devices under 6 inches
*/
@media only screen and (max-width: 374px) {
.stick.stick-open {
  -webkit-transform: scale(0.59);
  -moz-transform: scale(0.59);
  -o-transform: scale(0.59);
  -ms-transform: scale(0.59);
  transform: scale(0.59); }
}

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
@media only screen and (max-width: 576px) {
  .stick.stick-open {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; } }

@media only screen and (max-width: 768px) {
  .stick {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; } }

@media only screen and (max-width: 992px) {
  .stick {
    top: 50%;
    width: 90px;
    height: 70px; }
    .stick .wrap .msg {
      display: none; }
    .stick .wrap .ico-falecom {
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -o-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      margin-top: -7px; } }

/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
@media only screen and (min-width: 993px) {
  .stick {
    top: 30%;
    width: 180px;
    height: 140px; }
    .stick.consultant {
      width: 200px;
      height: 160px; }
      .stick.consultant .ico-falecom {
        margin-left: 10%; }
    .stick.eventplanner {
      width: 220px;
      height: 160px; }
      .stick.eventplanner .ico-falecom {
        margin-left: 12%; }
    .stick.stick-open {
      width: 540px;
      height: auto; }
    .stick .wrap {
      padding: 10px 30px; } }

/* Helpers
    ========================================================================== */
/*  ==========================================================================
    WP Editor
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .entry-content .alignright {
    float: right;
    margin: 6px 0 20px 20px; }
  .entry-content .alignleft {
    float: left;
    margin: 6px 20px 20px 0; }
  .entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px; }
  .entry-content .wp-caption {
    max-width: 100%;
    margin-bottom: 28px; }
  .entry-content .wp-caption-text {
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    padding-top: 6px; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
/* Templates
    ========================================================================== */
/*  ==========================================================================
    Blog
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .posts-list .post-item {
    position: relative;
    display: inline-block;
    margin-bottom: 40px; }
    .posts-list .post-item .img-gradient {
      position: relative;
      display: inline-block;
      -webkit-box-shadow: 2px 0px 14px 0 rgba(5, 28, 64, 0.2);
      box-shadow: 2px 0px 14px 0 rgba(5, 28, 64, 0.2); }
      .posts-list .post-item .img-gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: rgba(118, 181, 252, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(118, 181, 252, 0)), to(#035aab));
        background: -webkit-linear-gradient(top, rgba(118, 181, 252, 0), #035aab);
        background: -moz-linear-gradient(top, rgba(118, 181, 252, 0), #035aab);
        background: -ms-linear-gradient(top, rgba(118, 181, 252, 0), #035aab);
        background: -o-linear-gradient(top, rgba(118, 181, 252, 0), #035aab);
        background: linear-gradient(to bottom, rgba(118, 181, 252, 0), #035aab);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(118, 181, 252, 0)', EndColorStr='#035aab'); }
    .posts-list .post-item .p-thumb {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: block; }
    .posts-list .post-item .p-text {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .posts-list .post-item .p-text .p-title {
        line-height: 1.2em;
        font-weight: 700;
        letter-spacing: 1px;
        color: white;
        margin-bottom: 15px; }
      .posts-list .post-item .p-text .p-excerpt {
        font-size: 13px;
        line-height: 1.2em;
        color: white;
        letter-spacing: 0.5px; }
      .posts-list .post-item .p-text .hidden-content {
        max-height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        overflow: hidden;
        transition: all 0.25s ease 0s; }
    .posts-list .post-item:hover .img-gradient:after {
      background-color: rgba(226, 136, 60, 0.5);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 136, 60, 0.5)), to(rgba(226, 136, 60, 0.5)));
      background: -webkit-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: -moz-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: -ms-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: -o-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: linear-gradient(to bottom, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(226, 136, 60, 0.5)', EndColorStr='rgba(226, 136, 60, 0.5)'); }
    .posts-list .post-item:hover .btn {
      background-color: white;
      color: #fe943a; }
      .posts-list .post-item:hover .btn:hover {
        color: #537bb7;
        border-color: #537bb7; }
  /*  ==========================================================================
            Archive
            ========================================================================== */
  .category {
    background: white url("../img/blog-bg.png") no-repeat top right; }
    .category .main {
      background: transparent; }
      .category .main .bg-blue {
        background: #537bb7 url("../img/bg-white.gif") repeat-x top left;
        background-size: auto 246px;
        padding-bottom: 80px; }
      .category .main .categories {
        padding: 10px 0 40px 0;
        text-align: center; }
        .category .main .categories .current {
          background-color: #537bb7;
          border-color: #537bb7;
          cursor: default; }
        .category .main .categories .cat-link:hover {
          background-color: white;
          border-color: #537bb7;
          color: #537bb7; }
          .category .main .categories .cat-link:hover.current {
            background-color: #537bb7;
            border-color: #537bb7;
            color: white; }
  /*  ==========================================================================
            Single Post
            ========================================================================== */
  .single-post {
    background: white url("../img/blog-bg.png") no-repeat top left; }
    .single-post .main {
      background: transparent url("../img/blog-bg.png") no-repeat bottom right; }
      .single-post .main .content {
        background-color: white; }
      .single-post .main .entry-thumb {
        max-height: 332px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px; }
      .single-post .main .hentry .title {
        color: #080c1e;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 50px; }
      .single-post .main .hentry .date,
      .single-post .main .hentry .category {
        color: #537bb7;
        text-transform: uppercase;
        font-size: 13px;
        display: inline-block;
        padding: 0 7px;
        margin-bottom: 7px; }
      .single-post .main .hentry .date {
        border-right: 1px solid #939598; }
      .single-post .main .hentry .cat-link {
        color: #537bb7; }
        .single-post .main .hentry .cat-link:hover {
          color: #fe943a; }
      .single-post .main .hentry .entry-content {
        padding-top: 50px;
        border-top: 1px solid #EEE; }
        .single-post .main .hentry .entry-content p {
          font-size: 14px;
          line-height: 2em; }
        .single-post .main .hentry .entry-content img {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          margin-top: 30px;
          margin-bottom: 50px; }
  .entry-footer .social-share {
    text-align: center;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    padding: 10px 0; }
    .entry-footer .social-share .compartilhar {
      font-weight: 700;
      font-size: 18px;
      color: #434343;
      letter-spacing: 1px;
      margin-right: 20px;
      display: inline-block; }
  .related-post .back-to-index {
    padding: 60px 0 80px 0; } }

/*
     * CSS for Extra small devices (phones, less than 768px)
     */
@media only screen and (max-width: 576px) {
  /*  ==========================================================================
            Single Post
            ========================================================================== */
  .single-post .main .hentry .title {
    font-size: 6.5vw; } }

@media only screen and (min-width: 577px) and (max-width: 768px) {
  /*  ==========================================================================
            Single Post
            ========================================================================== */
  .single-post .main .hentry .title {
    font-size: 5vw; } }

@media (max-width: 767px) {
  /*  ==========================================================================
            Posts lists
            ========================================================================== */
  .posts-list .post-item .p-text {
    padding: 40px 20px; }
  .posts-list .post-item .p-title {
    font-size: 4vw; }
  .entry-header .social-share {
    display: none; }
  .blog .posts-list {
    text-align: center; }
    .blog .posts-list .p-text {
      text-align: left; }
    .blog .posts-list .p-title {
      font-size: 26px; }
  .entry-footer .social-share .compartilhar {
    padding-top: 8px;
    display: block; } }

/* Custom form menu mobile */
@media (max-width: 991px) {
  /*  ==========================================================================
            Single Post
            ========================================================================== */
  .single-post .main .hentry {
    padding: 10%; }
  .related-post .section-title {
    padding: 80px 0 40px 10%; }
  .related-post .post-list {
    text-align: center; }
  .related-post .post-item {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

/*
     * CSS for Small devices (tablets, 768px and up)
     */
@media (min-width: 768px) {
  .entry-header .social-share {
    text-align: right;
    margin-top: -3px;
    padding-right: 3px; } }

@media (min-width: 768px) and (max-width: 991px) {
  /*  ==========================================================================
            Single Post
            ========================================================================== */
  .single-post .main .title {
    font-size: 4vw; }
  /*  ==========================================================================
            Posts lists
            ========================================================================== */
  .posts-list .post-item .p-text {
    padding: 20px 15px; }
  .posts-list .post-item .p-title {
    font-size: 3vw; } }

/*
     * CSS for Medium devices (desktops, 992px and up)
     */
@media (min-width: 992px) {
  /*  ==========================================================================
            Single Post
            ========================================================================== */
  .single-post .main .hentry {
    padding: 50px 150px; }
    .single-post .main .hentry .title {
      font-size: 35px; }
  /*  ==========================================================================
            Posts lists
            ========================================================================== */
  .posts-list .post-item .p-text {
    padding: 40px 20px; }
  .posts-list .post-item .p-title {
    font-size: 26px; }
  .posts-list .post-item:hover .p-text .hidden-content {
    max-height: 80px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .related-post .section-title {
    padding: 80px 0 40px 150px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /*  ==========================================================================
            Posts lists
            ========================================================================== */
  .posts-list .post-item .p-text .p-title {
    line-height: 1.1em; }
  .posts-list .post-item .p-text .p-excerpt {
    margin-bottom: 15px; } }

/*
     * CSS for Large devices (large desktops, 1200px and up)
     */
/*  ==========================================================================
    Layout
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  html {
    scroll-behavior: smooth; }
  body {
    background-color: white; }
  .main {
    overflow-x: hidden; }
  .container.p-0,
  .container-fluid.p-0,
  .p-0.container-sm,
  .p-0.container-md,
  .p-0.container-lg,
  .p-0.container-xl {
    padding-left: 0;
    padding-right: 0; }
  .maxw800,
  .maxw1024 {
    margin-left: auto;
    margin-right: auto; }
  .maxw800 {
    max-width: 800px; }
  .maxw1024 {
    max-width: 1024px; }
  .v-mid {
    display: flex;
    align-items: center;
    height: 100%; }
  .page-tempalte-default .content,
  .error404 .content {
    padding: 50px 0; }
  /*  Header
            ========================================================================== */
  .header {
    background-color: white;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #CCC;
    z-index: 10; }
    .header .site-title {
      display: flex;
      align-items: center; }
    .header .logo {
      max-width: 165px;
      margin-top: 7px; }
  /*  Footer
            ========================================================================== */
  .footer {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: white; }
    .footer .logo-footer {
      margin-top: 10px;
      margin-bottom: 25px; }
    .footer .logo-footer,
    .footer .social-networks {
      text-align: center; }
    .footer .wrap-text.address {
      padding-right: 0; }
    .footer .wrap-text h6 {
      color: #537bb7;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 25px; }
    .footer .wrap-text p {
      color: #434343;
      font-size: 14px; }
    .footer .wrap-text a {
      color: #434343;
      display: inline-block;
      margin-bottom: 5px; }
      .footer .wrap-text a:hover {
        color: #ef725c; }
    .footer .wrap-text.col4 {
      padding-right: 0; }
    .footer .wrap-text.address strong, .footer .wrap-text.address b {
      margin-bottom: 10px;
      display: block; }
    .footer .wrap-text.contact p {
      background: transparent url("../img/phone.png") no-repeat left top;
      padding-left: 30px; }
  .copyright {
    font-size: 13px;
    margin: 30px 0; }
    .copyright .ico-crowd {
      margin-top: -5px;
      margin-left: 5px; }
  /*  Homepage
            ========================================================================== */
  .home {
    /* Cover / Banner */
    /*  Video
                ========================================================================== */
    /*  Intro
                ========================================================================== */
    /*  Data numbers
                ========================================================================== */
    /*  Talks
                ========================================================================== */
    /*  Labs
                ========================================================================== */
    /*  Depoimentos
                ========================================================================== */
    /*  Contato
                ========================================================================== */ }
    .home .cover-img {
      position: relative;
      width: 100%; }
    .home .b-detail {
      position: relative; }
      .home .b-detail .ico-circle2 {
        background-color: white;
        position: absolute;
        bottom: -27px;
        left: 50%;
        margin-left: -26px;
        z-index: 3; }
    .home .video {
      max-height: 550px;
      overflow: hidden; }
      .home .video .vd-hidden iframe, .home .video .vd-hidden object, .home .video .vd-hidden embed {
        max-height: 550px; }
    .home .intro {
      padding: 80px 0 0 0; }
      .home .intro .wrap-text {
        padding: 20px 0; }
        .home .intro .wrap-text > * strong, .home .intro .wrap-text > * b {
          color: #537bb7; }
      .home .intro .ico-detail-s {
        margin-bottom: -20px; }
      .home .intro .video {
        background: white url("../img/blog-bg.png") repeat-x center left;
        background-size: auto 550px;
        margin: 40px 0; }
    .home #results,
    .home .data-numbers {
      background-color: #eeefef; }
    .home .data-numbers:after {
      content: "";
      height: 3px;
      width: 200px;
      background-color: #537bb7;
      display: block;
      position: absolute;
      bottom: -3px;
      left: 50%;
      margin-left: -100px; }
    .home .data-numbers .box_indicadores {
      position: relative; }
      .home .data-numbers .box_indicadores .contador {
        display: none; }
      .home .data-numbers .box_indicadores .number {
        font-weight: 300;
        letter-spacing: -2px;
        color: #537bb7;
        margin-bottom: 5px; }
      .home .data-numbers .box_indicadores .label {
        font-weight: 300;
        max-width: 190px;
        margin: auto; }
    .home .s-talks .wrap-text h2, .home .s-talks .wrap-text h3, .home .s-talks .wrap-text h4, .home .s-talks .wrap-text p {
      color: white; }
    .home .s-talks .wrap-text h2, .home .s-talks .wrap-text h3, .home .s-talks .wrap-text h4 {
      font-size: 34px;
      font-weight: 700; }
    .home .s-talks .wrap-text p {
      font-size: 18px;
      line-height: 1.5em;
      font-weight: 300; }
    .home .labs .wrap-text p {
      color: white;
      font-size: 18px;
      margin: 15px 0; }
    .home .labs .wrap-text ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .home .labs .wrap-text ul li {
        color: white;
        font-size: 18px;
        line-height: 30px;
        padding-left: 1em;
        text-indent: -1em; }
        .home .labs .wrap-text ul li:before {
          font-family: 'FontAwesome';
          content: "\f0da";
          padding-right: 10px;
          color: #fe943a; }
    .home .labs .ico-labs-2 {
      background: transparent url("../img/avantia-labs2.png") no-repeat -20px 0;
      width: 250px;
      height: 100px;
      display: inline-block;
      margin-top: 1px;
      vertical-align: text-top; }
    .home .testimonials .section-title {
      margin-bottom: 30px; }
      .home .testimonials .section-title .front, .home .testimonials .section-title .bg {
        margin-bottom: 0; }
    .home .testimonials .box-t {
      position: relative;
      display: block;
      max-width: 350px;
      background-color: white;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      .home .testimonials .box-t .thumb {
        margin-bottom: 15px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; }
      .home .testimonials .box-t .text_t p {
        margin-bottom: 15px; }
        .home .testimonials .box-t .text_t p:last-child {
          margin-bottom: 0; }
      .home .testimonials .box-t .ico-video-player {
        position: absolute;
        margin: auto;
        top: 50%;
        left: 50%;
        margin-top: -56px;
        margin-left: -56px;
        display: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .home .testimonials .box-t:hover {
        background-color: #dce4f0; }
        .home .testimonials .box-t:hover .thumb {
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .home .testimonials .box-t:hover .ico-video-player {
          display: block; }


          

          .page-clientes .cliente-testimonials .section-title {
            margin-bottom: 30px; }
            .page-clientes .cliente-testimonials .section-title .front, .page-clientes .cliente-testimonials .section-title .bg {
              margin-bottom: 0; }
          .page-clientes .cliente-testimonials .box-t {
            position: relative;
            display: block;
            max-width: 350px;
            background-color: white;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px; }
            .page-clientes .cliente-testimonials .box-t .thumb {
              margin-bottom: 15px;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              border-radius: 8px; }
            .page-clientes .cliente-testimonials .box-t .text_t p {
              margin-bottom: 15px; }
              .page-clientes .cliente-testimonials .box-t .text_t p:last-child {
                margin-bottom: 0; }
            .page-clientes .cliente-testimonials .box-t .ico-video-player {
              position: absolute;
              margin: auto;
              top: 50%;
              left: 50%;
              margin-top: -56px;
              margin-left: -56px;
              display: none;
              -webkit-transition: all 0.25s ease;
              -moz-transition: all 0.25s ease;
              -o-transition: all 0.25s ease;
              -ms-transition: all 0.25s ease;
              transition: all 0.25s ease; }
            .page-clientes .cliente-testimonials .box-t:hover {
              background-color: #dce4f0; }
              .page-clientes .cliente-testimonials .box-t:hover .thumb {
                opacity: 0.5;
                filter: alpha(opacity=50); }
              .page-clientes .cliente-testimonials .box-t:hover .ico-video-player {
                display: block; }





    .home .clients-logos {
      padding: 50px 0 100px; }
    .home .contact {
      padding-bottom: 50px; }
      .home .contact .section-title {
        position: relative;
        z-index: 1; }
        .home .contact .section-title::before {
          width: 90%;
          display: inline-block;
          height: 1px;
          background-color: #3f6398;
          content: "";
          margin: 0 auto;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1; }
        .home .contact .section-title span {
          background: white;
          padding: 0 40px; }
      .home .contact .wrap-contact-info {
        margin: 20px 0; }
        .home .contact .wrap-contact-info .text {
          padding-top: 10px;
          line-height: 24px;
          color: #434343;
          padding-left: 10px; }
          .home .contact .wrap-contact-info .text .lb {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700; }
  .home-seciton .section-title {
    margin: 80px 0; }
  /*  Vídeo
            ========================================================================== */
  .video .vd-cover {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 25px 81px 0px rgba(9, 64, 125, 0.42);
    box-shadow: 0px 25px 81px 0px rgba(9, 64, 125, 0.42); }
    .video .vd-cover .ico-player {
      position: absolute;
      margin: auto;
      top: 50%;
      left: 50%;
      margin-top: -56px;
      margin-left: -56px;
      cursor: pointer; }
    .video .vd-cover .vd-img {
      cursor: pointer;
      display: block;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .video .vd-hidden {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .video .vd-hidden iframe, .video .vd-hidden object, .video .vd-hidden embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video .vd-cover,
  .video .vd-hidden {
    max-width: 977px;
    margin: auto;
    background-color: #000; }
  .video.playing-video .vd-hidden {
    display: block; }
  .video.playing-video .vd-cover {
    display: none; }
  /*  Newsletter
            ========================================================================== */
  .newsletter , .bl-posts {
    border-top: 1px solid #EEE;
    padding: 50px 0; }

  .cliente-testimonials {
    padding: 100px 0 0; }

    .newsletter .your-email {
      width: 100%;
      float: left; }
  /*  Search Results page
            ========================================================================== */
  .search-results .page-header,
  .search-no-results .page-header {
    margin-top: 50px;
    margin-bottom: 50px; }
    .search-results .page-header .term-search,
    .search-no-results .page-header .term-search {
      color: #537bb7; }
      .search-results .page-header .term-search .term,
      .search-no-results .page-header .term-search .term {
        color: #fe943a; }
  .search-results .results .post,
  .search-no-results .results .post {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    padding-top: 10px; }
    .search-results .results .post .title .link,
    .search-no-results .results .post .title .link {
      color: #434343; }
    .search-results .results .post .excerpt,
    .search-no-results .results .post .excerpt {
      margin-bottom: 15px; }
    .search-results .results .post .date,
    .search-no-results .results .post .date {
      margin-bottom: 10px;
      display: block;
      text-transform: uppercase;
      font-size: 13px; }
    .search-results .results .post .btn,
    .search-no-results .results .post .btn {
      margin-bottom: 30px; }
      .search-results .results .post .btn:hover,
      .search-no-results .results .post .btn:hover {
        background-color: white;
        color: #537bb7;
        border-color: #537bb7; }
  .search-results .results .no-post,
  .search-no-results .results .no-post {
    margin-bottom: 80px; }
  /*  Events page (S. Talks)
            ========================================================================== */
  .single-eventos .ev-section {
    padding: 80px 0; }
  .single-eventos .info-main {
    padding: 15px 30px; }
    .single-eventos .info-main .ev-title {
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase; }
    .single-eventos .info-main .ev-desc p {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 0; }
  .single-eventos .info-row {
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 30px; }
    .single-eventos .info-row:first-child {
      margin-top: 15px; }
    .single-eventos .info-row:last-child {
      margin-bottom: 15px; }
    .single-eventos .info-row .label {
      font-size: 21px;
      font-weight: 700;
      color: #fe943a;
      margin-bottom: 5px; }
    .single-eventos .info-row .ev-dt {
      font-size: 16px; }
  .single-eventos .ev-cta {
    background-color: #fe943a;
    padding: 30px 20px;
    display: inline-block;
    margin-top: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .single-eventos .ev-cta .ico {
      max-width: 60px;
      margin-bottom: 15px; }
    .single-eventos .ev-cta .txt {
      display: block;
      font-size: 22px;
      font-weight: 700;
      color: white;
      text-transform: uppercase; }
    .single-eventos .ev-cta.cta-link:hover {
      background-color: #fe8621;
      text-decoration: none; }
  .single-eventos .clockdiv {
    color: #fe943a;
    font-weight: 700;
    text-transform: uppercase; }
    .single-eventos .clockdiv .running-countdow,
    .single-eventos .clockdiv .end-countdow {
      display: none; }
    .single-eventos .clockdiv .end-countdow {
      margin-bottom: -30px; }
    .single-eventos .clockdiv .lb,
    .single-eventos .clockdiv .smalltext {
      font-size: 34px; }
    .single-eventos .clockdiv .num {
      font-size: 88px;
      line-height: 1em; }
    .single-eventos .clockdiv .lb {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
    .single-eventos .clockdiv .smalltext {
      letter-spacing: -1px; }
  .single-eventos .bl-video {
    background: white url("../img/bg-stalks-vd.png") no-repeat center top; }
    .single-eventos .bl-video .section-title {
      margin-bottom: 60px; }
      @supports (text-stroke: 2px black) or (-webkit-text-stroke: 2px white) {
        .single-eventos .bl-video .section-title .bg {
          color: transparent;
          -webkit-text-stroke: 2px #69a7e7;
          text-stroke: 2px #69a7e7;
          text-shadow: none; } }
  .single-eventos .wrap-speakers {
    padding-top: 50px;
    text-align: left; }
    .single-eventos .wrap-speakers .t-item {
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
      width: 270px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .single-eventos .wrap-speakers .t-item .img-gradient {
        position: relative;
        display: inline-block;
        background-color: #fe943a;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .single-eventos .wrap-speakers .t-item .t-thumb {
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s; }
      .single-eventos .wrap-speakers .t-item .t-text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 30px 30px; }
        .single-eventos .wrap-speakers .t-item .t-text .hidden-content {
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -ms-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s; }
      .single-eventos .wrap-speakers .t-item .t-name {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: white;
        margin-bottom: 15px; }
      .single-eventos .wrap-speakers .t-item .t-desc {
        font-size: 15px;
        line-height: 1.4em;
        color: white;
        letter-spacing: 0.5px;
        margin-bottom: 0; }
      .single-eventos .wrap-speakers .t-item:hover .img-gradient, .single-eventos .wrap-speakers .t-item.item-active .img-gradient {
        -webkit-box-shadow: 2px 0px 22px 0px rgba(255, 117, 0, 0.5);
        box-shadow: 2px 0px 22px 0px rgba(255, 117, 0, 0.5); }
      .single-eventos .wrap-speakers .t-item:hover .t-thumb, .single-eventos .wrap-speakers .t-item.item-active .t-thumb {
        opacity: 0.3;
        filter: alpha(opacity=30); }
  .single-eventos .bl-02 {
    background-color: #537bb7; }
    .single-eventos .bl-02 .ev-title,
    .single-eventos .bl-02 .ev-desc p {
      color: white; }
    .single-eventos .bl-02 a {
      color: #fe943a; }
      .single-eventos .bl-02 a:hover {
        text-decoration: underline; }
    .single-eventos .bl-02 .icol {
      border-color: white; }
    .single-eventos .bl-02 .ev-dt {
      color: white; }
  .single-eventos .bl-03 {
    padding-top: 50px; }
  .single-eventos .bl-06 {
    border-top: 1px solid #EEE; } }

/*
     * CSS for devices with resolution up to a maximum of breakpoint
     */
@media only screen and (max-width: 576px) {
  .home .intro .wrap-text > * {
    font-size: 20px; }
  .home .data-numbers .box_indicadores .label {
    font-size: 14px;
    padding: 0 15px; }
  .single-eventos .bl-02 .ev-cta {
    width: 85%; } }

@media only screen and (max-width: 670px) {
  /*  Events page (S. Talks)
            ========================================================================== */
  .single-eventos .clockdiv .lb,
  .single-eventos .clockdiv .smalltext {
    font-size: 24px; }
  .single-eventos .clockdiv .num {
    font-size: 28px; } }

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .home .intro .wrap-text > * {
    font-size: 24px; } }

@media only screen and (max-width: 768px) {
  .col-12.fix-768 {
    flex: 0 0 100%;
    max-width: 100%; }
  .hidden-sm {
    display: none; }
  /*  Footer
            ========================================================================== */
  .footer {
    padding: 40px 0 0 0; }
    .footer .wrap-text {
      text-align: center;
      border-top: 1px solid #EEE;
      padding-top: 30px;
      margin: 0 40px; }
    .footer .contact p {
      display: inline-block;
      text-align: left;
      margin-left: 20px;
      margin-right: 20px; }
  /*  Home
            ========================================================================== */
  .home .intro .wrap-text {
    padding: 0 15%; }
    .home .intro .wrap-text > * {
      line-height: 1.5em;
      text-align: left; }
  .home .solutions.home-seciton .section-title {
    margin-top: 0; }
  .home .testimonials .box-t {
    max-width: 250px !important; }
  .home .labs .ico-labs {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .home .data-numbers {
    text-align: center;
    padding: 70px 0 20px 0; }
    .home .data-numbers .number {
      font-size: 45px; }
    .home .data-numbers:before {
      font-family: 'FontAwesome';
      content: "\f1ce";
      height: 50px;
      width: 1px;
      background-color: #fe943a;
      position: absolute;
      top: -1px;
      text-indent: -2px;
      color: #fe943a;
      font-size: 5px;
      padding-top: 50px; }
    .home .data-numbers .box_indicadores {
      padding-bottom: 50px; }
  /*  Events page (S. Talks)
                ========================================================================== */
  .single-eventos .justify-content-md-center {
    justify-content: center; } }

/*
     * CSS for devices with resolution up to the minimum breakpoint
     */
@media only screen and (max-width: 1024px) {
  .main {
    padding-top: 75px; }
  .single-eventos .wrap-speakers .t-item.item-active .t-text .hidden-content {
    max-height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); } }

@media only screen and (max-width: 992px) {
  /*  Footer
            ========================================================================== */
  .footer .social-networks {
    margin-bottom: 30px; }
  /*  Home
            ========================================================================== */
  /*  Depoimentos
                ========================================================================== */
  .testimonials .box-t {
    margin-top: 20px;
    padding: 10px; }
    .testimonials .box-t .text_t p {
      font-size: 14px; }
  /*  Talks
                ========================================================================== */
  .s-talks .wrap-text {
    min-height: 210px; }
  /*  Events page (S. Talks)
                ========================================================================== */
  .single-eventos .clockdiv .lb {
    margin-bottom: 40px; }
  .single-eventos .ev-cta {
    margin-left: 30px;
    margin-right: 30px; }
  .single-eventos .bl-02 .icol .info-main .ev-desc {
    border-bottom: 1px solid #94add2;
    padding-bottom: 30px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 769px) {
  /*  Footer
            ========================================================================== */
  .footer {
    padding: 60px 0; }
    .footer .wrap-text {
      border-left: 1px solid #EEE;
      padding: 10px 15px 10px 25px; }
  /*  Home
            ========================================================================== */
  .home .intro {
    border-bottom: 1px solid #EEE; }
    .home .intro .wrap-text > * {
      font-size: 34px;
      line-height: 1.3em; }
  .home .data-numbers .box_indicadores {
    padding: 70px 0; }
    .home .data-numbers .box_indicadores .number {
      font-size: 60px; }
    .home .data-numbers .box_indicadores:before {
      font-family: 'FontAwesome';
      content: "\f1ce";
      height: 50px;
      width: 1px;
      background-color: #fe943a;
      position: absolute;
      top: -1px;
      text-indent: -2px;
      color: #fe943a;
      font-size: 5px;
      padding-top: 50px; }
  /*  Events page (S. Talks)
            ========================================================================== */
  .single-eventos .ev-cta {
    display: inline-block;
    float: right;
    max-width: 215px; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home .data-numbers .box_indicadores .number {
    font-size: 50px; }
  .single-eventos .bl-02 {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (min-width: 992px) {
  /*  Homepage
            ========================================================================== */
  .home,
  .page-template-default {
    /*  Labs
                ========================================================================== */
    /*  Talks
                ========================================================================== */
    /*  Depoimentos
                ========================================================================== */ }
    .home .cover-img,
    .page-template-default .cover-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
    .home .labs .cover-img,
    .page-template-default .labs .cover-img {
      height: 600px;
      width: 100%; }
    .home .s-talks .wrap-text,
    .page-template-default .s-talks .wrap-text {
      max-width: 34%; }
    .home .testimonials .box-t,
    .page-template-default .testimonials .box-t,
    .page-template-default .cliente-testimonials .box-t {
      padding: 40px; }
  /*  Eventos 
                ========================================================================== */
  .single-eventos .info-row {
    padding-right: 50px; }
  .single-eventos .bl-02 .icol {
    border-right: 1px solid #94add2; }
  .single-eventos .wrap-speakers .t-item:hover .t-text .hidden-content {
    max-height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); } }

@media only screen and (max-width: 1280px) {
  .home .s-talks .wrap-text {
    padding-left: 5%; }
  .home .labs .wrap-text {
    padding: 10% 10% 10% 5%;
    margin-bottom: 20px;
    max-width: 90%; } }

@media only screen and (min-width: 1025px) {
  .main {
    padding-top: 96px; }
  .home {
    /*  Depoimentos
            ========================================================================== */ }
    .home .testimonials .box-t:hover {
      -webkit-box-shadow: 0px 0px 92px 0px rgba(85, 121, 183, 0.25);
      box-shadow: 0px 0px 92px 0px rgba(85, 121, 183, 0.25); } }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

/*  ==========================================================================
    Print
    ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid;
    orphans: 3;
    widows: 3; } }

/*  ==========================================================================
    Segmentos
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .segments .column {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative; }
    .segments .column:last-child {
      border-right: 1px solid #ccc; }
      .segments .column:last-child:after {
        content: "+";
        color: #fe943a;
        position: absolute;
        top: -23px;
        right: -8px;
        font-size: 40px;
        font-weight: 100; }
    .segments .column:before {
      content: "+";
      color: #fe943a;
      position: absolute;
      top: -23px;
      left: -9px;
      font-size: 40px;
      font-weight: 100; }
    .segments .column .box-s {
      padding: 40px;
      margin-right: 25px;
      overflow: hidden;
      -webkit-border-radius: 0 8px 8px 0;
      -moz-border-radius: 0 8px 8px 0;
      border-radius: 0 8px 8px 0; }
      .segments .column .box-s .hidden-content {
        max-height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        overflow: hidden;
        transition: all 0.25s ease 0s; }
      .segments .column .box-s .s-title {
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1px;
        margin-bottom: 0; }
      .segments .column .box-s .see-more-lb {
        color: #537bb7;
        font-size: 15px;
        margin-top: 10px; }
      .segments .column .box-s p,
      .segments .column .box-s .s-text {
        color: white;
        font-size: 15px;
        line-height: 1.3em; }
      .segments .column .box-s .s_icon {
        width: 116px;
        height: 116px;
        display: block;
        background-repeat: no-repeat;
        margin-bottom: 7px; }
      .segments .column .box-s .s-link {
        color: #fe943a;
        font-size: 14px;
        text-decoration: underline;
        font-weight: 700; }
        .segments .column .box-s .s-link:hover {
          color: white;
          text-decoration: none; }
    .segments .column .ico-circle {
      position: absolute;
      left: -22px;
      top: 50%;
      background-color: white; }
    .segments .column:hover .box-s {
      background-color: #537bb7; }
      .segments .column:hover .box-s .s-title {
        color: #fe943a; }
    .segments .column:hover .ico-circle {
      background-position: -271px -195px;
      background-color: transparent; }
    .segments .column:hover .hidden-content {
      max-height: 220px;
      opacity: 1;
      filter: alpha(opacity=100); }
    .segments .column:hover .s_icon .s_img {
      opacity: 0;
      filter: alpha(opacity=0); }
  .page-segments .bl-icons {
    position: relative; }
    .page-segments .bl-icons .so-detail {
      bottom: 0;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .page-segments .icons-list {
    padding-top: 20px;
    padding-bottom: 100px; }
    .page-segments .icons-list .sl-icon {
      max-width: 240px; }
    .page-segments .icons-list .sl-cap p {
      margin: 0;
      line-height: 1.2em; }
      .page-segments .icons-list .sl-cap p strong, .page-segments .icons-list .sl-cap p b {
        color: #537bb7; }
    .page-segments .icons-list .sl-cap:before {
      margin-top: 30px;
      margin-bottom: 10px; }
  .page-segments .bl-ilustra {
    position: relative;
    padding-top: 40px;
    background: #537bb7; }
    .page-segments .bl-ilustra .detail {
      position: absolute;
      top: 0;
      margin: 0 auto;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .page-segments .bl-video .bg-blue {
    background-position: right 10px;
    padding-bottom: 0; }
    .page-segments .bl-video .bg-blue .video {
      margin-top: 30px;
      background: #537bb7 url("../img/bg-white.gif") repeat-x bottom left;
      background-size: auto 246px;
      padding-bottom: 80px; }
      .page-segments .bl-video .bg-blue .video .vd-cover .vd-img {
        opacity: 1;
        filter: alpha(opacity=100); } }

/*
     * CSS for Extra small devices (phones, less than 768px)
    */
@media (max-width: 640px) {
  .segments .wrap-all-segments {
    padding-left: 20px; }
  .segments .column {
    width: 100%; } }

@media (min-width: 641px) and (max-width: 767px) {
  .segments .column {
    width: 49.8940%; }
    .segments .column .box-s {
      height: 340px; } }

/* Custom mobile */
@media (max-width: 992px) {
  .page-segments .bl-icons {
    padding: 0; }
    .page-segments .bl-icons .bl-wrap {
      padding-top: 20px; } }

/*
     * CSS for Small devices (tablets, 768px and up)
     */
@media (min-width: 768px) {
  .segments .wrap-all-segments {
    padding: 0 15px; }
  .segments .column .box-s {
    height: 440px; }
  .page-segments .bl-icons {
    padding: 40px 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  .segments .column {
    width: 33.33222%; }
    .segments .column:nth-child(8), .segments .column:nth-child(9) {
      border-bottom: 1px solid #CCC; } }

/*
     * CSS for Medium devices (desktops, 992px and up)
     */
@media (min-width: 992px) and (max-width: 1199px) {
  .segments .column {
    width: 25%; }
    .segments .column:nth-child(7), .segments .column:nth-child(8) {
      border-bottom: 1px solid #CCC; } }

/*
     * CSS for Large devices (large desktops, 1200px and up)
     */
@media (min-width: 1200px) and (max-width: 1439px) {
  .segments .column .box-s .s-title {
    font-size: 120%; } }

@media (min-width: 1200px) {
  .segments .column {
    width: 20%; } }

@media (min-width: 1440px) {
  .segments .column .box-s .s-title {
    font-size: 24px; } }

/*  ==========================================================================
    Soluções
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  .solt-item {
    position: relative;
    display: inline-block; }
    .solt-item .img-gradient {
      position: relative;
      display: inline-block; }
      .solt-item .img-gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 2px 0px 14px 0 rgba(9, 64, 125, 0.2);
        box-shadow: 2px 0px 14px 0 rgba(9, 64, 125, 0.2);
        background-color: rgba(118, 181, 252, 0.5);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(118, 181, 252, 0.5)), to(rgba(3, 90, 171, 0.5)));
        background: -webkit-linear-gradient(top, rgba(118, 181, 252, 0.5), rgba(3, 90, 171, 0.5));
        background: -moz-linear-gradient(top, rgba(118, 181, 252, 0.5), rgba(3, 90, 171, 0.5));
        background: -ms-linear-gradient(top, rgba(118, 181, 252, 0.5), rgba(3, 90, 171, 0.5));
        background: -o-linear-gradient(top, rgba(118, 181, 252, 0.5), rgba(3, 90, 171, 0.5));
        background: linear-gradient(to bottom, rgba(118, 181, 252, 0.5), rgba(3, 90, 171, 0.5));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(118, 181, 252, 0.5)', EndColorStr='rgba(3, 90, 171, 0.5)'); }
    .solt-item .solt-thumb {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: block; }
    .solt-item .solt-text {
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%;
      padding: 40px 20px; }
      .solt-item .solt-text .solt-title {
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: white;
        margin-bottom: 25px; }
        .solt-item .solt-text .solt-title:after {
          content: "";
          display: block;
          width: 40px;
          height: 5px;
          background-color: #fe943a;
          margin-top: 10px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
    .solt-item .links-group .solt-link {
      display: block;
      font-size: 14px;
      line-height: 1.2em;
      letter-spacing: 0.5px;
      color: white;
      padding: 10px 5px 10px 15px;
      border-bottom: 1px solid white; }
      .solt-item .links-group .solt-link:last-child {
        border: none; }
      .solt-item .links-group .solt-link:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        color: #fe943a;
        margin-right: 7px;
        vertical-align: middle;
        margin-left: -10px; }
      .solt-item .links-group .solt-link:hover {
        background-color: white;
        color: #537bb7; }
    .solt-item:hover .img-gradient:after {
      -webkit-box-shadow: 2px 0px 22px 0px rgba(226, 136, 60, 0.5);
      box-shadow: 2px 0px 22px 0px rgba(226, 136, 60, 0.5);
      background-color: rgba(226, 136, 60, 0.5);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 136, 60, 0.5)), to(rgba(226, 136, 60, 0.5)));
      background: -webkit-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: -moz-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: -ms-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: -o-linear-gradient(top, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      background: linear-gradient(to bottom, rgba(226, 136, 60, 0.5), rgba(226, 136, 60, 0.5));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(226, 136, 60, 0.5)', EndColorStr='rgba(226, 136, 60, 0.5)'); }
    .solt-item:hover .links-group .solt-link:before {
      color: white; }
    .solt-item:hover .links-group .solt-link:hover:before {
      color: #537bb7; }
    .solt-item:hover .solt-title:after {
      background-color: white; }
  /*  Page Solution
            ========================================================================== */
  .sl-section {
    /*  Icons List
                ========================================================================== */
    /*  Blocks colors 
                ========================================================================== */
    /*  Blocks specific setting 
                ========================================================================== */
    /*  Items list 
                ========================================================================== */
    /*  PDFs list 
                ========================================================================== */
    /*  Posts list 
                ========================================================================== */ }
    .sl-section .bl-wrap {
      padding-top: 40px; }
    .sl-section .so-detail {
      position: absolute;
      margin: 0 auto; }
    .sl-section .icons-list .sl-icon {
      border: 1px solid #5b7ab6;
      border-radius: 4px;
      margin: 10px;
      min-height: 140px;
      min-width: 200px;
      display: grid;
      justify-content: center;
      align-items: center;
    }
      .sl-section .icons-list .sl-icon .sl-img {
        max-width: 120px; }
    .sl-section .icons-list .sl-cap {
      font-size: 22px; }
      .sl-section .icons-list .sl-cap:before {
        content: "";
        display: block;
        width: 40px;
        height: 5px;
        background-color: #fe943a;
        margin-right: auto;
        margin-left: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .page-solutions .sl-section .icons-list .sl-icon {
      max-width: 254px; }
    .page-solutions .sl-section .icons-list .sl-cap {
      text-transform: uppercase;
      font-weight: 700; }
    .sl-section .bg-blue {
      background: #537bb7 url("../img/bg-white-poitns.png") no-repeat left 50px;
      padding-bottom: 40px; }
      .sl-section .bg-blue .icons-list .sl-cap {
        color: white; }
      .sl-section .bg-blue:last-child .icons-list {
        margin-bottom: 60px; }
      .sl-section .bg-blue.no-bg {
        background-image: none; }
      .sl-section .bg-blue.bg-right {
        background-position: right center; }
    .sl-section .bg-gray {
      background-color: #eeefef;
      padding-bottom: 10px; }
      .sl-section .bg-gray.bg-img {
        background-image: url("../img/bg-blue-poitns.png");
        background-repeat: no-repeat; }
      .sl-section .bg-gray.bg-right {
        background-position: right 50px; }
    .sl-section .bg-white {
      background-color: white;
      background-image: url("../img/bg-blue-poitns.png");
      background-repeat: no-repeat; }
      .sl-section .bg-white .icons-list {
        padding-top: 30px;
        padding-bottom: 40px; }
        .sl-section .bg-white .icons-list .sl-icon {
          background-color: white; }
        .sl-section .bg-white .icons-list .sl-cap {
          color: #537bb7; }
      .sl-section .bg-white.bg-right {
        background-position: right 50px; }
    .sl-section.bl-repeater-icons {
      position: relative; }
      .sl-section.bl-repeater-icons .ico-circle2 {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .sl-section.bl-repeater-icons .so-detail {
        bottom: 0; }
    .sl-section.bl-icons-01, .sl-section.bl-icons-03 {
      position: relative; }
      .sl-section.bl-icons-01 .so-detail, .sl-section.bl-icons-03 .so-detail {
        top: 0; }
      .sl-section.bl-icons-01 .bg-white, .sl-section.bl-icons-03 .bg-white {
        background-position: right center; }
    .sl-section.bl-icons-02 .bg-white {
      background-position: left center; }
    .sl-section.call-to-labs {
      padding: 30px 0 80px 0; }
    .sl-section.bl-03 {
      padding-top: 40px; }
    .page-solutions .sl-section.bl-04 {
      padding-top: 30px; }
    .sl-section.bl-ilustra .detail {
      margin-top: -1px; }
    .sl-section.bl-ilustra .section-title {
      margin-top: 40px; }
    .page-solutions .sl-section.bl-ilustra .img-wrap {
      border-bottom: 2px solid white; }
    .sl-section.bl-ilustra .img-wrap .img-graphic {
      margin-bottom: 50px; }
    .sl-section.bl-posts .section-title {
      margin-top: 20px; }
    .sl-section .items-list {
      margin-bottom: 60px; }
      .sl-section .items-list .item {
        display: block;
        position: relative;
        margin-bottom: 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .sl-section .items-list .item .item-img {
          border: 0;
          display: block;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          opacity: 0.4;
          filter: alpha(opacity=40); }
        .sl-section .items-list .item .item-text {
          position: absolute;
          bottom: 0;
          width: 100%;
          padding: 0 40px 60px 40px;
          text-align: left; }
          .sl-section .items-list .item .item-text .item-title {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 22px; }
            .sl-section .items-list .item .item-text .item-title:after {
              content: "";
              display: block;
              width: 40px;
              height: 5px;
              background-color: #fe943a;
              margin-top: 10px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px; }
          .sl-section .items-list .item .item-text .item-link {
            color: #fe943a;
            font-size: 14px;
            font-weight: 300;
            text-decoration: underline;
            letter-spacing: 0.5px; }
            .sl-section .items-list .item .item-text .item-link:hover {
              color: white;
              text-decoration: none; }
    .sl-section .pdfs-list {
      padding: 30px 0; }
      .sl-section .pdfs-list .item {
        background-color: #222; }
        .sl-section .pdfs-list .item .item-title {
          color: white; }
        .sl-section .pdfs-list .item:hover {
          background-color: #060300;
          -webkit-box-shadow: 2px 0px 22px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 22px 0px rgba(0, 0, 0, 0.3); }
    .sl-section .posts-list {
      padding-bottom: 20px; }
      .sl-section .posts-list .item {
        background-color: #EEE;
        width: 260px;
        height: 260px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
        -webkit-transition: all 0.05s ease;
        -moz-transition: all 0.05s ease;
        -o-transition: all 0.05s ease;
        -ms-transition: all 0.05s ease;
        transition: all 0.05s ease; }
        .sl-section .posts-list .item .item-title {
          color: #537bb7; }
        .sl-section .posts-list .item:hover {
          background-color: #537bb7; }
          .sl-section .posts-list .item:hover .item-title {
            color: #EEE; } }

/*
     * CSS for Extra small devices (phones, less than 768px)
     */
@media only screen and (max-width: 768px) {
  .home .solutions {
    padding: 30px 0; }
  .solutions.home-seciton .section-title .bg {
    padding-left: 12px; }
  .solutions.home-seciton .row {
    padding-left: 30px;
    padding-right: 30px; }
  .solt-col {
    text-align: center; }
    .solt-col .solt-item {
      text-align: left;
      margin-bottom: 20px; }
  .page-solutions .bl-02 .section-title {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
    .page-solutions .bl-02 .section-title .bg {
      font-size: 13vw;
      line-height: 1em; }
  .page-solutions .bl-04 .bl-wrap p {
    font-size: 18px;
    text-align: left; }
  /*  Page section 
         ========================================================================== */
  .sl-section {
    /*  Icon List
            ========================================================================== */
    /*  Blocks colors 
             ========================================================================== */ }
    .sl-section .icons-list .sl-icon {
      margin-right: auto;
      margin-left: auto; }
    .sl-section .bg-blue .icons-list .sl-icon {
      margin-top: 10px;
      margin-bottom: 10px; }
    .sl-section .items-list .item {
      max-width: 260px; }
      .sl-section .items-list .item :nth-child(odd) {
        text-align: right; }
    .page-solutions .sl-section .icons-list .sl-cap::before {
      margin-top: 15px;
      margin-bottom: 20px; } }

/* Custom form menu mobile */
@media (max-width: 992px) {
  .page-solutions .bl-04 {
    padding-bottom: 50px; }
    .page-solutions .bl-04 p {
      font-size: 20px; } }

/*
     * CSS for Small devices (tablets, 768px and up)
     */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .solt-col:nth-child(odd) .solt-item {
    float: right; }
  .page-solutions .bl-02 .section-title .bg {
    font-size: 6vw; }
  /*  Page section 
        ========================================================================== */
  .sl-section {
    /* Item List 
            ========================================================================== */ }
    .sl-section .items-list .item .item-text {
      padding-bottom: 40px !important; }
    .sl-section .items-list .item .item-text .item-title {
      font-size: 18px !important; } }

@media (min-width: 768px) {
  .home .solutions {
    padding: 50px 0; }
  .solt-item {
    margin-bottom: 40px; }
  /*  Page section 
         ========================================================================== */
  .sl-section {
    /*  Blocks colors 
             ========================================================================== */ }
    .sl-section .bg-blue .icons-list .sl-icon {
      margin: 30px 0; }
    .page-solutions .sl-section .icons-list .sl-cap::before {
      margin-top: 25px;
      margin-bottom: 35px; } }

@media (max-width: 1024px) {
  .page-solutions .bl-04 .bl-wrap {
    padding-left: 40px;
    padding-right: 40px; } }

/*
     * CSS for Medium devices (desktops, 992px and up)
     */
@media (min-width: 992px) {
  .page-solutions .bl-02 .section-title .bg {
    font-size: 60px; }
  .page-solutions .bl-04 {
    padding-bottom: 90px; }
    .page-solutions .bl-04 p {
      font-size: 24px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .page-solutions .bl-03 .section-title .bg {
    font-size: 100px; } }

/*
     * CSS for Large devices (large desktops, 1200px and up)
     */
/*
     * CSS for override max 768px
     */
@media (max-width: 640px) {
  .page-solutions .bl-03 .section-title {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

/*  ==========================================================================
    Quem somos e Trabalhe Conosco 
    ========================================================================== */
/*
     * CSS for all devices
     */
@media only screen {
  /* Quem somos
        ========================================================================== */
  .page-qsomos {
    /* Bloco 02
            ========================================================================== */
    /* Bloco 03
            ========================================================================== */
    /* Bloco 05
            ========================================================================== */
    /* Bloco 06
            ========================================================================== */
    /* Bloco 07
            ========================================================================== */
    /* Bloco 08
            ========================================================================== */
    /* Bloco 10
            ========================================================================== */
    /* Bloco 11
            ========================================================================== */
    /* Bloco 12
            ========================================================================== */ }
    .page-qsomos .bl-02 {
      padding-top: 20px; }
    .page-qsomos .bl-03 .cover-img {
      background-color: #537bb7;
      padding: 2px 0 20px 0;
      max-height: 1094px; }
    @supports (text-stroke: 2px black) or (-webkit-text-stroke: 2px white) {
      .page-qsomos .bl-03 .section-title .bg {
        color: transparent;
        -webkit-text-stroke: 2px #69a7e7;
        text-stroke: 2px #69a7e7;
        text-shadow: none; } }
    .page-qsomos .bl-05 {
      padding-bottom: 50px; }
      .page-qsomos .bl-05 .bg-white {
        background-position: right center; }
      .page-qsomos .bl-05 .section-title, .page-qsomos .bl-05 .wrap-text {
        background-color: white; }
      .page-qsomos .bl-05 .wrap-text p {
        line-height: 2.2em; }
      .page-qsomos .bl-05 .md-only {
        display: none; }
    .page-qsomos .bl-06 .img-wrap {
      overflow: hidden; }
      .page-qsomos .bl-06 .img-wrap .img-graphic {
        position: relative;
        float: right;
        right: 50%; }
        .page-qsomos .bl-06 .img-wrap .img-graphic .img {
          position: relative;
          right: -50%; }
    .page-qsomos .bl-07 {
      padding-top: 20px;
      padding-bottom: 20px; }
    .page-qsomos .bl-08 .bl-wrap {
      padding-bottom: 20px; }
    .page-qsomos .bl-08.sl-section .icons-list .sl-icon {
      padding-top: 15px; }
      .page-qsomos .bl-08.sl-section .icons-list .sl-icon .sl-img {
        max-width: none; }
    .page-qsomos .bl-08:after {
      content: "";
      display: block;
      width: 960px;
      height: 1px;
      background-color: #EEE;
      margin: auto; }
    .page-qsomos .bl-10 .wrap-text {
      padding-bottom: 20px; }
      .page-qsomos .bl-10 .wrap-text h1, .page-qsomos .bl-10 .wrap-text h2, .page-qsomos .bl-10 .wrap-text h3, .page-qsomos .bl-10 .wrap-text h4 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 34px;
        color: #537bb7; }
      .page-qsomos .bl-10 .wrap-text p {
        line-height: 2.2em; }
    .page-qsomos .bl-11 {
      margin-top: -20px;
      border-top: 1px solid #EEE; }
    .page-qsomos .bl-12 .cover-img {
      background-color: #537bb7; }
    .page-qsomos .bl-12 .wrap-text {
      max-width: 724px;
      margin-left: auto;
      margin-right: auto; }
      .page-qsomos .bl-12 .wrap-text h1, .page-qsomos .bl-12 .wrap-text h2, .page-qsomos .bl-12 .wrap-text h3, .page-qsomos .bl-12 .wrap-text h4 {
        font-weight: 700;
        text-transform: uppercase;
        color: white;
        margin-bottom: 40px; }
      .page-qsomos .bl-12 .wrap-text p {
        font-weight: 300;
        color: white;
        margin-bottom: 55px; }
  /* Comum todos
        ========================================================================== */
  .page-qsomos,
  .page-trabconosco {
    /* Bloco Ícones
            ========================================================================== */ }
    .page-qsomos .bl-icons,
    .page-trabconosco .bl-icons {
      padding-bottom: 40px; }
      .page-qsomos .bl-icons .bg-white,
      .page-trabconosco .bl-icons .bg-white {
        background-position: 0 68px;
        background-size: auto 210px; }
        .page-qsomos .bl-icons .bg-white .icons-list .sl-icon,
        .page-trabconosco .bl-icons .bg-white .icons-list .sl-icon {
          max-width: 238px; }
      .page-qsomos .bl-icons .section-title,
      .page-trabconosco .bl-icons .section-title {
        background-color: white; }
        .page-qsomos .bl-icons .section-title .bg,
        .page-trabconosco .bl-icons .section-title .bg {
          font-size: 80px;
          line-height: 1.3em; }
        .page-qsomos .bl-icons .section-title .front:after,
        .page-trabconosco .bl-icons .section-title .front:after {
          content: "";
          display: block;
          width: 100%;
          height: 5px;
          background-color: #fe943a;
          margin-top: -20px;
          float: right;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .page-qsomos .bl-icons .section-title .front > .fio,
        .page-trabconosco .bl-icons .section-title .front > .fio {
          background-color: white;
          padding-right: 20px; }
      .page-qsomos .bl-icons .icons-list .sl-cap,
      .page-trabconosco .bl-icons .icons-list .sl-cap {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px; }
        .page-qsomos .bl-icons .icons-list .sl-cap::before,
        .page-trabconosco .bl-icons .icons-list .sl-cap::before {
          display: none; }

        .logos-clientes .bg-white {
          background-position: right bottom;
        }
  /* Trabalhe Conosco
        ========================================================================== */
  .page-trabconosco .sl-section .icons-list .sl-icon {
    max-width: 294px; }
  .page-trabconosco .sl-section .icons-list .sl-cap {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.15; }
  .page-trabconosco .sl-section .icons-list .sl-txt {
    color: white;
    font-size: 16px;
    margin-bottom: 0; }
  .page-trabconosco .sl-section .icons-list.sixth-style .sl-icon {
    text-align: left; }
  .page-trabconosco .sl-section .icons-list.sixth-style .sl-cap {
    margin-top: 25px; }
    .page-trabconosco .sl-section .icons-list.sixth-style .sl-cap:before {
      display: none; }
  .page-trabconosco .sl-section .icons-list.sixth-style .sl-txt:before {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #fe943a;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .page-trabconosco .sl-section .bg-blue .icons-list .sl-cap, .page-trabconosco .sl-section .bg-blue .icons-list .sl-txt {
    background-color: #537bb7; }
  .page-trabconosco .bl-04 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 40px; }
    .page-trabconosco .bl-04 .section-title .bg {
      font-size: 80px; }
    .page-trabconosco .bl-04 .section-title .front {
      background-color: white; }
  .page-trabconosco .bl-06 .bl-wrap {
    padding: 80px 0 60px 0; }
  .page-trabconosco .bl-06 .section-title .bg {
    font-size: 80px; }
  .page-trabconosco .bl-06 .text {
    background-color: #eeefef;
    max-width: 80%; }
    .page-trabconosco .bl-06 .text p {
      font-size: 16px;
      line-height: 2.2em; }
  .page-trabconosco .testimonials {
    padding: 60px 0 100px 0; }
    .page-trabconosco .testimonials .wrap-testimonials {
      padding-top: 50px; }
      .page-trabconosco .testimonials .wrap-testimonials .t-item {
        position: relative;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .page-trabconosco .testimonials .wrap-testimonials .t-item .img-gradient {
          position: relative;
          display: inline-block;
          background-color: #222;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .page-trabconosco .testimonials .wrap-testimonials .t-item .t-thumb {
          display: block;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          -webkit-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -ms-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s; }
        .page-trabconosco .testimonials .wrap-testimonials .t-item .t-text {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 40px 30px; }
          .page-trabconosco .testimonials .wrap-testimonials .t-item .t-text .hidden-content {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -ms-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s; }
        .page-trabconosco .testimonials .wrap-testimonials .t-item .t-name {
          font-size: 24px;
          line-height: 1.2em;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: white;
          margin-bottom: 25px; }
          .page-trabconosco .testimonials .wrap-testimonials .t-item .t-name:after {
            content: "";
            display: block;
            width: 40px;
            height: 5px;
            background-color: #fe943a;
            margin-top: 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; }
        .page-trabconosco .testimonials .wrap-testimonials .t-item .t-desc {
          font-size: 13px;
          line-height: 1.4em;
          color: white;
          letter-spacing: 0.5px;
          margin-bottom: 0; }
        .page-trabconosco .testimonials .wrap-testimonials .t-item:hover .img-gradient, .page-trabconosco .testimonials .wrap-testimonials .t-item.item-active .img-gradient {
          -webkit-box-shadow: 2px 0px 22px 0px rgba(83, 123, 183, 0.5);
          box-shadow: 2px 0px 22px 0px rgba(83, 123, 183, 0.5); }
        .page-trabconosco .testimonials .wrap-testimonials .t-item:hover .t-thumb, .page-trabconosco .testimonials .wrap-testimonials .t-item.item-active .t-thumb {
          opacity: 0.5;
          filter: alpha(opacity=50); }
  .page-trabconosco .bl-jobs .bl-wrap {
    padding: 60px 0 100px 0; }
  .page-trabconosco .bl-jobs .section-title {
    margin-bottom: 80px; }
  @supports (text-stroke: 2px black) or (-webkit-text-stroke: 2px white) {
    .page-trabconosco .bl-jobs .cover-img .section-title .bg {
      color: transparent;
      -webkit-text-stroke: 2px #69a7e7;
      text-stroke: 2px #69a7e7;
      text-shadow: none; } }
  .page-trabconosco .bl-jobs .slick-list {
    margin-left: 10px;
    margin-right: 10px; }
    .page-trabconosco .bl-jobs .slick-list .slick-slide {
      padding: 20px 12px; }
      .page-trabconosco .bl-jobs .slick-list .slick-slide .j-col {
        padding-left: 0;
        padding-right: 0; }
  .page-trabconosco .bl-jobs .jobs-list .job-item {
    background-color: white;
    position: relative;
    display: block;
    width: 355px;
    height: 370px;
    padding: 40px;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 0px 22px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 22px 0px rgba(0, 0, 0, 0.2); }
    .page-trabconosco .bl-jobs .jobs-list .job-item .job-title {
      font-size: 24px;
      line-height: 1.2em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #537bb7;
      margin-bottom: 25px; }
      .page-trabconosco .bl-jobs .jobs-list .job-item .job-title:after {
        content: "";
        display: block;
        width: 40px;
        height: 5px;
        background-color: #fe943a;
        margin-top: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .page-trabconosco .bl-jobs .jobs-list .job-item .job-desc {
      font-size: 13px;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      margin-bottom: 0; }
    .page-trabconosco .bl-jobs .jobs-list .job-item:hover {
      -webkit-box-shadow: 2px 0px 22px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 2px 0px 22px 0px rgba(0, 0, 0, 0.6); }
    .page-trabconosco .bl-jobs .jobs-list .job-item .btn {
      position: absolute;
      bottom: 40px; }
      .page-trabconosco .bl-jobs .jobs-list .job-item .btn:hover {
        background-color: #fe943a;
        border-color: #fe943a; }
  /* Vagas
        ========================================================================== */
  .single-vagas .entry-header .title {
    color: #537bb7;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0; }
  .single-vagas .entry-header .content {
    margin-top: 40px; }
    .single-vagas .entry-header .content p {
      margin-bottom: 0; }
  .single-vagas .desc {
    margin-bottom: 50px; }
    .single-vagas .desc .wrap-desc {
      padding: 10px 20px; }
      .single-vagas .desc .wrap-desc .desc-tit {
        font-size: 22px;
        color: #537bb7;
        font-weight: 700;
        letter-spacing: 1px; }
      .single-vagas .desc .wrap-desc .desc-cont p,
      .single-vagas .desc .wrap-desc .desc-cont ul li {
        font-size: 16px; }
      .single-vagas .desc .wrap-desc .desc-cont p {
        line-height: 1.8em; }
      .single-vagas .desc .wrap-desc .desc-cont ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0; }
        .single-vagas .desc .wrap-desc .desc-cont ul li {
          padding-left: 1em;
          text-indent: -1em;
          margin-bottom: 10px; }
          .single-vagas .desc .wrap-desc .desc-cont ul li:before {
            font-family: 'FontAwesome';
            content: "\f0da";
            padding-right: 10px;
            color: #fe943a; }
      .single-vagas .desc .wrap-desc.desc1 {
        border-right: 1px solid #EEE; }
  .single-vagas .bl-video {
    background: #537bb7 url("../img/bg-white.gif") repeat-x top left;
    background-size: auto 246px; }
  .single-vagas .entry-txt,
  .single-vagas .entry-accept {
    background-color: #537bb7;
    padding-top: 80px; }
    .single-vagas .entry-txt p,
    .single-vagas .entry-accept p {
      color: white;
      margin-bottom: 0; }
    .single-vagas .entry-txt .lb,
    .single-vagas .entry-accept .lb {
      font-weight: bold; }
  .single-vagas .entry-accept {
    padding-bottom: 30px; }
  .single-vagas .call-to-action {
    background-color: #537bb7;
    padding-bottom: 100px; }
    .single-vagas .call-to-action .wrap-action {
      padding: 15px 20px; }
      .single-vagas .call-to-action .wrap-action .lb {
        color: white;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase; }
      .single-vagas .call-to-action .wrap-action .social-btn:hover {
        color: white; }
    .single-vagas .call-to-action .acol {
      border-left: 1px solid #3f6398; }
      .single-vagas .call-to-action .acol:first-child {
        border: none; }
    .single-vagas .call-to-action .to-index {
      padding-top: 100px; }
      .single-vagas .call-to-action .to-index .btn {
        padding: 20px 40px;
        font-weight: 700; } }

/*
     * CSS for Extra small devices (phones, less than 768px)
     */
@media (max-width: 767px) {
  .page-qsomos .bl-02 .bl-wrap p {
    font-size: 18px;
    text-align: left; }
  .page-qsomos .bl-10 .wrap-text {
    text-align: left; }
    .page-qsomos .bl-10 .wrap-text p {
      text-align: left; }
  .page-qsomos .bl-12 .wrap-text {
    padding-left: 25px;
    padding-right: 25px; }
    .page-qsomos .bl-12 .wrap-text h1, .page-qsomos .bl-12 .wrap-text h2, .page-qsomos .bl-12 .wrap-text h3, .page-qsomos .bl-12 .wrap-text h4 {
      font-size: 44px; }
    .page-qsomos .bl-12 .wrap-text p {
      font-size: 18px; }
  .page-trabconosco .icons-list .sl-cap::before {
    margin-top: 15px;
    margin-bottom: 20px; }
  .page-trabconosco .bl-02 .bl-wrap {
    padding: 60px 20px 0 20px; }
    .page-trabconosco .bl-02 .bl-wrap p {
      font-size: 18px;
      text-align: left; }
  .single-vagas .entry-header {
    padding: 60px 32px 32px; }
    .single-vagas .entry-header .title {
      text-align: left; }
    .single-vagas .entry-header .content p {
      font-size: 18px;
      text-align: left;
      line-height: 1.8em; }
  .single-vagas .entry-txt,
  .single-vagas .entry-accept,
  .single-vagas .call-to-action .to-index {
    padding-right: 32px;
    padding-left: 32px;
    text-align: left; }
    .single-vagas .entry-txt .container,
    .single-vagas .entry-accept .container,
    .single-vagas .call-to-action .to-index .container {
      padding: 0; }
  .single-vagas .entry-txt p,
  .single-vagas .entry-accept .lb {
    font-size: 18px;
    text-align: left; }
  .single-vagas .entry-accept .lb {
    display: inline-block;
    max-width: 90%; }
  .single-vagas .entry-accept .check-stylized .check {
    vertical-align: top; }
  .single-vagas .call-to-action .acol, .single-vagas .call-to-action .lb {
    text-align: left; }
  .single-vagas .call-to-action .wrap-action {
    padding: 40px;
    border-bottom: 1px solid #3f6398; }
    .single-vagas .call-to-action .wrap-action .lb {
      margin-bottom: 20px; }
  .single-vagas .call-to-action .acol:first-child .wrap-action {
    padding-top: 0; }
  .single-vagas .call-to-action .to-index {
    padding-top: 60px; } }

/* Custom form menu mobile */
@media (max-width: 992px) {
  .page-qsomos .bl-02 {
    padding-bottom: 30px; }
    .page-qsomos .bl-02 p {
      font-size: 20px; }
  .page-qsomos .bl-05 .md-only {
    display: block; }
  .page-qsomos .bl-05 .lg-only {
    display: none; }
  .page-qsomos .bl-05 .section-title .bg {
    font-size: 12vw; }
  .page-qsomos .bl-05 .wrap-text {
    padding: 50px; }
  .page-qsomos .bl-10 .wrap-text {
    padding-right: 35px;
    padding-left: 35px; }
  .page-qsomos .bl-12 .cover-img {
    padding-top: 80px;
    padding-bottom: 80px; }
  .page-trabconosco .bl-04 .section-title .front,
  .page-trabconosco .bl-06 .text {
    margin-top: 30px; }
  .page-trabconosco .bl-04 .bl-wrap.bg-right,
  .page-trabconosco .bl-06 .bl-wrap.bg-right {
    background-position: 600px 50px; } }

/*
     * CSS for Small devices (tablets, 768px and up)
     */
@media (min-width: 768px) {
  .page-qsomos .bl-12 .wrap-text h1, .page-qsomos .bl-12 .wrap-text h2, .page-qsomos .bl-12 .wrap-text h3, .page-qsomos .bl-12 .wrap-text h4 {
    font-size: 64px; }
  .page-qsomos .bl-12 .wrap-text p {
    font-size: 24px; }
  .page-trabconosco .icons-list .sl-cap::before {
    margin-top: 25px;
    margin-bottom: 35px; }
  .page-trabconosco .bl-02 .bl-wrap {
    padding: 60px 0 10px 0; }
    .page-trabconosco .bl-02 .bl-wrap p {
      font-size: 20px; }
    .page-trabconosco .bl-02 .bl-wrap .wrap-text {
      padding-top: 25px; }
  .page-trabconosco .bl-03 .section-title {
    padding-top: 30px; }
  /* Vagas
        ========================================================================== */
  .single-vagas .entry-header {
    padding: 80px 0; }
  .single-vagas .entry-txt p,
  .single-vagas .entry-accept p {
    font-size: 22px; }
  .single-vagas .call-to-action .wrap-action .lb {
    height: 46px;
    margin-bottom: 30px; }
  .single-vagas .call-to-action .to-index {
    padding-top: 100px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .page-qsomos .bl-06 .img-wrap .img-graphic {
    min-width: 1100px; }
  .page-trabconosco .t-col:nth-child(odd) .t-item {
    float: right;
    margin-bottom: 20px; }
  .single-vagas .entry-header .content p {
    font-size: 20px; }
  .single-vagas .call-to-action .acol {
    margin-bottom: 20px; } }

/*
     * CSS for Medium devices (desktops, 992px and up)
     */
@media (min-width: 992px) {
  .page-qsomos .bl-02 {
    padding-bottom: 60px; }
    .page-qsomos .bl-02 p {
      font-size: 24px; }
  .page-qsomos .bl-03 .cover-img {
    height: calc(0px + 250vh); }
  .page-qsomos .bl-03 .img-graphic img {
    height: calc(0px + 105vh);
    max-height: 824px; }
  .page-trabconosco .wrap-testimonials .t-item:hover .t-text .hidden-content {
    max-height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }
  .single-vagas .entry-header .content p {
    font-size: 24px; } }

@media (min-width: 993px) {
  .page-qsomos .bl-05 .wrap-text {
    padding: 50px 100px 50px 80px; }
  .page-qsomos .bl-06 .img-wrap .img-graphic {
    min-width: 1500px; }
  .page-qsomos .bl-12 .cover-img {
    height: 690px; } }

@media (max-width: 1024px) {
  .page-qsomos .bl-02 .wrap-text,
  .page-trabconosco .bl-02 .wrap-text {
    padding-left: 25px;
    padding-right: 25px; }
  .single-vagas .entry-header,
  .single-vagas .entry-txt,
  .single-vagas .entry-accept {
    padding-left: 32px;
    padding-right: 32px; }
  .page-trabconosco .wrap-testimonials .t-item.item-active .t-text .hidden-content {
    max-height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); } }

@media (min-width: 993px) and (max-width: 1199px) {
  .page-qsomos .bl-05 .section-title .bg {
    font-size: 6vw; }
  .page-trabconosco .bl-03 .section-title .bg {
    font-size: 100px; } }

/*
     * CSS for Large devices (large desktops, 1200px and up)
     */
@media (min-width: 1200px) {
  .page-qsomos .section-title .bg {
    font-size: 104px; } }

@media (max-width: 640px) {
  .page-trabconosco .bl-03 .section-title {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

/* Fonts
    ========================================================================== */
