/* This stylesheet generated by Transfonter (https://transfonter.org) on April 4, 2018 9:14 AM */
@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-Bold.eot");
  src: url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
a:focus {
  outline: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: 600; }

* {
  font-family: 'Exo 2'; }

.relative {
  position: relative;
  height: 100%; }

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  width: 0px;
  height: 0px; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .parallax {
      background-attachment: initial; } }

@media screen and (max-width: 992px) {
  .form-group {
    margin-bottom: 0px; } }

@media screen and (max-width: 1000px) {
  .dn {
    display: none; } }

.mt {
  margin-top: 80px; }
  @media screen and (max-width: 1000px) {
    .mt {
      margin-top: 0px;
      margin-bottom: 40px; } }

.tac {
  text-align: center; }

.ttl {
  text-transform: initial; }

p {
  font-size: 15px;
  line-height: normal; }

.h2, h2 {
  font-size: 32px; }

.h1, h1 {
  font-size: 38px;
  text-shadow: 4px 2px 3px black; }

@media screen and (max-width: 992px) {
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important; } }

.background-gradient {
  background: #003f6d;
  background: -moz-linear-gradient(top, #003f6d 1%, #2e7bde 100%);
  background: -webkit-linear-gradient(top, #003f6d 1%, #2e7bde 100%);
  background: linear-gradient(to bottom, #003f6d 1%, #2e7bde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f6d', endColorstr='#2e7bde',GradientType=0 ); }

.big {
  font-size: 42px;
  color: white;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: normal;
  margin-top: -15px;
  font-family: 'DIN Pro', sans-serif; }
  @media screen and (max-width: 992px) {
    .big {
      margin-top: -5px;
      font-size: 40px; } }

.pdf-button {
  border: 2px solid white;
  color: white;
  float: right;
  margin-top: 5px;
  width: 180px;
  font-size: 16px;
  max-height: 31px;
  height: 31px;
  line-height: 27px;
  padding: 0px; }
  .pdf-button:focus, .pdf-button:hover {
    border-color: #D32F2F;
    background-color: #D32F2F;
    color: white; }
  @media screen and (max-width: 1000px) {
    .pdf-button {
      display: none; } }

.pdf-button.pdf-mobile {
  display: none;
  margin-top: 27px;
  margin-bottom: 27px;
  color: #2f7de1;
  border-color: #2f7de1;
  float: none; }
  .pdf-button.pdf-mobile:focus, .pdf-button.pdf-mobile:hover {
    border-color: #D32F2F;
    background-color: #D32F2F;
    color: white; }
  @media screen and (max-width: 992px) {
    .pdf-button.pdf-mobile {
      display: inline-block; } }

.request-project {
  font-size: 17px;
  background-color: #82bc00;
  color: white;
  border-radius: 7px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  border: 2px solid #82bc00;
  opacity: 1; }
  .request-project.invisible {
    opacity: 0; }
  .request-project:after {
    position: absolute;
    left: 0px;
    top: -20px;
    height: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    width: 50px;
    content: '';
    transform: rotate(20deg);
    animation: swipe 3s ease-out;
    animation-iteration-count: infinite; }
  .request-project:focus, .request-project:hover {
    border-color: white;
    color: white; }

.close-request,
.send-request {
  margin-left: 10px;
  background-color: #82bc00;
  color: white;
  font-size: 16px;
  width: 180px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  border: 2px solid #82bc00; }
  .close-request:after,
  .send-request:after {
    position: absolute;
    left: 0px;
    top: -20px;
    height: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    width: 50px;
    content: '';
    transform: rotate(20deg);
    animation: swipe 3s ease-out;
    animation-iteration-count: infinite; }
  .close-request:focus, .close-request:hover,
  .send-request:focus,
  .send-request:hover {
    border-color: white;
    color: white; }
  .close-request.yellow-button,
  .send-request.yellow-button {
    background-color: #f7941e;
    border-color: #f7941e; }
    .close-request.yellow-button:hover,
    .send-request.yellow-button:hover {
      border-color: white; }

.close-request {
  display: none; }

.black-cover,
.blue-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(47, 125, 225, 0.5019607843); }

.black-cover {
  background-color: rgba(35, 31, 32, 0.6784313725); }

body {
  color: black; }
  body.page-news {
    background: white; }

.site-content {
  margin-top: 98px; }
  @media screen and (max-width: 1000px) {
    .site-content {
      margin-top: 90px; } }
  @media screen and (max-width: 400px) {
    .site-content {
      margin-top: 90px; } }

.content {
  padding: 40px 0px; }
  .content h2 {
    color: #2f7de1;
    margin-bottom: 40px;
    margin-top: 0px; }

h1, h2 {
  text-transform: uppercase;
  font-weight: normal; }
  @media screen and (max-width: 500px) {
    h1, h2 {
      font-size: 30px;
      padding: 0px 15px; } }

.h3, h3 {
  font-size: 28px;
  font-weight: normal;
  color: #2f7de1; }

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 70px;
  font-size: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
      font-size: 0px; } }
  @media (max-width: 420px) {
    .navbar-brand {
      font-size: 0px; } }
  .navbar-brand img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    height: 93px; }
    @media screen and (max-width: 1000px) {
      .navbar-brand img {
        height: 80px;
        margin-top: 0px; } }

.header,
.navbar,
.navbar-collapse {
  background: black; }

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); }
  .navbar .header-avatar {
    width: 36px;
    height: auto;
    border-radius: 50%;
    margin-right: 5px; }

.navbar-fixed-top .navbar-collapse {
  max-height: none; }

.navbar-default .navbar-toggle {
  margin-right: 0px;
  margin-top: 22px;
  margin-bottom: 12px;
  border-color: transparent;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }
  @media screen and (max-width: 768px) {
    .navbar-default .navbar-toggle {
      margin-right: 10px; } }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    margin-top: 6px;
    height: 5px;
    border-radius: 0px; }
  .navbar-default .navbar-toggle .bar-green {
    transition: 0.5s ease;
    background-color: #82bc00;
    width: 40px;
    margin-top: 0px;
    transform: rotate(-45deg);
    transform-origin: 85% 70%; }
  .navbar-default .navbar-toggle .bar-blue {
    transition: 0.5s ease;
    background-color: #2f7de1;
    width: 26px;
    transform: scaleX(0); }
  .navbar-default .navbar-toggle .bar-red {
    transition: 0.5s ease;
    background-color: #ff423e;
    width: 40px;
    transform: rotate(45deg);
    transform-origin: 90% 0%; }
.navbar-default .navbar-toggle.collapsed .bar-red,
.navbar-default .navbar-toggle.collapsed .bar-green {
  transition: 0.5s ease;
  transform: initial; }
.navbar-default .navbar-toggle.collapsed .bar-blue {
  transition: 0.5s ease;
  transform: scaleX(1); }
