﻿/* ---- Theme Variables ---- */
@font-face {
  font-family: 'Avenir';
  src: url("../webfonts/avenir_next_lt_pro_bold-webfont.eot");
  src: url("../webfonts/avenir_next_lt_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/avenir_next_lt_pro_bold-webfont.woff2") format("woff2"), url("../webfonts/avenir_next_lt_pro_bold-webfont.woff") format("woff"), url("../webfonts/avenir_next_lt_pro_bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("../webfonts/avenir_next_lt_pro_regular-webfont.eot");
  src: url("../webfonts/avenir_next_lt_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/avenir_next_lt_pro_regular-webfont.woff2") format("woff2"), url("../webfonts/avenir_next_lt_pro_regular-webfont.woff") format("woff"), url("../webfonts/avenir_next_lt_pro_regular-webfont.ttf") format("truetype"), url("../webfonts/avenir_next_lt_pro_regular-webfont.svg#avenirnext_lt_pro_regularRg") format("svg");
  font-weight: 400;
  font-style: normal; }

/* Font */
/* Colors */
/* Button border radius */
/* Transitions */
/* ---- General - Theme Styles ---- */
html {
  font-size: 16px; }

html, body {
  min-height: 100%;
  height: 100%; }

body {
  font-family: Avenir, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #29343D;
  backface-visibility: hidden; }
  body.signin {
    background-color: #F6F6F6;
    padding-top: 25px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Avenir, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700; }

table {
  width: 100%; }

a {
  transition: all 0.2s linear; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

.btn {
  transition: all 0.2s linear;
  color: #fff; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: none;
    text-decoration: none; }

.notopmargin {
  margin-top: 0 !important; }

.alert {
  border-radius: 0;
  font-size: 14px;
  padding: 12px 15px; }

.dropdown-menu {
  border-radius: 0;
  padding: 0; }
  .dropdown-menu > li > a {
    padding: 10px 12px;
    text-align: left;
    font-size: .95em; }
  .dropdown-menu > li:not(:first-child) > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .dropdown-menu .divider {
    margin: 4px 0; }

.nav-tabs > li > a {
  border-radius: 0;
  color: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 700;
  line-height: 1.1em;
  margin-right: -1px; }

.nav-tabs > li > a:hover {
  background-color: rgba(0, 0, 0, 0.035);
  color: rgba(0, 0, 0, 0.7); }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #54ADCF;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  border-top: 1px solid #54ADCF;
  box-shadow: 0 -1px 0 #54ADCF; }

.badge {
  border-radius: 0;
  background-color: #3C4860; }

.circle {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.35);
  transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1); }
  .circle .icon-arrow-alt {
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.38, 1.015); }

.avatar {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%; }
  .avatar img {
    width: 100%;
    height: auto; }

.pagination {
  margin: 15px 0 !important;
  text-align: center;
  display: block; }
  .pagination > li {
    display: inline-block;
    margin-right: -4px; }
  .pagination > li > a,
  .pagination > li > span,
  .pagination > li > a:focus {
    float: none;
    border: none;
    font-size: .875em;
    color: #878787;
    padding: 4px 10px;
    background-color: transparent; }
  .pagination > li > a:hover,
  .pagination > li > a:focus {
    background-color: transparent;
    color: #3884C6; }
  .pagination > .active > a,
  .pagination > .active > a:hover {
    border-radius: 50%;
    background-color: transparent;
    color: #38454B;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 700; }
  .pagination .btn-pagenavprev,
  .pagination .btn-pagenavnext {
    display: inline-block;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 38px;
    margin: 0 8px; }
  .pagination .btn-pagenavprev:hover,
  .pagination .btn-pagenavnext:hover {
    box-shadow: inset 0 0 0 1px rgba(56, 132, 198, 0.8);
    color: #3884C6; }
  .pagination .btn-pagenavprev {
    transform: rotate(180deg);
    padding-left: 2px; }
  .pagination .btn-pagenavnext {
    padding-left: 2px; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear; }

.lg-progress-bar .lg-progress {
  background-color: rgba(10, 131, 198, 0.85); }

/* ---- Header and navbar ---- */
.mobile-bar {
  position: fixed;
  background-color: #8E258D;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 15px;
  transition: .3s ease;
  display: none;
  height: 45px;
  z-index: 60; }
  .mobile-bar .logobox img {
    width: 160px;
    height: auto; }

.scrolled .mobile-bar {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.btn.btn--mobilemenu {
  display: inline-block;
  padding: 11px 12px;
  font-size: 8px !important;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.1em;
  position: absolute;
  right: 0;
  top: 0px; }
  .btn.btn--mobilemenu span {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 4px 0;
    transition: .3s ease; }
    .btn.btn--mobilemenu span.second {
      width: 24px; }
  .btn.btn--mobilemenu:hover, .btn.btn--mobilemenu:focus {
    background-color: transparent; }

.header {
  padding: 25px 0;
  transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 55;
  background-color: #8E258D; }

/* ---- Navbar ---- */
.navbar-default {
  background-color: transparent;
  border: 0px;
  margin-bottom: 0px;
  border-radius: 0;
  z-index: 40; }
  .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
    padding-top: 6px;
    padding-right: 12px;
    transition: all .2s linear;
    color: #fff; }
    .navbar-default .navbar-brand:hover {
      color: #fff; }
    .navbar-default .navbar-brand .tagline {
      font-size: 12px; }
    .navbar-default .navbar-brand img {
      width: 220px;
      height: auto;
      transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1); }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 0 12px;
    line-height: 1em;
    min-height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: .08em; }
  .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.85); }
  .navbar-default .navbar-nav > li > a .caret {
    opacity: .35;
    margin-left: 2px; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #DDD;
    border-color: #F2F5F7; }
  .navbar-default .navbar-nav > li > a.btn-primary {
    background-color: #29343D;
    color: #fff; }
    .navbar-default .navbar-nav > li > a.btn-primary:hover {
      background-color: #3e4e5c; }
  .navbar-default .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.03); }
  .navbar-default .dropdown-menu > li > a {
    border-top: none;
    padding: 10px 15px;
    font-weight: 700; }
  .navbar-default .dropdown-menu > li > a:hover {
    background-color: #F2F5F7; }
  .navbar-default .navbar-nav > li.sec {
    display: none; }
  .navbar-default .head {
    color: #54ADCF;
    padding: 4px 12px;
    padding-top: 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em; }
  .navbar-default .navbar-toggle {
    margin-top: 10px; }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: 0px;
    padding: 6px 10px; }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #fff;
      height: 4px;
      width: 32px;
      border-radius: 0; }
  .navbar-default .navbar-collapse {
    border: 0px; }

.secondary {
  text-align: right;
  position: relative;
  padding-right: 95px; }

.secondary .crest {
  position: absolute;
  right: 0;
  top: 0; }

.secondary .list-menu > li {
  padding: 0; }

.secondary .list-menu {
  margin: 0; }

.secondary .list-menu > li > a {
  font-size: .875em;
  color: #999;
  display: block;
  padding: 2px 8px;
  font-weight: 700; }

.secondary .list-menu a:hover {
  color: #4D5E7D;
  text-decoration: none; }

.secondary .list-menu .drop-lang > a {
  color: #4D5E7D; }

.drop-lang {
  position: relative;
  margin-left: 25px; }

/* ---- Buttons ---- */
.btn {
  line-height: 1em;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 14px 30px;
  border: none;
  text-transform: uppercase; }
  .btn.btn--primary, .btn.btn--primary:focus {
    background-color: #FFDC15;
    color: rgba(0, 0, 0, 0.9); }
    .btn.btn--primary:hover, .btn.btn--primary:focus:hover {
      background-color: #ffe448;
      color: black; }
  .btn.btn--blue, .btn.btn--blue:focus {
    background-color: #0A83C6;
    color: #fff; }
    .btn.btn--blue:hover, .btn.btn--blue:focus:hover {
      background-color: #0b93de;
      color: #fff; }
  .btn.btn--default {
    color: #fff;
    background-color: #29343D; }
    .btn.btn--default:hover {
      background-color: #33414c;
      color: #fff; }
  .btn:hover, .btn:active {
    background-color: #ffe448;
    color: #fff; }
  .btn.btn--white {
    background-color: #fff;
    color: #28333D; }
    .btn.btn--white:hover {
      color: #8E258D; }
  .btn.btn--outline {
    box-shadow: inset 0 0 0 2px #29343D;
    background-color: transparent;
    color: #29343D; }
    .btn.btn--outline:hover {
      background-color: #29343D;
      color: #fff; }
  .btn.btn--shadow {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1); }
  .btn.btn--withicon [class^="icon-"] {
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
    margin-right: 8px; }
  .btn.btn--withlasticon [class^="icon-"] {
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 16px;
    display: inline-block; }
  .btn.btn--withlasticon:hover [class^="icon-"] {
    transform: translateX(5px); }

.btn__video {
  font-size: 14px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.85); }
  .btn__video .icon-playcircle {
    transition: .2s ease;
    margin-right: 5px; }
  .btn__video:hover {
    color: #fff; }
    .btn__video:hover .icon-playcircle {
      transition: scale(1.2); }

.btn__read {
  font-size: .8em;
  font-weight: 700; }
  .btn__read .icon-arrow {
    margin-left: 3px;
    font-size: .8em;
    position: relative;
    top: 0; }

a.underlined {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
  padding: 1px 0;
  transition: all 0.2s linear; }
  a.underlined span {
    position: relative;
    z-index: 2; }
  a.underlined:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 0; }
  a.underlined:hover {
    border-bottom-color: transparent;
    color: #29343D; }
    a.underlined:hover:before {
      width: 100%; }

.btn-text {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em; }

.btn-text:hover {
  color: #fff; }

.withicon [class^="icon-"] {
  margin-right: 6px;
  font-size: .8em; }

.withendicon [class^="icon-"] {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.withendicon:hover .icon-arrow,
.withendicon:hover .icon-arrow-alt {
  margin-left: 15px;
  margin-right: 0; }

/* ---- Homepage ---- */
.block {
  position: relative;
  padding: 2em 0; }
  .block:before {
    content: "";
    display: inline-block;
    position: absolute; }
  .block .block__head {
    font-weight: 700;
    text-align: center;
    font-size: 1.25em;
    margin: 0;
    margin-bottom: 3em;
    line-height: 1.1em; }
    .block .block__head + .block__intro {
      margin-top: -3em; }
  .block .block__intro {
    max-width: 750px;
    font-size: .9em;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3em; }

/* Modules Blocks */
.modules {
  display: flex;
  flex-wrap: wrap; }
  .modules > li {
    width: 33.33333%;
    flex: 1 0 auto;
    text-align: center;
    margin-bottom: 1px; }
    .modules > li:not(:first-child) {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .modules > li a {
      display: block;
      padding-top: 70%;
      position: relative;
      color: rgba(41, 52, 61, 0.8);
      cursor: default;
      background-color: rgba(180, 182, 185, 0.12); }
      .modules > li a:hover .modules__desc {
        opacity: 1;
        visibility: visible;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
        z-index: 2;
        box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1); }
    .modules > li.modules--color1 [class^="icon-"] {
      color: rgba(142, 37, 141, 0.75); }
    .modules > li.modules--color2 [class^="icon-"] {
      color: rgba(253, 220, 28, 0.75); }
    .modules > li.modules--color3 [class^="icon-"] {
      color: rgba(0, 173, 154, 0.75); }
    .modules > li.modules--color4 [class^="icon-"] {
      color: rgba(180, 182, 185, 0.75); }
    .modules > li.modules--color5 [class^="icon-"] {
      color: rgba(10, 131, 198, 0.75); }
    .modules > li.modules--color6 [class^="icon-"] {
      color: rgba(235, 39, 142, 0.75); }
    .modules > li .modules__intro {
      position: absolute;
      top: 10%;
      width: 100%;
      padding: 25px 35px; }
      .modules > li .modules__intro p {
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.1em;
        margin: 0; }
      .modules > li .modules__intro [class^="icon-"] {
        font-size: 3em;
        margin-bottom: 16px;
        display: block; }
    .modules > li .modules__desc {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: all 300ms cubic-bezier(0.39, 0.575, 0.38, 1.015);
      opacity: 0;
      visibility: hidden;
      background-color: #fff; }
      .modules > li .modules__desc .modules__inner {
        padding: 20px 35px; }
        .modules > li .modules__desc .modules__inner p {
          font-size: .9em; }
        .modules > li .modules__desc .modules__inner .modules__head {
          font-size: 1.3em;
          font-weight: 700;
          line-height: 1.1em;
          margin-bottom: .5em; }

/* Industry Blocks */
.industry {
  display: flex;
  margin: 0; }
  .industry > li {
    flex: 1;
    padding: 0;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.1em; }
    .industry > li:not(:first-child) {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .industry > li p {
      min-height: 60px; }
    .industry > li .icon-arrow {
      transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
      display: inline-block; }
    .industry > li .picto {
      color: #8E258D;
      font-size: 2.4em;
      margin-bottom: 12px;
      display: block; }
  .industry a {
    display: block;
    background-color: rgba(180, 182, 185, 0.12);
    color: #222;
    padding: 35px 50px;
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.38, 1.015);
    position: relative; }
    .industry a:hover {
      background-color: #fff;
      box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
      z-index: 5;
      transform: scale(1.05); }
      .industry a:hover .circle {
        background-color: rgba(180, 182, 185, 0.12);
        color: #8E258D;
        border-color: transparent; }
        .industry a:hover .circle .icon-arrow {
          transform: translateX(3px); }

.ctablock {
  background-color: #8E258D;
  color: #fff;
  padding: 60px 120px;
  text-align: center; }
  .ctablock p {
    text-align: left;
    font-size: 1.2em; }

.testimonials {
  position: relative; }
  .testimonials .testimonial {
    position: relative;
    padding-left: 160px; }
    .testimonials .testimonial .avatar {
      width: 105px;
      height: 105px;
      position: absolute;
      left: 0; }
    .testimonials .testimonial blockquote {
      border-left: 0;
      padding-left: 65px;
      background-image: url(../img/quote-bg.png);
      background-repeat: no-repeat;
      background-position: left top; }
      .testimonials .testimonial blockquote p {
        font-size: 1.1em; }
        .testimonials .testimonial blockquote p.blockquote__author {
          font-size: 12px;
          margin-top: 3em; }
      .testimonials .testimonial blockquote .blockquote__logo {
        float: right; }
  .testimonials .owl-controls {
    margin-top: 20px !important; }
  .testimonials .owl-buttons div {
    margin-top: -40px !important; }
    .testimonials .owl-buttons div.owl-prev {
      float: left; }
    .testimonials .owl-buttons div.owl-next {
      float: right; }

.list-clients {
  text-align: center;
  display: flex; }
  .list-clients > li {
    flex: 1;
    padding: 0 12px; }

.btn-learnmore {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(41, 52, 61, 0.65);
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 35px;
  line-height: 1em;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-out; }
  .btn-learnmore:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.35);
    animation: breathe ease-out 2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: breathe ease-out 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: breathe ease-out 2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: breathe ease-out 2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: breathe ease-out 2s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%; }
  .btn-learnmore:hover {
    border-color: #29343D;
    color: #29343D;
    background-color: #fff; }
    .btn-learnmore:hover span {
      bottom: -10px; }
  .btn-learnmore span {
    font-size: 18px;
    display: inline-block;
    background-color: #fff;
    padding: 0 16px;
    position: absolute;
    bottom: -5px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1); }

.latestart .btn-learnmore {
  bottom: 30px;
  opacity: 1;
  visibility: visible; }

.scrolled .btn-learnmore {
  bottom: -120px; }

@keyframes breathe {
  0% {
    opacity: 1;
    transform: scaleX(1) scaleY(1); }
  100% {
    opacity: 0;
    transform: scaleX(1.2) scaleY(1.2); } }

@-moz-keyframes breathe {
  0% {
    opacity: 1;
    -moz-transform: scaleX(1) scaleY(1); }
  100% {
    opacity: 0;
    -moz-transform: scaleX(1.2) scaleY(1.2); } }

@-webkit-keyframes breathe {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.2) scaleY(1.2); } }

@-o-keyframes breathe {
  0% {
    opacity: 1;
    -o-transform: scaleX(1) scaleY(1); }
  100% {
    opacity: 0;
    -o-transform: scaleX(1.2) scaleY(1.2); } }

@-ms-keyframes breathe {
  0% {
    opacity: 1;
    -ms-transform: scaleX(1) scaleY(1); }
  100% {
    opacity: 0;
    -ms-transform: scaleX(1.2) scaleY(1.2); } }

/* ---- Projects ---- */
.pagecontent .page-head {
  padding-top: 100px;
  padding-bottom: 45px; }
  .pagecontent .page-head h1 {
    margin-top: 0; }

.pagecontent .content-intro {
  max-width: 60%;
  padding-left: 80px; }

.projectblock {
  background-color: #29343D;
  position: relative;
  text-align: right; }
  .projectblock:before {
    content: "";
    display: inline-block;
    width: 20%;
    background-image: url(../img/dots-light.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 85%; }
  .projectblock a {
    display: block; }
  .projectblock:hover .imgbox img {
    transform: scale(1.05); }
  .projectblock:hover .readmore {
    opacity: 1;
    visibility: visible;
    right: 0; }
  .projectblock .container {
    position: relative; }
  .projectblock .imgbox {
    position: relative;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    margin-bottom: -6px; }
    .projectblock .imgbox img {
      width: 100%;
      height: auto;
      transition: all 1400ms cubic-bezier(0.23, 1, 0.32, 1);
      vertical-align: top;
      margin: 0; }
  .projectblock .readmore {
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase; }
  .projectblock .projintro {
    background-color: #29343D;
    text-align: left;
    color: #fff; }
    .projectblock .projintro h2 {
      margin: 0;
      font-size: 1.65rem;
      margin-bottom: 18px; }
    .projectblock .projintro p {
      font-size: .9em; }
  .projectblock:nth-child(odd) {
    text-align: left; }
    .projectblock:nth-child(odd):before {
      left: auto;
      right: 10%;
      top: 15%;
      height: 50%; }
    .projectblock:nth-child(odd) .projintro {
      right: 0; }
      .projectblock:nth-child(odd) .projintro .list-specs {
        left: auto;
        right: 100%; }

.readmore {
  display: inline-block;
  padding: 16px 30px;
  background-color: rgba(41, 52, 61, 0.65);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1); }
  .readmore [class^="icon-"] {
    margin-left: 8px; }

.list-specs {
  margin: 0;
  white-space: nowrap; }
  .list-specs > li {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff; }
    .list-specs > li:not(:last-child) {
      margin-right: -4px; }
    .list-specs > li [class^="icon-"] {
      font-size: 2.2rem;
      line-height: 60px; }
    .list-specs > li.spec-iot {
      background-color: rgba(142, 37, 141, 0.85); }
    .list-specs > li.spec-mobileapps {
      background-color: rgba(253, 220, 28, 0.85); }
    .list-specs > li.spec-webapps {
      background-color: rgba(0, 173, 154, 0.85); }

.block-msg .list-specs.large {
  margin-top: 25px; }
  .block-msg .list-specs.large li.spec-iot {
    margin-top: 65px; }
  .block-msg .list-specs.large li.spec-webapps {
    margin-top: 25px; }

.project {
  padding-top: 100px;
  position: relative; }
  .project:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/dots.png);
    width: 50%;
    top: 5%;
    height: 60%; }
  .project header {
    text-align: right;
    position: relative; }
    .project header .container {
      position: relative; }
  .project .project-gallery {
    width: 65%;
    display: inline-block; }
    .project .project-gallery a {
      display: block;
      position: relative;
      overflow: hidden; }
      .project .project-gallery a:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(41, 52, 61, 0.15);
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s linear; }
      .project .project-gallery a:hover:before {
        opacity: 1;
        visibility: visible; }
    .project .project-gallery:hover img {
      transform: scale(1.05); }
    .project .project-gallery img {
      width: 100%;
      height: auto;
      transition: .8s ease-out; }
    .project .project-gallery .icon-photos {
      color: #fff;
      font-size: 1.6rem;
      position: absolute;
      bottom: 16px;
      left: 16px;
      z-index: 5; }
  .project .projintro {
    background-color: #29343D;
    padding: 55px 60px;
    color: #fff;
    width: 35%;
    text-align: left; }
  .project .project-body {
    position: relative;
    z-index: 5; }
    .project .project-body .inner {
      padding: 45px; }

.prevnext {
  margin-top: 50px;
  position: relative; }
  .prevnext > a {
    float: left;
    width: 50%;
    display: table;
    position: relative;
    background-color: rgba(41, 52, 61, 0.85);
    overflow: hidden;
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
    backface-visibility: hidden; }
    .prevnext > a > * {
      display: table-cell;
      vertical-align: middle; }
    .prevnext > a:hover {
      color: #fff;
      transform: scale(1.05);
      background-color: #29343D;
      z-index: 2; }
      .prevnext > a:hover .readmore {
        opacity: 1; }
    .prevnext > a:last-child {
      text-align: right;
      border-left: 1px solid #fff; }
    .prevnext > a:first-child .readmore {
      transform: rotate(180deg); }
    .prevnext > a .btncontent {
      padding: 8px 14px; }
    .prevnext > a .readmore {
      position: absolute;
      opacity: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .prevnext > a .readmore [class^="icon-"] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.6rem; }
    .prevnext > a p {
      margin: 0;
      font-weight: 700;
      line-height: 1.1em; }
      .prevnext > a p.small {
        font-weight: 400;
        text-transform: uppercase;
        font-size: .7em;
        opacity: .6;
        margin-bottom: 6px; }
    .prevnext > a .imgbox {
      position: relative; }
      .prevnext > a .imgbox img {
        width: 140px;
        height: auto; }

/* ---- Content Box ---- */
.boxpanel {
  background-color: #fff; }

.box-head {
  padding: 25px 40px;
  border-bottom: 1px solid #F2F5F7; }
  .box-head h1 {
    margin: 0;
    line-height: 1.1em;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 8px; }
  .box-head .pagenav ul {
    margin: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.3); }
    .box-head .pagenav ul li {
      padding: 0; }
    .box-head .pagenav ul li:not(:first-child):before {
      content: "-";
      margin: 0 6px; }
    .box-head .pagenav ul li a {
      padding: 0; }
  .box-head .box-right .list-inline li {
    vertical-align: top; }

.box-body {
  background-color: #fff; }
  .box-body:after {
    content: "";
    display: table;
    clear: both; }
  .box-body p {
    font-size: .875em;
    line-height: 1.5em; }
  .box-body h2 {
    font-size: 1.3em;
    margin-top: 1.6em;
    margin-bottom: .7em;
    line-height: 1.1em; }
  .box-body .table > tbody > tr > td,
  .box-body .table > tbody > tr > th,
  .box-body .table > thead > tr > th {
    font-size: .875em;
    vertical-align: middle;
    padding: 6px; }
    .box-body .table > tbody > tr > td .btn,
    .box-body .table > tbody > tr > th .btn,
    .box-body .table > thead > tr > th .btn {
      font-size: .8em;
      padding: 10px 16px; }
    .box-body .table > tbody > tr > td .badge,
    .box-body .table > tbody > tr > th .badge,
    .box-body .table > thead > tr > th .badge {
      margin: 0 5px; }
    .box-body .table > tbody > tr > td .icon-delivery,
    .box-body .table > tbody > tr > th .icon-delivery,
    .box-body .table > thead > tr > th .icon-delivery {
      font-size: 1.2em;
      margin-right: 5px;
      position: relative;
      top: 3px;
      color: rgba(95, 131, 154, 0.35); }
  .box-body .table-specs > tbody > tr > th {
    background-color: #fbfcfd;
    text-align: right;
    font-weight: 400;
    font-size: .875em;
    color: rgba(0, 0, 0, 0.55);
    padding-right: 10px;
    width: 140px; }
  .box-body .pricebox {
    border: 2px solid #fff7c8;
    padding: 8px 10px;
    padding-top: 10px;
    margin-top: 18px; }
    .box-body .pricebox .table {
      margin: 0; }
    .box-body .pricebox h5 {
      margin: 0;
      margin-bottom: 10px; }

.box-main {
  padding: 25px 40px; }

.box-side {
  padding: 25px 40px; }

/* Product Image */
.productimg {
  position: relative;
  padding-top: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 1em; }
  .productimg img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: top; }
  .productimg .imgnumber {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
    font-size: 12px;
    font-weight: 700; }
    .productimg .imgnumber .icon-images {
      margin-right: 3px; }
  .productimg .imgview {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(255, 255, 255, 0.65);
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 5;
    transition: .3s ease-out;
    opacity: 0; }
  .productimg:hover .imgview {
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    transform: scale(1.2); }

/* Reviews */
.list-reviews {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .list-reviews > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .list-reviews blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
    position: relative;
    padding-left: 22px; }
    .list-reviews blockquote:before {
      content: "\e91e";
      font-family: "icomoon";
      position: absolute;
      color: rgba(95, 131, 154, 0.25);
      margin-left: -22px; }
    .list-reviews blockquote > p {
      margin: 5px 0; }
      .list-reviews blockquote > p.author {
        font-size: .75em; }

/* ---- Tables ---- */
.bottomborder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fbfcfd; }

.tbl-right {
  text-align: right !important; }

.tbl-action {
  width: 60px; }

.dytt {
  background: -webkit-linear-gradient(left, #25c481, #25b7c4);
  background: linear-gradient(to right, #25c481, #25b7c4); }
  .dytt h2 {
    font-size: 4.4em;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300; }
  .dytt h3 {
    font-size: 2em;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300; }
  .dytt .days-left {
    font-family: Courier New, Courier, monospace;
    position: absolute;
    top: 137px;
    right: 20px;
    width: 300px;
    font-size: 2.2em;
    line-height: .8em; }
  .dytt .table-dytt {
    font-size: 2em; }
    .dytt .table-dytt > thead > tr > th {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      font-weight: 700;
      padding-left: 20px;
      padding-right: 20px; }
    .dytt .table-dytt > tbody > tr:nth-of-type(odd) {
      background-color: #fbfcfd; }
    .dytt .table-dytt > tbody > tr > td {
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    .dytt .table-dytt .position {
      width: 10%; }
    .dytt .table-dytt .value {
      width: 10%; }
    .dytt .table-dytt .extra {
      width: 10%; }

/* ---- Forms ---- */
.form.shaded {
  background-color: #eee;
  padding: 35px 30px; }

.form .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 38px;
  font-size: 1em;
  border-radius: 3px; }
  .form .form-control:focus {
    border-color: #777; }

.form .form-group.nomargin {
  margin-bottom: 0; }

.form .form-group.form-prefix {
  position: relative; }
  .form .form-group.form-prefix .form-control {
    padding-left: 35px; }
  .form .form-group.form-prefix .picto {
    position: absolute;
    font-size: 14px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .35; }

.form .form-group.form--delimited {
  margin-top: 15px; }

.form.form-prefixed {
  position: relative; }
  .form.form-prefixed .form-control {
    padding-left: 30px; }
  .form.form-prefixed .picto {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%); }

.form .form--suffix {
  position: relative; }
  .form .form--suffix.form-control {
    padding-right: 35px; }
  .form .form--suffix .picto {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .2; }

.form .form--hidden {
  display: none; }

.form .alert {
  display: block; }
  .form .alert > ul {
    padding-left: 10px; }

.form .validation-summary-valid,
.form .field-validation-valid {
  display: none; }

.form-lined .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45); }

.form-lined .form-control {
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  padding: 6px 2px;
  color: #fff; }
  .form-lined .form-control:focus {
    border-bottom: 1px solid white;
    box-shadow: 0 1px 0 #fff; }

.form-lined.form-contact {
  padding-top: 50px; }
  .form-lined.form-contact .form-control {
    font-size: 1.5em;
    height: 65px; }
    .form-lined.form-contact .form-control.form-area {
      min-height: 160px; }
  .form-lined.form-contact .btn-outline {
    background-color: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff; }
    .form-lined.form-contact .btn-outline:hover {
      background-color: #fff;
      color: #29343D; }

/* ---- Content ---- */
.promo {
  position: relative;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .promo:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 70%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(47, 87, 132, 0)), color-stop(1, rgba(47, 87, 132, 0.35)));
    background-image: -webkit-linear-gradient(180deg, rgba(47, 87, 132, 0) 0%, rgba(47, 87, 132, 0.35) 100%);
    background-image: linear-gradient(180deg, rgba(47, 87, 132, 0) 0%, rgba(47, 87, 132, 0.35) 100%);
    left: 0;
    bottom: 0;
    position: absolute; }
  .promo.promo--short {
    padding-top: 0;
    min-height: 260px;
    background-position: right; }
  .promo .promo__message {
    color: #fff;
    max-width: 1300px; }
    .promo .promo__message h1 {
      font-size: 2em;
      letter-spacing: -0.03em;
      line-height: 1em;
      margin: 6px 0;
      margin-bottom: 20px; }
    .promo .promo__message p {
      margin: 0;
      margin-bottom: 15px;
      line-height: 1.3em;
      font-size: 1.2em; }
    .promo .promo__message .btn__video {
      position: relative;
      top: 5px; }

.promo__feats {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.45); }
  .promo__feats .promo__featureblock {
    padding: 30px 40px;
    padding-left: 120px;
    position: relative; }
    .promo__feats .promo__featureblock:last-child {
      border-left: 1px solid rgba(255, 255, 255, 0.45); }
    .promo__feats .promo__featureblock .picto {
      position: absolute;
      left: 35px;
      font-size: 46px;
      margin-top: 10px; }
  .promo__feats h5 {
    font-size: 1.1em; }
  .promo__feats p {
    font-size: .95em; }

.colorbars {
  display: flex; }
  .colorbars span {
    flex: 1;
    display: block;
    height: 20px; }
    .colorbars span.colorbars__col1 {
      background-color: rgba(253, 220, 28, 0.65); }
    .colorbars span.colorbars__col2 {
      background-color: rgba(10, 131, 198, 0.65); }
    .colorbars span.colorbars__col3 {
      background-color: rgba(235, 39, 142, 0.65); }

.newsbar .newsbar__inner {
  background-color: #fff;
  padding: 25px 30px;
  padding-left: 150px;
  box-shadow: 0px 2px 4px rgba(74, 37, 82, 0.15);
  position: relative; }

.newsbar .newsbar__head {
  font-weight: 700;
  color: #8E258D;
  position: absolute;
  left: 30px; }

.newsbar .newsbar__ticker {
  position: relative; }
  .newsbar .newsbar__ticker a {
    color: #222; }
    .newsbar .newsbar__ticker a:hover {
      color: #8E258D; }
      .newsbar .newsbar__ticker a:hover .btn__read {
        color: #8E258D; }
    .newsbar .newsbar__ticker a span {
      display: inline-block;
      max-width: 87%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .newsbar .newsbar__ticker a .btn__read {
      margin-left: 8px;
      color: #0A83C6;
      transition: all 0.2s linear; }

.newsbar p {
  margin: 0;
  line-height: 1.1em; }

/* About Us */
.list-people > li {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
  text-align: center;
  padding: 25px 0; }

.list-people .list-people__inner {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 15px; }

.list-people .list-people__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }
  .list-people .list-people__img img {
    width: 100%;
    height: auto; }

.list-people h2 {
  font-size: 19px;
  margin: 20px 0; }

.list-people p {
  line-height: 1.5em; }

.list-people .list-people-position {
  margin-top: -10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: .05em; }

.list-people.list-people--short a {
  display: inline-block;
  color: #29343D;
  border: 1px solid rgba(41, 52, 61, 0.06);
  padding: 8px 18px; }
  .list-people.list-people--short a:hover {
    background-color: rgba(41, 52, 61, 0.06);
    border-color: transparent;
    text-decoration: none; }

.list-people.list-people--short .list-people__img {
  width: 110px;
  height: 110px; }

/* Contact */
.mapbox {
  position: relative; }
  .mapbox .map {
    min-height: 500px;
    margin-bottom: 25px; }
  .mapbox .addressbox {
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 10; }
    .mapbox .addressbox address {
      margin: 0; }

.contact-email a {
  display: inline-block;
  color: #8E258D;
  border: 2px solid rgba(142, 37, 141, 0.25);
  padding: 12px 30px; }
  .contact-email a .icon-email {
    margin-right: 8px;
    position: relative;
    top: 2px;
    opacity: .65; }
  .contact-email a:hover {
    background-color: rgba(142, 37, 141, 0.85);
    color: #fff;
    border-color: transparent;
    text-decoration: none; }

/* Two Column Layout */
.main {
  width: 66.666666%;
  float: left;
  font-size: 15px; }
  .main > .introduction {
    background-color: #fff;
    padding-top: 40px;
    padding-right: 40px;
    margin-top: -220px;
    position: relative;
    z-index: 2; }
  .main h2 {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
    font-weight: 400; }
  .main p {
    line-height: 1.5em; }

.side {
  padding-left: 66.666666%; }
  .side > .inner {
    padding-top: 140px;
    padding-left: 60px; }

/* Services Steps */
.list-steps > li {
  width: 90%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .list-steps > li:nth-child(odd) {
    margin-left: 10%; }
  .list-steps > li .number {
    background-color: #8E258D;
    color: #fff;
    width: 110px;
    height: 110px;
    float: left;
    position: relative; }
    .list-steps > li .number span {
      font-size: 6em;
      font-weight: 700;
      position: absolute;
      width: 100%;
      text-align: center;
      top: 30%;
      line-height: 1em; }
  .list-steps > li > .body {
    background-color: rgba(39, 51, 61, 0.1);
    float: left;
    width: calc(90% - 110px);
    padding: 40px 50px; }
    .list-steps > li > .body .title {
      font-size: 1.3em;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.1em; }

.list-services > li {
  padding: 40px 50px; }
  .list-services > li .image {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px; }
    .list-services > li .image [class^="icon-"] {
      font-size: 4.5em; }
  .list-services > li.bgcolor2 .image,
  .list-services > li.bgcolor3 .image {
    color: #fff; }
  .list-services > li > .body {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    float: none;
    background-color: transparent;
    padding: 0; }
    .list-services > li > .body p {
      font-size: 1.2em; }
  .list-services > li .title {
    font-size: 1.375em;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 8px; }
    .list-services > li .title span {
      font-weight: 400; }

/* Free Guide */
.freeguide {
  background-color: #29343D;
  color: #fff;
  position: relative;
  padding: 30px;
  margin-top: 35px; }
  .freeguide:after {
    content: "";
    display: table;
    clear: both; }
  .freeguide .image {
    width: 33%;
    float: left;
    text-align: center;
    margin: -50px auto; }
    .freeguide .image img {
      max-width: 100%;
      height: auto; }
  .freeguide > .body {
    padding-left: calc(33% + 20px); }
    .freeguide > .body p {
      margin: 0; }
      .freeguide > .body p.title {
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1em;
        margin: 8px 0;
        margin-bottom: 14px; }
  .freeguide.light {
    background-color: transparent;
    color: #29343D;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .freeguide.light:after {
      display: none; }
    .freeguide.light .image {
      width: 100%;
      float: none;
      text-align: left;
      margin: 0;
      margin-bottom: 20px; }
      .freeguide.light .image img {
        max-width: 180px;
        height: auto; }
    .freeguide.light > .body {
      padding-left: 0; }

.freeguide.light .form-free .form-blocks {
  margin: 0 -5px; }

.freeguide.light .form-free .form-half {
  width: 50%;
  padding: 0 5px;
  float: left; }
  .freeguide.light .form-free .form-half .form-control {
    display: block;
    width: 100%; }

.freeguide.light .form-free .form-full {
  width: 100%;
  clear: both; }

.freeguide.light .form-free .form-control {
  background-color: transparent;
  border-color: rgba(41, 52, 61, 0.65);
  display: block;
  width: auto; }
  .freeguide.light .form-free .form-control:focus {
    border-color: #29343D;
    background-color: transparent; }

.form-free .form-control {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  background-color: rgba(41, 52, 61, 0.85);
  height: 48px;
  margin-bottom: 6px;
  width: 195px;
  transition: all 0.2s linear; }
  .form-free .form-control:focus {
    background-color: #fff;
    border-color: #fff;
    color: #222; }

.form-free .btn-white {
  width: 195px; }

/* Side Featured Project */
.sideblock {
  margin-bottom: 25px; }
  .sideblock h5 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    margin-bottom: .7em;
    line-height: 1em; }
  .sideblock .featured-project {
    background-color: #29343D;
    color: #fff; }
    .sideblock .featured-project .imgbox img {
      width: 100%;
      height: auto; }
    .sideblock .featured-project > .body {
      padding: 24px 30px; }
      .sideblock .featured-project > .body p {
        margin: 0; }
      .sideblock .featured-project > .body .title {
        font-size: 1.6em;
        line-height: 1em;
        margin-bottom: 8px; }
      .sideblock .featured-project > .body .btn-text {
        position: relative;
        display: inline-block;
        margin-top: 14px; }

/* Side Blog Posts */
.list-blogposts li {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }
  .list-blogposts li a {
    color: #29343D;
    display: block; }
    .list-blogposts li a:hover {
      opacity: .9; }
      .list-blogposts li a:hover .imgbox {
        box-shadow: inset 0 0 4px 4px #fff; }
  .list-blogposts li .imgbox {
    width: 46%;
    float: left;
    box-shadow: inset 0 0 0 0 #fff;
    position: relative; }
    .list-blogposts li .imgbox:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .list-blogposts li .imgbox img {
      width: 100%;
      height: auto; }
  .list-blogposts li a > .body {
    padding-left: calc(46% + 20px); }
    .list-blogposts li a > .body .title {
      font-size: 1.4em;
      line-height: 1em; }
    .list-blogposts li a > .body .btn-text {
      color: #29343D;
      margin-top: 16px;
      margin-bottom: 0;
      display: inline-block; }

.list-blogposts.noimg li a {
  border-bottom: 1px solid #FDDC1C;
  padding-top: 15px;
  padding-bottom: 15px; }
  .list-blogposts.noimg li a:hover {
    color: #FDDC1C; }

.list-blogposts.noimg li .intro {
  display: none; }

.list-blogposts.noimg li .body {
  padding-left: 0; }
  .list-blogposts.noimg li .body .title {
    margin-bottom: 3px; }
  .list-blogposts.noimg li .body .btn-text {
    margin-top: 0; }

.sideblock-otherblogs {
  margin-top: 45px; }

/* Side Platforms */
.list-platforms {
  display: flex;
  flex-wrap: wrap; }
  .list-platforms > li {
    flex: 0 1 auto;
    vertical-align: top;
    width: 25%;
    background-color: #F5F5F5;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: rgba(0, 0, 0, 0.75); }
    .list-platforms > li:nth-child(4) {
      margin-left: 25%; }
    .list-platforms > li .inner {
      text-align: center;
      padding: 12px 15px;
      font-size: 11px;
      line-height: 1em; }
      .list-platforms > li .inner [class^="icon-"] {
        display: block;
        font-size: 3.6em;
        opacity: .3;
        margin-bottom: 8px; }

/* Blog Styles */
.blogbg {
  padding-top: 85px;
  position: relative; }
  .blogbg .container {
    max-width: inherit; }
  .blogbg:before {
    content: "";
    display: inline-block;
    right: 15%;
    width: 35%;
    top: 200px;
    height: 80%;
    background-image: url(../img/dots.png);
    position: absolute;
    z-index: -1; }
  .blogbg .maintitle {
    font-size: 100px;
    margin: 0;
    line-height: 1em;
    color: #8E258D; }
  .blogbg .blog-block {
    margin-bottom: 35px; }
  .blogbg .btn-searchblog {
    margin-top: 15px;
    margin-bottom: 35px;
    background-color: #fff; }
  .blogbg .list-follow a {
    display: block;
    color: rgba(41, 52, 61, 0.75);
    padding: 6px 0;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
    background-color: #fff;
    display: inline-block;
    padding-right: 6px;
    transition: all 0.2s linear; }
    .blogbg .list-follow a [class^="icon-"] {
      position: absolute;
      left: 6px;
      opacity: .35;
      margin-top: 2px; }
    .blogbg .list-follow a:hover {
      color: #29343D;
      background-color: #FFDC15; }
      .blogbg .list-follow a:hover [class^="icon-"] {
        color: #29343D;
        opacity: 1; }

.newsletter {
  max-width: 350px; }
  .newsletter .title {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1em; }
  .newsletter p {
    margin-bottom: 10px; }
  .newsletter .form-group {
    margin: 0;
    position: relative; }
    .newsletter .form-group .form-control {
      border-radius: 0;
      border: 1px solid #29343D;
      background-color: #E9EAEB;
      height: 50px;
      transition: all 0.2s linear; }
      .newsletter .form-group .form-control:focus {
        background-color: #fff; }
    .newsletter .form-group .btn {
      background-color: #fff;
      border: 2px solid #29343D;
      color: #29343D;
      padding: 5px 20px;
      font-size: 18px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 0; }
      .newsletter .form-group .btn:hover {
        background-color: #29343D;
        color: #fff; }

.posts {
  margin: 0 auto; }

.bpost {
  position: relative;
  color: #29343D;
  margin-bottom: 15px;
  width: calc(33.333% - 30px);
  transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1); }
  .bpost:hover a,
  .bpost:hover .btn-text {
    color: #fff; }
  .bpost:hover header {
    background: #29343D; }
  .bpost:hover .imgbox img {
    transform: scale(1.05); }
  .bpost a {
    color: #29343D; }
  .bpost .imgbox {
    position: relative;
    padding-top: 65.5%;
    overflow: hidden; }
    .bpost .imgbox img {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1); }
    .bpost .imgbox .sect {
      display: inline-block;
      padding: 6px 12px;
      position: absolute;
      right: 5px;
      top: 5px;
      font-size: 14px;
      z-index: 3;
      background-color: rgba(255, 255, 255, 0.35); }
      .bpost .imgbox .sect:hover {
        background-color: #222;
        color: #fff; }
  .bpost .blogintro {
    padding: 25px 35px;
    background-color: #E9EAEB;
    width: 96%;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    min-height: 176px; }
    .bpost .blogintro h2 {
      margin: 0;
      line-height: 1.1em;
      font-size: 1.4rem;
      margin-bottom: 12px; }
    .bpost .blogintro .author {
      font-size: 13px;
      opacity: .65; }
    .bpost .blogintro .btn-text {
      margin-top: 15px;
      color: #29343D; }
  .bpost.toppost {
    position: relative;
    width: 100%;
    color: #fff; }
    .bpost.toppost .imgbox img {
      width: 100%;
      height: auto; }
    .bpost.toppost .blogintro {
      background-color: #29343D;
      padding: 25px 35px;
      width: 96%;
      margin-top: -100px;
      position: relative;
      z-index: 5; }
      .bpost.toppost .blogintro a {
        color: #fff; }
        .bpost.toppost .blogintro a:hover {
          color: rgba(255, 255, 255, 0.85); }
      .bpost.toppost .blogintro .btn-text {
        color: #fff;
        margin-top: 20px; }
  .bpost.quote {
    padding-top: 30%;
    position: relative;
    background-color: #fff; }
    .bpost.quote blockquote {
      padding: 40px 20px;
      position: absolute;
      left: 20px;
      right: 20px;
      top: 50%;
      border-left: 5px solid #8E258D;
      transform: translateY(-50%); }
      .bpost.quote blockquote p {
        font-size: 22px;
        line-height: 1.3em; }
        .bpost.quote blockquote p.author {
          font-size: 12px;
          font-weight: 700; }

.blog-body {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px; }
  .blog-body .leftcol {
    float: left;
    width: 100px; }
  .blog-body .centercol {
    width: calc(100% - 380px);
    float: left;
    background-color: #fff;
    font-size: 15px; }
    .blog-body .centercol p {
      line-height: 1.6em; }
    .blog-body .centercol h3 {
      font-size: 1.2em;
      margin-top: 2.5em;
      margin-bottom: 1em; }
    .blog-body .centercol ul {
      margin: 1.2em 0; }
      .blog-body .centercol ul li {
        margin: 5px 0; }
  .blog-body .rightcol {
    float: left;
    width: 280px;
    padding-left: 30px; }

.list-share li a {
  display: block;
  background-color: #F2F5F7;
  color: rgba(41, 52, 61, 0.45);
  padding: 15px 13px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 2px;
  max-width: 64px; }
  .list-share li a:hover {
    background-color: #8E258D;
    color: #29343D; }

.authorbox {
  margin-bottom: 35px;
  background-color: #fff;
  padding: 3px; }
  .authorbox h5 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0;
    margin-bottom: .65em;
    line-height: 1em; }
  .authorbox .avatar {
    margin-bottom: 10px; }
  .authorbox .name {
    font-size: .9em;
    font-weight: 700;
    margin: 0; }
  .authorbox .title {
    font-size: .85em; }
  .authorbox .about {
    font-size: .825em; }

/* Feature Blocks */
.featureblocks > li {
  padding: 45px 0; }
  .featureblocks > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .featureblocks > li > * {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px; }
    .featureblocks > li > *.featureblocks__img img {
      max-width: 100%;
      height: auto; }
  .featureblocks > li h2 {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 15px; }

/* Signup Page */
.whitebox {
  background-color: #fff;
  max-width: 460px;
  margin: 0 auto;
  font-size: .9em; }
  .whitebox .whitebox__header {
    text-align: center;
    padding: 45px 30px; }
    .whitebox .whitebox__header .whitebox__logo {
      max-width: 180px;
      height: auto; }
  .whitebox .whitebox__body {
    padding: 25px 30px; }
  .whitebox .whitebox__header + .whitebox__body {
    padding-top: 0; }
  .whitebox .whitebox__head {
    text-align: center;
    font-size: 1.1em; }
  .whitebox .whitebox__intro {
    font-size: 1em;
    text-align: center;
    line-height: 1.2em;
    opacity: .7;
    margin-bottom: 45px; }
  .whitebox .form--login {
    max-width: 300px;
    margin: 0 auto; }
    .whitebox .form--login .form-control {
      height: 50px;
      color: #111; }
    .whitebox .form--login .form-group > label {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: .85em;
      color: rgba(0, 0, 0, 0.35); }
  .whitebox .checkbox {
    margin-top: 0; }
    .whitebox .checkbox label {
      font-size: .9em; }
  .whitebox .passreset {
    text-align: right; }
  .whitebox .btn-text {
    color: rgba(10, 131, 198, 0.65);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2em; }
    .whitebox .btn-text:hover {
      color: #0A83C6; }
  .whitebox.whitebox--inline {
    position: static;
    transform: none;
    padding-top: 35px; }

.owl-theme .owl-controls .owl-page span {
  width: 6px;
  height: 6px; }

.owl-theme .owl-controls .owl-buttons div {
  width: 46px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: all 0.2s linear; }
  .owl-theme .owl-controls .owl-buttons div:hover {
    border: 1px solid rgba(0, 0, 0, 0.35);
    color: rgba(0, 0, 0, 0.45); }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    transform: rotate(180deg); }

/* Footer */
.footer {
  padding: 85px 0;
  margin-top: 65px;
  color: #B4B6B9; }
  .footer .twocols > * {
    padding: 25px 0;
    flex: 1 0 auto; }
    .footer .twocols > *.twocols__left {
      width: 66.6666%;
      padding-right: 20px; }
    .footer .twocols > *.twocols__right {
      text-align: right;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      width: 33.3333%;
      padding-left: 20px; }
      .footer .twocols > *.twocols__right .footersoc__label {
        font-size: 13px; }
  .footer .footermenu {
    margin: 0; }
    .footer .footermenu > li {
      padding-right: 15px; }
      .footer .footermenu > li a {
        display: block;
        font-size: 11px;
        font-weight: 700;
        color: rgba(180, 182, 185, 0.8);
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .footer .footermenu > li :hover {
        color: #8E258D; }
  .footer .footersoc li {
    vertical-align: middle; }
  .footer .footersoc a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: rgba(180, 182, 185, 0.8); }
    .footer .footersoc a:hover {
      color: #8E258D; }
  .footer .footer__copy {
    font-size: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 35px; }
  .footer .list-soc li {
    display: inline-block;
    margin: 0 15px; }

@font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon.eot?mfvsxb");
  src: url("../webfonts/icomoon.eot?#iefixmfvsxb") format("embedded-opentype"), url("../webfonts/icomoon.woff?mfvsxb") format("woff"), url("../webfonts/icomoon.ttf?mfvsxb") format("truetype"), url("../webfonts/icomoon.svg?mfvsxb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-iso:before {
  content: "\e91d"; }

.icon-advisory:before {
  content: "\e916"; }

.icon-experience:before {
  content: "\e917"; }

.icon-industry:before {
  content: "\e918"; }

.icon-menu-annualcycle:before {
  content: "\e919"; }

.icon-playcircle:before {
  content: "\e91a"; }

.icon-property-generic:before {
  content: "\e91b"; }

.icon-property-muni:before {
  content: "\e91c"; }

.icon-email:before {
  content: "\e913"; }

.icon-password:before {
  content: "\e914"; }

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

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

.icon-google:before {
  content: "\e90f"; }

.icon-instagram:before {
  content: "\e910"; }

.icon-linkedin:before {
  content: "\e911"; }

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

.icon-certificate:before {
  content: "\e900"; }

.icon-community:before {
  content: "\e901"; }

.icon-webapp:before {
  content: "\e902"; }

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

.icon-arrow-alt:before {
  content: "\e904"; }

.icon-menu-dashboard:before {
  content: "\e905"; }

.icon-menu-incidents:before {
  content: "\e906"; }

.icon-menu-iso:before {
  content: "\e907"; }

.icon-menu-projects:before {
  content: "\e908"; }

.icon-menu-tasks:before {
  content: "\e909"; }

.icon-minus:before {
  content: "\e90a"; }

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

.icon-search:before {
  content: "\e90c"; }

.icon-x:before {
  content: "\e90d"; }

@media only screen and (min-width: 992px) {
  body {
    padding-top: 85px; }
  .navbar-default .navbar-nav > li > a:not(.btn) {
    position: relative; }
    .navbar-default .navbar-nav > li > a:not(.btn):after {
      content: "";
      display: inline-block;
      height: 3px;
      width: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.2);
      transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1); }
    .navbar-default .navbar-nav > li > a:not(.btn):hover:after {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.55); }
  .navbar-default .navbar-nav > li > .btn-login {
    border: 1px solid rgba(255, 255, 255, 0.75);
    min-height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 7px; }
    .navbar-default .navbar-nav > li > .btn-login:focus {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.75); }
    .navbar-default .navbar-nav > li > .btn-login:hover {
      background-color: #fff;
      border-color: #fff;
      color: #29343D; }
  .scrolled .header {
    padding: 0; }
  .scrolled .navbar-brand {
    padding-top: 10px; }
    .scrolled .navbar-brand img {
      width: 190px;
      height: auto; }
  .btn--closemenu {
    display: none; }
  .promo .promo__message {
    position: absolute;
    top: 34%;
    transform: translateY(-50%); }
  .promo .promo__feats {
    position: absolute;
    bottom: 60px; }
  .promo.promo--short .promo__message {
    top: 50%; }
    .promo.promo--short .promo__message h1 {
      font-size: 3.125em; }
    .promo.promo--short .promo__message p {
      margin-bottom: 0; }
  .promo__feats {
    display: flex;
    max-width: 1300px; }
    .promo__feats .promo__featureblock {
      flex: 1; }
  .newsbar {
    position: relative;
    z-index: 5;
    transform: translateY(-50%); }
  .modules .modules__desc .modules__inner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
  .twocols {
    display: flex; }
  .featureblocks > li {
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .featureblocks > li > * {
      flex: 1 0 auto; }
      .featureblocks > li > *.featureblocks__img {
        text-align: center; }
      .featureblocks > li > * .featureblocks__inner {
        max-width: 500px;
        position: relative;
        margin: 0 auto; }
    .featureblocks > li:nth-child(even) .featureblocks__img {
      order: 1; }
    .featureblocks > li:nth-child(even) .featureblocks__desc {
      order: 0; }
    .featureblocks > li h2 {
      letter-spacing: -0.02em; }
  .footer .footersoc__label {
    margin-right: 80px; } }

@media only screen and (min-width: 1350px) {
  .container {
    width: 1300px; } }

@media only screen and (min-width: 1200px) {
  .navbar-brand {
    position: relative; }
    .navbar-brand .tagline {
      position: absolute;
      left: 105%;
      bottom: 5px;
      white-space: nowrap;
      line-height: 1em;
      opacity: .7; }
  .modules {
    display: flex;
    flex-wrap: nowrap; }
    .modules > li {
      flex: 1;
      margin-bottom: 0; }
      .modules > li .modules__intro p {
        font-size: 1.2em; }
      .modules > li .modules__intro [class^="icon-"] {
        font-size: 4em; }
      .modules > li a {
        padding-top: 130%; }
      .modules > li .modules__desc .modules_inner .modules__head {
        font-size: 1.2em; }
  .testimonials {
    position: relative; }
    .testimonials .testimonial {
      width: 70%;
      margin-left: 15%; }
    .testimonials .owl-buttons div {
      position: absolute;
      top: 30%;
      margin: 0;
      margin-top: -60px; }
      .testimonials .owl-buttons div.owl-prev {
        left: 0; }
      .testimonials .owl-buttons div.owl-next {
        right: 0; } }

@media only screen and (max-width: 1024px) {
  .tagline {
    display: none; }
  .promo {
    padding-top: 75%; }
    .promo .promo__message {
      top: 35%; } }

@media only screen and (max-width: 992px) {
  body {
    padding-top: 45px; }
  .header {
    background-color: transparent;
    padding: 0; }
  .mobile-bar {
    display: block; }
  .navbar-default {
    position: fixed;
    display: block;
    right: -300px;
    background-color: #8E258D;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: all 370ms cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .navbar-default .container {
      width: auto;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      bottom: 0; }
    .navbar-default .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; }
      .navbar-default .navbar-nav > li > a {
        text-align: center; }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
          background-color: rgba(255, 255, 255, 0.2); }
        .navbar-default .navbar-nav > li > a.btn-login {
          border: 1px solid rgba(255, 255, 255, 0.85);
          width: 80%;
          margin-left: 10%;
          min-height: 45px;
          line-height: 45px; }
    .navbar-default .navbar-toggle {
      display: none; }
    .navbar-default .btn--closemenu {
      font-size: 13px;
      padding: 14px 16px;
      position: absolute;
      right: 0;
      top: 0;
      line-height: 1em;
      color: rgba(255, 255, 255, 0.75); }
      .navbar-default .btn--closemenu:focus {
        color: #fff; }
    .navbar-default .navbar-brand {
      display: none;
      position: absolute;
      left: 0;
      width: 100%; }
    .navbar-default .navbar-collapse {
      margin: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      overflow-y: auto;
      box-shadow: none; }
      .navbar-default .navbar-collapse.collapse {
        display: block; }
  .showmenu .header {
    z-index: 70; }
  .showmenu .mobile-bar {
    z-index: 20; }
  .showmenu .navbar-default {
    right: 0; }
  .showmenu .overlay {
    opacity: 1;
    visibility: visible; }
  .promo {
    padding: 35px 15px; }
    .promo .promo__message {
      max-width: 60%;
      padding: 35px 0; }
    .promo.promo--short {
      min-height: 100px;
      padding: 0 12px; }
  .promo__feats {
    margin-top: 100px;
    border-top: none; }
    .promo__feats .promo__featureblock {
      padding: 0 20px;
      padding-left: 45px;
      width: 50%;
      display: inline-block;
      margin-right: -4px;
      vertical-align: top; }
      .promo__feats .promo__featureblock .picto {
        font-size: 2em;
        left: 0;
        top: 0;
        margin-top: 0; }
      .promo__feats .promo__featureblock:last-child {
        padding-left: 60px; }
        .promo__feats .promo__featureblock:last-child .picto {
          left: 15px; }
    .promo__feats h5 {
      font-size: .9em;
      margin: 0;
      margin-bottom: 6px; }
  .colorbars {
    margin-top: -20px;
    z-index: 5;
    position: relative; }
  .modules > li {
    width: 50%; }
  .industry {
    flex-wrap: wrap; }
    .industry > li {
      width: 50%;
      flex: 1 0 auto;
      margin-top: 1px; }
  .ctablock p {
    text-align: center; }
  .featureblocks > li h2 {
    font-size: 1.5em; }
  .footer {
    text-align: center; }
    .footer .twocols .twocols__left {
      width: auto;
      padding-right: 0;
      text-align: center; }
    .footer .twocols .twocols__right {
      text-align: center;
      padding: 15px 0;
      border: none;
      width: auto; } }

@media only screen and (min-width: 768px) {
  .whitebox--signin {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }
  .promo__feats .promo__featureblock {
    width: 100%;
    display: block;
    margin-right: 0; }
    .promo__feats .promo__featureblock:last-child {
      border-left: 0;
      padding-left: 45px;
      margin-top: 16px; }
      .promo__feats .promo__featureblock:last-child .picto {
        left: 0; }
  .ctablock {
    padding: 20px; }
    .ctablock p {
      font-size: 1em; }
  .testimonials .testimonial {
    padding-left: 48px; }
    .testimonials .testimonial .avatar {
      width: 45px;
      height: 45px; }
    .testimonials .testimonial blockquote {
      background-image: url(../img/quote-bg-mobile.png);
      padding-left: 25px;
      padding-top: 0;
      padding-right: 0; }
      .testimonials .testimonial blockquote p {
        font-size: .85em; }
      .testimonials .testimonial blockquote .blockquote__logo {
        max-width: 90px;
        height: auto;
        margin-top: 18px;
        margin-left: 20px; }
  .industry a {
    padding: 25px 12px; }
  .footer {
    padding: 25px 0;
    padding-top: 45px;
    margin-top: 0; }
    .footer .footermenu > li {
      display: block;
      margin: 0; }
      .footer .footermenu > li a {
        display: block;
        padding: 14px 12px; } }

@media screen and (max-width: 600px) {
  .navbar-default .navbar-brand {
    display: block;
    text-align: center; }
    .navbar-default .navbar-brand img {
      max-width: 160px;
      padding: 12px 0;
      height: auto;
      margin: 0 auto; }
  .navbar-default .navbar-collapse {
    transform: translateY(0);
    top: 80px;
    bottom: 0;
    padding-bottom: 12px; }
  .btn {
    font-size: 11px; }
  .promo .promo__message {
    max-width: inherit; }
    .promo .promo__message h1 {
      font-size: 1.6em;
      margin-bottom: 12px; }
    .promo .promo__message p {
      font-size: 1em; }
  .promo:before {
    height: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(47, 87, 132, 0)), color-stop(1, rgba(47, 87, 132, 0.55)));
    background-image: -webkit-linear-gradient(180deg, rgba(47, 87, 132, 0) 0%, rgba(47, 87, 132, 0.55) 100%);
    background-image: linear-gradient(180deg, rgba(47, 87, 132, 0) 0%, rgba(47, 87, 132, 0.55) 100%); }
  .promo__feats {
    display: none; }
  .colorbars {
    margin-top: -10px; }
    .colorbars span {
      height: 10px; }
  .newsbar .newsbar__inner {
    padding: 25px 20px; }
    .newsbar .newsbar__inner .newsbar__head {
      position: static;
      margin-bottom: 6px; }
  .newsbar .newsbar__ticker a span {
    max-width: 100%; }
  .newsbar .newsbar__ticker a .btn__read {
    margin-left: 0; }
  .modules > li a {
    padding-top: 120%; }
  .modules > li .modules__intro {
    padding: 25px 20px; }
  .modules > li .modules__desc .modules__inner {
    padding: 25px 12px; }
    .modules > li .modules__desc .modules__inner .modules__head {
      font-size: 1.05em; }
  .featureblocks > li {
    max-width: 86%;
    margin-left: 7%;
    padding: 25px 0; }
    .featureblocks > li > * {
      display: block;
      margin-right: 0;
      width: 100%; }
  .list-people > li {
    width: 100%;
    margin-right: 0; }
  .list-people .list-people__img {
    width: 90px;
    height: 90px; }
  .block h2 {
    font-size: 22px; } }

@media screen and (max-width: 360px) {
  .navbar-default {
    width: 260px;
    right: -260px; }
    .navbar-default .navbar-brand img {
      max-width: 130px; }
  .mobile-bar .logobox {
    padding-top: 2px; }
    .mobile-bar .logobox img {
      width: 130px; }
  .modules > li a {
    padding-top: 140%; } }