.navbar-default .navbar-collapse {
  z-index: 10; }
  @media screen and (max-width: 1000px) {
    .navbar-default .navbar-collapse {
      position: absolute;
      border: none;
      top: 90px;
      left: 0px;
      right: 0px;
      height: 100vh;
      background-image: url(../img/main.jpg);
      background-size: cover;
      background-position: 50% 0%; } }
  .navbar-default .navbar-collapse .more-menu {
    float: right;
    line-height: 59px; }
    @media screen and (max-width: 1200px) {
      .navbar-default .navbar-collapse .more-menu {
        height: 59px;
        line-height: 56px; } }
    @media screen and (max-width: 1000px) {
      .navbar-default .navbar-collapse .more-menu {
        float: none;
        text-align: center;
        height: auto;
        line-height: normal; } }
    .navbar-default .navbar-collapse .more-menu .menu-lang {
      display: inline-block;
      margin-left: 10px; }
      .navbar-default .navbar-collapse .more-menu .menu-lang a {
        display: inline-block;
        text-transform: uppercase;
        padding: 0px 2px;
        text-align: center;
        color: white;
        font-size: 14px;
        border-radius: 0px;
        vertical-align: baseline;
        transition: 0.3s ease; }
        @media screen and (max-width: 1000px) {
          .navbar-default .navbar-collapse .more-menu .menu-lang a {
            font-size: 28px;
            text-shadow: 4px 2px 3px black;
            font-weight: bold;
            padding: 0px 6px; } }
        .navbar-default .navbar-collapse .more-menu .menu-lang a.active, .navbar-default .navbar-collapse .more-menu .menu-lang a:hover {
          text-decoration: none;
          background-color: #2f7ddf;
          transition: 0.3s ease; }
    @media screen and (max-width: 1000px) {
      .navbar-default .navbar-collapse .more-menu .send-request {
        display: none; } }
    .navbar-default .navbar-collapse .more-menu .header-contact {
      display: inline-block;
      min-width: 200px; }
      @media screen and (max-width: 1200px) {
        .navbar-default .navbar-collapse .more-menu .header-contact {
          display: none; } }
      .navbar-default .navbar-collapse .more-menu .header-contact a {
        color: white;
        text-decoration: none;
        font-size: 16px; }
        .navbar-default .navbar-collapse .more-menu .header-contact a:hover {
          color: #82bc00; }
  .navbar-default .navbar-collapse .navbar-nav {
    float: left;
    margin-left: -20px; }
    @media screen and (max-width: 1200px) {
      .navbar-default .navbar-collapse .navbar-nav {
        height: 59px; } }
    @media screen and (max-width: 1000px) {
      .navbar-default .navbar-collapse .navbar-nav {
        margin-left: 0px;
        height: auto; } }
    .navbar-default .navbar-collapse .navbar-nav li {
      margin: 0px 5px; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li {
          line-height: 1.2; } }
      .navbar-default .navbar-collapse .navbar-nav li a {
        transition: all 0.3s ease;
        line-height: initial;
        border-bottom: 2px solid black;
        height: auto;
        font-size: 16px;
        font-weight: 500;
        color: white;
        background-color: black;
        padding: 21px 1px 5px 1px; }
        .navbar-default .navbar-collapse .navbar-nav li a .bb {
          bottom: -2px;
          height: 2px; }
          @media screen and (max-width: 1000px) {
            .navbar-default .navbar-collapse .navbar-nav li a .bb {
              display: none; } }
        @media screen and (min-width: 1000px) {
          .navbar-default .navbar-collapse .navbar-nav li a:hover {
            padding-top: 18px;
            padding-bottom: 8px; } }
        @media screen and (max-width: 1000px) {
          .navbar-default .navbar-collapse .navbar-nav li a {
            font-size: 28px;
            text-shadow: 4px 2px 3px black;
            font-weight: bold;
            padding-bottom: 10px;
            padding-top: 10px;
            text-align: center;
            background: transparent;
            border: none; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(1) a .bb {
        background: #80bd01; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(1).active a {
        border-color: #80bd01; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(1):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(1).active a {
          color: #80bd01; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(2) a .bb {
        background: #16BFFD; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(2).active a {
        border-color: #16BFFD; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(2):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(2).active a {
          color: #16BFFD; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(3) a .bb {
        background: #ff00e4; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(3).active a {
        border-color: #ff00e4; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(3):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(3).active a {
          color: #ff00e4; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(4) a .bb {
        background: #1db954; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(4).active a {
        border-color: #1db954; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(4):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(4).active a {
          color: #1db954; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(5) a .bb {
        background: #fff800; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(5).active a {
        border-color: #fff800; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(5):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(5).active a {
          color: #fff800; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(6) a .bb {
        background: #16BFFD; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(6).active a {
        border-color: #16BFFD; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(6):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(6).active a {
          color: #16BFFD; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(7) a .bb {
        background: #82bc00; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(7).active a {
        border-color: #82bc00; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(7):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(7).active a {
          color: #82bc00; } }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(8) a .bb {
        background: #ff00e4; }
      .navbar-default .navbar-collapse .navbar-nav li:nth-child(8).active a {
        border-color: #ff00e4; }
      @media screen and (max-width: 1000px) {
        .navbar-default .navbar-collapse .navbar-nav li:nth-child(8):hover a, .navbar-default .navbar-collapse .navbar-nav li:nth-child(8).active a {
          color: #ff00e4; } }
      .navbar-default .navbar-collapse .navbar-nav li.active a {
        background: black;
        color: white;
        box-shadow: none; }
        @media screen and (min-width: 1000px) {
          .navbar-default .navbar-collapse .navbar-nav li.active a {
            padding-top: 18px;
            padding-bottom: 8px; } }
        @media screen and (max-width: 1000px) {
          .navbar-default .navbar-collapse .navbar-nav li.active a {
            background: initial; } }
        .navbar-default .navbar-collapse .navbar-nav li.active a:focus, .navbar-default .navbar-collapse .navbar-nav li.active a:hover {
          background: black; }
          @media screen and (max-width: 1000px) {
            .navbar-default .navbar-collapse .navbar-nav li.active a:focus, .navbar-default .navbar-collapse .navbar-nav li.active a:hover {
              background: initial; } }

.close-request.mobile-request,
.send-request.mobile-request {
  display: none;
  min-width: initial;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%); }
  .close-request.mobile-request i,
  .send-request.mobile-request i {
    display: none;
    color: white;
    font-size: 25px; }
    @media screen and (max-width: 380px) {
      .close-request.mobile-request i,
      .send-request.mobile-request i {
        display: block; } }
  @media screen and (max-width: 1000px) {
    .close-request.mobile-request,
    .send-request.mobile-request {
      width: auto;
      display: inline-block; } }
  @media screen and (max-width: 380px) {
    .close-request.mobile-request span,
    .send-request.mobile-request span {
      display: none; } }

.phone {
  position: relative;
  width: 59px;
  height: 59px;
  background-image: url("../img/phone.png");
  background-position: 50%;
  background-size: cover;
  float: left; }
  .phone .pulsator {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 45px;
    height: 45px;
    border: 2px solid #82bc00;
    border-radius: 50%;
    animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite; }

.blue-line {
  background-image: url("../img/blue-line-text.jpg");
  height: 40px;
  background-size: cover;
  background-position: 50%;
  background-color: #003e6d; }
  @media screen and (max-width: 720px) {
    .blue-line {
      background-image: url("../img/blue-line.jpg"); } }
  @media screen and (max-width: 400px) {
    .blue-line {
      background-image: url("../img/blue-line-400.jpg"); } }
  .blue-line .phone-mobile {
    display: none;
    line-height: 34px;
    color: white;
    top: 53px;
    font-size: 15px; }
    .blue-line .phone-mobile .phone {
      width: 34px;
      height: 34px;
      margin-right: 5px; }
      .blue-line .phone-mobile .phone .pulsator {
        left: 3px;
        top: 3px;
        width: 28px;
        height: 28px; }
    @media screen and (max-width: 1200px) {
      .blue-line .phone-mobile {
        display: block;
        position: static;
        margin-left: 100px;
        margin-top: 3px; } }
    @media screen and (max-width: 1000px) {
      .blue-line .phone-mobile {
        position: absolute;
        left: auto;
        right: 32px;
        margin: 0px 0px 0px 7px; } }
    @media screen and (max-width: 720px) {
      .blue-line .phone-mobile {
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 400px) {
      .blue-line .phone-mobile {
        font-size: 14px; } }
    @media screen and (max-width: 350px) {
      .blue-line .phone-mobile {
        left: auto;
        right: 25px;
        transform: none; } }

@media screen and (max-width: 500px) {
  .page-about-us .main-image {
    padding-top: 15%; } }
.page-about-us .main-image h1 {
  top: 35%;
  transform: initial; }
  @media screen and (max-width: 1200px) {
    .page-about-us .main-image h1 {
      top: 15%; } }
  @media screen and (max-width: 992px) {
    .page-about-us .main-image h1 {
      top: 20%; } }
  @media screen and (max-width: 500px) {
    .page-about-us .main-image h1 {
      position: initial;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.main-image {
  background-image: url("../img/main.jpg");
  padding-top: 30%;
  background-position: 50%;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 992px) {
    .main-image {
      height: 370px; } }
  .main-image h1 {
    color: white;
    text-align: center;
    width: 100%;
    text-transform: uppercase; }
  .main-image h1.wrapped {
    font-weight: 600; }
  .main-image h1:not(.wrapped) {
    max-width: 820px;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateY(-50%) translateX(-50%); }
  .main-image h2 {
    font-family: 'Exo 2';
    font-size: 20px;
    color: white;
    text-align: center;
    width: 100%;
    text-transform: none; }
  .main-image .titles-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%) translateY(-50%); }
  .main-image .right,
  .main-image .left {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50%; }
    @media screen and (max-width: 500px) {
      .main-image .right,
      .main-image .left {
        position: relative;
        top: unset;
        bottom: -150px;
        width: 100%; } }
    .main-image .right:focus div, .main-image .right:hover div,
    .main-image .left:focus div,
    .main-image .left:hover div {
      background: #82bc00;
      border-color: #82bc00;
      color: white;
      text-decoration: none; }
    .main-image .right div,
    .main-image .left div {
      position: relative;
      top: 70%;
      display: inline-block;
      border: 2px solid white;
      color: white;
      padding: 5px 20px;
      font-size: 20px;
      border-radius: 5px;
      margin: 0px 15px; }
      .main-image .right div:hover,
      .main-image .left div:hover {
        background: #82bc00;
        border-color: #82bc00;
        color: white;
        text-decoration: none; }
  .main-image .left {
    left: 0px;
    text-align: right; }
    @media screen and (max-width: 500px) {
      .main-image .left {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 30px; } }
  .main-image .right {
    right: 0px;
    text-align: left; }
    .main-image .right:focus div, .main-image .right:hover div {
      background-color: #2873d0;
      border-color: #2873d0; }
    .main-image .right div:hover {
      background-color: #2873d0;
      border-color: #2873d0; }
    @media screen and (max-width: 500px) {
      .main-image .right {
        text-align: center; } }

.page-contacts .main-image {
  padding-top: 0;
  height: auto; }
.page-contacts .site-content .container {
  position: relative;
  z-index: 1; }
  .page-contacts .site-content .container img.building {
    float: right;
    height: 565px; }
    @media screen and (max-width: 1200px) {
      .page-contacts .site-content .container img.building {
        height: 485px; } }
    @media screen and (max-width: 1000px) {
      .page-contacts .site-content .container img.building {
        height: 365px; } }
    @media screen and (max-width: 768px) {
      .page-contacts .site-content .container img.building {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        height: auto; } }
  .page-contacts .site-content .container.international img.building {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }
.page-contacts .contact-content {
  padding: 30px 0px;
  text-align: center; }
.page-contacts iframe.map {
  float: left;
  width: 550px;
  height: 565px; }
  @media screen and (max-width: 1200px) {
    .page-contacts iframe.map {
      width: 440px;
      height: 485px; } }
  @media screen and (max-width: 1000px) {
    .page-contacts iframe.map {
      width: 328px;
      height: 365px; } }
  @media screen and (max-width: 768px) {
    .page-contacts iframe.map {
      padding: 0px;
      margin-right: 0px;
      width: 100%;
      height: 350px; } }

.page-careers .main-image h1,
.page-team .main-image h1 {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0px;
  margin-bottom: 0px; }

.page-careers .careers-container {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: -80px;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .page-careers .careers-container {
      padding-top: 50px; } }
.page-careers .card {
  background-color: #f7f6f0;
  box-shadow: -10px 10px 22px -3px rgba(0, 0, 0, 0.75);
  transform-origin: 0% 0%;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  padding: 15px; }
  @media screen and (max-width: 992px) {
    .page-careers .card {
      position: initial;
      margin: 0 auto;
      margin-bottom: 40px;
      transform: rotate(0deg);
      left: initial;
      box-shadow: 0px 10px 22px -3px rgba(0, 0, 0, 0.75); } }
  @media screen and (max-width: 400px) {
    .page-careers .card {
      width: 100%;
      box-shadow: none; } }
  .page-careers .card h2 {
    color: black;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px; }
  .page-careers .card img {
    width: 100%; }
  .page-careers .card .job {
    font-size: 16px;
    color: #2f7de1;
    margin-bottom: 0px; }
  .page-careers .card .card-text {
    text-align: left;
    padding: 20px;
    display: none;
    margin-bottom: 0px; }
    @media screen and (max-width: 992px) {
      .page-careers .card .card-text {
        display: none; } }
  .page-careers .card:hover {
    z-index: 100; }
    .page-careers .card:hover .card-text {
      display: block; }
      @media screen and (max-width: 992px) {
        .page-careers .card:hover .card-text {
          display: none; } }
  .page-careers .card.active {
    z-index: 100; }
    .page-careers .card.active .card-text {
      display: block; }

@keyframes spin-cw {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin-ccw {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.page-team {
  overflow-x: hidden; }
  .page-team .team-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,bcbec0+50,f6f6f6+100 */
    background-color: #f6f6f6;
    /* Old browsers */
    background: url("../img/team-background.png") top left repeat-y;
    background: url("../img/team-background.png") top left repeat-y, linear-gradient(to right, #f6f6f6 0%, #bcbec0 50%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=1 );
    /* IE6-9 */
    overflow: visible;
    padding: 40px 0px; }
    @media screen and (max-width: 620px) {
      .page-team .team-container {
        overflow: hidden; }
        .page-team .team-container.has-active {
          overflow: visible; } }
  .page-team .group {
    width: 1490px;
    height: 987px;
    position: relative;
    margin-top: -163px;
    margin-left: auto;
    margin-right: auto; }
    .page-team .group.children-1 {
      margin-bottom: -580px; }
    .page-team .group.children-2, .page-team .group.children-3 {
      margin-bottom: -360px; }
    .page-team .group.children-4 {
      margin-bottom: -130px; }
    .page-team .group.children-6, .page-team .group.children-5, .page-team .group.first-is-last {
      margin-bottom: 83px; }
    @media screen and (max-width: 1530px) {
      .page-team .group {
        width: 1200px;
        height: 795px;
        margin-top: -132px; }
        .page-team .group.children-1 {
          margin-bottom: -480px; }
        .page-team .group.children-2, .page-team .group.children-3 {
          margin-bottom: -290px; }
        .page-team .group.children-4 {
          margin-bottom: -110px; }
        .page-team .group.children-6, .page-team .group.children-5, .page-team .group.first-is-last {
          margin-bottom: 66px; } }
    @media screen and (max-width: 1240px) {
      .page-team .group {
        width: 960px;
        height: 636px;
        margin-top: -106px; }
        .page-team .group.children-1 {
          margin-bottom: -370px; }
        .page-team .group.children-2, .page-team .group.children-3 {
          margin-bottom: -210px; }
        .page-team .group.children-4 {
          margin-bottom: -80px; }
        .page-team .group.children-6, .page-team .group.children-5, .page-team .group.first-is-last {
          margin-bottom: 53px; } }
    @media screen and (max-width: 1000px) {
      .page-team .group {
        width: 740px;
        height: 490px;
        margin-top: -82px; }
        .page-team .group.children-1 {
          margin-bottom: -290px; }
        .page-team .group.children-2, .page-team .group.children-3 {
          margin-bottom: -170px; }
        .page-team .group.children-4 {
          margin-bottom: -60px; }
        .page-team .group.children-6, .page-team .group.children-5, .page-team .group.first-is-last {
          margin-bottom: 41px; } }
    @media screen and (max-width: 768px) {
      .page-team .group {
        width: 600px;
        height: 397px;
        margin-top: -68px; }
        .page-team .group.children-1 {
          margin-bottom: -230px; }
        .page-team .group.children-2, .page-team .group.children-3 {
          margin-bottom: -140px; }
        .page-team .group.children-4 {
          margin-bottom: -40px; }
        .page-team .group.children-6, .page-team .group.children-5, .page-team .group.first-is-last {
          margin-bottom: 33px; } }
    @media screen and (max-width: 620px) {
      .page-team .group {
        width: 100%;
        height: auto;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: visible; }
        .page-team .group.children-1, .page-team .group.children-2, .page-team .group.children-3, .page-team .group.children-4, .page-team .group.children-5, .page-team .group.children-6 {
          margin-bottom: 0px; }
        .page-team .group.children-6 .person:last-child {
          transform: rotate(13deg); } }
    .page-team .group:first-child {
      margin-top: 0px; }
    .page-team .group .person:nth-child(1) {
      top: 1%;
      left: 4%; }
      .page-team .group .person:nth-child(1) .gear {
        background-image: url("../img/gear-green.png"); }
      .page-team .group .person:nth-child(1) .bubble {
        right: 66%;
        bottom: 66%; }
        @media screen and (max-width: 1720px) {
          .page-team .group .person:nth-child(1) .bubble {
            right: 26%;
            bottom: 86%; } }
        @media screen and (max-width: 1125px) {
          .page-team .group .person:nth-child(1) .bubble {
            right: 6%; } }
        @media screen and (max-width: 930px) {
          .page-team .group .person:nth-child(1) .bubble {
            right: auto;
            left: 0%; }
            .page-team .group .person:nth-child(1) .bubble:after {
              right: 50% !important; } }
        .page-team .group .person:nth-child(1) .bubble:after {
          border-width: 0 28px 28px 0;
          border-color: transparent #007bff transparent transparent;
          right: 23px; }
    .page-team .group .person:nth-child(2) {
      top: 24%;
      left: 24%; }
      .page-team .group .person:nth-child(2) .gear {
        background-image: url("../img/gear-pink.png"); }
      .page-team .group .person:nth-child(2) .bubble {
        right: 54%;
        bottom: 76%; }
        .page-team .group .person:nth-child(2) .bubble:after {
          border-width: 0 28px 28px 0;
          border-color: transparent #007bff transparent transparent;
          right: 23px; }
        @media screen and (max-width: 830px) {
          .page-team .group .person:nth-child(2) .bubble {
            right: 26%;
            bottom: 86%; } }
    .page-team .group .person:nth-child(3) {
      top: 24%;
      left: 49%;
      transform: rotate(-9deg); }
      .page-team .group .person:nth-child(3) .gear {
        background-image: url("../img/gear-blue.png"); }
      .page-team .group .person:nth-child(3) .photo {
        transform: rotate(9deg); }
      .page-team .group .person:nth-child(3) .bubble {
        transform: rotate(9deg);
        left: 66%;
        bottom: 66%; }
        .page-team .group .person:nth-child(3) .bubble:after {
          border-width: 28px 28px 0 0;
          border-color: #007bff transparent transparent transparent;
          left: 23px; }
        @media screen and (max-width: 830px) {
          .page-team .group .person:nth-child(3) .bubble {
            left: 46%;
            bottom: 76%; } }
    .page-team .group .person:nth-child(4) {
      top: 47%;
      left: 69%;
      transform: rotate(9deg); }
      .page-team .group .person:nth-child(4) .bubble {
        transform: rotate(-9deg);
        left: 41%;
        bottom: 86%; }
        .page-team .group .person:nth-child(4) .bubble .photo {
          transform: rotate(-9deg); }
        .page-team .group .person:nth-child(4) .bubble:after {
          border-width: 28px 28px 0 0;
          border-color: #007bff transparent transparent transparent;
          left: 23px; }
        @media screen and (max-width: 1600px) {
          .page-team .group .person:nth-child(4) .bubble {
            left: 31%; } }
        @media screen and (max-width: 1520px) {
          .page-team .group .person:nth-child(4) .bubble {
            left: 41%; } }
        @media screen and (max-width: 1410px) {
          .page-team .group .person:nth-child(4) .bubble {
            left: 21%; } }
        @media screen and (max-width: 1160px) {
          .page-team .group .person:nth-child(4) .bubble {
            left: -20%; }
            .page-team .group .person:nth-child(4) .bubble:after {
              left: 50% !important; } }
        @media screen and (max-width: 890px) {
          .page-team .group .person:nth-child(4) .bubble {
            left: -70%;
            bottom: 80%; }
            .page-team .group .person:nth-child(4) .bubble:after {
              left: 80% !important; } }
    .page-team .group .person:nth-child(5) {
      top: 70%;
      left: 49%;
      transform: rotate(6deg); }
      .page-team .group .person:nth-child(5) .gear {
        background-image: url("../img/gear-green.png"); }
      .page-team .group .person:nth-child(5) .photo {
        transform: rotate(-6deg); }
      .page-team .group .person:nth-child(5) .bubble {
        transform: rotate(-6deg);
        left: 46%;
        bottom: 86%; }
        .page-team .group .person:nth-child(5) .bubble:after {
          border-width: 28px 28px 0 0;
          border-color: #007bff transparent transparent transparent;
          left: 23px; }
        @media screen and (max-width: 830px) {
          .page-team .group .person:nth-child(5) .bubble {
            left: 26%;
            bottom: 96%; } }
    .page-team .group .person:nth-child(6) {
      top: 70%;
      left: 24%;
      transform: rotate(19deg); }
      .page-team .group .person:nth-child(6) .gear {
        background-image: url("../img/gear-pink.png"); }
      .page-team .group .person:nth-child(6) .photo {
        transform: rotate(-19deg); }
      .page-team .group .person:nth-child(6) .bubble {
        transform: rotate(-19deg);
        right: 74%;
        bottom: 46%; }
        .page-team .group .person:nth-child(6) .bubble:after {
          border-width: 0 28px 28px 0;
          border-color: transparent #007bff transparent transparent;
          right: 23px; }
        @media screen and (max-width: 830px) {
          .page-team .group .person:nth-child(6) .bubble {
            right: 66%;
            bottom: 56%; } }
  .page-team .person {
    width: 26.308724832%;
    height: 39.7163121%;
    position: absolute;
    cursor: none; }
    @media screen and (max-width: 620px) {
      .page-team .person {
        width: 100%;
        position: relative;
        padding-top: 100%;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        margin-bottom: -5%; } }
    .page-team .person .gear {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: url("../img/gear-gray.png") center center no-repeat;
      background-size: contain;
      animation: spin-cw 12s linear infinite; }
    @media screen and (max-width: 620px) {
      .page-team .person:nth-child(2n-1) {
        transform: rotate(0deg) !important; }
        .page-team .person:nth-child(2n-1) .bubble {
          transform: rotate(0deg) !important; }
        .page-team .person:nth-child(2n-1) .photo {
          transform: rotate(0deg) !important; } }
    @media screen and (max-width: 620px) {
      .page-team .person:nth-child(2n) {
        transform: rotate(10deg) !important; }
        .page-team .person:nth-child(2n) .bubble {
          transform: rotate(-10deg) !important; }
        .page-team .person:nth-child(2n) .photo {
          transform: rotate(-10deg) !important; } }
    .page-team .person:nth-child(2n) .gear {
      animation: spin-ccw 12s linear infinite; }
    .page-team .person .photo {
      position: absolute;
      left: 19.3877551025%;
      top: 19.3877551025%;
      width: 61.224489795%;
      height: 61.224489795%;
      border-radius: 50%;
      z-index: 2;
      background-size: cover;
      background-position: 50% 0%;
      background-repeat: no-repeat; }
    .page-team .person .bubble {
      display: none;
      position: absolute;
      background: #2a7de2;
      border-radius: 12px;
      padding: 5px 37px;
      color: white;
      width: 300px;
      z-index: 20; }
      @media screen and (max-width: 620px) {
        .page-team .person .bubble {
          max-width: 100% !important;
          right: 10% !important;
          left: 0% !important;
          width: auto !important;
          bottom: 83% !important; }
          .page-team .person .bubble:after {
            left: 50% !important;
            right: auto !important; } }
      .page-team .person .bubble h2 {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        font-weight: normal;
        text-align: center; }
      .page-team .person .bubble p.job {
        font-size: 15px;
        text-align: center;
        margin-bottom: 10px;
        display: block; }
        .page-team .person .bubble p.job.international {
          margin-top: 10px; }
      .page-team .person .bubble p.card-text {
        font-size: 14px; }
      .page-team .person .bubble:after {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        bottom: -27px;
        content: '';
        display: block; }
    .page-team .person.active .bubble {
      display: block; }
  .page-team .fixed-bubble {
    display: none;
    position: fixed;
    background: #2a7de2;
    border-radius: 12px;
    padding: 5px 37px;
    color: white;
    width: 300px;
    z-index: 120; }
    .page-team .fixed-bubble h2 {
      padding: 0px;
      margin: 0px;
      font-size: 20px;
      font-weight: normal;
      text-align: center; }
    .page-team .fixed-bubble p.job {
      font-size: 15px;
      text-align: center;
      margin-bottom: 10px;
      display: block; }
      .page-team .fixed-bubble p.job.international {
        margin-top: 10px; }
    .page-team .fixed-bubble p.card-text {
      font-size: 14px; }
    .page-team .fixed-bubble:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 28px 0 0 28px;
      border-color: transparent transparent transparent #007bff;
      position: absolute;
      top: -27px;
      left: 50px;
      content: '';
      display: block; }
    .page-team .fixed-bubble.reverse-y:after {
      top: auto;
      bottom: -27px;
      border-width: 28px 28px 0 0;
      border-color: #007bff transparent transparent transparent; }
    .page-team .fixed-bubble.reverse-x:after {
      left: auto;
      right: 50px; }

.page-careers .card .img-tape {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 44%;
  position: absolute;
  z-index: 10;
  padding-top: 11%; }
.page-careers .content .col-md-6,
.page-careers .content .col-md-4 {
  position: relative;
  min-height: 320px; }
  @media screen and (max-width: 992px) {
    .page-careers .content .col-md-6,
    .page-careers .content .col-md-4 {
      min-height: auto; } }
  .page-careers .content .col-md-6.ghost,
  .page-careers .content .col-md-4.ghost {
    visibility: hidden; }
    @media screen and (max-width: 992px) {
      .page-careers .content .col-md-6.ghost,
      .page-careers .content .col-md-4.ghost {
        display: none; } }
.page-careers .content .col-md-6:first-child .card {
  left: initial;
  right: 40px;
  margin-left: 0px;
  transform: rotate(-7deg); }
  @media screen and (max-width: 992px) {
    .page-careers .content .col-md-6:first-child .card {
      right: 50%;
      margin: 0 auto;
      transform: rotate(0deg);
      margin-bottom: 40px; } }
  .page-careers .content .col-md-6:first-child .card .img-tape {
    background-image: url(/img/blue-tape.png);
    top: -15px;
    transform: rotate(-12deg); }
.page-careers .content .col-md-6:last-child .card {
  left: 40px;
  margin-left: 0px;
  transform: rotate(3deg) translateY(-34px);
  box-shadow: 8px 10px 22px -3px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 992px) {
    .page-careers .content .col-md-6:last-child .card {
      box-shadow: 0px 10px 22px -3px rgba(0, 0, 0, 0.75);
      transform: rotate(0deg);
      margin: 0 auto;
      margin-bottom: 40px; } }
  @media screen and (max-width: 400px) {
    .page-careers .content .col-md-6:last-child .card {
      box-shadow: none; } }
  .page-careers .content .col-md-6:last-child .card .img-tape {
    background-image: url(/img/green-tape.png);
    background-position: 45%;
    top: -5px;
    transform: rotate(13deg); }
.page-careers .content .col-md-4:first-child .card {
  transform: rotate(-7deg); }
  @media screen and (max-width: 992px) {
    .page-careers .content .col-md-4:first-child .card {
      transform: rotate(0deg); } }
  .page-careers .content .col-md-4:first-child .card .img-tape {
    background-image: url(/img/blue-tape.png);
    top: -15px;
    transform: rotate(-12deg); }
.page-careers .content .col-md-4:nth-child(2) .card {
  transform: rotate(3deg);
  box-shadow: 0px 10px 22px -3px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 1200px) {
    .page-careers .content .col-md-4:nth-child(2) .card {
      transform: rotate(3deg) translateX(10px); } }
  @media screen and (max-width: 992px) {
    .page-careers .content .col-md-4:nth-child(2) .card {
      transform: rotate(0deg); } }
  @media screen and (max-width: 400px) {
    .page-careers .content .col-md-4:nth-child(2) .card {
      box-shadow: none; } }
  .page-careers .content .col-md-4:nth-child(2) .card .img-tape {
    background-image: url(/img/green-tape.png);
    top: -5px;
    transform: rotate(13deg); }
.page-careers .content .col-md-4:last-child .card {
  transform: rotate(7deg) translateY(-35px);
  box-shadow: 8px 10px 22px -3px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 992px) {
    .page-careers .content .col-md-4:last-child .card {
      transform: rotate(0deg);
      box-shadow: 0px 10px 22px -3px rgba(0, 0, 0, 0.75); } }
  @media screen and (max-width: 400px) {
    .page-careers .content .col-md-4:last-child .card {
      box-shadow: none; } }
  .page-careers .content .col-md-4:last-child .card .img-tape {
    background-image: url(/img/red-tape.png);
    top: -14px;
    transform: rotate(-10deg); }

.page-team .main-image {
  background-image: url(/img/team.jpg); }

.sp-digital-marketing .main-image h1 {
  top: 40%; }
  @media screen and (max-width: 768px) {
    .sp-digital-marketing .main-image h1 {
      top: 50%; } }

.page-media-marketing .main-image {
  background-image: url(/img/media-marketing.jpg); }

.page-projects .main-image {
  background-image: url(/img/projects.jpg); }
.page-projects .type-software .row {
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-projects .type-software .row:first-child {
    padding-top: 60px; }
  .page-projects .type-software .row:last-child {
    padding-bottom: 60px; }
  .page-projects .type-software .row.quotes {
    border-top: 1px solid #2f7de2; }
    @media screen and (max-width: 1000px) {
      .page-projects .type-software .row.quotes {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        border-top: none; } }
  @media screen and (max-width: 1000px) {
    .page-projects .type-software .row {
      padding: 20px 0px 20px 0px; }
      .page-projects .type-software .row:first-child {
        padding-top: 20px; }
      .page-projects .type-software .row:last-child {
        padding-bottom: 20px; } }
  .page-projects .type-software .row .quote {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px; }
    @media screen and (max-width: 1000px) {
      .page-projects .type-software .row .quote {
        font-size: 18px; } }
    .page-projects .type-software .row .quote i {
      font-size: 55px;
      float: left;
      margin-right: 20px;
      color: #2f7de2; }
      @media screen and (max-width: 1000px) {
        .page-projects .type-software .row .quote i {
          display: block;
          float: none;
          margin: 0px auto 20px auto;
          font-size: 80px; } }
  .page-projects .type-software .row .quote-author {
    color: gray;
    text-align: right;
    font-size: 16px; }
    @media screen and (max-width: 1000px) {
      .page-projects .type-software .row .quote-author {
        text-align: center;
        font-size: 14px; } }
  .page-projects .type-software .row b, .page-projects .type-software .row strong {
    color: #2f7de1; }
  .page-projects .type-software .row h2 {
    font-size: 24px;
    color: #2f7de1;
    padding: 0px; }
  .page-projects .type-software .row .col-md-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #2f7de2; }
    @media screen and (max-width: 1000px) {
      .page-projects .type-software .row .col-md-9 {
        border-left: none;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; } }
  .page-projects .type-software .row .col-md-3 {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 1000px) {
      .page-projects .type-software .row .col-md-3 {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; } }
    .page-projects .type-software .row .col-md-3 img {
      margin-top: 22px;
      margin-bottom: 11px;
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 1000px) {
        .page-projects .type-software .row .col-md-3 img {
          margin-top: 0px;
          margin-bottom: 22px;
          width: 400px;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
    .page-projects .type-software .row .col-md-3 .project-bullets {
      border-bottom: 1px solid #2f7de2;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      @media screen and (min-width: 1000px) {
        .page-projects .type-software .row .col-md-3 .project-bullets:last-child {
          border-bottom: none;
          margin-bottom: 0px; } }
      @media screen and (max-width: 1000px) {
        .page-projects .type-software .row .col-md-3 .project-bullets {
          border-bottom: none; } }
      .page-projects .type-software .row .col-md-3 .project-bullets ul {
        list-style: none;
        padding-left: 0px; }
        .page-projects .type-software .row .col-md-3 .project-bullets ul li {
          padding: 2px 0px; }
          .page-projects .type-software .row .col-md-3 .project-bullets ul li:before {
            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;
            transform: translate(0, 0);
            content: "\f058";
            margin-right: 5px;
            color: #2f7de1; }

.page-careers .main-image {
  background-image: url(/img/careers.jpg); }
.page-careers .card {
  text-align: left;
  margin-left: -170px;
  width: 340px;
  background-color: #f7f6f0; }
  @media screen and (max-width: 1200px) {
    .page-careers .card {
      margin-left: -150px;
      width: 300px; } }
  @media screen and (max-width: 992px) {
    .page-careers .card {
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media screen and (max-width: 400px) {
    .page-careers .card {
      width: 100%; } }
  .page-careers .card .img-tape {
    padding-top: 9%; }
  .page-careers .card .card-body {
    padding-top: 15px; }
    .page-careers .card .card-body h5 {
      text-transform: none;
      float: left;
      width: 138px; }
      @media screen and (max-width: 1200px) {
        .page-careers .card .card-body h5 {
          width: 98px; } }
      @media screen and (max-width: 992px) {
        .page-careers .card .card-body h5 {
          text-align: center;
          float: none;
          width: 100%; } }
    .page-careers .card .card-body .send-request {
      float: right;
      width: 162px;
      margin-left: 0px;
      border-radius: 8px;
      font-weight: normal;
      border: 2px solid #82bc00;
      background-color: #82bc00; }
      .page-careers .card .card-body .send-request:focus, .page-careers .card .card-body .send-request:hover {
        background: white;
        color: #82bc00;
        border-color: #82bc00; }
      @media screen and (max-width: 992px) {
        .page-careers .card .card-body .send-request {
          float: none;
          width: 100%; } }
@media screen and (max-width: 1200px) {
  .page-careers .careers-container {
    padding-top: 50px;
    margin-bottom: -90px; } }
@media screen and (max-width: 992px) {
  .page-careers .careers-container {
    margin-bottom: 40px; } }
.page-careers .careers-container .row {
  margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
    .page-careers .careers-container .row {
      margin-bottom: 0px; } }
.page-careers .career-container .col-md-6,
.page-careers .career-container .col-md-4 {
  min-height: auto; }
.page-careers .career-container h3 {
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 18px; }
.page-careers .career-container a h4 {
  color: #2f7de1; }
.page-careers .career-container img {
  margin: 25px 0px;
  border-radius: 30px;
  width: 150px;
  height: auto; }
.page-careers .career-container .list-careers a {
  display: block;
  margin-bottom: 18px;
  color: black; }
  .page-careers .career-container .list-careers a.active, .page-careers .career-container .list-careers a:hover {
    color: #2f7de1; }
.page-careers .career-container .send-request {
  border: 2px solid #82bc00;
  background-color: #82bc00;
  margin-top: 40px;
  margin-left: 0px; }
  .page-careers .career-container .send-request:focus, .page-careers .career-container .send-request:hover {
    background: white;
    color: #82bc00;
    border-color: #82bc00; }
@media screen and (max-width: 1000px) {
  .page-careers .career-container .career-content {
    margin-bottom: 40px; } }
.page-careers .career-container .career-content b, .page-careers .career-container .career-content strong {
  margin: 25px 0px;
  color: #2f7de1;
  display: block; }
.page-careers .career-container .career-content ul {
  list-style: none;
  padding-left: 0px; }
  .page-careers .career-container .career-content ul li {
    background: url(../img/blue-dot.png) no-repeat 0px 9px;
    padding-left: 12px;
    font-size: 15px; }
.page-careers .career-container .career-content blockquote {
  border-left: 2px solid #2f7de1;
  padding: 11px 14px;
  margin: 25px 0px; }
  .page-careers .career-container .career-content blockquote b, .page-careers .career-container .career-content blockquote strong {
    margin: 0px; }
  .page-careers .career-container .career-content blockquote ul li {
    color: #2f7de1; }
.page-careers .col-md-6:first-child .card {
  left: initial;
  right: 40px;
  margin-left: 0px;
  transform: rotate(3deg);
  box-shadow: 8px 10px 22px -3px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 992px) {
    .page-careers .col-md-6:first-child .card {
      transform: rotate(0deg);
      box-shadow: 0px 10px 22px -3px rgba(0, 0, 0, 0.75);
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media screen and (max-width: 400px) {
    .page-careers .col-md-6:first-child .card {
      box-shadow: none;
      width: 100%; } }
  .page-careers .col-md-6:first-child .card .img-tape {
    background-image: url(/img/green-tape.png);
    background-position: 45%;
    top: -15px;
    transform: rotate(13deg); }
.page-careers .col-md-6:last-child .card {
  left: 40px;
  margin-left: 0px;
  transform: rotate(-7deg); }
  @media screen and (max-width: 992px) {
    .page-careers .col-md-6:last-child .card {
      transform: rotate(0deg);
      box-shadow: 0px 10px 22px -3px rgba(0, 0, 0, 0.75);
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media screen and (max-width: 400px) {
    .page-careers .col-md-6:last-child .card {
      box-shadow: none;
      width: 100%; } }
  .page-careers .col-md-6:last-child .card .img-tape {
    background-image: url(/img/blue-tape.png);
    top: -25px;
    transform: rotate(-12deg); }

.last-careers {
  background-color: #e6e7e8;
  padding: 60px 0px;
  overflow-x: hidden; }
  @media screen and (max-width: 992px) {
    .last-careers {
      padding: 30px 0px; } }
  .last-careers a:hover {
    text-decoration: none; }
  .last-careers .last-career {
    position: relative;
    width: 20%;
    float: left; }
    @media screen and (max-width: 768px) {
      .last-careers .last-career {
        width: 100%; } }
    .last-careers .last-career .card {
      position: initial;
      margin-left: auto;
      width: 90%;
      transform-origin: 50% 50%; }
      .last-careers .last-career .card .img-tape {
        width: 80%; }
        @media screen and (max-width: 768px) {
          .last-careers .last-career .card .img-tape {
            width: 90%; } }
      .last-careers .last-career .card p {
        font-size: 14px;
        font-weight: bold;
        color: black;
        margin-bottom: 0px; }
        @media screen and (max-width: 768px) {
          .last-careers .last-career .card p {
            font-size: 20px; } }
      .last-careers .last-career .card:hover p {
        color: #2f7de1; }
  .last-careers .last-career:nth-child(4) .card,
  .last-careers .last-career:first-child .card {
    transform: rotate(-7deg); }
    @media screen and (max-width: 768px) {
      .last-careers .last-career:nth-child(4) .card,
      .last-careers .last-career:first-child .card {
        transform: rotate(0deg); } }
    .last-careers .last-career:nth-child(4) .card .img-tape,
    .last-careers .last-career:first-child .card .img-tape {
      background-image: url(/img/blue-tape.png);
      background-position: 55%;
      top: -15px;
      transform: rotate(-12deg); }
  .last-careers .last-career:nth-child(2) .card,
  .last-careers .last-career:nth-child(5) .card {
    transform: rotate(3deg); }
    @media screen and (max-width: 768px) {
      .last-careers .last-career:nth-child(2) .card,
      .last-careers .last-career:nth-child(5) .card {
        transform: rotate(0deg); } }
    .last-careers .last-career:nth-child(2) .card .img-tape,
    .last-careers .last-career:nth-child(5) .card .img-tape {
      background-image: url(/img/green-tape.png);
      background-position: 55%;
      top: -8px;
      transform: rotate(13deg); }
  .last-careers .last-career:nth-child(3) .card {
    transform: rotate(7deg); }
    @media screen and (max-width: 768px) {
      .last-careers .last-career:nth-child(3) .card {
        transform: rotate(0deg); } }
    .last-careers .last-career:nth-child(3) .card .img-tape {
      background-image: url(/img/red-tape.png);
      background-position: 55%;
      top: -14px;
      transform: rotate(-10deg); }

.gray-title {
  color: #808285;
  text-transform: uppercase;
  margin-top: 0px;
  line-height: normal;
  margin-bottom: 0px;
  font-weight: normal; }

.address {
  margin-bottom: 0px;
  padding: 20px 0px;
  color: white; }

.black-wrapper {
  background-color: black; }

.white-wrapper {
  background-color: white; }

.contact-content h2 {
  font-size: 42px;
  color: white;
  margin: 0px auto 20px auto;
  line-height: 75px;
  display: inline-block;
  padding: 0px 45px;
  background: #003f6d;
  background: -moz-linear-gradient(top, #003f6d 1%, #2e7bde 100%);
  background: -webkit-linear-gradient(top, #003f6d 1%, #2e7bde 100%);
  background: linear-gradient(to bottom, #003f6d 1%, #2e7bde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f6d', endColorstr='#2e7bde',GradientType=0 ); }
  @media screen and (max-width: 768px) {
    .contact-content h2 {
      font-size: 32px;
      line-height: normal;
      padding-top: 20px;
      padding-bottom: 20px; } }
.contact-content .gray-title {
  color: black;
  margin-bottom: 50px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .contact-content .gray-title {
      margin-bottom: 20px; } }
.contact-content .contact-box {
  color: black; }
  @media screen and (max-width: 768px) {
    .contact-content .contact-box {
      width: 100%;
      margin: 20px 0px 0px 0px; } }
  .contact-content .contact-box h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    background: none;
    color: black;
    line-height: normal; }
  .contact-content .contact-box .email {
    display: block;
    color: #2f7de1; }
  .contact-content .contact-box p {
    margin-bottom: 0px; }
  .contact-content .contact-box a {
    color: black;
    text-decoration: none;
    font-size: 16px; }
  .contact-content .contact-box .blue {
    color: #2f7de1; }
  .contact-content .contact-box img {
    display: block;
    margin: 0 auto;
    width: 175px;
    height: auto;
    border-radius: 30px; }
    @media screen and (max-width: 480px) {
      .contact-content .contact-box img {
        margin: 0px auto 10px auto; } }

.request-wrapper {
  display: none;
  position: absolute;
  top: 100px;
  bottom: 0px;
  width: 100%;
  z-index: 10; }
  @media screen and (max-width: 1000px) {
    .request-wrapper {
      top: 90px; } }
  .request-wrapper .request-inner {
    padding-left: 0px; }
    .request-wrapper .request-inner .col-md-6,
    .request-wrapper .request-inner .col-md-12 {
      padding-left: 0px; }
  .request-wrapper .request-services-wrapper label {
    font-size: 40px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .request-wrapper .request-services-wrapper label {
        font-size: 30px;
        margin-top: 40px; } }
  .request-wrapper .request-services {
    padding: 13px 15px;
    background-color: white;
    border-radius: 2px;
    background: #e6e7e8;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .request-wrapper .request-services {
        display: none; } }
    .request-wrapper .request-services .request-service {
      transition: all 0.3s ease;
      margin: 0px 3px;
      width: 46px;
      height: 46px;
      display: inline-block;
      line-height: 43px;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .request-wrapper .request-services .request-service {
          margin: 4px; } }
      .request-wrapper .request-services .request-service img {
        width: 30px;
        filter: hue-rotate(152deg); }
      .request-wrapper .request-services .request-service:hover, .request-wrapper .request-services .request-service.active {
        transition: all 0.3s ease;
        background-color: #82bc00; }
        .request-wrapper .request-services .request-service:hover img, .request-wrapper .request-services .request-service.active img {
          filter: hue-rotate(0deg) brightness(0%) invert(100%); }
  .request-wrapper .request-checkboxes {
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 34px; }
    .request-wrapper .request-checkboxes .request-checkbox {
      text-decoration: none;
      width: 25%;
      float: left;
      color: white;
      margin-bottom: 12px;
      padding-right: 10px; }
      @media screen and (max-width: 1000px) {
        .request-wrapper .request-checkboxes .request-checkbox {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .request-wrapper .request-checkboxes .request-checkbox {
          width: 100%;
          margin-bottom: 4px; } }
      .request-wrapper .request-checkboxes .request-checkbox span {
        font-size: 14px; }
      .request-wrapper .request-checkboxes .request-checkbox.active i {
        color: red; }
        .request-wrapper .request-checkboxes .request-checkbox.active i:before {
          content: "\f046"; }
  .request-wrapper .col-md-6 {
    min-height: auto !important; }
  .request-wrapper h2, .request-wrapper p {
    color: white; }
  .request-wrapper h2 {
    margin-top: 60px; }
  .request-wrapper label {
    margin-left: 0px;
    color: white;
    font-size: 18px;
    font-weight: normal; }
  .request-wrapper textarea {
    height: 100px; }
  .request-wrapper .form-control {
    border-radius: 2px;
    background: #e6e7e8;
    font-family: 'Exo 2';
    font-size: 16px; }
  .request-wrapper .form-control.error {
    border: 2px solid red; }
  .request-wrapper .bottom-container {
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .request-wrapper .bottom-container {
        padding-top: 20px; } }
    .request-wrapper .bottom-container .btn-continue {
      padding-right: 30px;
      padding-left: 30px;
      margin-bottom: 10px;
      color: white;
      background: #82bc00;
      position: relative;
      overflow: hidden;
      transition: 0.5s ease;
      border: 2px solid #82bc00; }
      .request-wrapper .bottom-container .btn-continue i {
        display: none; }
      .request-wrapper .bottom-container .btn-continue.loading {
        transition: none;
        font-size: 0px; }
        .request-wrapper .bottom-container .btn-continue.loading i {
          display: block;
          font-size: 24px; }
      .request-wrapper .bottom-container .btn-continue:after {
        position: absolute;
        left: 0px;
        top: -20px;
        height: 70px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 */
        width: 50px;
        content: '';
        transform: rotate(20deg);
        animation: swipe 3s ease-out;
        animation-iteration-count: infinite; }
      .request-wrapper .bottom-container .btn-continue:focus, .request-wrapper .bottom-container .btn-continue:hover {
        border-color: white;
        color: white; }
    .request-wrapper .bottom-container p {
      margin-bottom: 0px;
      padding-bottom: 10px; }

.candidate-wrapper {
  display: none;
  position: absolute;
  top: 102px;
  bottom: 0px;
  background-color: #2f7de1;
  width: 100%;
  z-index: 9; }
  @media screen and (max-width: 1000px) {
    .candidate-wrapper {
      top: 90px; } }
  .candidate-wrapper h2 {
    margin-top: 60px; }
  .candidate-wrapper h2, .candidate-wrapper p {
    color: white; }
  .candidate-wrapper .white-line {
    margin-top: 70px;
    padding-bottom: 50px; }
    @media screen and (max-width: 992px) {
      .candidate-wrapper .white-line {
        margin-top: 30px;
        padding-bottom: 20px; } }
    .candidate-wrapper .white-line .col-md-3 {
      position: relative;
      background-color: white;
      padding-top: 15px;
      padding-bottom: 14px; }
      @media screen and (max-width: 1200px) {
        .candidate-wrapper .white-line .col-md-3 {
          padding-top: 18px; } }
      @media screen and (max-width: 1200px) {
        .candidate-wrapper .white-line .col-md-3 h4 {
          font-size: 14px; } }
      @media screen and (max-width: 992px) {
        .candidate-wrapper .white-line .col-md-3 h4 {
          margin-top: 0px;
          margin-bottom: 0px; } }
      .candidate-wrapper .white-line .col-md-3::after {
        content: '';
        position: absolute;
        right: -22px;
        top: 0px;
        z-index: 10;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 0 35px 22px;
        border-color: transparent transparent transparent white; }
        @media screen and (max-width: 992px) {
          .candidate-wrapper .white-line .col-md-3::after {
            display: none; } }
      .candidate-wrapper .white-line .col-md-3.active {
        background-color: #82bc00;
        color: white; }
        .candidate-wrapper .white-line .col-md-3.active::after {
          border-color: transparent transparent transparent #80bc00; }
          @media screen and (max-width: 992px) {
            .candidate-wrapper .white-line .col-md-3.active::after {
              display: none; } }
      .candidate-wrapper .white-line .col-md-3.inactive {
        background-color: #e6e7e8;
        color: #939598; }
        .candidate-wrapper .white-line .col-md-3.inactive::after {
          border-color: transparent transparent transparent #e6e7e8; }
          @media screen and (max-width: 992px) {
            .candidate-wrapper .white-line .col-md-3.inactive::after {
              display: none; } }
      .candidate-wrapper .white-line .col-md-3:last-child::after {
        display: none; }
  .candidate-wrapper form {
    padding: 0px 6%;
    background-color: #2f7de1; }
    .candidate-wrapper form .candidate-box {
      padding: 0px 15%;
      display: none; }
      @media screen and (max-width: 768px) {
        .candidate-wrapper form .candidate-box {
          padding: 0px; } }
      .candidate-wrapper form .candidate-box h2 {
        padding-top: 60px; }
        @media screen and (max-width: 768px) {
          .candidate-wrapper form .candidate-box h2 {
            padding-top: 30px;
            margin-top: 0px; } }
      .candidate-wrapper form .candidate-box h6,
      .candidate-wrapper form .candidate-box h4 {
        margin-left: 0px;
        color: white;
        font-weight: normal; }
      .candidate-wrapper form .candidate-box h6 {
        margin-top: -10px; }
        @media screen and (max-width: 992px) {
          .candidate-wrapper form .candidate-box h6 {
            margin-top: 5px; } }
      .candidate-wrapper form .candidate-box .form-control {
        border-radius: 2px; }
      @media screen and (max-width: 992px) {
        .candidate-wrapper form .candidate-box label[for="candidate-file"] {
          margin-top: 5px; } }
      .candidate-wrapper form .candidate-box label[for="candidate-file"].error,
      .candidate-wrapper form .candidate-box .form-control.error {
        border: 2px solid red; }
      .candidate-wrapper form .candidate-box select {
        max-width: 400px; }
        @media screen and (max-width: 992px) {
          .candidate-wrapper form .candidate-box select {
            margin: 0 auto; } }
      .candidate-wrapper form .candidate-box input[type="file"] {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
      .candidate-wrapper form .candidate-box label[for="candidate-file"] {
        width: 100%;
        background-color: white;
        padding: 12px 15px;
        border-radius: 2px; }
        .candidate-wrapper form .candidate-box label[for="candidate-file"] span {
          padding: 5px 30px;
          border: 1px solid #2f7de1;
          display: inline-block;
          color: #2f7de1;
          border-radius: 6px;
          cursor: pointer; }
          .candidate-wrapper form .candidate-box label[for="candidate-file"] span:hover {
            background-color: #2f7de1;
            color: white; }
      .candidate-wrapper form .candidate-box .col-md-6 {
        min-height: auto; }
      .candidate-wrapper form .candidate-box .bottom-container {
                /*
                position: absolute;
                bottom: 50px;
                width: 100%;
                left: 0px;

                @media screen and (max-width: 992px) {
                    bottom: 0px;
                }

                @media screen and (max-width: 768px) {
                    position: initial;
                    padding-bottom: 20px;
                    padding-top: 20px;
                }
                */ }
        .candidate-wrapper form .candidate-box .bottom-container p {
          margin-bottom: 0px; }
        .candidate-wrapper form .candidate-box .bottom-container .btn-close,
        .candidate-wrapper form .candidate-box .bottom-container .btn-submit,
        .candidate-wrapper form .candidate-box .bottom-container .btn-before,
        .candidate-wrapper form .candidate-box .bottom-container .btn-continue {
          padding-right: 30px;
          padding-left: 30px;
          margin-bottom: 20px;
          color: black; }
          .candidate-wrapper form .candidate-box .bottom-container .btn-close i,
          .candidate-wrapper form .candidate-box .bottom-container .btn-submit i,
          .candidate-wrapper form .candidate-box .bottom-container .btn-before i,
          .candidate-wrapper form .candidate-box .bottom-container .btn-continue i {
            color: white; }
        .candidate-wrapper form .candidate-box .bottom-container .btn-submit,
        .candidate-wrapper form .candidate-box .bottom-container .btn-continue {
          background-color: #82bc00; }
          .candidate-wrapper form .candidate-box .bottom-container .btn-submit:hover,
          .candidate-wrapper form .candidate-box .bottom-container .btn-continue:hover {
            color: white; }
        .candidate-wrapper form .candidate-box .bottom-container .btn-close {
          color: white;
          background-color: #ff423e; }
          .candidate-wrapper form .candidate-box .bottom-container .btn-close:hover {
            opacity: 0.8; }
        .candidate-wrapper form .candidate-box .bottom-container .btn-before {
          margin-right: 20px;
          background-color: #d1d3d4; }
          @media screen and (max-width: 768px) {
            .candidate-wrapper form .candidate-box .bottom-container .btn-before {
              margin-right: 10px; } }
          .candidate-wrapper form .candidate-box .bottom-container .btn-before:hover {
            color: #82bc00; }
      .candidate-wrapper form .candidate-box:nth-child(2) {
        padding: 0px;
        display: block; }

.background-blue {
  background-color: #2f7de1;
  padding: 37px 0px; }
  .background-blue h4 {
    text-align: center;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .background-blue h4 {
        font-size: 14px; } }
  .background-blue .btn {
    margin-top: 0px; }

.all-projects {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  .all-projects a {
    display: block;
    width: 100%;
    padding-top: 75%;
    transition: all 0.3s ease-in-out;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
    .all-projects a img {
      display: none; }
    @media screen and (max-width: 768px) {
      .all-projects a {
        padding-top: 0;
        margin: 0px auto 20px auto;
        background: none !important;
        width: 80%;
        max-width: 320px; }
        .all-projects a img {
          width: 100%;
          height: auto;
          display: block; } }
    .all-projects a:hover {
      transform: scaleX(1.1) scaleY(1.1); }

@media screen and (max-width: 992px) {
  .category-titles {
    margin-top: -30px;
    margin-bottom: -20px; } }
@media screen and (max-width: 992px) {
  .category-titles .col-md-2 {
    display: inline-block;
    padding: 0px 20px; } }
@media screen and (max-width: 768px) {
  .category-titles {
    display: none; } }

.category-title {
  margin-top: 0px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .category-title {
      margin-bottom: 30px; } }
  .category-title h4 {
    display: block;
    color: black;
    text-transform: none;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
    margin: 0px;
    padding: 0px 0px 10px 0px; }
    @media screen and (max-width: 992px) {
      .category-title h4 {
        font-size: 16px; } }
  .category-title .bb {
    height: 4px; }
  .category-title:focus {
    text-decoration: none; }
  .category-title:hover {
    text-decoration: none; }
  .category-title.cat-1.active h4, .category-title.cat-1:hover h4 {
    color: #80bd01; }
  .category-title.cat-1.active .bb, .category-title.cat-1:hover .bb {
    background: #80bd01;
    width: 100%; }
  .category-title.cat-2.active h4, .category-title.cat-2:hover h4 {
    color: #16BFFD; }
  .category-title.cat-2.active .bb, .category-title.cat-2:hover .bb {
    background: #16BFFD;
    width: 100%; }
  .category-title.cat-3.active h4, .category-title.cat-3:hover h4 {
    color: #ff00e4; }
  .category-title.cat-3.active .bb, .category-title.cat-3:hover .bb {
    background: #ff00e4;
    width: 100%; }
  .category-title.cat-4.active h4, .category-title.cat-4:hover h4 {
    color: #1db954; }
  .category-title.cat-4.active .bb, .category-title.cat-4:hover .bb {
    background: #1db954;
    width: 100%; }
  .category-title.cat-5.active h4, .category-title.cat-5:hover h4 {
    color: #de2925; }
  .category-title.cat-5.active .bb, .category-title.cat-5:hover .bb {
    background: #de2925;
    width: 100%; }
  .category-title.cat-6.active h4, .category-title.cat-6:hover h4 {
    color: #16BFFD; }
  .category-title.cat-6.active .bb, .category-title.cat-6:hover .bb {
    background: #16BFFD;
    width: 100%; }

.services-line {
  padding-top: 20px;
  padding-bottom: 50px;
  background-image: url(/img/main.jpg);
  background-size: cover;
  background-position: 50%; }
  .services-line h1,
  .services-line .h1 {
    color: white;
    font-weight: normal; }

.service-types .col-md-12,
.service-types .col-md-6 {
  padding: 0px; }
.service-types .col-md-12 .service-type {
  background-position: 50% 100%; }
@media screen and (max-width: 860px) {
  .service-types h2 {
    font-size: 28px; } }
.service-types .digital-marketing i {
  color: #82bc00; }
@media screen and (max-width: 860px) {
  .service-types .digital-marketing .service-type h2 {
    color: #2f7de1; } }
.service-types .digital-marketing .service-type:hover h2 {
  color: #2f7de1; }
.service-types .software-services i {
  color: #2f7de1; }
@media screen and (max-width: 860px) {
  .service-types .software-services .service-type h2 {
    color: #82bc00; } }
.service-types .software-services .service-type:hover h2 {
  color: #82bc00; }
.service-types .advertising i {
  color: #ff423e; }
@media screen and (max-width: 860px) {
  .service-types .advertising .service-type h2 {
    color: #ff423e; } }
.service-types .advertising .service-type:hover h2 {
  color: #ff423e; }
.service-types .service-type {
  position: relative;
  height: 470px;
  background-position: 50%;
  background-size: cover; }
  .service-types .service-type.de {
    height: calc( 100vh - 336px ); }
  @media screen and (max-width: 1400px) {
    .service-types .service-type {
      height: 370px; } }
  @media screen and (max-width: 1000px) {
    .service-types .service-type {
      height: 470px; }
      .service-types .service-type.de {
        height: calc( 100vh - 218px ); } }
  .service-types .service-type:hover .black-cover {
                /*
                background-color: #011027b0;

                &.green-hover {
                    background-color: #012703b0;                    
                }
                &.yellow-hover {
                    background-color: #271b01b0;                    
                }
                */ }
  .service-types .service-type .black-cover a {
    width: 100%;
    height: 100%;
    display: block; }
  .service-types .service-type i {
    display: none;
    font-size: 40px;
    position: absolute;
    font-weight: bold;
    z-index: 20; }
    @media screen and (max-width: 860px) {
      .service-types .service-type i.fa-angle-right {
        display: block; } }
  .service-types .service-type i.fa-angle-right {
    bottom: 30px;
    right: 10px; }
  .service-types .service-type .services-wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 11; }
    @media screen and (max-width: 860px) {
      .service-types .service-type .services-wrapper {
        bottom: 40%;
        transform: translateY(50%); } }
    .service-types .service-type .services-wrapper .service-content {
      float: left;
      text-align: center;
      display: block;
      position: relative;
      min-height: 100px; }
      @media screen and (max-width: 992px) {
        .service-types .service-type .services-wrapper .service-content {
          margin-top: 15px; } }
      .service-types .service-type .services-wrapper .service-content:before {
        content: '\f078';
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        display: block;
        position: absolute;
        text-align: center;
        top: -30px;
        left: 50%;
        margin-left: -16px;
        width: 32px;
        height: 32px;
        color: #D32F2F;
        display: none; }
      .service-types .service-type .services-wrapper .service-content:first-child:before {
        display: block;
        animation: shake 1.5s ease-out;
        animation-iteration-count: infinite; }
        @media screen and (max-width: 992px) {
          .service-types .service-type .services-wrapper .service-content:first-child:before {
            display: none; } }
      .service-types .service-type .services-wrapper .service-content:first-child:hover:before {
        animation: none; }
      .service-types .service-type .services-wrapper .service-content:first-child.other-hover:before {
        display: none; }
      .service-types .service-type .services-wrapper .service-content:hover:before {
        display: block; }
      .service-types .service-type .services-wrapper .service-content img {
        transform: scale(0.5);
        transform-origin: 50% 100%;
        transition: all 0.3s ease;
        filter: brightness(0%) invert(100%);
        width: 50px; }
        @media screen and (max-width: 992px) {
          .service-types .service-type .services-wrapper .service-content img {
            transform: none; } }
      .service-types .service-type .services-wrapper .service-content p {
        transition: all 0.3s ease;
        color: white;
        margin-top: 10px;
        margin-bottom: 0px;
        opacity: 0; }
        @media screen and (max-width: 992px) {
          .service-types .service-type .services-wrapper .service-content p {
            opacity: 1; } }
        @media screen and (max-width: 360px) {
          .service-types .service-type .services-wrapper .service-content p {
            font-size: 14px; } }
      .service-types .service-type .services-wrapper .service-content:hover {
        text-decoration: none; }
        .service-types .service-type .services-wrapper .service-content:hover img {
          transform: scale(1);
          transition: all 0.3s ease;
          filter: none; }
          @media screen and (max-width: 992px) {
            .service-types .service-type .services-wrapper .service-content:hover img {
              transform: none;
              filter: brightness(0%) invert(100%); } }
        .service-types .service-type .services-wrapper .service-content:hover p {
          transition: all 0.3s ease;
          opacity: 1; }
  .service-types .service-type h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin: 0px;
    color: white;
    font-weight: normal;
    padding: 0px 20px; }
    @media screen and (max-width: 992px) {
      .service-types .service-type h2 {
        top: 20px;
        transform: none;
        padding: 0px 10px; } }

.project-services {
  padding: 100px 0px; }
  .project-services .row {
    display: flex; }
    @media screen and (max-width: 767px) {
      .project-services .row {
        display: block; } }
  @media screen and (max-width: 768px) {
    .project-services {
      padding: 30px 0px; } }
  .project-services .col-sm-3 {
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      .project-services .col-sm-3 {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .project-services .col-sm-3 {
        padding-bottom: 20px; } }
  .project-services img {
    width: 70%;
    display: block;
    margin: 0 auto; }
  .project-services h3,
  .project-services p {
    text-align: center; }

.last-projects {
  padding-top: 10px !important; }
  .last-projects .row {
    margin-right: 0px !important;
    margin-left: 0px !important; }
    .last-projects .row a {
      display: block;
      width: 100%;
      padding-top: 75%;
      transition: all 0.3s ease-in-out;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
      .last-projects .row a:hover {
        transform: scaleX(1.1) scaleY(1.1); }

.project-padding,
.project-container {
  padding: 0px 95px; }
  @media screen and (max-width: 992px) {
    .project-padding,
    .project-container {
      padding: 0px; } }

.slider-big-image {
  max-width: 100%;
  display: block;
  margin: 0 auto; }
  .slider-big-image.loading {
    opacity: 0.5; }

.project-padding {
  padding-bottom: 40px; }
  @media screen and (max-width: 1200px) {
    .project-padding {
      padding: 0px; } }
  @media screen and (max-width: 992px) {
    .project-padding .col-sm-3 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 992px) {
    .project-padding .col-sm-3 {
      padding-left: 5px;
      padding-right: 5px; } }
  .project-padding .col-sm-3 a {
    display: block;
    padding-top: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    opacity: 0.6; }
  .project-padding .col-sm-3:hover a, .project-padding .col-sm-3.active a {
    opacity: 1; }
  @media screen and (max-width: 900px) {
    .project-padding .bx-wrapper {
      padding: 0px 35px;
      margin: 15px 0px; } }
  .project-padding .bx-wrapper .bx-prev {
    background-image: url(../img/controls-blue.png);
    left: -65px; }
    @media screen and (max-width: 992px) {
      .project-padding .bx-wrapper .bx-prev {
        left: -35px; } }
    @media screen and (max-width: 900px) {
      .project-padding .bx-wrapper .bx-prev {
        left: 0px; } }
  .project-padding .bx-wrapper .bx-next {
    background-image: url(../img/controls-blue.png);
    right: -65px; }
    @media screen and (max-width: 992px) {
      .project-padding .bx-wrapper .bx-next {
        right: -35px; } }
    @media screen and (max-width: 900px) {
      .project-padding .bx-wrapper .bx-next {
        right: 0px; } }
  .project-padding .project-description {
    padding: 0px 15px; }
    .project-padding .project-description h1,
    .project-padding .project-description h2 {
      text-shadow: none;
      color: #2f7de1;
      padding: 0px; }
    .project-padding .project-description img {
      width: 100%; }
    .project-padding .project-description b, .project-padding .project-description strong {
      margin: 25px 0px;
      color: #2f7de1;
      display: block; }
    .project-padding .project-description ul {
      list-style: none;
      padding-left: 0px; }
      .project-padding .project-description ul li {
        background: url(../img/blue-dot.png) no-repeat 0px 9px;
        padding-left: 12px;
        font-size: 15px; }
    .project-padding .project-description blockquote {
      border-left: 2px solid #2f7de1;
      padding: 11px 14px;
      margin: 25px 0px; }
      .project-padding .project-description blockquote b, .project-padding .project-description blockquote strong {
        margin: 0px; }
      .project-padding .project-description blockquote ul li {
        color: #2f7de1; }

.market-main {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .market-main {
      display: none; } }
  .market-main h4 {
    color: white;
    margin-top: 0px;
    font-weight: normal; }

.market-row {
  margin-top: -3px;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .market-row {
      margin-top: 0px; } }
  .market-row .market-col {
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-top: 3px !important; }
    .market-row .market-col:nth-child(3n) {
      padding-right: 0px !important;
      padding-left: 2px !important; }
    .market-row .market-col:nth-child(3n+1) {
      padding-left: 0px !important;
      padding-right: 2px !important; }
    @media screen and (max-width: 992px) {
      .market-row .market-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 3px !important; }
        .market-row .market-col:nth-child(3n), .market-row .market-col:nth-child(3n+1) {
          padding-right: 0px !important;
          padding-left: 0px !important; } }

.social-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%; }
  @media screen and (max-width: 768px) {
    .social-icons {
      display: none; } }
  .social-icons .social-icon {
    display: block;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: 50% 100%; }
    .social-icons .social-icon:hover {
      background-position: 50% 0%; }
  .social-icons .social-icon:first-child {
    background-image: url(../img/facebook-white.png); }
  .social-icons .social-icon:nth-child(2) {
    background-image: url(../img/instagram-white.png); }
  .social-icons .social-icon:nth-child(3) {
    background-image: url(../img/linkedin-white.png); }
  .social-icons .social-icon:nth-child(4) {
    background-image: url(../img/twitter-white.png); }
  .social-icons .social-icon:nth-child(5) {
    background-image: url(../img/youtube-white.png);
    margin-bottom: 0px; }

@media screen and (max-width: 1420px) {
  .page-contacts .social-icons {
    right: 1%; } }
@media screen and (max-width: 1280px) {
  .page-contacts .social-icons {
    display: none; } }
@media screen and (max-width: 1200px) {
  .page-contacts .social-icons {
    display: block;
    right: 1%; } }
@media screen and (max-width: 1000px) {
  .page-contacts .social-icons {
    display: none; } }

.page-clients .social-icons {
  position: fixed; }
  @media screen and (max-width: 1200px) {
    .page-clients .social-icons {
      right: 1%; } }
  @media screen and (max-width: 1000px) {
    .page-clients .social-icons {
      display: none; } }

.marketing-box {
  background-size: cover;
  background-position: 50%;
  position: relative;
  text-align: center;
  padding-top: 66%; }
  .marketing-box .marketing-header {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 10; }
    .marketing-box .marketing-header img {
      transition: all 0.6s ease;
      position: absolute;
      left: 50%;
      top: 50%;
      opacity: 1;
      max-width: 150px;
      max-height: 150px;
      transform: translateX(-50%) translateY(-50%); }
      @media screen and (max-width: 1300px) {
        .marketing-box .marketing-header img {
          max-width: 100px;
          top: 40%; } }
      @media screen and (max-width: 1100px) {
        .marketing-box .marketing-header img {
          top: 35%; } }
      @media screen and (max-width: 1000px) {
        .marketing-box .marketing-header img {
          top: 39%;
          max-width: 150px;
          max-height: 150px; } }
    .marketing-box .marketing-header .h1 {
      transition: all 0.6s ease;
      text-transform: initial;
      font-weight: normal;
      font-size: 26px;
      color: white;
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media screen and (max-width: 1300px) {
        .marketing-box .marketing-header .h1 {
          font-size: 24px;
          top: 65%; } }
      @media screen and (max-width: 1100px) {
        .marketing-box .marketing-header .h1 {
          top: 60%; } }
      @media screen and (max-width: 1000px) {
        .marketing-box .marketing-header .h1 {
          top: 66%; } }
    .marketing-box .marketing-header i {
      font-size: 48px;
      text-shadow: 4px 2px 3px black;
      color: white;
      position: absolute;
      bottom: 11px;
      right: 50px; }
    .marketing-box .marketing-header .marketing-content {
      transition: all 0.6s ease;
      position: absolute;
      top: 100%;
      opacity: 0;
      width: 80%;
      margin: 0 auto;
      left: 0;
      right: 0; }
      .marketing-box .marketing-header .marketing-content p {
        color: white;
        font-size: 20px;
        text-align: center; }
        @media screen and (max-width: 1500px) {
          .marketing-box .marketing-header .marketing-content p {
            font-size: 18px; } }
        @media screen and (max-width: 1350px) {
          .marketing-box .marketing-header .marketing-content p {
            font-size: 16px; } }
        @media screen and (max-width: 1110px) {
          .marketing-box .marketing-header .marketing-content p {
            font-size: 14px; } }
        @media screen and (max-width: 1000px) {
          .marketing-box .marketing-header .marketing-content p {
            font-size: 18px; } }
      .marketing-box .marketing-header .marketing-content .read-more {
        font-size: 18px;
        color: #82bc00;
        text-shadow: 4px 2px 3px black;
        display: block;
        text-align: center; }
        @media screen and (max-width: 1500px) {
          .marketing-box .marketing-header .marketing-content .read-more {
            font-size: 16px; } }
        @media screen and (max-width: 1350px) {
          .marketing-box .marketing-header .marketing-content .read-more {
            font-size: 14px; } }
        @media screen and (max-width: 1000px) {
          .marketing-box .marketing-header .marketing-content .read-more {
            font-size: 16px; } }
    .marketing-box .marketing-header:hover img {
      transition: all 0.6s ease;
      top: 0%;
      opacity: 0; }
      @media screen and (max-width: 1000px) {
        .marketing-box .marketing-header:hover img {
          top: 50%;
          opacity: 1;
          max-width: 150px;
          max-height: 150px; } }
    .marketing-box .marketing-header:hover .h1 {
      transition: all 0.6s ease;
      top: 3%; }
      @media screen and (max-width: 1000px) {
        .marketing-box .marketing-header:hover .h1 {
          top: 75%; } }
    .marketing-box .marketing-header:hover .marketing-content {
      transition: all 0.6s ease;
      top: 25%;
      opacity: 1; }
      @media screen and (max-width: 1200px) {
        .marketing-box .marketing-header:hover .marketing-content {
          top: 30%; } }
      @media screen and (max-width: 992px) {
        .marketing-box .marketing-header:hover .marketing-content {
          display: none; } }

.page-clients .site-content {
  background: #2e7bde;
  position: relative; }
  .page-clients .site-content .container {
    width: 860px;
    padding-bottom: 0px; }
    @media screen and (max-width: 1000px) {
      .page-clients .site-content .container {
        width: 100%; } }
.page-clients .col-md-3 {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative; }
  .page-clients .col-md-3:nth-child(4n):before {
    content: ' ';
    background: transparent;
    width: 860px;
    height: 1px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    border-bottom: 1px dotted #FFF; }
    @media screen and (max-width: 1000px) {
      .page-clients .col-md-3:nth-child(4n):before {
        display: none; } }
  .page-clients .col-md-3 .card {
    padding-top: 100%;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .page-clients .col-md-3 .card img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      max-width: 165px;
      max-width: 176px; }
.page-clients .more-clients {
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .page-clients .more-clients span {
    color: white;
    font-family: 'DIN Pro', sans-serif;
    font-size: 42px; }
    @media screen and (max-width: 700px) {
      .page-clients .more-clients span {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .page-clients .more-clients span {
        font-size: 24px; } }

.video-wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
  position: relative; }
  .video-wrapper .col-md-5:hover {
    text-decoration: none; }
  @media screen and (max-width: 992px) {
    .video-wrapper .col-md-5 {
      padding-left: 15px;
      padding-right: 15px; } }
  .video-wrapper a:visited,
  .video-wrapper a:active,
  .video-wrapper a:focus {
    text-decoration: none; }
  .video-wrapper .video {
    position: relative; }
    .video-wrapper .video img {
      width: 100%; }
    .video-wrapper .video .play {
      width: 100px;
      height: 100px;
      background: url(../img/play.png) no-repeat 50% 50%;
      background-size: contain;
      opacity: 0.6;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -50px;
      margin-top: -50px; }
    .video-wrapper .video:hover .play {
      opacity: 1; }
  .video-wrapper .video-title {
    background-color: #2f7de1;
    text-align: center;
    padding: 10px; }
    .video-wrapper .video-title h3 {
      text-transform: uppercase;
      color: white;
      margin-bottom: 0px;
      margin-top: 0px; }

.footer-logos {
  background-color: #2f7de1;
  overflow: hidden; }
  .footer-logos .bx-wrapper .bx-prev {
    left: -30px; }
  .footer-logos .bx-wrapper .bx-next {
    right: -30px; }
  @media screen and (max-width: 760px) {
    .footer-logos .container {
      width: 390px; } }
  @media screen and (max-width: 480px) {
    .footer-logos .container {
      padding: 0px 10px !important;
      width: auto;
      max-width: 320px; } }
  .footer-logos .logo {
    float: left;
    width: 25%; }
    .footer-logos .logo img {
      width: 130px;
      margin: 0 auto; }
  .footer-logos .bx-wrapper {
    margin: 0px auto; }

.slider .row {
  margin: 0px !important; }

.footer .footer-socials {
  background-color: black;
  padding: 10px 0px; }
  .footer .footer-socials a {
    display: inline-block;
    margin-right: 15px; }
    .footer .footer-socials a:last-child {
      margin-right: 0px; }
    .footer .footer-socials a:hover {
      text-decoration: none; }
      .footer .footer-socials a:hover img {
        opacity: 0.9; }
    .footer .footer-socials a img {
      opacity: 1; }
.footer .copyright {
  background-color: #2f7de1; }
  .footer .copyright .col-copyrights {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 14px; }
    .footer .copyright .col-copyrights a {
      color: white; }

.page-page .page-image {
  width: 100%;
  height: auto; }
.page-page h1 {
  text-align: center; }
.page-page .p-small {
  padding-top: 20px;
  padding-bottom: 20px; }
.page-page .p-medium {
  padding-top: 40px;
  padding-bottom: 40px; }
.page-page .p-big {
  padding-top: 80px;
  padding-bottom: 80px; }
.page-page .p-huge {
  padding-top: 160px;
  padding-bottom: 160px; }

@media (max-width: 768px) {
  .table > thead {
    display: none; } }

@media (max-width: 768px) {
  .table > tbody > tr {
    border-top: 1px solid #ddd; } }

@media (max-width: 768px) {
  .table > tbody > tr > td {
    display: block;
    border: none; } }

/* 
    Trigger menu earlier
*/
@media (max-width: 1000px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
/*
    Header & Layout
*/
.single-page h1 {
  padding: 40px 0px;
  text-shadow: none;
  margin: 0px; }
.single-page h2 {
  color: #2f7de1;
  line-height: normal; }
.single-page .parallax h2 {
  font-size: 38px;
  text-shadow: 4px 2px 3px black;
  color: white;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px; }
.single-page p {
  line-height: normal; }
@media screen and (max-width: 992px) {
  .single-page .col-sm-4 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media screen and (max-width: 768px) {
  .single-page .col-sm-4 {
    margin-bottom: 20px; } }
.single-page .page-title {
  margin: 40px 0px; }
.single-page .page-image {
  width: 100%;
  height: auto; }
.single-page .p-small {
  padding-top: 20px;
  padding-bottom: 20px; }
.single-page .p-medium {
  padding-top: 40px;
  padding-bottom: 40px; }
.single-page .p-big {
  padding-top: 80px;
  padding-bottom: 80px; }
.single-page .p-huge {
  padding-top: 160px;
  padding-bottom: 160px; }
.single-page .p-full {
  height: 80vh;
  position: relative; }
  .single-page .p-full h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    left: 0px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /* padding-top: 25px; */
  height: 0; }
  .videoWrapper.multiple {
    width: calc( 50% - 20px );
    display: inline-block;
    margin: 0px 10px 20px 10px;
    float: left;
    padding-bottom: 28.12%; }
    @media screen and (max-width: 768px) {
      .videoWrapper.multiple {
        float: none;
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding-bottom: 56.25%;
        /* 16:9 */
        display: block; } }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 992px) {
  .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-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-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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; } }

.nav-pills li:hover a,
.nav-pills li:hover a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
  background-color: #126585;
  color: white; }

@keyframes swipe {
  0% {
    left: -20%; }
  33% {
    left: 120%; }
  100% {
    left: 120%; } }
@keyframes pulsate {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0; } }
@keyframes shake {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
a.bb-animate {
  position: relative;
  display: inline-block;
  width: 100%; }
  a.bb-animate .bb {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #80bd01;
    width: 0px;
    height: 3px;
    transition: all ease-out 0.3s;
    border-radius: 1px; }
  a.bb-animate:hover .bb {
    width: 100%; }

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  font-family: 'Lato', sans-serif; }

.page-news .go-next {
  text-align: center;
  margin: 20px 0px; }
  .page-news .go-next a {
    margin: 0 auto; }
.page-news .content {
  width: 100%;
  padding: 0px 15px; }
.page-news article {
  width: 33%;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 12px;
  background: url(../img/blog-arrow.jpg) 50% 98% no-repeat #ebeced;
  padding: 12px 6% 40px 6%; }
  @media screen and (max-width: 768px) {
    .page-news article {
      width: 100%;
      float: none;
      margin-right: 0px; } }
  .page-news article:nth-child(3n) {
    margin-right: 0; }
  .page-news article div.image {
    padding-top: 66.66%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
  .page-news article h2 {
    font-size: 18px;
    line-height: 36px;
    color: #2a7de2;
    margin-bottom: 0px; }
  .page-news article span {
    font-size: 12px;
    color: #231f20;
    height: 40px;
    overflow: hidden;
    display: block; }
  .page-news article img.arrow {
    display: block;
    margin: 10px auto 0px auto; }
  .page-news article:hover {
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.5); }
  .page-news article a {
    text-decoration: none; }
    .page-news article a:hover {
      text-decoration: none; }
.page-news .article-row {
  padding-bottom: 0px;
  margin-bottom: 40px; }

.project-carousel.small-images {
  margin-top: 20px; }
  .project-carousel.small-images .carousel-cell {
    width: 180px;
    height: 180px;
    margin: 0px 5px; }
    @media screen and (max-width: 1200px) {
      .project-carousel.small-images .carousel-cell {
        width: 140px;
        height: 140px; } }
  .project-carousel.small-images img {
    max-height: 180px;
    max-width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 1200px) {
      .project-carousel.small-images img {
        max-width: 140px;
        max-height: 140px; } }
  .project-carousel.small-images .carousel-cell {
    opacity: 0.6;
    transition: opacity 0.2s;
    cursor: pointer; }
    .project-carousel.small-images .carousel-cell.is-selected {
      opacity: 1; }
  .project-carousel.small-images .flickity-button {
    display: none; }
.project-carousel.less-images {
  width: 570px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .project-carousel.less-images {
      width: 420px; } }
  @media screen and (max-width: 450px) {
    .project-carousel.less-images {
      width: 100%; } }
.project-carousel.big-images img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
.project-carousel.big-images .carousel-cell {
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  padding-top: 50%;
  position: relative; }
  .project-carousel.big-images .carousel-cell.is-selected {
    opacity: 1; }
.project-carousel .flickity-viewport {
  transition: height 0.2s; }
.project-carousel .flickity-prev-next-button {
  background-image: url(../img/controls-blue.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-color: transparent;
  padding: 0px;
  margin: 0px; }
  .project-carousel .flickity-prev-next-button svg {
    display: none; }
  .project-carousel .flickity-prev-next-button:focus {
    box-shadow: none; }
  @media screen and (max-width: 900px) {
    .project-carousel .flickity-prev-next-button {
      background-image: none;
      background-color: rgba(255, 255, 255, 0.75);
      width: 44px;
      height: 44px; }
      .project-carousel .flickity-prev-next-button:hover, .project-carousel .flickity-prev-next-button:active {
        background-color: white; }
      .project-carousel .flickity-prev-next-button svg {
        display: block; } }
.project-carousel .flickity-prev-next-button.previous {
  left: -50px;
  background-position: 0 -32px; }
  @media screen and (max-width: 900px) {
    .project-carousel .flickity-prev-next-button.previous {
      left: 10px; } }
  .project-carousel .flickity-prev-next-button.previous:hover, .project-carousel .flickity-prev-next-button.previous:active {
    background-position: 0 0; }
.project-carousel .flickity-prev-next-button.next {
  right: -50px;
  background-position: -43px -32px; }
  @media screen and (max-width: 900px) {
    .project-carousel .flickity-prev-next-button.next {
      right: 10px; } }
  .project-carousel .flickity-prev-next-button.next:hover, .project-carousel .flickity-prev-next-button.next:active {
    background-position: -43px 0; }
.project-carousel .flickity-page-dots {
  display: none; }
.project-carousel.images-count-1 .flickity-button {
  display: none; }

.main-content.single-page {
  padding: 30px 0px; }

.yt-popup {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500; }
  .yt-popup .popup-container {
    position: absolute;
    width: 900px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-70%);
    opacity: 0;
    padding: 5px;
    border-radius: 5px;
    background: white;
    transition: 0.5s ease; }
    @media screen and (max-width: 960px) {
      .yt-popup .popup-container {
        width: 700px; } }
    @media screen and (max-width: 768px) {
      .yt-popup .popup-container {
        width: 90%; } }
    .yt-popup .popup-container .video-container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .yt-popup .popup-container .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .yt-popup .popup-container .closer {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 20px;
      text-align: center;
      position: absolute;
      top: -16px;
      right: -16px;
      border-radius: 50%;
      background: white;
      color: #2f7de1; }
  .yt-popup.active {
    display: block; }
    .yt-popup.active .popup-container {
      transform: translateX(-50%) translateY(-50%);
      opacity: 1; }

.cookiebar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #2f7de1;
  color: white;
  font-size: 14px;
  padding: 10px 0px;
  line-height: 26px;
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 300; }
  .cookiebar a {
    text-decoration: underline;
    color: white; }
    .cookiebar a.agree {
      display: inline-block;
      margin-left: 20px;
      background: white;
      color: #2f7de1;
      padding: 0px 10px;
      border-radius: 5px;
      text-decoration: none;
      height: 26px;
      line-height: 26px;
      text-align: center; }
      @media screen and (max-width: 530px) {
        .cookiebar a.agree {
          display: block;
          margin-top: 10px;
          margin-left: 0px; } }
      .cookiebar a.agree:hover {
        text-decoration: underline; }

sup {
  color: red;
  font-weight: bold;
  font-size: 125%;
  top: 0; }

@media screen and (max-width: 768px) {
  .mobile-none {
    display: none; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-only {
      display: block; } }

.offices {
  position: fixed;
  height: 50px;
  line-height: 50px;
  z-index: 110;
  left: 0;
  right: 0;
  padding: 0px;
  text-align: center;
  background: #003f6d;
  background: -moz-linear-gradient(left, #003f6d 0%, #2b77d6 50%, #003f6d 100%);
  background: -webkit-linear-gradient(left, #003f6d 0%, #2b77d6 50%, #003f6d 100%);
  background: linear-gradient(to right, #003f6d 0%, #2b77d6 50%, #003f6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f6d', endColorstr='#003f6d',GradientType=1 ); }
  @media screen and (max-width: 400px) {
    .offices {
      height: 48px; } }
  .offices h4 {
    display: none;
    color: white; }
    @media screen and (max-width: 1000px) {
      .offices h4 {
        display: inline-block; } }
    @media screen and (max-width: 400px) {
      .offices h4 {
        margin-top: 10px;
        margin-bottom: 0px;
        line-height: normal;
        font-size: 16px; } }
    @media screen and (max-width: 360px) {
      .offices h4 {
        font-size: 11px;
        vertical-align: text-top;
        margin-top: 0px; } }
  .offices .office {
    border-right: 1px solid white;
    padding-left: 11px;
    padding-right: 10px; }
    @media screen and (max-width: 1000px) {
      .offices .office {
        padding-left: 8px;
        padding-right: 6px; } }
    .offices .office span {
      color: white;
      font-size: 18px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .offices .office span {
          display: none; } }
    .offices .office img {
      display: none;
      width: 30px;
      vertical-align: sub;
      opacity: 0.9;
      transition: all 0.3s ease; }
      .offices .office img:hover {
        opacity: 1;
        transition: all 0.3s ease; }
      @media screen and (max-width: 1000px) {
        .offices .office img {
          display: inline-block; } }
    .offices .office:last-child {
      border-right: none; }
    .offices .office:hover {
      text-decoration: none; }
      .offices .office:hover span {
        transition: all 0.3s ease;
        color: #82bc00; }

.contact-offices .contact-office {
  border-bottom: 1px solid #0d47a1;
  padding: 30px 0px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1000px) {
    .contact-offices .contact-office {
      display: block; } }
  .contact-offices .contact-office:last-child {
    border-bottom: none; }
  .contact-offices .contact-office:nth-child(2n) .col-image {
    order: 3; }
  .contact-offices .contact-office:nth-child(2n) .col-blank {
    order: 1; }
  .contact-offices .contact-office:nth-child(2n) .col-address {
    order: 2; }
  .contact-offices .contact-office .col {
    flex: 1; }
  .contact-offices .contact-office .office-image {
    background-size: cover;
    padding-top: 70%;
    background-position: 50%; }
  .contact-offices .contact-office h3 {
    margin-bottom: 40px;
    margin-top: 0px; }
    @media screen and (max-width: 1000px) {
      .contact-offices .contact-office h3 {
        margin-top: 30px; } }
  .contact-offices .contact-office .office-address p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px; }
    .contact-offices .contact-office .office-address p:last-child {
      margin-bottom: 0px; }
  .contact-offices .contact-office .office-address a {
    transition: all 0.3s ease; }
    .contact-offices .contact-office .office-address a:hover {
      text-decoration: none;
      color: #82bc00;
      transition: all 0.3s ease; }

.template-packages h1 {
  text-align: center;
  margin-top: 200px;
  text-shadow: 2px 2px 3px black;
  font-family: 'Exo 2';
  color: white; }
  @media screen and (max-width: 768px) {
    .template-packages h1 {
      margin-top: 50px; } }
.template-packages .section-price-main-image {
  background-image: url("../img/package-price-main-full.jpg");
  background-size: cover;
  background-position: 50% 0px;
  position: relative;
  padding-bottom: 240px; }
  @media screen and (max-width: 768px) {
    .template-packages .section-price-main-image {
      padding-bottom: 150px; } }
  .template-packages .section-price-main-image:after {
    position: absolute;
    content: "";
    background-image: url("../img/triangle-bottom.png");
    background-size: cover;
    background-position: 0px 100%;
    display: block;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    padding-top: 23%;
    left: 0;
    right: 0; }
  .template-packages .section-price-main-image .package-proposal {
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      .template-packages .section-price-main-image .package-proposal {
        padding-top: 30px; } }
.template-packages .section-seo-proposals,
.template-packages .section-instagram-proposals {
  background-image: url("../img/package-price-second.jpg");
  background-size: cover;
  background-position: 50% 0px; }
  .template-packages .section-seo-proposals .small-info,
  .template-packages .section-instagram-proposals .small-info {
    float: right;
    margin-bottom: 30px; }
  .template-packages .section-seo-proposals .package-proposal,
  .template-packages .section-instagram-proposals .package-proposal {
    clear: both; }
  .template-packages .section-seo-proposals .columns h3,
  .template-packages .section-instagram-proposals .columns h3 {
    color: white; }
  .template-packages .section-seo-proposals .columns .proposal-desc,
  .template-packages .section-instagram-proposals .columns .proposal-desc {
    color: white; }
  .template-packages .section-seo-proposals .columns .proposal-bullets .bullet,
  .template-packages .section-seo-proposals .columns .proposal-bullets li,
  .template-packages .section-instagram-proposals .columns .proposal-bullets .bullet,
  .template-packages .section-instagram-proposals .columns .proposal-bullets li {
    color: white;
    background-image: url("../img/check-white.png"); }
.template-packages .section-seo-proposals {
  background-image: url("../img/package-price-third.jpg");
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px; }
  @media screen and (max-width: 992px) {
    .template-packages .section-seo-proposals {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .template-packages .section-seo-proposals {
      padding-top: 60px; } }
  .template-packages .section-seo-proposals .small-info {
    margin-top: 50px;
    border: none;
    padding-left: 0px;
    float: none;
    margin-bottom: 0px; }
    @media screen and (max-width: 1200px) {
      .template-packages .section-seo-proposals .small-info {
        margin-top: 40px; } }
    @media screen and (max-width: 992px) {
      .template-packages .section-seo-proposals .small-info {
        margin-top: 0px;
        text-align: center; } }
  @media screen and (max-width: 992px) {
    .template-packages .section-seo-proposals .proposal-bullets {
      width: 310px;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .template-packages .section-seo-proposals .proposal-bullets {
      width: 100%; } }
.template-packages .section-google-proposals h2,
.template-packages .section-linkedin-proposals h2 {
  color: #2f7de1; }
.template-packages .section-google-proposals .package-proposal p,
.template-packages .section-linkedin-proposals .package-proposal p {
  color: black; }
.template-packages .section-linkedin-proposals {
  position: relative;
  background: url("../img/smm-linkedin-cutted.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 40px;
  margin-top: 0px; }
  @media screen and (max-width: 1200px) {
    .template-packages .section-linkedin-proposals {
      margin-top: 0px; } }
  .template-packages .section-linkedin-proposals .columns {
    position: relative;
    z-index: 100; }
    .template-packages .section-linkedin-proposals .columns .col:first-child {
      margin-left: 215px; }
      @media screen and (max-width: 1200px) {
        .template-packages .section-linkedin-proposals .columns .col:first-child {
          margin-left: 163px; } }
      @media screen and (max-width: 992px) {
        .template-packages .section-linkedin-proposals .columns .col:first-child {
          margin-left: 0px; } }
  .template-packages .section-linkedin-proposals .package-proposal {
    margin-top: 160px; }
    .template-packages .section-linkedin-proposals .package-proposal p,
    .template-packages .section-linkedin-proposals .package-proposal h2 {
      color: white; }
  .template-packages .section-linkedin-proposals .proposal-desc *,
  .template-packages .section-linkedin-proposals h3 {
    color: white; }
  .template-packages .section-linkedin-proposals .proposal-bullets .bullet,
  .template-packages .section-linkedin-proposals .proposal-bullets li {
    background-image: url(../img/check-white.png);
    color: white; }
.template-packages .section-google-proposals {
  padding-top: 0px;
  padding-bottom: 70px; }
  .template-packages .section-google-proposals .small-info {
    color: black;
    margin-top: 50px; }
  @media screen and (max-width: 992px) {
    .template-packages .section-google-proposals .proposal-bullets {
      width: 310px;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .template-packages .section-google-proposals .proposal-bullets {
      width: 100%; } }
.template-packages .section-facebook-proposals h2.blue {
  color: #2f7de1; }
.template-packages .section-facebook-proposals .small-info {
  color: #2f7de1;
  border-left: 5px solid #2f7de1;
  text-align: left;
  position: absolute; }
  @media screen and (max-width: 992px) {
    .template-packages .section-facebook-proposals .small-info {
      position: unset; } }
.template-packages .section-facebook-proposals .columns {
  position: relative;
  z-index: 100; }
  .template-packages .section-facebook-proposals .columns .col:nth-child(3) {
    margin-top: -200px; }
    @media screen and (max-width: 1200px) {
      .template-packages .section-facebook-proposals .columns .col:nth-child(3) {
        margin-top: -140px; } }
    @media screen and (max-width: 992px) {
      .template-packages .section-facebook-proposals .columns .col:nth-child(3) {
        margin-top: 50px; } }
.template-packages .section-facebook-proposals.section-custom-proposals {
  background: url("../img/custom-website.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 110px; }
  @media screen and (max-width: 992px) {
    .template-packages .section-facebook-proposals.section-custom-proposals {
      background-image: url("../img/custom-website-mobile.jpg");
      background-attachment: fixed;
      overflow: hidden; } }
  @media screen and (max-width: 992px) {
    .template-packages .section-facebook-proposals.section-custom-proposals h2 {
      color: white; } }
  .template-packages .section-facebook-proposals.section-custom-proposals .package-proposal {
    padding-bottom: 100px; }
    @media screen and (max-width: 992px) {
      .template-packages .section-facebook-proposals.section-custom-proposals .package-proposal {
        padding-bottom: 0px; } }
  .template-packages .section-facebook-proposals.section-custom-proposals .proposal-desc {
    margin-bottom: 20px;
    margin-top: 20px;
    color: white; }
  .template-packages .section-facebook-proposals.section-custom-proposals .proposal-price {
    font-size: 18px;
    color: white; }
  .template-packages .section-facebook-proposals.section-custom-proposals .columns {
    align-items: unset; }
    .template-packages .section-facebook-proposals.section-custom-proposals .columns .col {
      position: relative; }
      @media screen and (max-width: 992px) {
        .template-packages .section-facebook-proposals.section-custom-proposals .columns .col {
          position: unset; } }
      .template-packages .section-facebook-proposals.section-custom-proposals .columns .col:nth-child(3) {
        margin-top: 0px; }
        @media screen and (max-width: 992px) {
          .template-packages .section-facebook-proposals.section-custom-proposals .columns .col:nth-child(3) {
            margin-top: 50px; } }
  .template-packages .section-facebook-proposals.section-custom-proposals .proposal-bullets .bullet,
  .template-packages .section-facebook-proposals.section-custom-proposals .proposal-bullets li {
    color: white;
    background-image: url("../img/check-white.png"); }
  .template-packages .section-facebook-proposals.section-custom-proposals h3 {
    color: white; }
  .template-packages .section-facebook-proposals.section-custom-proposals .send-request.yellow-button {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 992px) {
      .template-packages .section-facebook-proposals.section-custom-proposals .send-request.yellow-button {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none; } }
.template-packages .section-facebook-proposals.section-wordpress-proposals {
  background: url("../img/wordpress-website.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 60px; }
  @media screen and (max-width: 992px) {
    .template-packages .section-facebook-proposals.section-wordpress-proposals {
      background-image: url("../img/wordpress-website-mobile.jpg");
      background-attachment: fixed; } }
  .template-packages .section-facebook-proposals.section-wordpress-proposals h2 {
    padding-bottom: 290px;
    color: #2f7de1; }
    @media screen and (max-width: 992px) {
      .template-packages .section-facebook-proposals.section-wordpress-proposals h2 {
        padding-bottom: 0px;
        color: white; } }
  .template-packages .section-facebook-proposals.section-wordpress-proposals .proposal-desc {
    margin-bottom: 20px;
    margin-top: 20px;
    color: white; }
  .template-packages .section-facebook-proposals.section-wordpress-proposals .proposal-price {
    font-size: 18px;
    color: white; }
  .template-packages .section-facebook-proposals.section-wordpress-proposals .proposal-bullets .bullet,
  .template-packages .section-facebook-proposals.section-wordpress-proposals .proposal-bullets li {
    color: white;
    background-image: url("../img/check-white.png"); }
  .template-packages .section-facebook-proposals.section-wordpress-proposals h3 {
    color: white; }
.template-packages .section-instagram-proposals {
  background-image: url("../img/smm-instagram-cutted.jpg");
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .template-packages .section-instagram-proposals {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .template-packages .section-instagram-proposals {
      padding-bottom: 150px; } }
  .template-packages .section-instagram-proposals .columns {
    position: relative;
    z-index: 100; }
    .template-packages .section-instagram-proposals .columns .col:first-child {
      margin-left: 215px; }
      @media screen and (max-width: 1200px) {
        .template-packages .section-instagram-proposals .columns .col:first-child {
          margin-left: 163px; } }
      @media screen and (max-width: 992px) {
        .template-packages .section-instagram-proposals .columns .col:first-child {
          margin-left: 0px; } }
.template-packages .package-cats {
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 1200px) {
    .template-packages .package-cats {
      text-align: center; } }
  .template-packages .package-cats a {
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 3px black;
    font-size: 26px;
    color: white;
    margin-right: 30px;
    padding-bottom: 6px;
    padding-top: 21px;
    display: block;
    float: left;
    transition: all ease-out 0.3s; }
    @media screen and (max-width: 1200px) {
      .template-packages .package-cats a {
        display: inline-block;
        float: none; } }
    @media screen and (max-width: 768px) {
      .template-packages .package-cats a {
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        display: block; } }
    .template-packages .package-cats a .bb {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 0px;
      height: 3px;
      transition: all ease-out 0.3s;
      border-radius: 1px;
      bottom: -2px;
      height: 2px; }
      @media screen and (max-width: 1000px) {
        .template-packages .package-cats a .bb {
          display: none; } }
    .template-packages .package-cats a:hover {
      transition: all ease-out 0.3s;
      padding-bottom: 10px;
      padding-top: 17px; }
      @media screen and (max-width: 1200px) {
        .template-packages .package-cats a:hover {
          padding-bottom: 6px;
          padding-top: 21px; } }
      @media screen and (max-width: 768px) {
        .template-packages .package-cats a:hover {
          padding-bottom: 0px;
          padding-top: 0px; } }
      .template-packages .package-cats a:hover .bb {
        width: 100%; }
    .template-packages .package-cats a:last-child {
      margin-right: 0px; }
    .template-packages .package-cats a:hover, .template-packages .package-cats a:focus {
      text-decoration: none; }
    .template-packages .package-cats a:first-child:hover .bb {
      background: #80bd01; }
    .template-packages .package-cats a:nth-child(2):hover .bb {
      background: #16BFFD; }
    .template-packages .package-cats a:nth-child(3):hover .bb {
      background: #ff00e4; }
    .template-packages .package-cats a:nth-child(4):hover .bb {
      background: #1db954; }
    .template-packages .package-cats a:nth-child(5):hover .bb {
      background: #fff800; }
.template-packages h2 {
  font-family: 'Exo 2';
  font-size: 42px;
  color: white;
  text-transform: initial;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .template-packages h2 {
      font-size: 27px; } }
  .template-packages h2.big-title {
    margin-top: 40px !important;
    font-size: 60px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .template-packages h2.big-title {
        font-size: 40px; } }
  .template-packages h2 img {
    display: inline-block;
    margin-top: -9px;
    margin-right: 10px;
    border-radius: 4px; }
.template-packages .package-proposal {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .template-packages .package-proposal {
      margin-bottom: 0px; } }
  .template-packages .package-proposal p {
    font-size: 18px;
    color: white; }
.template-packages .small-info {
  font-size: 18px;
  color: white;
  border-left: 5px solid white;
  padding: 30px 0px 30px 10px; }
  .template-packages .small-info.hidden-info {
    display: none !important; }
.template-packages h3 {
  color: #2f7de1;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'Exo 2'; }
.template-packages .proposal-desc {
  font-size: 18px;
  margin-bottom: 60px; }
  .template-packages .proposal-desc .blue {
    color: #2f7de1; }
.template-packages .columns {
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 992px) {
    .template-packages .columns {
      display: block; } }
  .template-packages .columns .col {
    width: 341px;
    margin-right: 58px; }
    @media screen and (max-width: 1200px) {
      .template-packages .columns .col {
        width: 288px;
        margin-right: 38px; } }
    @media screen and (max-width: 992px) {
      .template-packages .columns .col {
        width: 100%;
        margin-right: 0px;
        margin-top: 50px; } }
    .template-packages .columns .col:last-child {
      margin-right: 0px; }
.template-packages .proposal-bullets {
  padding-left: 10px;
  margin-top: 20px;
  text-align: left;
  list-style: none;
  display: inline-block; }
  .template-packages .proposal-bullets.special {
    color: white;
    font-size: 1.5em; }
  .template-packages .proposal-bullets .bullet,
  .template-packages .proposal-bullets li {
    background: url("../img/check.png") no-repeat 0px 3px;
    padding-left: 22px;
    padding-bottom: 20px;
    font-size: 16px; }
    .template-packages .proposal-bullets .bullet.blue-style,
    .template-packages .proposal-bullets li.blue-style {
      background-image: none;
      color: #2f7de1; }
  .template-packages .proposal-bullets .bullet {
    display: inline; }

.contact-us {
  background-color: #2f7de1;
  padding: 20px 0px; }
  .contact-us h2 {
    color: white;
    margin-bottom: 30px; }

.template-shopify .main-image {
  background: url("../img/shopify.jpg") no-repeat 50% 50%;
  background-size: cover; }
.template-shopify .section-why {
  position: relative;
  background: url("../img/shopify-why.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 340px;
  margin-top: -1px; }
  @media screen and (max-width: 1400px) {
    .template-shopify .section-why {
      padding-bottom: 240px; } }
  @media screen and (max-width: 992px) {
    .template-shopify .section-why {
      padding-bottom: 140px; } }
  @media screen and (max-width: 620px) {
    .template-shopify .section-why {
      padding-bottom: 40px; } }
  .template-shopify .section-why:after {
    position: absolute;
    content: "";
    background-image: url("../img/triangle-bottom.png");
    background-size: cover;
    background-position: 0px 100%;
    display: block;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    padding-top: 23%;
    left: 0;
    right: 0; }
  .template-shopify .section-why .why-desc {
    color: white;
    font-size: 16px;
    margin-top: 50px; }
  .template-shopify .section-why h2 {
    margin-top: 110px; }
    @media screen and (max-width: 992px) {
      .template-shopify .section-why h2 {
        margin-top: 40px; } }
.template-shopify .section-shopify-package {
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
  margin-top: -160px; }
  @media screen and (max-width: 992px) {
    .template-shopify .section-shopify-package {
      margin-top: 0px; } }
  .template-shopify .section-shopify-package .package-price-shopify {
    font-size: 22px;
    color: #2f7de1;
    margin-bottom: 5px; }
  .template-shopify .section-shopify-package .package-price-shopify-desc {
    font-size: 18px;
    margin-bottom: 30px; }
  .template-shopify .section-shopify-package .not-included-info-price {
    font-size: 14px;
    color: #2f7de1;
    text-align: left;
    margin-bottom: 15px; }
    @media screen and (max-width: 992px) {
      .template-shopify .section-shopify-package .not-included-info-price {
        text-align: center; } }
  .template-shopify .section-shopify-package .package-stores {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #2f7de1; }
    @media screen and (max-width: 992px) {
      .template-shopify .section-shopify-package .package-stores {
        text-align: center; } }

.template-smm .main-image {
  background-image: url("../img/smm.jpg"); }
.template-smm .small-info {
  text-align: left; }
.template-smm .insta-desc {
  text-align: center;
  margin-bottom: 20px; }
.template-smm .section-why {
  background-image: url("../img/smm-fb.jpg");
  padding-bottom: 80px; }
  .template-smm .section-why .why-desc {
    margin-top: 20px; }
  .template-smm .section-why h2 {
    margin-top: 50px; }
.template-smm .section-facebook-proposals {
  padding-bottom: 40px; }
.template-smm .section-instagram-proposals {
  background-image: url("../img/smm-instagram.jpg");
  padding-bottom: 30px;
  padding-top: 0px; }
  .template-smm .section-instagram-proposals h2.big-title {
    text-align: center;
    color: #2f7de1; }
  .template-smm .section-instagram-proposals:after, .template-smm .section-instagram-proposals:before {
    display: none; }
  .template-smm .section-instagram-proposals .small-info {
    margin-top: 20px; }
    @media screen and (max-width: 992px) {
      .template-smm .section-instagram-proposals .small-info {
        color: black;
        border-color: black;
        float: left; } }
    @media screen and (max-width: 768px) {
      .template-smm .section-instagram-proposals .small-info {
        margin-bottom: 90px; } }
.template-smm .section-linkedin-proposals {
  background-image: url("../img/smm-linkedin.jpg"); }
  .template-smm .section-linkedin-proposals h2.big-title {
    text-align: center;
    color: #2f7de1; }
  .template-smm .section-linkedin-proposals .package-proposal {
    margin-top: 200px; }

.green-line {
  background-color: #2f7de1;
  height: 1px;
  width: 100%;
  position: relative; }
  .green-line:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 1px;
    background-color: #82bc00; }
    @media screen and (max-width: 610px) {
      .green-line:after {
        width: 100%; } }

body.page-package-price .template-packages .section-facebook-proposals {
  padding-bottom: 90px; }

.up-button {
  position: fixed;
  color: white;
  border: 2px solid #82bc00;
  background-color: #82bc00;
  bottom: 60px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  right: 30px;
  z-index: 100000;
  transition: 0.5s ease; }
  @media screen and (max-width: 768px) {
    .up-button {
      bottom: 10px;
      right: 10px; } }
  .up-button:focus, .up-button:hover {
    color: white;
    border-color: white;
    transition: 0.5s ease; }

.audit .main-image {
  font-family: 'Akrobat';
  font-size: 22px;
  padding-top: 150px;
  padding-bottom: 80px;
  background: url(../img/audit.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: auto; }
  @media screen and (max-width: 1400px) {
    .audit .main-image {
      font-size: 20px; } }
  @media screen and (max-width: 1000px) {
    .audit .main-image {
      font-size: 16px;
      padding-top: 30px;
      padding-bottom: 80px; } }
  .audit .main-image .container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1000px) {
      .audit .main-image .container {
        max-width: 100%; } }
  .audit .main-image .cintelly img {
    height: 28px;
    width: auto; }
  .audit .main-image * {
    color: white; }
  .audit .main-image h1 {
    font-family: 'Akrobat';
    position: static;
    font-weight: 900;
    transform: none;
    text-align: center;
    width: 100%;
    max-width: none;
    font-size: 50px;
    margin-bottom: 0px; }
    @media screen and (max-width: 1400px) {
      .audit .main-image h1 {
        font-size: 40px; } }
    @media screen and (max-width: 1000px) {
      .audit .main-image h1 {
        font-size: 30px; } }
  .audit .main-image h2 {
    padding: 0px;
    font-family: 'Akrobat';
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media screen and (max-width: 1400px) {
      .audit .main-image h2 {
        font-size: 30px; } }
    @media screen and (max-width: 1000px) {
      .audit .main-image h2 {
        font-size: 24px; } }
  .audit .main-image ul {
    padding-left: auto;
    margin-left: auto;
    text-align: center; }
    .audit .main-image ul li {
      font-size: 22px;
      text-align: center;
      list-style-position: inside; }
      @media screen and (max-width: 1400px) {
        .audit .main-image ul li {
          font-size: 20px; } }
      @media screen and (max-width: 1000px) {
        .audit .main-image ul li {
          font-size: 16px; } }
  .audit .main-image p {
    text-align: center;
    font-size: 22px; }
    @media screen and (max-width: 1400px) {
      .audit .main-image p {
        font-size: 20px; } }
    @media screen and (max-width: 1000px) {
      .audit .main-image p {
        font-size: 16px; } }
  .audit .main-image .send-request {
    display: inline-block;
    margin: 0 auto;
    height: 80px;
    line-height: 76px;
    padding: 0px 40px;
    text-transform: uppercase;
    font-size: 30px;
    max-width: none;
    width: auto;
    margin-top: 60px; }
.audit .after-content {
  height: 1060px;
  margin-top: -200px;
  background: url(../img/audit-bottom.png) 60% 0% no-repeat;
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1000px) {
    .audit .after-content {
      height: auto;
      margin-top: 0;
      background: none; } }
  .audit .after-content .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 80%;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    position: static; }
    @media screen and (max-width: 1000px) {
      .audit .after-content .container {
        max-width: 100%;
        position: static;
        transform: none;
        margin-top: 20px;
        margin-bottom: 20px; } }
  .audit .after-content p {
    width: 35%; }
    @media screen and (max-width: 1000px) {
      .audit .after-content p {
        width: 100%; } }
    .audit .after-content p span {
      color: #82bc00;
      display: block; }
  .audit .after-content img {
    display: none; }
    @media screen and (max-width: 1000px) {
      .audit .after-content img {
        width: 100%;
        height: auto; } }
