/*!
 * Copyright (C) Webvalley s.r.o. - All Rights Reserved
 *
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 *
 * See our work at https://webvalley.cz/en
 *
 * Written by Lukas Vlcek <vlcek@webvalley.cz>, January 2015
 */
html {
  min-height: 100%;
  position: relative;
}
html.fonts-loaded body {
  font-family: "Montserrat", sans-serif;
}
body {
  font-family: sans-serif;
  font-weight: 300;
  padding-bottom: 157px;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
@-ms-viewport {
  width: device-width;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
}
.hidden {
  overflow: hidden;
}
.scroll {
  overflow: auto;
}
.animation {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.color-webvalley {
  color: #faca01;
}
label {
  cursor: pointer;
}
section,
header,
footer {
  z-index: 2;
  position: relative;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.scroll::-webkit-scrollbar {
  display: none;
}
header section {
  position: static;
}
.max-width-100 {
  max-width: 100%;
}
.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.button-transparent-white {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 100px;
}
.button-transparent-white:hover {
  color: transparent;
  background-color: #FFFFFF;
}
header {
  overflow: hidden;
  position: static;
}
header a .circle {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header a .circle i {
  color: #FFFFFF;
}
header a:hover .circle {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .circle {
  width: 138px;
  height: 138px;
  border-radius: 1000px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
header .circle.photo {
  overflow: hidden;
  border: solid 1px transparent;
  background-color: transparent;
}
header .left-arrow {
  font-size: 300%;
  color: #fff;
  left: 0;
  top: 28%;
}
header .right-arrow {
  font-size: 300%;
  color: #fff;
  left: 100%;
  top: 28%;
}
header h1 {
  font-size: 51px;
  line-height: 79px;
  margin: 10px auto 70px;
  color: #FFFFFF;
}
header h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 20px auto;
}
header p {
  color: #a1a1a0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
header .filter-header {
  background-color: rgba(0, 0, 0, 0.79);
  left: 0;
  top: 0;
  width: 100%;
}
header .main-logo {
  color: #000;
  display: inline-block;
  margin: 42px 0;
  z-index: 2;
  position: relative;
}
header .main-logo i {
  font-size: 66px;
}
header .bg-menu {
  background-color: #050505;
  background-color: rgba(5, 5, 5, 0.9);
  display: block;
  height: 160px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .label-navigation {
  display: inline-block;
  margin: 51px -20px 42px 0;
  position: relative;
  z-index: 20;
  padding: 20px;
}
header .label-navigation i {
  color: #000;
  font-size: 36px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .label-navigation span {
  display: block;
  position: relative;
  background-color: #fff;
  height: 2px;
  width: 36px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .static {
  position: static !important;
}
header input:checked ~ .full-page-close {
  display: inline-block;
}
header input:checked ~ .bg-menu {
  opacity: 1;
}
header input:checked ~ div .lang {
  pointer-events: auto;
  opacity: 1;
  z-index: 20;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
header input:checked ~ div .static-small nav .main-navigation {
  pointer-events: auto;
  opacity: 1;
  top: 160px;
}
header input:checked ~ div .static-small nav .label-navigation span.top {
  transform: rotate(-45deg);
  top: 12px;
}
header input:checked ~ div .static-small nav .label-navigation span.middle {
  opacity: 0;
}
header input:checked ~ div .static-small nav .label-navigation span.bottom {
  transform: rotate(45deg);
  top: -12px;
}
header nav {
  position: static;
}
header nav .main-navigation {
  z-index: 19;
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  top: 100px;
  left: 0;
  padding: 65px 25px 95px;
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.95);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header nav .main-navigation .first {
  border-right: solid 1px #606060;
}
header nav .main-navigation .second {
  border-right: solid 1px #606060;
  text-align: center;
}
header nav .main-navigation .second .inside {
  text-align: left;
  display: inline-block;
}
header nav .main-navigation .third {
  text-align: right;
}
header nav .main-navigation .third .inside {
  text-align: left;
  display: inline-block;
}
header nav .main-navigation ul {
  max-width: 850px;
  width: 100%;
  margin: auto;
}
header nav .main-navigation ul li {
  display: block;
  margin-top: 40px;
}
header nav .main-navigation ul li:first-child {
  margin-top: 0;
}
header nav .main-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 200;
  padding: 20px 0;
}
header nav .main-navigation ul li a:hover {
  color: #f0be16;
}
header nav .main-navigation ul li.active a {
  color: #8d8d8d;
}
header .go-down {
  font-size: 17px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 40px;
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .go-down:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .about-wrapper p {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  line-height: 31px;
  text-align: center;
}
header .about-wrapper p span {
  color: #777e87;
}
.lang {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 56px 40px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.lang a {
  font-size: 24px;
  font-weight: 200;
  line-height: 59px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
}
.lang a.active {
  color: #f0be16;
}
.breadcrumb {
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  left: 220px;
  top: 75px;
  border-left: solid 1px #6d6d6d;
  padding-left: 15px;
  white-space: nowrap;
  display: inline-block;
}
.slider .bxslider-filter li {
  height: 610px;
}
.slider .bxslider-filter li:nth-of-type(even) img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
}
.slider .bxslider h1 {
  font-size: 31px;
  font-weight: 200;
}
.slider .bxslider li {
  padding: 120px 0 90px;
}
.slider .bxslider li .img-devices {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.slider .bxslider .agr-slide h1 {
  color: #faca01;
}
.slider .bxslider .agr-slide .circle-1 .circle {
  background-color: #faca01;
}
.slider .bxslider .agr-slide .circle-1 .circle span {
  color: #283544;
}
.slider .bxslider .agr-slide .circle-2 .circle {
  background-color: #5e6c7c;
}
.slider .bxslider .agr-slide .circle-2 .circle span {
  color: #FFFFFF;
}
.slider .bxslider .agr-slide .circle-3 .circle {
  background-color: #FFFFFF;
}
.slider .bxslider .agr-slide .circle-3 .circle span {
  color: #5e6c7c;
}
.slider .bxslider .circle-box {
  margin: 70px 0;
}
.slider .bxslider .circle-box .circle-item {
  display: inline-block;
  position: relative;
  width: 140px;
}
.slider .bxslider .circle-box .circle-item > span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 200;
  display: block;
  max-width: 124px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  min-height: 42px;
}
.slider .bxslider .circle-box .circle {
  display: inline-block;
  width: 124px;
  height: 124px;
  border-radius: 80px;
  position: relative;
}
.slider .bxslider .circle-box .circle span {
  font-size: 35px;
  white-space: nowrap;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.slider .bxslider .button-slider {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  padding: 6px 34px;
  font-size: 20px;
  font-weight: 200;
}
.slider .bxslider .button-slider i {
  font-size: 39px;
  vertical-align: middle;
  margin-left: 9px;
}
#next-0,
#prev-0 {
  display: none;
}
.about-body header {
  background: url("../images/about-bg-header.jpg") no-repeat top center / cover fixed;
  position: static;
}
.steps {
  background: #2d3551;
}
.steps h1 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 37px;
  max-width: 558px;
  margin: 65px auto 50px;
}
.steps p {
  color: #a5bcd3;
  font-size: 19px;
  font-weight: 200;
  line-height: 27px;
  max-width: 521px;
  margin: auto;
}
.steps .scroll {
  padding: 70px 0 0;
}
.people {
  padding-top: 80px;
  padding-bottom: 80px;
}
.people h1 {
  color: #283544;
  font-size: 31px;
  margin-bottom: 50px;
}
.people p {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 70px;
}
.guys {
  text-align: center;
}
.guys .guy {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.guys .guy .circle {
  background-color: transparent;
  border: solid 1px transparent;
  position: relative;
  line-height: 0;
}
.guys .guy .circle img {
  width: 80%;
}
.guys .guy .circle:hover .hidden,
.guys .guy .circle:hover .robert {
  opacity: 1;
}
.guys .guy .circle:hover .hidden .text,
.guys .guy .circle:hover .robert .text {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 100ms;
}
.guys .guy .hidden {
  background: #2d3551;
  background: rgba(45, 53, 81, 0.68) linear-gradient(0deg, #16181D 0, transparent 33%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'DJB', "Papyrus", sans-serif;
  text-align: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 5% 5%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.guys .guy .hidden h3 {
  color: #ffe32c;
  font-size: 25px;
}
.guys .guy .hidden p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 1.618;
  margin-top: 10px;
}
.guys .guy .hidden .text {
  width: 100%;
  max-width: 290px;
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.guys .guy.robert-wrap .circle {
  overflow: hidden;
}
.guys .guy.robert-wrap:hover .robert {
  transform: translateY(0);
}
.guys .guy .robert {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  left: 0;
  transition: transform 1000ms ease;
}
.guys .guy h2 {
  line-height: 21px;
  color: #2d3551;
  font-size: 19px;
  margin-top: 20px;
}
.guys .guy h3 {
  line-height: 21px;
  color: #81889e;
  font-size: 14px;
}
.hide {
  display: none;
}
@keyframes robert {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes robertHover {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.shuffle-guy:last-of-type {
  margin: auto;
}
.last h2,
.last h3 {
  display: none;
}
.last:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 51px;
  left: 0;
  background: -moz-linear-gradient(0deg, #FFFFFF 0, rgba(255, 255, 255, 0.001) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 0deg, color-stop(0, FFFFFF), color-stop(100%, 29621D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(0deg, #FFFFFF 0, rgba(255, 255, 255, 0.001) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(0deg, #FFFFFF 0, rgba(255, 255, 255, 0.001) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(0deg, #FFFFFF 0, rgba(255, 255, 255, 0.001) 100%);
  /* IE10+ */
  background: linear-gradient(0deg, #FFFFFF 0, rgba(255, 255, 255, 0.001) 100%);
  /* W3C */
}
.last.show-all h2,
.last.show-all h3 {
  display: block;
}
.last.show-all:after {
  display: none;
}
#load-more-comments {
  color: #283544;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 200;
  background-color: #fff;
  background-color: transparent;
  max-width: 311px;
  width: 100%;
  border: 1px solid #283544;
  padding: 23px 0;
  line-height: 1;
  display: block;
  margin: auto;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  outline: none;
}
#load-more-comments:before,
#load-more-comments:after {
  font-family: 'tiecons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  font-size: 30px;
  content: "\e611";
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#load-more-comments:before {
  left: 30px;
}
#load-more-comments:after {
  right: 30px;
}
#load-more-comments:hover:before,
#load-more-comments:hover:after {
  opacity: 1;
  transform: translateY(10px);
}
.hidden-item {
  display: none !important;
}
.technologie {
  background-color: #2d3551;
  padding: 80px 0;
}
.technologie h2 {
  color: #ffffff;
  font-size: 29px;
  margin-bottom: 80px;
}
.technologie img {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.technologie img:last-of-type {
  margin-right: 0;
}
.testimonials {
  background-color: #a094be;
  padding: 60px 0 30px;
}
.testimonials h1 {
  color: #281756;
  font-size: 31px;
  margin-bottom: 30px;
}
.testimonials .bubble {
  width: 463px;
  background-color: white;
  border-radius: 30px;
  padding: 26px 25px;
  margin-bottom: 170px;
  position: relative;
}
.testimonials .bubble p {
  color: #283544;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.testimonials .author {
  position: absolute;
  display: block;
  bottom: -74px;
  right: -114px;
}
.testimonials .author .mark {
  position: absolute;
  top: 34px;
  left: -42px;
}
.testimonials .author .circle {
  overflow: hidden;
  width: 128px;
  height: 128px;
  background-color: transparent;
  border: solid 1px transparent;
  border-radius: 1000px;
  display: inline-block;
  float: left;
}
.testimonials .author .circle img {
  width: 100%;
  height: 100%;
}
.testimonials .author hgroup {
  display: inline-block;
  position: absolute;
  top: 41px;
  left: 145px;
  width: 100%;
  white-space: nowrap;
}
.testimonials .author hgroup h1 {
  color: #fbd80e;
  font-size: 19px;
  margin-bottom: 6px;
}
.testimonials .author hgroup h2 {
  color: #FFFFFF;
  font-size: 15px;
}
.testimonials .testimonial-right .bubble {
  margin-left: auto;
}
.testimonials .testimonial-right .author {
  right: 96%;
}
.testimonials .testimonial-right .mark {
  left: auto;
  right: -40px;
  top: auto;
  bottom: 35px;
}
.testimonials .testimonial-right hgroup {
  position: relative;
  float: left;
  left: -145px;
  top: 85px;
  text-align: right;
}
.testimonials .testimonial-right .circle {
  float: right;
  margin-right: 0;
}
.testimonials .bx-controls-direction,
.testimonials .bx-pager {
  display: none;
}
.testimonials .bx-viewport {
  height: 100%;
}
.testimonials .bx-viewport p {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
  color: #ffffff;
}
.testimonials .bx-viewport p.who {
  font-size: 20px;
  font-weight: normal;
  padding-top: 20px;
  line-height: 1.4;
}
.testimonials .bx-viewport p.who span {
  display: block;
  color: #2D1C5A;
}
.testimonials .bx-wrapper img {
  margin: auto;
}
.testimonials .bx-wrapper .circle {
  overflow: hidden;
  width: 128px;
  height: 128px;
}
.the-text-vavrecka {
  bottom: 120px;
  left: -170px;
}
.the-text-vavrecka span {
  max-width: 200px;
  height: 34px;
  color: #9ca5c3;
  font-family: "Segoe Print";
  font-weight: 700;
  line-height: 21px;
}
.the-text-vavrecka img {
  bottom: -30px;
  right: -10px;
}
@media (max-width: 1210px) {
  .the-text-vavrecka {
    display: none !important;
  }
}
.the-text-otisk {
  bottom: 120px;
  right: -160px;
}
.the-text-otisk span {
  max-width: 200px;
  height: 34px;
  color: #9ca5c3;
  font-family: "Segoe Print";
  font-weight: 700;
  line-height: 21px;
}
.the-text-otisk img {
  top: -60px;
  right: 60px;
}
@media (max-width: 1210px) {
  .the-text-otisk {
    display: none !important;
  }
}
.the-text-coder {
  bottom: 110px;
  left: -210px;
}
.the-text-coder span {
  max-width: 230px;
  height: 34px;
  color: #9ca5c3;
  font-family: "Segoe Print";
  font-weight: 700;
  line-height: 21px;
}
.the-text-coder img {
  top: -70px;
  right: 0;
}
@media (max-width: 1210px) {
  .the-text-coder {
    display: none !important;
  }
}
.the-text-pilatova {
  bottom: 160px;
  right: -220px;
}
.the-text-pilatova span {
  max-width: 250px;
  height: 34px;
  color: #9ca5c3;
  font-family: "Segoe Print";
  font-weight: 700;
  line-height: 21px;
}
.the-text-pilatova img {
  bottom: -30px;
  right: 130px;
}
@media (max-width: 1210px) {
  .the-text-pilatova {
    display: none !important;
  }
}
.the-text-masir {
  bottom: 160px;
  left: -185px;
}
.the-text-masir span {
  max-width: 250px;
  height: 34px;
  color: #9ca5c3;
  font-family: "Segoe Print";
  font-weight: 700;
  line-height: 21px;
}
.the-text-masir img {
  top: -25px;
  right: 40px;
}
@media (max-width: 1210px) {
  .the-text-masir {
    display: none !important;
  }
}
#write h3 {
  font-weight: 300;
  line-height: 21px;
  color: #81889e;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .join-us {
    margin-top: 160px;
  }
}
.services {
  overflow: hidden;
}
.services h1 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 200;
}
.services p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 200;
  line-height: 27px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.build-web {
  background-color: #22719a;
}
.mobile-app {
  background-color: #929292;
}
.conversion {
  background-color: #2d3551;
}
.case-study h2 {
  font-size: 24px;
  font-weight: 100;
  color: #f4b426;
  line-height: 1;
}
.case-study h3 {
  color: white;
  font-weight: 100;
  line-height: 1;
}
.case-study {
  background-color: #2d3551;
  min-height: 206px;
  padding: 74px 0;
}
.case-study span {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 200;
  margin-right: 30px;
}
.button-prim-trans {
  border-radius: 100px;
  background-color: #2d3551;
  background-color: transparent;
  border: 1px solid #fbd80e;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 200;
  padding: 17px 44px;
  line-height: 1;
}
.button-prim-trans:hover {
  background-color: #fbd80e;
  color: #283544;
}
.button-second-trans {
  color: #283544;
  font-size: 22px;
  font-weight: 200;
  border: 1px solid #283544;
  background-color: transparent;
  line-height: 1;
  padding: 17px 44px;
  display: inline-block;
  border-radius: 100px;
}
.button-second-trans:hover {
  background-color: #283544;
  color: #FFFFFF;
}
.graph .filter-graph {
  background-color: rgba(0, 0, 0, 0.78);
}
.graph h2 {
  color: #faca01;
  font-size: 31px;
  font-weight: 200;
  margin-top: 90px;
  margin-bottom: 60px;
}
.graph p {
  font-size: 18px;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 31px;
}
.graph span {
  color: #8f9ba9;
  font-weight: 200;
  line-height: 37px;
}
.graph .divider {
  position: relative;
  width: 44px;
  height: 1px;
  background-color: #fbd80e;
  margin: 15px auto 10px;
  display: block;
}
.scroll {
  overflow: auto;
  padding: 70px 0;
}
.analyze {
  background-image: linear-gradient(86deg, #ffde00 0%, #f9a132 100%);
  padding: 30px 0;
}
.analyze span {
  color: #283544;
  font-size: 21px;
  font-weight: 300;
  margin-right: 25px;
  margin-bottom: 20px;
  display: inline-block;
}
.form {
  background: #e5e5e5 url("../images/ww.png") no-repeat left center;
  padding: 80px 0 60px;
  min-height: 576px;
}
.form h2 {
  color: #283544;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 60px;
}
.form form label span {
  color: #5e6c7c;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: 3px;
}
.form form .form-select {
  display: inline-block;
  margin-bottom: 30px;
}
.form form .form-select label span {
  color: #5e6c7c;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: 3px;
}
.form form .form-select label .select-style {
  background-color: #5e6c7c;
  border-radius: 100px;
  border: solid 1px #5e6c7c;
  width: 211px;
  height: 39px;
  padding-left: 20px;
}
.form form .form-select label .select-style select {
  line-height: 37px;
  height: 37px;
  width: 190px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 0;
}
.form form .form-select label .select-style select option {
  color: #5e6c7c;
}
.form form .input-text {
  background-color: white;
  border: 1px solid #5e6c7c;
  color: #5e6c7c;
  font-size: 15px;
  font-weight: 300;
  border-radius: 100px;
  display: inline-block;
  line-height: 1;
  padding: 10px 17px;
  outline: none;
  margin-left: 10px;
}
.form form .input-text::-webkit-input-placeholder {
  color: #9da9b8;
}
.form form .input-text:-moz-placeholder {
  color: #9da9b8;
}
.form form .input-text::-moz-placeholder {
  color: #9da9b8;
}
.form form .input-text:-ms-input-placeholder {
  color: #9da9b8;
}
.form form .button-form {
  background-color: #fbd80e;
  border: solid 1px #fbd80e;
  color: #283544;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  padding: 22px 90px;
  border-radius: 100px;
  display: block;
  margin: auto;
}
.form form .button-form:hover {
  background-color: #283544;
  border: solid 1px #283544;
  color: #FFFFFF;
}
.form form textarea {
  display: none;
}
.gdpr-link {
  color: #f9a132;
}
.gdpr-link:hover {
  text-decoration: underline;
}
.footer-top {
  padding: 20px 0;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 157px;
  background-color: #2d3551;
}
footer .main-logo {
  color: #FFFFFF;
  font-size: 66px;
  position: relative;
  top: 31px;
}
footer nav.navbar {
  text-align: right;
  padding: 76px 0 59px;
}
footer nav.navbar ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 7px;
  position: relative;
}
footer nav.navbar ul li a:after {
  content: "|";
  color: #5e6c7c;
  margin-left: 14px;
}
footer nav.navbar ul li:last-child a {
  padding-right: 0;
}
footer nav.navbar ul li:last-child a:after {
  display: none;
}
.parallax {
  background-position: 0 0;
}
.form-select .select-style:after {
  font-family: "wv";
  content: "\e60e";
  z-index: 1;
  font-size: 20px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.graf {
  width: 2900px;
  height: 394px;
  margin: auto;
  background: url("../images/hp-graph.png") no-repeat top left;
  background-position: calc(50vw - 63.5px) 0;
}
.graf .item {
  width: 127px;
  height: 127px;
  background-color: transparent;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  left: calc(50vw - 63.5px);
  top: 0;
}
.graf .item .number {
  color: #fff;
  font-size: 36px;
  font-weight: 200;
  position: relative;
  width: 127px;
  line-height: 127px;
  display: inline-block;
  text-align: center;
}
.graf .item .text {
  color: #B5B5B8;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  top: 40px;
  left: 167px;
  width: 130px;
  line-height: 1.4;
}
.graf .item.item-1 {
  margin-left: 0;
}
.graf .item.item-2 {
  top: 216px;
  margin-left: 128px;
}
.graf .item.item-2 .text {
  width: 140px;
}
.graf .item.item-3 {
  margin-left: 97px;
}
.graf .item.item-3 .text {
  width: 190px;
}
.graf .item.item-4 {
  margin-left: 100px;
  top: 216px;
}
.graf .item.item-5 {
  margin-left: 101px;
}
.graf .item.item-6 {
  margin-left: 93px;
  top: 216px;
}
.graf .item.item-6 .text {
  width: 200px;
}
.graf .item.item-7 {
  margin-left: 98px;
}
.graf .item.item-7 .text {
  width: 190px;
}
.graf .item.item-8 {
  margin-left: 100px;
  top: 216px;
}
.graf .item.item-9 {
  margin-left: 123px;
}
.graf.graf-services {
  margin: auto;
  width: 913px;
  height: 316px;
  background-image: url("../images/graph-5.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.graf.graf-services .item {
  width: 131px;
  height: 131px;
  margin: 0;
}
.graf.graf-services .item .number {
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 131px;
  line-height: 131px;
}
.graf.graf-services .item .text {
  top: 150px;
  left: -6px;
  width: 150px;
  text-align: center;
}
.graf.graf-services .item.item-1 {
  left: 0;
  top: 7px;
}
.graf.graf-services .item.item-2 {
  left: 48px;
  top: 175px;
}
.graf.graf-services .item.item-3 {
  left: 115px;
  top: 6px;
}
.graf.graf-services .item.item-4 {
  top: 175px;
  left: 180px;
}
.graf.graf-services .item.item-5 {
  top: 0px;
  left: 237px;
}
.graf.graf-about {
  min-width: 1294px;
  height: 534px;
  position: relative;
  display: inline-block;
}
.graf.graf-about > .main {
  color: #f4d31b;
  font-size: 35px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  display: none;
}
.graf.graf-about > .main.main-1 {
  left: 30px;
}
.graf.graf-about > .main.main-2 {
  left: 786px;
}
.graf.graf-about > .main.main-3 {
  right: 30px;
}
.graf.graf-about .item {
  width: 220px;
  height: auto;
  margin: auto;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  float: left;
  margin-right: 4px;
}
.graf.graf-about .item .number {
  border-radius: 100px;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 127px;
  height: 127px;
  background: transparent;
}
.graf.graf-about .item .number i {
  color: #fff;
  line-height: 127px;
}
.graf.graf-about .item .text {
  color: white;
  font-size: 13px;
  font-weight: 200;
  position: relative;
  top: 20px;
  left: auto;
  right: auto;
  width: auto;
  line-height: 1.4;
}
.graf.graf-about .item .text h2 {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 10px;
}
.graf.graf-about .item .text p {
  color: #a0bac6;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
.graf.graf-about .item.item-1 {
  margin-left: -47px;
}
.graf.graf-about .item.item-1 .number i {
  font-size: 51px;
}
.graf.graf-about .item.item-2 {
  margin-left: 36px;
}
.graf.graf-about .item.item-3 {
  margin-left: 4px;
}
.graf.graf-about .item.item-4 {
  margin-left: 7px;
}
.graf.graf-about .item.item-5 {
  margin-left: 8px;
}
.graf.graf-about .item.item-7 {
  margin-left: 5px;
}
.graf.graf-about .item.item-8 {
  margin-left: 7px;
}
.graf.graf-about .item.item-9 {
  margin-left: 30px;
}
.homepage header {
  background: url("../images/hp-bg-header.jpg") no-repeat top center / cover fixed;
}
.homepage header p {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.homepage header .wv-1 {
  font-size: 53px;
}
.homepage header .wv-2 {
  font-size: 47px;
}
.homepage header .wv-3 {
  font-size: 61px;
}
.homepage .graph {
  background: url("../images/bg-hp-graph.jpg") no-repeat top center / cover fixed;
}
.partners-body header {
  background: url("../images/hp-bg-header.jpg") no-repeat top center / cover fixed;
  position: static;
  min-height: 480px;
}
.partners-body header .filter-header {
  min-height: 480px;
}
.partners-body h1 {
  text-align: center;
}
.partners-body p {
  color: #2d3551;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
  padding: 45px 0;
}
.gdpr-body header {
  background: url("../images/hp-bg-header.jpg") no-repeat top center / cover fixed;
  position: static;
  min-height: 280px;
}
.gdpr-body header h1 {
  margin-bottom: 20px;
}
.gdpr-body header .filter-header {
  min-height: 280px;
}
.gdpr-body h1 {
  text-align: center;
}
.gdpr-body h2 {
  margin-top: 30px;
}
.gdpr-body h3 {
  margin-top: 30px;
}
.gdpr-body ul {
  list-style: disc;
  padding-left: 40px;
}
.gdpr-body p {
  font-weight: 300;
  margin-top: 20px;
}
.gdpr-body p:first-child {
  margin-top: 0;
}
.gdpr-body #main-section a {
  color: #f9a132;
}
.gdpr-body #main-section a:hover {
  text-decoration: underline;
}
.full-page-close {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  display: none;
}
.flash {
  background: #2D3551;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
#logoEU + .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  align-items: center;
  justify-content: center;
}
#logoEU + .modal img {
  width: 80%;
  position: relative;
}
#logoEU + .modal label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#logoEU:checked + .modal {
  display: flex;
}
.contact-body .filter-header {
  background-color: rgba(0, 0, 0, 0.66);
}
.contact-body header {
  background: url("../images/contact-bg-header.jpg") no-repeat top center / cover fixed;
  position: static;
}
.contact-body header form {
  display: block;
}
.contact-header {
  background: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
}
.contact-header form .form-select label span {
  color: #fff;
}
.contact-header form .form-select label .select-style {
  background-color: #fff;
  border-color: #fff;
}
.contact-header form .form-select label .select-style:after {
  color: #2D3551;
}
.contact-header form .form-select label .select-style select {
  color: #555;
}
.contact-header form label span {
  color: #fff;
}
.contact-header h1 {
  width: 95%;
}
.contact-header .select-style select option {
  color: #2d3551;
}
@media (max-width: 479px) {
  .contact-header h1 {
    width: auto;
    padding: 0 10px;
  }
  .contact-header h1 br {
    display: none;
  }
}
.contact {
  text-align: center;
  padding: 70px 0;
  background: #2d3551 url(../images/background-contact.png) no-repeat center;
}
.contact h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 60px;
}
.contact .table-row {
  display: table;
  vertical-align: middle;
}
.contact .cell {
  display: table-cell;
}
.contact .cell .icon {
  border-radius: 999px;
  border: 2px solid #6d7285;
  width: 98px;
  height: 98px;
}
.contact .cell .tiecons {
  color: #FFFFFF;
  font-size: 33px;
  position: relative;
  top: 39px;
  left: -11px;
}
.contact .cell .tiecons:first-child {
  top: 23px;
  left: 7px;
}
.contact .cell .tiecons-phone {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.contact .photo {
  border-radius: 998px;
  background: transparent;
  width: 100px;
  height: 100px;
}
.contact .content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 14px;
}
.contact .content .gold {
  color: #faca01;
  font-size: 24px;
  font-weight: 300;
}
.contact .content a.gold {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.contact .content a.gold:hover {
  color: #c7a101;
}
.contact .person {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 14px;
  width: 280px;
}
.contact .person h2 {
  font-weight: 300;
  color: #FFFFFF;
  font-size: 24px;
}
.contact .person h3 {
  font-weight: 300;
  color: #8f9ba9;
  font-size: 17px;
}
.contact .person hr {
  height: 1px;
  background: #e2b810;
  border: 0;
  width: 45px;
  padding: 0;
  margin: 15px 0 10px 0;
}
.contact .person li {
  font-weight: 300;
  color: #b4bcc8;
  font-size: 13px;
}
.contact .person li a {
  color: #b4bcc8;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.contact .person li a:hover {
  color: #97a2b2;
}
.contact .btn {
  display: inline-block;
  width: 220px;
  padding: 10px 0;
  background-color: #39415b;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.contact .btn:hover {
  background-color: #252b3c;
}
.contact .information {
  margin-top: 60px;
}
.contact .information .tiecons {
  display: block;
  float: left;
  color: #6d7285;
  font-size: 30px;
  margin: 4px 14px 14px 0;
}
.contact .information p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0 20px 0;
  }
  .contact .row.table-row.margin-top-55 {
    margin-top: 20px !important;
  }
  .contact h1 {
    margin-bottom: 45px;
  }
  .contact .information {
    margin-bottom: 40px;
  }
  .contact .information br {
    display: none;
  }
  .contact .text-left {
    text-align: center !important;
  }
  .contact .content .gold {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .contact .cell .icon {
    width: 80px;
    height: 80px;
  }
  .contact .cell .tiecons {
    font-size: 24px;
    top: 33px;
    left: -8px;
  }
  .contact .cell .tiecons:first-child {
    top: 19px;
    left: 5px;
  }
  .contact .photo {
    width: 80px;
    height: 80px;
  }
}
.head-office {
  background: url("../images/contact-bg-bottom.jpg") no-repeat top center / cover fixed;
  position: static;
  text-align: center;
}
.head-office .filter-header {
  background-color: rgba(45, 53, 81, 0.86);
  padding: 70px  0;
}
.head-office .links a {
  display: inline-block;
  width: 150px;
  padding: 2px 0;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.head-office .links a:hover {
  background-color: #6d7285;
  border-color: #6d7285;
}
.head-office .links .current {
  border-color: #6d7285;
}
.head-office .area {
  display: none;
}
.head-office .active {
  display: block;
}
.head-office img {
  max-width: 100%;
}
.head-office h1 {
  color: #faca01;
  font-size: 30px;
  font-weight: 300;
  margin: 76px 0 86px 0;
}
.head-office h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}
.head-office hr {
  height: 1px;
  background: #e2b810;
  border: 0;
  width: 45px;
  padding: 0;
  margin: 15px 0 10px 0;
}
.head-office li,
.head-office p {
  font-weight: 300;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-align: left;
}
.head-office li a,
.head-office p a {
  color: #FFFFFF;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.head-office li a:hover,
.head-office p a:hover {
  color: #e6e6e6;
}
@media (max-width: 767px) {
  .head-office h1 {
    margin: 30px 0 40px 0;
  }
  .head-office .span-large-7 {
    margin-top: 20px;
  }
  .head-office .margin-top-40 {
    margin-top: 20px !important;
  }
}
@media (max-width: 479px) {
  .head-office h3,
  .head-office li,
  .head-office p {
    text-align: center;
  }
  .head-office hr {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-map {
  height: 580px;
}
.section-map .map {
  width: 100%;
  height: 580px;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.section-map .active {
  z-index: 10;
}
@media (max-width: 479px) {
  .section-map {
    height: 400px;
  }
  .section-map .map {
    height: 400px;
  }
}
.billing-information {
  padding: 60px 0;
  background-image: linear-gradient(86deg, #ffde00 0%, #f9a132 100%);
}
.billing-information h1 {
  color: #2d3551;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.billing-information hr {
  height: 1px;
  background: #e2b810;
  border: 0;
  width: 45px;
  padding: 0;
  margin: 15px 0 10px 0;
}
.billing-information li,
.billing-information p {
  font-weight: 300;
  color: #59658f;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.billing-information p {
  text-align: justify;
}
@media (max-width: 767px) {
  .billing-information {
    padding: 30px 0;
  }
  .billing-information .span-large-7 {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .billing-information .container {
    text-align: center;
  }
  .billing-information .container hr {
    margin-left: auto;
    margin-right: auto;
  }
  .billing-information p {
    text-align: center;
  }
}
.recruitment {
  text-align: center;
  background: url("../images/recruitment-bg.jpg") no-repeat top center / cover fixed;
  position: static;
}
.recruitment .filter-header {
  background-color: rgba(45, 53, 81, 0.86);
  padding: 100px 0;
}
.recruitment h1 {
  color: #faca01;
  font-size: 31px;
  font-weight: 300;
}
.recruitment p {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 300;
  margin: 65px 0;
}
.recruitment a {
  background-color: #fed607;
  display: inline-block;
  border-radius: 999px;
  padding: 18px 44px;
  color: #2d3551;
  font-size: 22px;
  font-weight: 200;
  line-height: 1;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.recruitment a:hover {
  background-color: #2d3551;
  color: #FFFFFF;
}
@media (max-width: 479px) {
  .recruitment p {
    margin: 30px 0;
    font-size: 17px;
  }
  .recruitment a {
    font-size: 18px;
    padding: 15px 36px;
  }
}
.services-body header {
  background: url("../images/ser-bg-header.jpg") no-repeat top center / cover fixed;
}
.services-body header h1 {
  margin-bottom: 0;
}
.apps-body header {
  background: url("../images/app-bg-header.jpg") no-repeat top center / cover fixed;
}
.apps-body header h1 {
  margin-bottom: 0;
}
.apps-body .graf.graf-services .item .text {
  width: 131px;
  left: 0;
}
.apps-body .motivation {
  background-image: url("../images/hp-bg-header.jpg");
}
.apps-body .analyze span {
  margin-bottom: 0;
}
.webs-body header {
  background: url("../images/webs-bg-header.jpg") no-repeat top center / cover fixed;
}
.webs-body header h1 {
  margin-bottom: 0;
}
.webs-body .graf.graf-services .item .text {
  width: 131px;
  left: 0;
}
.webs-body .motivation {
  background-image: url("../images/webs-bg-bottom.jpg");
}
.webs-body .analyze span {
  margin-bottom: 0;
}
.konverze-body .scroll {
  padding: 70px 0;
}
.konverze-body header {
  background: url("../images/konverze-bg-header.jpg") no-repeat top center / cover fixed;
}
.konverze-body header h1 {
  margin-bottom: 0;
}
.konverze-body .graf.graf-services .item .text {
  width: 131px;
  left: 0;
}
.konverze-body .motivation {
  background-image: url("../images/konverze-bg-bottom.jpg");
}
.konverze-body .analyze span {
  margin-top: 5px;
  margin-bottom: 0;
}
.services .web,
.services .app,
.services .conversion {
  padding-top: 130px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.services .web .container,
.services .app .container,
.services .conversion .container {
  height: 100%;
}
.services .web .row,
.services .app .row,
.services .conversion .row {
  position: relative;
  height: 100%;
}
.services .web p,
.services .app p,
.services .conversion p,
.services .web h1,
.services .app h1,
.services .conversion h1,
.services .web .btn,
.services .app .btn,
.services .conversion .btn {
  color: #ffffff;
  font-weight: 300;
}
.services .web h1,
.services .app h1,
.services .conversion h1 {
  font-size: 38px;
}
.services .web p,
.services .app p,
.services .conversion p {
  font-size: 17px;
}
.services .web .btn,
.services .app .btn,
.services .conversion .btn {
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 10px;
  max-width: 270px;
  width: 100%;
  line-height: 1;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 999px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.services .web .btn span,
.services .app .btn span,
.services .conversion .btn span {
  vertical-align: middle;
}
.services .web .btn .tiecons,
.services .app .btn .tiecons,
.services .conversion .btn .tiecons {
  font-size: 20px;
}
.services .web {
  background: #ffde00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWExMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ffde00 0%, #f9a132 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffde00), color-stop(100%, #f9a132));
  background: -webkit-linear-gradient(left, #ffde00 0%, #f9a132 100%);
  background: -o-linear-gradient(left, #ffde00 0%, #f9a132 100%);
  background: -ms-linear-gradient(left, #ffde00 0%, #f9a132 100%);
  background: linear-gradient(to right, #ffde00 0%, #f9a132 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde00', endColorstr='#f9a132', GradientType=1);
  height: 617px;
}
.services .web p,
.services .web h1 {
  color: #000;
}
.services .web img {
  position: absolute;
  bottom: 0;
  right: -545px;
}
.services .web .btn {
  border-color: #000;
  color: #000;
}
.services .web .btn:hover {
  color: #ffde00;
  background-color: #000;
}
.services .app {
  background-color: #929292;
  height: 590px;
}
.services .app img {
  position: absolute;
  left: -157px;
  bottom: -105px;
}
.services .app .btn:hover {
  color: #929292;
  background-color: #FFFFFF;
}
.services .conversion {
  background-color: #2d3551;
  height: 621px;
}
.services .conversion img {
  position: absolute;
  right: -320px;
  bottom: 0;
}
.services .conversion .btn:hover {
  color: #2d3551;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .services .web,
  .services .app,
  .services .conversion {
    padding-top: 40px;
    height: auto;
    text-align: center;
    margin-bottom: -7px;
  }
  .services .web p,
  .services .app p,
  .services .conversion p {
    margin: 30px auto;
  }
  .services .web img,
  .services .app img,
  .services .conversion img {
    position: relative;
    right: auto;
    left: auto;
    max-width: 100%;
    margin-top: 30px;
  }
  .services .app {
    margin-bottom: 0px;
  }
}
.motivation {
  background: url("../images/ser-bg-bottom.jpg") no-repeat top center / cover fixed;
  background-color: rgba(50, 60, 72, 0.88);
  text-align: center;
}
.motivation .filter-header {
  background-color: rgba(0, 0, 0, 0.79);
  padding: 70px 0;
  left: 0;
  top: 0;
  width: 100%;
}
.motivation h1 {
  color: #faca01;
  font-size: 31px;
  font-weight: 300;
  margin-bottom: 60px;
}
.motivation p {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.8;
}
.motivation p span {
  color: #8f9ba9;
}
.motivation hr {
  height: 1px;
  background: #e2b810;
  border: 0;
  width: 45px;
  padding: 0;
  margin: 26px auto 22px auto;
}
@media (max-width: 767px) {
  .motivation h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .motivation p {
    font-size: 15px;
  }
}
.meet {
  padding: 60px 0;
  background-color: #2d3551;
}
.meet h1,
.meet p {
  font-size: 21px;
  font-weight: 300;
}
.meet h1 {
  color: #f4b426;
}
.meet p {
  color: #ffffff;
}
.meet .btn {
  border: 1px solid #fbd80e;
  display: inline-block;
  color: #FFFFFF;
  border-radius: 999px;
  font-size: 22px;
  line-height: 1;
  padding: 17px 44px;
  font-weight: 200;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.meet .btn:hover {
  background-color: #fbd80e;
  color: #2d3551;
}
@media (max-width: 767px) {
  .meet {
    padding: 40px 0 30px 0;
  }
  .meet h1,
  .meet p,
  .meet .btn {
    font-size: 20px;
    text-align: center;
  }
  .meet .btn {
    margin-top: 10px;
  }
}
.references {
  overflow: hidden;
}
.references .reference {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.references .reference .container {
  position: relative;
}
.references .reference h1 {
  font-size: 47px;
  font-weight: 200;
  margin-top: 100px;
  margin-bottom: 60px;
  white-space: nowrap;
  color: #fff;
}
.references .reference h2 {
  font-weight: lighter;
  top: -40px;
  position: relative;
  font-size: 39px;
  color: #fff;
  margin: 55px auto 40px;
}
.references .reference .numbers {
  position: relative;
  margin-bottom: 60px;
}
.references .reference .numbers .item {
  position: relative;
  float: left;
  width: 126px;
  margin-left: 12px;
}
.references .reference .numbers .item:first-child {
  margin-left: 0;
}
.references .reference .numbers .item .number {
  width: 126px;
  height: 126px;
  border-radius: 100px;
  text-align: center;
  background-color: transparent;
  border: solid 2px #FFFFFF;
}
.references .reference .numbers .item .number span {
  position: relative;
  line-height: 126px;
  width: 126px;
  top: 0;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: 200;
}
.references .reference .numbers .item p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
}
.references .reference .btn {
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding: 8px 44px;
  line-height: 1;
  font-weight: 200;
  font-size: 22px;
  color: #FFFFFF;
  border-radius: 999px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.references .reference .btn span {
  vertical-align: middle;
  margin-right: 10px;
}
.references .reference .btn .tiecons {
  font-size: 40px;
}
.references .reference .btn:hover {
  color: #000;
  background-color: #FFFFFF;
}
.references .adonis {
  background-color: #000000;
  background-image: url(../images/slider/agr-bg.png);
}
.references .adonis .container {
  height: 610px;
}
.references .adonis .first {
  background-color: #efd907;
}
.references .adonis .first span {
  color: #283544;
}
.references .adonis .second {
  background-color: #5e6c7c;
}
.references .adonis .second span {
  color: #FFFFFF;
}
.references .adonis .third {
  background-color: #FFFFFF;
}
.references .adonis .third span {
  color: #5e6c7c;
}
.references .adonis img {
  position: absolute;
  right: -86px;
  bottom: 0;
}
.references .ese {
  background-color: #293237;
  background-image: url(../images/slider/ese-bg.png);
}
.references .ese .container {
  height: 612px;
}
.references .ese .first {
  background-color: #c11f25;
}
.references .ese .first span {
  color: #FFFFFF;
}
.references .ese .second {
  background-color: #0f0f0f;
}
.references .ese .second span {
  color: #FFFFFF;
}
.references .ese .third {
  background-color: #FFFFFF;
}
.references .ese .third span {
  color: #5e6c7c;
}
.references .ese img {
  position: absolute;
  left: -344px;
  bottom: 0;
}
.references .flofit {
  background-color: #002a54;
  background-image: url(../images/slider/ff-bg.png);
}
.references .flofit .container {
  height: 608px;
}
.references .flofit .first {
  background-color: #009deb;
}
.references .flofit .first span {
  color: #ffffff;
}
.references .flofit .second {
  background-color: #00386d;
}
.references .flofit .second span {
  color: #ffffff;
}
.references .flofit .third {
  background-color: #ffffff;
}
.references .flofit .third span {
  color: #00386d;
}
.references .flofit img {
  position: absolute;
  right: 60px;
  bottom: 0;
}
.references .hah {
  background-color: #4a0d10;
  background-image: url(../images/slider/hah-bg.png);
}
.references .hah .container {
  height: 612px;
}
.references .hah .first {
  background-color: #c11f25;
}
.references .hah .first span {
  color: #FFFFFF;
}
.references .hah .second {
  background-color: #0f0f0f;
}
.references .hah .second span {
  color: #FFFFFF;
}
.references .hah .third {
  background-color: #ffffff;
}
.references .hah .third span {
  color: #5e6c7c;
}
.references .hah img {
  position: absolute;
  left: -475px;
  bottom: 0;
}
.references .venus {
  background-color: #59b2db;
}
.references .venus .container {
  height: 610px;
}
.references .venus .first {
  background-color: #009deb;
}
.references .venus .first span {
  color: #FFFFFF;
}
.references .venus .second {
  background-color: #00386d;
}
.references .venus .second span {
  color: #FFFFFF;
}
.references .venus .third {
  background-color: #ffffff;
}
.references .venus .third span {
  color: #00386d;
}
.references .venus img {
  position: absolute;
  right: -340px;
  bottom: 0;
}
.references .tfw {
  background-color: #221449;
}
.references .tfw .container {
  height: 612px;
}
.references .tfw .first {
  background-color: #7cbe31;
}
.references .tfw .first span {
  color: #ffffff;
}
.references .tfw .second {
  background-color: #6a589b;
}
.references .tfw .second span {
  color: #ffffff;
}
.references .tfw .third {
  background-color: #ffffff;
}
.references .tfw .third span {
  color: #2b195d;
}
.references .tfw img {
  position: absolute;
  left: -35px;
  bottom: 0;
}
@media (max-width: 767px) {
  .references .adonis {
    background: #000;
  }
  .references .ese {
    background: #596B77;
  }
  .references .flofit {
    background: #002a54;
  }
  .references .hah {
    background: #81161D;
  }
  .references .reference {
    margin-bottom: -15px;
  }
  .references .reference .container {
    height: auto;
    text-align: center;
  }
  .references .reference h1 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .references .reference .numbers {
    max-width: 450px;
    margin: 30px auto;
  }
  .references .reference .numbers .item {
    width: 30%;
  }
  .references .reference .numbers .item .number {
    margin: auto;
  }
  .references .reference .numbers .item .number p {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .references .reference img {
    position: relative;
    max-width: 100%;
    height: auto;
    left: auto;
    right: auto;
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .references .reference h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .references .reference .numbers .item {
    width: 100%;
    margin: 10px auto;
  }
  .references.slider {
    height: 900px;
  }
}
.references-body header {
  background: url("../images/ser-bg-bottom.jpg") no-repeat top center / cover fixed;
  position: static;
}
.references-body header h1 {
  margin-bottom: 0;
}
.body-reference.flo-fit-reference .filter-header {
  background: #012B54 url("../images/jumbotron-flo-fit.png") repeat top center;
}
.body-reference.flo-fit-reference header h1 {
  width: 90%;
  font-size: 44px;
  line-height: 1.618;
}
.body-reference.flo-fit-reference header h1 span {
  color: #00aeef;
}
.body-reference.flo-fit-reference .detail-10 {
  background: url("../images/ff-first.jpg") no-repeat top center;
}
.body-reference.flo-fit-reference .detail-10 h2 {
  max-width: 428px;
  right: 20px;
}
.body-reference.flo-fit-reference .detail-10 h2 span {
  color: #00aeef;
}
.body-reference.flo-fit-reference .detail-20 {
  background: url("../images/ff-second.jpg") no-repeat top center;
}
.body-reference.flo-fit-reference .detail-20 h2 {
  max-width: 497px;
  left: 20px;
}
.body-reference.flo-fit-reference .detail-30 {
  background: url("../images/ff-tertiary.jpg") no-repeat top center;
}
.body-reference.flo-fit-reference .detail-30 h2 {
  max-width: 461px;
  color: #154368;
  right: 20px;
}
.body-reference.flo-fit-reference .flofit-detail .number .circle.left {
  background-color: #009deb;
}
.body-reference.flo-fit-reference .flofit-detail .number .circle.middle {
  background-color: #00386d;
}
.body-reference.flo-fit-reference .flofit-detail .number .circle.right {
  background-color: #586a75;
}
.body-reference.flo-fit-reference .flofit-detail .browser-support {
  background-image: linear-gradient(to top, #97c6e9 0%, #22a2ea 100%);
}
.body-reference.flo-fit-reference .flofit-detail .browser-support .text img {
  top: 80px;
  left: -20px;
}
.body-reference.flo-fit-reference .flofit-detail .browser-support-mobile-tablet {
  background-color: #FFFFFF;
}
.body-reference.flo-fit-reference .flofit-detail .browser-support-mobile-tablet img {
  top: -50px;
  margin-bottom: 20px;
}
.body-reference.flo-fit-reference .flofit-detail .testimonials {
  background: #011d39 url("../images/flo-fit-testimonial.png") no-repeat top center;
}
.body-reference.flo-fit-reference .flofit-detail .testimonials h1 {
  color: #36a9ea;
}
.body-reference.flo-fit-reference .flofit-detail .testimonials .who p span {
  color: #36a9ea;
}
.body-reference.flo-fit-reference .flofit-detail .about-project {
  background: #00477c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDc3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc3YjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00477c 0%, #0077b8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00477c), color-stop(100%, #0077b8));
  background: -webkit-linear-gradient(top, #00477c 0%, #0077b8 100%);
  background: -o-linear-gradient(top, #00477c 0%, #0077b8 100%);
  background: -ms-linear-gradient(top, #00477c 0%, #0077b8 100%);
  background: linear-gradient(to bottom, #00477c 0%, #0077b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00477c', endColorstr='#0077b8', GradientType=0);
}
.body-reference.flo-fit-reference .flofit-detail .about-project p {
  color: #ffffff;
}
.body-reference.flo-fit-reference .flofit-detail .about-project p i {
  color: #17bdff;
}
.body-reference.flo-fit-reference .flofit-detail .give-services .prefix-ok h2:before {
  color: #00adee;
}
.body-reference.flo-fit-reference .background-ff {
  background: #ffffff url("../images/jumbotron-flo-fit.png") repeat top center;
}
@media (max-width: 767px) {
  .body-reference.flo-fit-reference .detail.detail-10 h2 {
    max-width: 100%;
  }
  .body-reference.flo-fit-reference .detail.detail-10 img {
    left: -480px;
  }
  .body-reference.flo-fit-reference .detail.detail-20 h2 {
    max-width: 100%;
  }
  .body-reference.flo-fit-reference .detail.detail-20 img {
    left: -1070px;
  }
  .body-reference.flo-fit-reference .detail.detail-30 h2 {
    max-width: 100%;
    color: #fff;
  }
  .body-reference.flo-fit-reference .detail.detail-30 img {
    left: -440px;
  }
}
.body-reference.ese-reference .filter-header {
  background: #50606B url("../images/jumbotron-ese.png") no-repeat top center;
}
.body-reference.ese-reference .detail-10 {
  background: url("../images/ese-first.jpg") no-repeat top center;
}
.body-reference.ese-reference .detail-10 h2 {
  max-width: 471px;
  left: 20px;
}
.body-reference.ese-reference .detail-20 {
  background: url("../images/ese-second.jpg") no-repeat top center;
}
.body-reference.ese-reference .detail-20 h2 {
  max-width: 521px;
  right: 20px;
}
.body-reference.ese-reference .detail-30 {
  background: url("../images/ese-tertiary.jpg") no-repeat top center;
}
.body-reference.ese-reference .detail-30 h2 {
  max-width: 499px;
  left: 20px;
}
.body-reference.ese-reference .flofit-detail .number .circle.left {
  background-color: #d70019;
}
.body-reference.ese-reference .flofit-detail .number .circle.middle {
  background-color: #000000;
}
.body-reference.ese-reference .flofit-detail .number .circle.right {
  background-color: #586a75;
}
.body-reference.ese-reference .flofit-detail .browser-support {
  background: #fff url("../images/ese-browser-support.png") repeat top center;
  margin-top: 390px;
}
.body-reference.ese-reference .flofit-detail .browser-support .text img {
  top: -291px;
  left: -138px;
}
.body-reference.ese-reference .flofit-detail .browser-support .browser-support-mobile-tablet {
  background: #255c9c url("../images/ese-browser-support-bg.png") no-repeat top center;
}
.body-reference.ese-reference .flofit-detail .browser-support .browser-support-mobile-tablet img {
  margin-top: 67px;
  margin-bottom: -126px;
}
.body-reference.ese-reference .flofit-detail .testimonials {
  background-color: #e9e9e9;
}
.body-reference.ese-reference .flofit-detail .testimonials h1 {
  color: #cc0e2b;
}
.body-reference.ese-reference .flofit-detail .testimonials p {
  color: #383838;
}
.body-reference.ese-reference .flofit-detail .testimonials .who p {
  color: #cc0e2b;
}
.body-reference.ese-reference .flofit-detail .testimonials .who p span {
  color: #383838;
}
.body-reference.ese-reference .flofit-detail .testimonials img {
  left: -300px;
  bottom: -140px;
}
.body-reference.ese-reference .flofit-detail .about-project {
  background: #4c0e11;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGMwZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E2MWUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #4c0e11 0%, #a61e25 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4c0e11), color-stop(100%, #a61e25));
  background: -webkit-linear-gradient(45deg, #4c0e11 0%, #a61e25 100%);
  background: -o-linear-gradient(45deg, #4c0e11 0%, #a61e25 100%);
  background: -ms-linear-gradient(45deg, #4c0e11 0%, #a61e25 100%);
  background: linear-gradient(45deg, #4c0e11 0%, #a61e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c0e11', endColorstr='#a61e25', GradientType=1);
}
.body-reference.ese-reference .flofit-detail .about-project p {
  color: #fff;
}
.body-reference.ese-reference .flofit-detail .give-services .prefix-ok h2:before {
  color: #d50f00;
}
.body-reference.ese-reference .background-ese {
  background: #ffffff url("../images/jumbotron-ese.png") repeat top center;
}
@media (max-width: 767px) {
  .body-reference.ese-reference .detail.detail-10 h2 {
    max-width: 100%;
  }
  .body-reference.ese-reference .detail.detail-10 img {
    left: -1050px;
  }
  .body-reference.ese-reference .detail.detail-20 h2 {
    max-width: 100%;
  }
  .body-reference.ese-reference .detail.detail-20 img {
    left: -130px;
  }
  .body-reference.ese-reference .detail.detail-30 h2 {
    max-width: 100%;
  }
  .body-reference.ese-reference .detail.detail-30 img {
    left: -960px;
  }
}
.body-reference.adonis-index-reference .filter-header {
  background: #000000 url("../images/jumbotron-adonis-index.png") no-repeat top center;
}
.body-reference.adonis-index-reference header h1 {
  width: 90%;
  font-size: 41px;
  line-height: 1.618;
}
.body-reference.adonis-index-reference header h1 span {
  color: #e2d31c;
}
@media (max-width: 626px) {
  .body-reference.adonis-index-reference header h1 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .body-reference.adonis-index-reference header h1 {
    font-size: 32px;
  }
}
.body-reference.adonis-index-reference .detail-10 {
  background-image: url("../images/ai-first.jpg");
}
.body-reference.adonis-index-reference .detail-10 h2 {
  max-width: 540px;
  left: 20px;
}
.body-reference.adonis-index-reference .detail-20 {
  background-image: url("../images/ai-second.jpg");
}
.body-reference.adonis-index-reference .detail-20 h2 {
  max-width: 565px;
  right: 20px;
}
.body-reference.adonis-index-reference .detail-30 {
  background-image: url("../images/ai-tertiary.jpg");
}
.body-reference.adonis-index-reference .detail-30 h2 {
  max-width: 551px;
  left: 20px;
}
.body-reference.adonis-index-reference .header-browser {
  background-color: #FFFFFF;
}
.body-reference.adonis-index-reference .header-browser img {
  top: -100px;
  margin-top: -120px;
  position: relative;
}
.body-reference.adonis-index-reference .flofit-detail .number .circle.left {
  background-color: #efd907;
}
.body-reference.adonis-index-reference .flofit-detail .number .circle.middle {
  background-color: #000;
}
.body-reference.adonis-index-reference .flofit-detail .number .circle.right {
  background-color: #5e6c7c;
}
.body-reference.adonis-index-reference .flofit-detail .browser-support {
  background: #ddba2c;
}
.body-reference.adonis-index-reference .flofit-detail .browser-support .text img {
  top: 51px;
  left: -194px;
}
.body-reference.adonis-index-reference .flofit-detail .testimonials {
  background: #000000 url("../images/jumbotron-adonis-index.png") no-repeat top center;
}
.body-reference.adonis-index-reference .flofit-detail .testimonials h1 {
  color: #e2d31c;
}
.body-reference.adonis-index-reference .flofit-detail .testimonials .who p span {
  color: #e2d31c;
}
.body-reference.adonis-index-reference .flofit-detail .about-project {
  background-color: #ddba2c;
}
.body-reference.adonis-index-reference .flofit-detail .about-project p {
  color: #000;
}
.body-reference.adonis-index-reference .flofit-detail .about-project p .wv-q-47 {
  right: -88px;
  bottom: -20px;
}
.body-reference.adonis-index-reference .flofit-detail .give-services .prefix-ok h2:before {
  color: #e7c307;
}
@media (max-width: 767px) {
  .body-reference.adonis-index-reference .detail.detail-10 h2 {
    max-width: 100%;
  }
  .body-reference.adonis-index-reference .detail.detail-10 img {
    left: -1050px;
  }
  .body-reference.adonis-index-reference .detail.detail-20 h2 {
    max-width: 100%;
  }
  .body-reference.adonis-index-reference .detail.detail-20 img {
    left: -300px;
  }
  .body-reference.adonis-index-reference .detail.detail-30 h2 {
    max-width: 100%;
  }
  .body-reference.adonis-index-reference .detail.detail-30 img {
    left: -1080px;
  }
}
.body-reference.venus-index-reference .filter-header {
  background: #59B2DB url("../images/jumbotron-venus-index.png") no-repeat top center;
}
.body-reference.venus-index-reference header h1 {
  width: 90%;
  font-size: 44px;
  line-height: 1.618;
}
.body-reference.venus-index-reference header h1 span {
  color: #00477b;
}
@media (max-width: 626px) {
  .body-reference.venus-index-reference header h1 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .body-reference.venus-index-reference header h1 {
    font-size: 32px;
  }
}
.body-reference.venus-index-reference .detail-10 {
  background-image: url("../images/vi-first.jpg");
}
.body-reference.venus-index-reference .detail-10 h2 {
  max-width: 509px;
  right: 20px;
}
.body-reference.venus-index-reference .detail-20 {
  background-image: url("../images/vi-second.jpg");
}
.body-reference.venus-index-reference .detail-20 h2 {
  max-width: 529px;
  left: 20px;
}
.body-reference.venus-index-reference .detail-30 {
  background-image: url("../images/vi-tertiary.jpg");
}
.body-reference.venus-index-reference .detail-30 h2 {
  max-width: 550px;
  color: #154368;
  right: 20px;
}
.body-reference.venus-index-reference .header-browser {
  background-color: #FFFFFF;
}
.body-reference.venus-index-reference .header-browser img {
  top: -100px;
  margin-top: -120px;
  position: relative;
}
.body-reference.venus-index-reference .flofit-detail .number .circle.left {
  background-color: #59b2db;
}
.body-reference.venus-index-reference .flofit-detail .number .circle.middle {
  background-color: #00386d;
}
.body-reference.venus-index-reference .flofit-detail .number .circle.right {
  background-color: #586a75;
}
.body-reference.venus-index-reference .flofit-detail .browser-support {
  background-image: linear-gradient(to top, #22a2ea 0%, #97c6e9 100%);
}
.body-reference.venus-index-reference .flofit-detail .browser-support .text {
  position: absolute;
  right: -160px;
  top: 0;
  text-align: left;
}
.body-reference.venus-index-reference .flofit-detail .browser-support .text img {
  top: -117px;
  left: -982px;
  z-index: 1;
}
.body-reference.venus-index-reference .flofit-detail .testimonials {
  position: relative;
  background: #59b2db url("../images/vi-testimonial-bg.jpg") no-repeat top center / cover;
}
.body-reference.venus-index-reference .flofit-detail .testimonials h1 {
  color: #00477b;
}
.body-reference.venus-index-reference .flofit-detail .testimonials .who {
  margin: 0 auto 50px;
}
.body-reference.venus-index-reference .flofit-detail .testimonials .who p span {
  color: #00477b;
}
.body-reference.venus-index-reference .flofit-detail .about-project {
  background: #00477c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDc3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNkNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00477c 0%, #003d5f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00477c), color-stop(100%, #003d5f));
  background: -webkit-linear-gradient(top, #00477c 0%, #003d5f 100%);
  background: -o-linear-gradient(top, #00477c 0%, #003d5f 100%);
  background: -ms-linear-gradient(top, #00477c 0%, #003d5f 100%);
  background: linear-gradient(to bottom, #00477c 0%, #003d5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00477c', endColorstr='#003d5f', GradientType=0);
}
.body-reference.venus-index-reference .flofit-detail .about-project p {
  color: #fff;
}
.body-reference.venus-index-reference .flofit-detail .about-project .wv-q {
  color: #17bdff;
}
.body-reference.venus-index-reference .flofit-detail .about-project .tiecons {
  font-size: 10px;
  top: -4px;
}
.body-reference.venus-index-reference .flofit-detail .give-services .prefix-ok h2:before {
  color: #65c5ea;
}
.body-reference.venus-index-reference .background-vi {
  background: #59b2db url("../images/vi-testimonial-bg.jpg") no-repeat top center / cover;
}
@media (max-width: 767px) {
  .body-reference.venus-index-reference header {
    min-height: 0;
  }
  .body-reference.venus-index-reference header .filter-header {
    min-height: 0;
  }
  .body-reference.venus-index-reference .detail.detail-10 h2 {
    max-width: 100%;
  }
  .body-reference.venus-index-reference .detail.detail-10 img {
    left: -180px;
  }
  .body-reference.venus-index-reference .detail.detail-20 h2 {
    max-width: 100%;
  }
  .body-reference.venus-index-reference .detail.detail-20 img {
    left: -830px;
  }
  .body-reference.venus-index-reference .detail.detail-30 h2 {
    max-width: 100%;
    color: #ffffff;
  }
  .body-reference.venus-index-reference .detail.detail-30 img {
    left: -460px;
  }
}
.body-reference.hot-at-home-reference .filter-header {
  background: #520E12 url("../images/jumbotron-hot-at-home.png") no-repeat top center / cover;
}
.body-reference.hot-at-home-reference header h1 {
  width: 90%;
  font-size: 44px;
  line-height: 1.618;
}
.body-reference.hot-at-home-reference .detail-10 {
  background: url("../images/hah-first.jpg") no-repeat top center;
}
.body-reference.hot-at-home-reference .detail-10 h2 {
  max-width: 492px;
  right: 20px;
}
.body-reference.hot-at-home-reference .detail-20 {
  background: url("../images/hah-second.jpg") no-repeat top center;
}
.body-reference.hot-at-home-reference .detail-20 h2 {
  max-width: 484px;
  color: #cc0e2b;
  left: 20px;
}
.body-reference.hot-at-home-reference .detail-30 {
  background: url("../images/hah-tertiary.jpg") no-repeat top center;
}
.body-reference.hot-at-home-reference .detail-30 h2 {
  max-width: 524px;
  right: 20px;
}
.body-reference.hot-at-home-reference .header-browser {
  background-color: #FFFFFF;
}
.body-reference.hot-at-home-reference .header-browser img {
  top: -150px;
  margin-top: -60px;
  position: relative;
}
.body-reference.hot-at-home-reference .flofit-detail {
  position: relative;
}
.body-reference.hot-at-home-reference .flofit-detail .number .circle.left {
  background-color: #941a21;
}
.body-reference.hot-at-home-reference .flofit-detail .number .circle.middle {
  background-color: #000;
}
.body-reference.hot-at-home-reference .flofit-detail .number .circle.right {
  background-color: #586a75;
}
.body-reference.hot-at-home-reference .flofit-detail .browser-support {
  background: #fff;
}
.body-reference.hot-at-home-reference .flofit-detail .browser-support .mobile-cover {
  background: url("../images/hot-at-home-mobile-cover-bg.png") repeat top center;
  margin-top: 360px;
}
.body-reference.hot-at-home-reference .flofit-detail .browser-support .mobile-cover img {
  top: -317px;
  left: -73px;
}
.body-reference.hot-at-home-reference .flofit-detail .browser-support .text img {
  bottom: 0;
  top: auto;
  left: -70px;
}
.body-reference.hot-at-home-reference .flofit-detail .testimonials {
  background-color: #e9e9e9;
}
.body-reference.hot-at-home-reference .flofit-detail .testimonials h1 {
  color: #e07474;
}
.body-reference.hot-at-home-reference .flofit-detail .testimonials p {
  color: #383838;
}
.body-reference.hot-at-home-reference .flofit-detail .testimonials .who p {
  color: #e7545a;
}
.body-reference.hot-at-home-reference .flofit-detail .testimonials .who p span {
  color: #383838;
}
.body-reference.hot-at-home-reference .flofit-detail .about-project {
  background: #4A0E10 url("../images/hah-about-bg.jpg") no-repeat top center / cover;
}
.body-reference.hot-at-home-reference .flofit-detail .about-project p {
  color: #fff;
}
.body-reference.hot-at-home-reference .flofit-detail .give-services .prefix-ok h2:before {
  color: #d50f00;
}
.body-reference.hot-at-home-reference .background-hah {
  background: #000000 url("../images/jumbotron-hot-at-home.png") no-repeat top center / cover;
}
@media (max-width: 767px) {
  .body-reference.hot-at-home-reference .detail.detail-10 h2 {
    max-width: 100%;
  }
  .body-reference.hot-at-home-reference .detail.detail-10 img {
    left: -110px;
  }
  .body-reference.hot-at-home-reference .detail.detail-20 h2 {
    max-width: 100%;
    color: #ffffff;
  }
  .body-reference.hot-at-home-reference .detail.detail-20 img {
    left: -1010px;
  }
  .body-reference.hot-at-home-reference .detail.detail-30 h2 {
    max-width: 100%;
  }
  .body-reference.hot-at-home-reference .detail.detail-30 img {
    left: -210px;
  }
}
.body-reference.thin-form-within-reference .filter-header {
  background: #21134B url("../images/jumbotron-thin-from-within.png") no-repeat top center / cover;
}
.body-reference.thin-form-within-reference header h1 {
  width: 90%;
  font-size: 40px;
  line-height: 1.618;
}
.body-reference.thin-form-within-reference header h1 span {
  color: #59a600;
}
.body-reference.thin-form-within-reference .detail-10 {
  background: url("../images/tfw-first.jpg") no-repeat top center;
}
.body-reference.thin-form-within-reference .detail-10 h2 {
  max-width: 406px;
  color: #281756;
  left: 20px;
}
.body-reference.thin-form-within-reference .detail-20 {
  background: url("../images/tfw-second.jpg") no-repeat top center;
}
.body-reference.thin-form-within-reference .detail-20 h2 {
  max-width: 474px;
  right: 20px;
}
.body-reference.thin-form-within-reference .detail-30 {
  background: url("../images/tfw-tertiary.jpg") no-repeat top center;
}
.body-reference.thin-form-within-reference .detail-30 h2 {
  max-width: 537px;
  left: 20px;
}
.body-reference.thin-form-within-reference .header-browser {
  background-color: #FFFFFF;
}
.body-reference.thin-form-within-reference .header-browser img {
  top: -100px;
  margin-top: -110px;
  position: relative;
}
.body-reference.thin-form-within-reference .flofit-detail {
  position: relative;
}
.body-reference.thin-form-within-reference .flofit-detail .number .circle.left {
  background-color: #6fb800;
}
.body-reference.thin-form-within-reference .flofit-detail .number .circle.middle {
  background-color: #2b195d;
}
.body-reference.thin-form-within-reference .flofit-detail .number .circle.right {
  background-color: #586a75;
}
.body-reference.thin-form-within-reference .flofit-detail .browser-support {
  background: #2b195d;
}
.body-reference.thin-form-within-reference .flofit-detail .browser-support .text img {
  bottom: 0;
  top: auto;
  left: -14px;
}
.body-reference.thin-form-within-reference .flofit-detail .testimonials {
  background-color: #6fb800;
}
.body-reference.thin-form-within-reference .flofit-detail .testimonials h1 {
  color: #2b195d;
}
.body-reference.thin-form-within-reference .flofit-detail .testimonials .who p span {
  color: #2b195d;
}
.body-reference.thin-form-within-reference .flofit-detail .about-project {
  background-color: #281756;
}
.body-reference.thin-form-within-reference .flofit-detail .about-project p {
  color: #fff;
}
.body-reference.thin-form-within-reference .flofit-detail .about-project p i {
  color: #40da3b;
}
.body-reference.thin-form-within-reference .flofit-detail .give-services .prefix-ok h2:before {
  color: #7043aa;
}
@media (max-width: 767px) {
  .body-reference.thin-form-within-reference .background-tfw {
    background: #000000 url("../images/jumbotron-thin-from-within.png") no-repeat top center / cover;
  }
  .body-reference.thin-form-within-reference .detail.detail-10 h2 {
    max-width: 100%;
    color: #fff;
  }
  .body-reference.thin-form-within-reference .detail.detail-10 img {
    left: -950px;
  }
  .body-reference.thin-form-within-reference .detail.detail-20 h2 {
    max-width: 100%;
  }
  .body-reference.thin-form-within-reference .detail.detail-20 img {
    left: -550px;
  }
  .body-reference.thin-form-within-reference .detail.detail-30 h2 {
    max-width: 100%;
  }
  .body-reference.thin-form-within-reference .detail.detail-30 img {
    left: -1080px;
  }
}
.body-reference .filter-header i {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .body-reference .filter-header {
    background: #00254E;
  }
}
.body-reference .detail {
  padding: 0 20px;
  background: no-repeat center top / cover;
}
.body-reference .detail img {
  display: none;
}
.body-reference .detail .container {
  height: 542px;
  position: relative;
}
.body-reference .detail h2 {
  color: white;
  font-size: 34px;
  font-weight: 200;
  line-height: 52px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.body-reference header .label-navigation span {
  background-color: #FFFFFF;
}
.body-reference header h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 46px;
}
.body-reference header .circle {
  width: 126px;
  height: 126px;
  border-radius: 100px;
}
.body-reference header .circle span {
  color: #FFFFFF;
  position: relative;
  line-height: 126px;
  width: 126px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-weight: 200;
}
.body-reference header p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  max-width: 125px;
  margin: 10px auto;
}
@media (max-width: 626px) {
  .body-reference header .circle {
    width: 110px;
    height: 110px;
  }
  .body-reference header .circle span {
    width: 110px;
    line-height: 110px;
  }
}
@media (max-width: 479px) {
  .body-reference header .circle {
    width: 80px;
    height: 80px;
  }
  .body-reference header .circle span {
    width: 76px;
    line-height: 76px;
    font-size: 26px;
  }
}
.body-reference .flofit-detail {
  background-color: #FFFFFF;
  overflow: hidden;
}
.body-reference .flofit-detail .wv-flofitlogo {
  font-size: 412px;
  color: #f1f1f1;
  bottom: 60px;
  right: -1173px;
}
.body-reference .flofit-detail h1 {
  color: #020202;
  font-size: 34px;
  font-weight: 300;
}
.body-reference .flofit-detail .number {
  display: inline-block;
  text-align: center;
}
.body-reference .flofit-detail .number .circle {
  width: 123px;
  height: 123px;
  border-radius: 55px;
  text-align: center;
}
.body-reference .flofit-detail .number .circle span {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 400;
  position: relative;
  top: 31px;
  line-height: 60px;
}
.body-reference .flofit-detail .number p {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 300;
  max-width: 125px;
  margin: 10px auto;
}
.body-reference .flofit-detail .graph-wrap img {
  position: absolute;
  top: 0;
  left: 235px;
}
.body-reference .flofit-detail .browser-support .text {
  text-align: right;
  width: 210px;
  margin-top: 155px;
}
.body-reference .flofit-detail .browser-support .text span {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: lighter;
  line-height: 40px;
  background-color: #00aeef;
  float: none;
  display: inline-block;
  padding: 0 14px;
}
.body-reference .flofit-detail .browser-support .text img {
  top: 80px;
  left: -20px;
}
.body-reference .flofit-detail .testimonials .circle {
  width: 129px;
  height: 129px;
  overflow: hidden;
  border: solid 2px transparent;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}
.body-reference .flofit-detail .testimonials .circle img {
  width: 100%;
}
.body-reference .flofit-detail .testimonials h1 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 40px;
}
.body-reference .flofit-detail .testimonials p {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: lighter;
  font-style: italic;
  line-height: 39px;
  margin-top: 30px;
}
.body-reference .flofit-detail .testimonials .who {
  margin: 20px 0 0;
}
.body-reference .flofit-detail .testimonials .who p {
  font-weight: 200;
  line-height: 23px;
  color: #fff;
  font-size: 23px;
}
.body-reference .flofit-detail .testimonials .who p span {
  display: block;
  font-size: 15px;
}
@media (max-width: 767px) {
  .body-reference .flofit-detail .testimonials {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body-reference .flofit-detail .testimonials h1 {
    margin-bottom: 40px;
  }
  .body-reference .flofit-detail .testimonials p {
    font-size: 18px;
    line-height: 1.618;
  }
}
.body-reference .flofit-detail .about-project {
  padding: 115px 0;
}
.body-reference .flofit-detail .about-project h1 {
  color: #020202;
  font-size: 34px;
  font-weight: 200;
  margin: 0 auto 20px;
}
.body-reference .flofit-detail .about-project h2 {
  color: #020202;
  font-size: 26px;
  font-weight: 200;
}
.body-reference .flofit-detail .about-project p {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  font-weight: lighter;
}
.body-reference .flofit-detail .about-project p.speech {
  font-size: 19px;
  line-height: 27px;
  color: #00386d;
}
.body-reference .flofit-detail .about-project .wv-q {
  font-size: 48px;
  position: absolute;
}
.body-reference .flofit-detail .about-project .wv-q.wv-q-472 {
  left: -68px;
  top: -38px;
}
.body-reference .flofit-detail .about-project .wv-q.wv-q-47 {
  right: -68px;
  bottom: 0;
}
@media (max-width: 767px) {
  .body-reference .flofit-detail .about-project {
    background-image: none;
    padding-bottom: 40px;
  }
  .body-reference .flofit-detail .about-project h1 {
    margin: 40px auto;
  }
  .body-reference .flofit-detail .about-project p {
    margin: 30px auto;
    height: auto;
  }
}
.body-reference .flofit-detail .give-services {
  padding-bottom: 70px;
  overflow: hidden;
}
.body-reference .flofit-detail .give-services .wv-flofitlogo {
  font-size: 412px;
  color: #f1f1f1;
  bottom: -137px;
  right: -762px;
}
.body-reference .flofit-detail .give-services h1 {
  color: #020202;
  font-size: 34px;
  font-weight: 200;
  margin: 80px auto 70px;
}
.body-reference .flofit-detail .give-services .prefix-ok {
  padding: 0 10px;
}
.body-reference .flofit-detail .give-services .prefix-ok h2 {
  color: #000;
  font-size: 23px;
  font-weight: 300;
  padding-left: 50px;
  position: relative;
  line-height: 33px;
  margin-bottom: 8px;
}
.body-reference .flofit-detail .give-services .prefix-ok h2:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 33px;
  content: "\e61a";
  font-family: 'wv';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-reference .flofit-detail .give-services .prefix-ok p {
  margin-bottom: 20px;
  padding-left: 50px;
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
@media (max-width: 479px) {
  .body-reference .flofit-detail .give-services {
    padding-bottom: 50px;
  }
  .body-reference .flofit-detail .give-services h1 {
    margin: 40px auto;
  }
}
.body-reference .give-services .hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.body-reference .give-services .hover:hover:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.body-reference .give-services .hover:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.body-reference .give-services .hover:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMzU1MSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDM1NTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(45, 53, 81, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45, 53, 81, 0)), color-stop(100%, rgba(0, 0, 0, 0.78)));
  background: -webkit-linear-gradient(top, rgba(45, 53, 81, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  background: -o-linear-gradient(top, rgba(45, 53, 81, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  background: -ms-linear-gradient(top, rgba(45, 53, 81, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  background: linear-gradient(to bottom, rgba(45, 53, 81, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002d3551', endColorstr='#2d3551', GradientType=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.body-reference .give-services .hover .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  font-weight: lighter;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  .body-reference .give-services .hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .body-reference .give-services .hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .body-reference .detail {
    background: none !important;
    padding: 0;
  }
  .body-reference .detail h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.618;
    padding: 40px 20px;
    position: static;
    text-align: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .body-reference .detail img {
    max-width: none;
    position: relative;
    display: block;
  }
  .body-reference .detail .container {
    height: auto;
  }
  .body-reference .flofit-detail .about-project {
    padding: 30px 0;
  }
  .body-reference .flofit-detail .about-project p {
    font-size: 18px;
    line-height: 1.618;
  }
}
.slider {
  height: 608px;
  overflow: hidden;
}
.slider .arrow {
  font-size: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  color: #bbbbbb;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  text-shadow: 0 0 10px #000000;
}
.slider .arrow:hover {
  color: #ffffff;
}
.slider .tiecons-arrow-tall-light-left {
  left: 0;
}
.slider .tiecons-arrow-tall-light-right {
  right: 0;
}
.slider .area {
  position: absolute;
  left: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.slider .slide {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider .tiecons-arrow-tall-light-left {
    left: 0%;
  }
  .slider .tiecons-arrow-tall-light-right {
    right: 0%;
  }
}
.offer {
  text-align: center;
  background-color: #2d3551;
  padding: 60px 0;
  background-image: url(../images/background-contact.png);
  background-position: center;
  background-repeat: no-repeat;
}
.offer h1 {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.offer p {
  font-size: 16px;
  font-weight: 400;
  color: #7a829c;
  margin-bottom: 25px;
}
.offer .btn {
  display: inline-block;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  font-size: 22px;
  border-radius: 999px;
  text-align: center;
  padding: 17px 44px;
  line-height: 1;
  font-weight: 200;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.offer .btn:hover {
  background-color: #ffffff;
  color: #2a324c;
}
@media (max-width: 479px) {
  .offer .btn {
    width: 280px;
    font-size: 17px;
  }
}
.products .product .container {
  position: relative;
}
.products .product h1 {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.products .product p {
  font-size: 17px;
  font-weight: 300;
  color: #FFFFFF;
}
.products .first {
  background-color: #e4e4e4;
}
.products .first h1,
.products .first p {
  color: #2d3551;
}
.products .second {
  background-color: #2d3551;
}
.products .third {
  background-color: #6e7693;
}
.products .fourth {
  background-color: #e4e4e4;
}
.products .fourth h1,
.products .fourth p {
  color: #2d3551;
}
.products .fifth {
  background-color: #2d3551;
}
.products .sixth {
  background-color: #6e7693;
}
.products .seventh {
  background-color: #2d3551;
}
.web .first {
  padding: 120px 0 90px 0;
}
.web .first img {
  position: absolute;
  top: -20px;
  right: 0;
}
.web .second {
  padding: 95px 0 80px 0;
}
.web .second img {
  position: absolute;
  top: 80px;
  left: 20px;
}
.web .third {
  padding: 110px 0 110px 0;
}
.web .third img {
  position: absolute;
  top: -50px;
  right: -45px;
}
.web .fourth {
  padding: 100px 0 80px 0;
}
.web .fourth img {
  position: absolute;
  top: 40px;
  left: 10px;
}
.web .fifth {
  padding: 100px 0 80px 0;
}
.web .fifth img {
  position: absolute;
  top: -40px;
  right: 120px;
}
.web .sixth {
  padding: 105px 0 80px 0;
}
.web .sixth img {
  position: absolute;
  top: 50px;
  left: -130px;
}
.web .seventh {
  padding: 100px 0 130px 0;
}
.web .seventh img {
  position: absolute;
  top: 20px;
  right: 0;
}
.app .first {
  padding: 90px 0;
}
.app .first img {
  position: absolute;
  top: 30px;
  right: 10px;
}
.app .second {
  padding: 90px 0;
}
.app .second img {
  position: absolute;
  top: 20px;
  left: 85px;
}
.app .third {
  padding: 105px 0;
}
.app .third img {
  position: absolute;
  top: 10px;
  right: 0;
}
.app .fourth {
  padding: 100px 0;
}
.app .fourth img {
  position: absolute;
  top: 10px;
  left: 20px;
}
.app .fifth {
  padding: 80px 0;
}
.app .fifth img {
  position: absolute;
  top: 90px;
  right: 120px;
}
.app .sixth {
  padding: 100px 0;
}
.app .sixth img {
  position: absolute;
  top: 80px;
  left: 0;
}
.conversion .first {
  padding: 80px 0;
}
.conversion .first img {
  position: absolute;
  top: 30px;
  right: 45px;
}
.conversion .second {
  padding: 95px 0;
}
.conversion .second img {
  position: absolute;
  top: 50px;
  left: 90px;
}
.conversion .third {
  padding: 75px 0;
}
.conversion .third img {
  position: absolute;
  top: 120px;
  right: 10px;
}
.conversion .fourth {
  padding: 75px 0;
}
.conversion .fourth img {
  position: absolute;
  top: 75px;
  left: 45px;
}
.conversion .fifth {
  padding: 90px 0;
}
.conversion .fifth img {
  position: absolute;
  top: 5px;
  right: 85px;
}
.properties {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
.properties h1 {
  font-size: 30px;
  font-weight: 300;
  color: #020202;
  margin-bottom: 90px;
}
.properties h2 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
.properties p {
  font-size: 14px;
  font-weight: 300;
  color: #2d3551;
}
.properties .item {
  position: relative;
  display: inline-block;
  width: 230px;
  text-align: left;
  margin-bottom: 90px;
  margin-left: 60px;
  vertical-align: top;
}
.properties .item .icon {
  position: absolute;
  top: -12px;
  left: -60px;
}
.properties .item p {
  width: 210px;
}
.properties .btn {
  display: inline-block;
  line-height: 1;
  font-weight: 200;
  padding: 20px 44px;
  background-color: transparent;
  color: #2d3551;
  border: 1px solid #2d3551;
  font-size: 22px;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.properties .btn:hover {
  background-color: #2d3551;
  color: #ffffff;
}
.full-service {
  background-image: linear-gradient(86deg, #ffde00 0%, #f9a132 100%);
  padding: 70px 0 80px 0;
  text-align: center;
}
.full-service h1 {
  font-size: 30px;
  font-weight: 300;
  color: #020202;
  margin-bottom: 30px;
}
.full-service p {
  font-size: 19px;
  font-weight: 400;
  color: #283544;
  margin-bottom: 50px;
}
.full-service h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 10px auto 15px auto;
}
.full-service .span-large-7 p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.full-service a p {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .products .product img {
    max-width: 45%;
    top: 50%;
    margin-top: -25%;
  }
  .products .product .left {
    left: 10px;
  }
  .products .product .right {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .properties {
    padding: 30px 0;
  }
  .properties h1 {
    margin-bottom: 25px;
  }
  .properties .item {
    width: 290px;
    text-align: left;
    margin: 20px 0;
  }
  .properties .item h2 {
    padding-left: 50px;
  }
  .properties .item .icon {
    left: 0px;
  }
  .properties .item p {
    width: 100%;
  }
  .products .product {
    padding: 60px 0 !important;
  }
  .products .product h1 {
    margin-bottom: 20px;
  }
  .products .product img {
    position: relative;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    max-width: 96% !important;
    float: none;
    display: block;
    margin: 30px auto 0 auto;
  }
  .full-service {
    padding: 50px 0 30px 0;
  }
  .full-service p {
    margin-bottom: 25px;
  }
  .full-service .span-large-7 {
    margin-bottom: 20px !important;
  }
  .analyze .text-left {
    text-align: center !important;
  }
  .analyze .button {
    margin-top: 0 !important;
    float: none !important;
  }
}
.kariera-body {
  overflow-x: hidden;
}
.kariera-body header {
  background: url("../images/kariera-bg-header.jpg") no-repeat top center / cover fixed;
  height: 840px;
}
.kariera-body header h1 {
  text-align: center;
  margin-top: 20px;
}
.kariera-body header p {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  font-weight: lighter;
}
.kariera-body header .filter-header {
  height: 840px;
}
.kariera-body .kariera-main-info {
  background: #2d3551 url("../images/kariera-main-info-bg.jpg") no-repeat top center / cover;
  padding: 80px 0 130px;
  text-align: center;
  font-size: 26px;
  font-weight: lighter;
  line-height: 43px;
  color: #fff;
}
.kariera-body .kariera-main-info .container {
  position: relative;
}
.kariera-body .kariera-main-info .first-foto {
  position: absolute;
  top: -330px;
  left: -132px;
}
.kariera-body .kariera-main-info h2 {
  color: #faca01;
  margin: 70px auto 10px;
}
.kariera-body .kariera-information {
  background: url("../images/kariera-information-bg.jpg") no-repeat center / cover fixed;
}
.kariera-body .kariera-information .filter-header {
  background-color: rgba(45, 53, 81, 0.86);
  padding: 115px 0 10px;
}
.kariera-body .kariera-information .container {
  position: relative;
}
.kariera-body .kariera-information .second-foto {
  position: absolute;
  top: -320px;
  right: -130px;
}
.kariera-body .kariera-information h1 {
  color: #faca01;
  font-size: 30px;
  font-weight: lighter;
  line-height: 24px;
  margin-bottom: 70px;
}
.kariera-body .kariera-information h2 {
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  line-height: 24px;
  text-transform: uppercase;
}
.kariera-body .kariera-information .divider {
  width: 44px;
  height: 1px;
  background-color: #e2b810;
  display: inline-block;
}
.kariera-body .kariera-information ul {
  margin-bottom: 120px;
}
.kariera-body .kariera-information li {
  color: #b4bcc8;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
}
.kariera-body .kariera-information li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.kariera-body .nabidka {
  background: #fed10b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWFkMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fed10b 0%, #faad27 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fed10b), color-stop(100%, #faad27));
  background: -webkit-linear-gradient(left, #fed10b 0%, #faad27 100%);
  background: -o-linear-gradient(left, #fed10b 0%, #faad27 100%);
  background: -ms-linear-gradient(left, #fed10b 0%, #faad27 100%);
  background: linear-gradient(to right, #fed10b 0%, #faad27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed10b', endColorstr='#faad27', GradientType=1);
  text-align: center;
  padding: 70px 0 100px;
}
.kariera-body .nabidka .container {
  position: relative;
}
.kariera-body .nabidka .tertiary-foto {
  position: absolute;
  left: -117px;
  top: -30px;
}
.kariera-body .nabidka h1 {
  color: #2d3551;
  font-size: 33px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.kariera-body .nabidka ul {
  text-align: left;
  display: inline-block;
  margin-left: calc(50% - 195px);
  position: relative;
}
.kariera-body .nabidka li {
  color: #2d3551;
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
  position: relative;
  padding-left: 15px;
}
.kariera-body .nabidka li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.kariera-body #form h2 {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 852px) {
  .analyze {
    padding: 50px 0;
  }
  .analyze span {
    font-size: 20px;
  }
  .analyze .button-second-trans {
    font-size: 20px;
    padding: 18px 38px;
  }
  .testimonials .bubble {
    width: 75%;
    margin: 0 auto 170px;
  }
  .testimonial-left .author {
    position: absolute;
    left: -23px;
    right: auto;
    top: auto;
    bottom: -104px;
  }
  .testimonial-left .author .mark {
    top: -30px;
    left: -16px;
  }
  .testimonials .testimonial-right .author {
    position: absolute;
    right: -70px;
    top: auto;
    bottom: -104px;
  }
  .testimonials .testimonial-right .author .mark {
    bottom: 115px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .lang {
    margin: 46px 10px;
    position: absolute;
    width: 200px;
    left: -99px;
    top: 56px;
  }
  .homepage header .wv-1 {
    font-size: 33px;
  }
  .homepage header .wv-2 {
    font-size: 27px;
  }
  .homepage header .wv-3 {
    font-size: 41px;
  }
  header .static-small {
    position: static !important;
  }
  header h1 {
    width: auto;
    font-size: 42px;
    line-height: 1.4;
    margin: 30px auto 40px;
  }
  header .circle {
    width: 80px;
    height: 80px;
  }
  header section .left-arrow,
  header section .right-arrow {
    display: none !important;
  }
  header input:checked ~ div .static-small nav .main-navigation {
    top: 160px;
  }
  header nav {
    margin-right: 10px;
    position: static;
  }
  header nav .main-navigation {
    top: 130px;
    padding: 45px 25px;
  }
  header nav .main-navigation ul li {
    margin-top: 20px;
  }
  header nav .main-navigation ul li a {
    font-size: 17px;
    padding: 10px 0;
  }
  .case-study {
    min-height: 0;
    padding: 54px 0;
  }
  .case-study span {
    font-size: 22px;
  }
  .case-study .button-prim-trans {
    font-size: 20px;
  }
  .analyze {
    padding: 40px 0;
  }
  .technologie {
    padding: 50px 0 30px;
  }
  .technologie h2 {
    margin-bottom: 30px;
  }
  footer .main-logo {
    display: block;
    text-align: center;
    top: 0;
  }
  footer nav.navbar {
    text-align: center;
    padding: 10px 0;
  }
  .form {
    padding: 40px 0 50px;
  }
  .form h2 {
    margin-bottom: 40px;
  }
  .form form .form-select {
    display: block;
    margin-right: 0 !important;
  }
  .form form .form-select label span {
    width: 200px;
    display: inline-block;
  }
  .form form label {
    display: block;
    margin-bottom: 30px;
  }
  .form form label span {
    width: 200px;
    display: inline-block;
  }
  .form form input {
    margin-right: auto !important;
  }
  .kariera-body header {
    height: auto;
    min-height: 500px;
  }
  .kariera-body header p {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.618;
  }
  .kariera-body header .filter-header {
    min-height: 500px;
    height: auto;
  }
  .kariera-body .first-foto,
  .kariera-body .second-foto,
  .kariera-body .tertiary-foto {
    display: none;
  }
  .kariera-body .kariera-main-info {
    padding: 0 0 50px;
    background-image: none;
  }
  .kariera-body .kariera-main-info h2 {
    font-size: 26px;
    margin-top: 40px;
  }
  .kariera-body .kariera-main-info p {
    font-size: 20px;
    line-height: 1.618;
  }
  .kariera-body .kariera-information ul {
    margin-bottom: 40px;
  }
  .kariera-body .kariera-information .filter-header {
    padding-top: 40px;
    min-height: 100%;
  }
  .kariera-body .kariera-information h1 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .kariera-body .kariera-information h2 {
    font-size: 18px;
  }
  .kariera-body .kariera-information li {
    font-size: 14px;
    line-height: 26px;
  }
  .kariera-body .nabidka {
    padding: 40px 0;
  }
  .kariera-body .nabidka h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .kariera-body .nabidka ul {
    margin-left: calc(50% - 142px);
  }
  .kariera-body .nabidka li {
    font-size: 16px;
    line-height: 1.618;
  }
  .kariera-body #form {
    min-height: 100%;
  }
  .kariera-body #form h2 {
    font-size: 20px;
  }
  .partners-body p {
    text-align: center;
  }
  .guys > div:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (max-width: 723px) {
  .analyze span {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 595px) {
  .testimonials .bubble {
    width: 85%;
  }
  .testimonials .testimonial-left .author {
    bottom: -45px;
  }
  .testimonials .testimonial-left .author > img {
    display: none;
  }
  .testimonials .testimonial-left .author .circle {
    width: 70px;
    height: 70px;
  }
  .testimonials .testimonial-left .author hgroup {
    left: 80px;
    top: 38px;
  }
  .testimonials .testimonial-right .author {
    bottom: -45px;
    right: -20px;
  }
  .testimonials .testimonial-right .author > img {
    display: none;
  }
  .testimonials .testimonial-right .author .circle {
    width: 70px;
    height: 70px;
  }
  .testimonials .testimonial-right .author hgroup {
    left: -85px;
    top: 80px;
  }
  .case-study {
    padding: 34px 0;
  }
  .case-study span {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  body {
    padding-bottom: 0;
  }
  .homepage header .span-mini-8 {
    padding: 0 5px;
  }
  .homepage header h2 {
    text-transform: capitalize;
    font-size: 15px;
  }
  .homepage header h2 span {
    display: none;
  }
  .homepage header p {
    display: none;
  }
  .breadcrumb {
    top: 75px;
    left: 5px;
    border: none;
    font-size: 14px;
  }
  header p {
    margin-bottom: 20px;
  }
  header .main-logo {
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header .main-logo i {
    font-size: 52px;
  }
  header .label-navigation {
    margin-top: 0;
    padding: 32px;
  }
  header h1 {
    width: auto;
    line-height: 1.4;
    margin: 10px auto 30px;
  }
  header input:checked ~ div .static-small nav .main-navigation {
    top: 0;
  }
  header input:checked ~ div .main-logo {
    opacity: 0;
  }
  header .lang {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px 10px;
    opacity: 0;
    pointer-events: none;
    width: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header input:checked ~ div .lang {
    opacity: 1;
    pointer-events: auto;
  }
  header .main-navigation.navbar {
    top: -20px;
    padding: 80px 0 0;
    height: 100%;
    background-color: #171717;
  }
  header .main-navigation.navbar .first,
  header .main-navigation.navbar .second {
    border-bottom: solid 1px #4A4A4A;
  }
  header .main-navigation.navbar .second .inside,
  header .main-navigation.navbar .third .inside {
    display: block;
  }
  header .main-navigation.navbar ul li {
    display: block;
    border-bottom: solid 1px #4A4A4A;
    margin-top: -1px;
    text-align: center;
  }
  header .main-navigation.navbar ul li:last-of-type {
    border: none;
  }
  header .main-navigation.navbar ul li a {
    display: block;
    padding: 14px 0;
  }
  .testimonials {
    padding-top: 60px;
  }
  .testimonials h1 {
    margin-bottom: 50px;
  }
  .case-study span {
    font-size: 21px;
  }
  .case-study .button-prim-trans {
    font-size: 19px;
  }
  footer {
    position: static;
    height: auto;
  }
  footer nav.navbar {
    text-align: center;
    padding: 0;
    margin-top: -10px;
    position: relative;
  }
  footer nav.navbar ul li {
    display: block;
  }
  footer nav.navbar ul li a {
    padding: 10px;
    display: inline-block;
  }
  footer nav.navbar ul li a:after {
    display: none;
  }
  footer nav.navbar ul li:last-child a {
    padding-right: 10px;
  }
  .form form .form-select {
    margin-bottom: 20px;
  }
  .form form .form-select label {
    margin-bottom: 20px;
  }
  .form form .form-select label span {
    width: 100%;
    margin-bottom: 20px;
  }
  .form form label {
    margin-bottom: 20px;
  }
  .form form label span {
    width: 100%;
    margin-bottom: 20px;
  }
  .form form .button-form {
    font-size: 24px;
    padding: 22px 55px;
  }
  .references .reference .btn {
    padding: 8px 14px;
  }
  #slider {
    display: none;
  }
  .shuffle-guy:last-of-type {
    margin-left: 0;
  }
  .last h2,
  .last h3 {
    display: block;
  }
  .last:after {
    display: none;
  }
  .last + .last h2,
  .last + .last h3 {
    display: none;
  }
  .last + .last:after {
    display: block;
  }
  .last + .last.show-all h2,
  .last + .last.show-all h3 {
    display: block;
  }
  .last + .last.show-all:after {
    display: none;
  }
}
/*
 * Copyright (C) Webvalley s.r.o. - All Rights Reserved
 *
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 *
 * See our work at https://webvalley.cz/en
 *
 * Written by Lukas Vlcek <vlcek@webvalley.cz>, January 2015
 */
@font-face {
  font-family: 'wv-q';
  src: url('../fonts/wv-quote/icon.eot?rh7cpl');
  src: url('../fonts/wv-quote/icon.eot?rh7cpl#iefix') format('embedded-opentype'), url('../fonts/wv-quote/icon.ttf?rh7cpl') format('truetype'), url('../fonts/wv-quote/icon.woff?rh7cpl') format('woff'), url('../fonts/wv-quote/icon.svg?rh7cpl#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wv-q {
  font-family: 'wv-q';
}
.wv-q-47:before {
  content: "\e644";
}
.wv-q-472:before {
  content: "\e645";
}
@font-face {
  font-family: 'wv';
  src: url('../fonts/wv/wv.eot?2yn555');
  src: url('../fonts/wv/wv.eot?#iefix2yn555') format('embedded-opentype'), url('../fonts/wv/wv.ttf?2yn555') format('truetype'), url('../fonts/wv/wv.woff?2yn555') format('woff'), url('../fonts/wv/wv.svg?2yn555#wv') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wv {
  font-family: "wv";
}
.wv-arrow-down:before {
  content: "\e601";
}
.wv-fb-negative:before {
  content: "\e605";
}
.wv-fb:before {
  content: "\e606";
}
.wv-flofitlogo:before {
  content: "\e607";
}
.wv-g-negative:before {
  content: "\e608";
}
.wv-g:before {
  content: "\e609";
}
.wv-insta-negative:before {
  content: "\e613";
}
.wv-insta:before {
  content: "\e614";
}
.wv-ok-circle:before {
  content: "\e61a";
}
.wv-twitter-negative:before {
  content: "\e627";
}
.wv-twitter:before {
  content: "\e628";
}
.wv-info3:before {
  content: "\e630";
}
.wv-twitter1:before {
  content: "\e631";
}
.wv-facebook1:before {
  content: "\e632";
}
.wv-social-fb:before {
  content: "\e63b";
}
.wv-social-gplus:before {
  content: "\e63c";
}
.wv-social-insta:before {
  content: "\e63d";
}
.wv-social-twitter:before {
  content: "\e63e";
}
.wv-youtube:before {
  content: "\e640";
}
.wv-youtube2:before {
  content: "\e641";
}
.wv-arrow-light-long-right:before {
  content: "\e643";
}
.wv-1:before {
  content: "\e602";
}
.wv-2:before {
  content: "\e603";
}
.wv-3:before {
  content: "\e604";
}
.wv-4:before {
  content: "\e60a";
}
.wv-5:before {
  content: "\e60b";
}
.wv-6:before {
  content: "\e60c";
}
.wv-7:before {
  content: "\e60d";
}
.wv-8:before {
  content: "\e60e";
}
.wv-logo-webvalley:before {
  content: "\e600";
}
@font-face {
  font-family: 'tiecons';
  src: url('../fonts/tiecons/tiecons.eot?aset2q');
  src: url('../fonts/tiecons/tiecons.eot?#iefixaset2q') format('embedded-opentype'), url('../fonts/tiecons/tiecons.ttf?aset2q') format('truetype'), url('../fonts/tiecons/tiecons.woff?aset2q') format('woff'), url('../fonts/tiecons/tiecons.svg?aset2q#tiecons') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: 'tiecons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tiecons-absolvent:before {
  content: "\e600";
}
.tiecons-arrow-bold-down:before {
  content: "\e601";
}
.tiecons-arrow-bold-left:before {
  content: "\e602";
}
.tiecons-arrow-bold-long-down:before {
  content: "\e603";
}
.tiecons-arrow-bold-long-left:before {
  content: "\e604";
}
.tiecons-arrow-bold-long-right:before {
  content: "\e605";
}
.tiecons-arrow-bold-long-up:before {
  content: "\e606";
}
.tiecons-arrow-bold-right:before {
  content: "\e607";
}
.tiecons-arrow-bold-up:before {
  content: "\e608";
}
.tiecons-arrow-circle-down:before {
  content: "\e609";
}
.tiecons-arrow-circle-left:before {
  content: "\e60a";
}
.tiecons-arrow-circle-long-down:before {
  content: "\e60b";
}
.tiecons-arrow-circle-long-left:before {
  content: "\e60c";
}
.tiecons-arrow-circle-long-right:before {
  content: "\e60d";
}
.tiecons-arrow-circle-long-up:before {
  content: "\e60e";
}
.tiecons-arrow-circle-right:before {
  content: "\e60f";
}
.tiecons-arrow-circle-up:before {
  content: "\e610";
}
.tiecons-arrow-light-long-down:before {
  content: "\e611";
}
.tiecons-arrow-light-long-left:before {
  content: "\e612";
}
.tiecons-arrow-light-long-right:before {
  content: "\e613";
}
.tiecons-arrow-light-long-up:before {
  content: "\e614";
}
.tiecons-arrow-next-border:before {
  content: "\e615";
}
.tiecons-arrow-next:before {
  content: "\e616";
}
.tiecons-arrow-normal-long-down:before {
  content: "\e617";
}
.tiecons-arrow-normal-long-left:before {
  content: "\e618";
}
.tiecons-arrow-normal-long-right:before {
  content: "\e619";
}
.tiecons-arrow-normal-long-up:before {
  content: "\e61a";
}
.tiecons-arrow-previous-border:before {
  content: "\e61b";
}
.tiecons-arrow-previous:before {
  content: "\e61c";
}
.tiecons-arrow-simple-bold-down:before {
  content: "\e61d";
}
.tiecons-arrow-simple-bold-left:before {
  content: "\e61e";
}
.tiecons-arrow-simple-bold-right:before {
  content: "\e61f";
}
.tiecons-arrow-simple-bold-up:before {
  content: "\e620";
}
.tiecons-arrow-simple-normal-down:before {
  content: "\e621";
}
.tiecons-arrow-simple-normal-left:before {
  content: "\e622";
}
.tiecons-arrow-simple-normal-right:before {
  content: "\e623";
}
.tiecons-arrow-simple-normal-up:before {
  content: "\e624";
}
.tiecons-arrow-tall-light-down:before {
  content: "\e625";
}
.tiecons-arrow-tall-light-left:before {
  content: "\e626";
}
.tiecons-arrow-tall-light-right:before {
  content: "\e627";
}
.tiecons-arrow-tall-light-up:before {
  content: "\e628";
}
.tiecons-arrow-tall-normal-down:before {
  content: "\e629";
}
.tiecons-arrow-tall-normal-left:before {
  content: "\e62a";
}
.tiecons-arrow-tall-normal-right:before {
  content: "\e62b";
}
.tiecons-arrow-tall-normal-up:before {
  content: "\e62c";
}
.tiecons-basket-shop-buy:before {
  content: "\e62d";
}
.tiecons-basket-shop:before {
  content: "\e62e";
}
.tiecons-book-text:before {
  content: "\e62f";
}
.tiecons-book:before {
  content: "\e630";
}
.tiecons-bookmark-1:before {
  content: "\e631";
}
.tiecons-bookmark-2:before {
  content: "\e632";
}
.tiecons-bookmark-3:before {
  content: "\e633";
}
.tiecons-bulb-clear-negative:before {
  content: "\e634";
}
.tiecons-bulb-clear:before {
  content: "\e635";
}
.tiecons-bulb-lights-negative:before {
  content: "\e636";
}
.tiecons-bulb-lights:before {
  content: "\e637";
}
.tiecons-bulb-negative:before {
  content: "\e638";
}
.tiecons-bulb:before {
  content: "\e639";
}
.tiecons-calculator-negative:before {
  content: "\e63a";
}
.tiecons-calculator:before {
  content: "\e63b";
}
.tiecons-calendar-day:before {
  content: "\e63c";
}
.tiecons-calendar:before {
  content: "\e63d";
}
.tiecons-camera-negative:before {
  content: "\e63e";
}
.tiecons-camera:before {
  content: "\e63f";
}
.tiecons-card-negative:before {
  content: "\e640";
}
.tiecons-card:before {
  content: "\e641";
}
.tiecons-circle-bold:before {
  content: "\e642";
}
.tiecons-circle-light:before {
  content: "\e643";
}
.tiecons-circle-negative:before {
  content: "\e644";
}
.tiecons-circle-normal:before {
  content: "\e645";
}
.tiecons-clock-negative:before {
  content: "\e646";
}
.tiecons-clock:before {
  content: "\e647";
}
.tiecons-code-negative:before {
  content: "\e648";
}
.tiecons-code-simple-negative:before {
  content: "\e649";
}
.tiecons-code-simple:before {
  content: "\e64a";
}
.tiecons-code:before {
  content: "\e64b";
}
.tiecons-cross-angular:before {
  content: "\e64c";
}
.tiecons-cross-light:before {
  content: "\e64d";
}
.tiecons-cross-radius:before {
  content: "\e64e";
}
.tiecons-cross-round:before {
  content: "\e64f";
}
.tiecons-display:before {
  content: "\e650";
}
.tiecons-dollar:before {
  content: "\e651";
}
.tiecons-dots-negative:before {
  content: "\e652";
}
.tiecons-dots:before {
  content: "\e653";
}
.tiecons-double-arrow-down:before {
  content: "\e654";
}
.tiecons-double-arrow-left:before {
  content: "\e655";
}
.tiecons-double-arrow-right:before {
  content: "\e656";
}
.tiecons-double-arrow-up:before {
  content: "\e657";
}
.tiecons-download-negative:before {
  content: "\e658";
}
.tiecons-download:before {
  content: "\e659";
}
.tiecons-exclamation-mark-circle-negative:before {
  content: "\e65a";
}
.tiecons-exclamation-mark-circle:before {
  content: "\e65b";
}
.tiecons-exclamation-mark-triangle-negative:before {
  content: "\e65c";
}
.tiecons-exclamation-mark-triangle:before {
  content: "\e65d";
}
.tiecons-exclamation-mark:before {
  content: "\e65e";
}
.tiecons-facebook-angular-negative:before {
  content: "\e65f";
}
.tiecons-facebook-angular:before {
  content: "\e660";
}
.tiecons-facebook-circle-negative:before {
  content: "\e661";
}
.tiecons-facebook-circle:before {
  content: "\e662";
}
.tiecons-facebook-radius-base-negative:before {
  content: "\e663";
}
.tiecons-facebook-radius-base:before {
  content: "\e664";
}
.tiecons-facebook-radius-large-negative:before {
  content: "\e665";
}
.tiecons-facebook-radius-large:before {
  content: "\e666";
}
.tiecons-facebook:before {
  content: "\e667";
}
.tiecons-flag-bold-combined:before {
  content: "\e668";
}
.tiecons-flag-bold:before {
  content: "\e669";
}
.tiecons-flag-combined-negative:before {
  content: "\e66a";
}
.tiecons-flag-light-combined:before {
  content: "\e66b";
}
.tiecons-flag-light:before {
  content: "\e66c";
}
.tiecons-flag-negative:before {
  content: "\e66d";
}
.tiecons-folder-close-negative:before {
  content: "\e66e";
}
.tiecons-folder-close:before {
  content: "\e66f";
}
.tiecons-folder-open-negative:before {
  content: "\e670";
}
.tiecons-folder-open:before {
  content: "\e671";
}
.tiecons-google-plus-angular-negative:before {
  content: "\e672";
}
.tiecons-google-plus-angular:before {
  content: "\e673";
}
.tiecons-google-plus-circle-negative:before {
  content: "\e674";
}
.tiecons-google-plus-circle:before {
  content: "\e675";
}
.tiecons-google-plus-radius-base-negative:before {
  content: "\e676";
}
.tiecons-google-plus-radius-base:before {
  content: "\e677";
}
.tiecons-google-plus-radius-large-negative:before {
  content: "\e678";
}
.tiecons-google-plus-radius-large:before {
  content: "\e679";
}
.tiecons-google-plus:before {
  content: "\e67a";
}
.tiecons-graph-circle:before {
  content: "\e67b";
}
.tiecons-graph-line-negative:before {
  content: "\e67c";
}
.tiecons-graph-line:before {
  content: "\e67d";
}
.tiecons-graph-simle:before {
  content: "\e67e";
}
.tiecons-graph:before {
  content: "\e67f";
}
.tiecons-hand:before {
  content: "\e680";
}
.tiecons-heart-negative:before {
  content: "\e681";
}
.tiecons-heart:before {
  content: "\e682";
}
.tiecons-home-door-negative:before {
  content: "\e683";
}
.tiecons-home-negative:before {
  content: "\e684";
}
.tiecons-home-roof:before {
  content: "\e685";
}
.tiecons-home-simple-door:before {
  content: "\e686";
}
.tiecons-home-simple:before {
  content: "\e687";
}
.tiecons-home-window-negative:before {
  content: "\e688";
}
.tiecons-chat-double-message:before {
  content: "\e689";
}
.tiecons-chat-double:before {
  content: "\e68a";
}
.tiecons-chat-single-dots:before {
  content: "\e68b";
}
.tiecons-chat-single:before {
  content: "\e68c";
}
.tiecons-check:before {
  content: "\e68d";
}
.tiecons-image-negative:before {
  content: "\e68e";
}
.tiecons-image:before {
  content: "\e68f";
}
.tiecons-info-circle-negative:before {
  content: "\e690";
}
.tiecons-info-circle:before {
  content: "\e691";
}
.tiecons-info:before {
  content: "\e692";
}
.tiecons-instagram-angular-negative:before {
  content: "\e693";
}
.tiecons-instagram-angular:before {
  content: "\e694";
}
.tiecons-instagram-circle-negative:before {
  content: "\e695";
}
.tiecons-instagram-circle:before {
  content: "\e696";
}
.tiecons-instagram-radius-base-negative:before {
  content: "\e697";
}
.tiecons-instagram-radius-base:before {
  content: "\e698";
}
.tiecons-instagram-radius-large-negative:before {
  content: "\e699";
}
.tiecons-instagram-radius-large:before {
  content: "\e69a";
}
.tiecons-instagram:before {
  content: "\e69b";
}
.tiecons-keyboard-large-negative:before {
  content: "\e69c";
}
.tiecons-keyboard-negative:before {
  content: "\e69d";
}
.tiecons-keyboard:before {
  content: "\e69e";
}
.tiecons-libra:before {
  content: "\e69f";
}
.tiecons-linkedin-angular-negative:before {
  content: "\e6a0";
}
.tiecons-linkedin-angular:before {
  content: "\e6a1";
}
.tiecons-linkedin-circle-negative:before {
  content: "\e6a2";
}
.tiecons-linkedin-circle:before {
  content: "\e6a3";
}
.tiecons-linkedin-radius-base:before {
  content: "\e6a4";
}
.tiecons-linkedin-radius-large-negative:before {
  content: "\e6a5";
}
.tiecons-linkedin-radius-large:before {
  content: "\e6a6";
}
.tiecons-linkedin:before {
  content: "\e6a7";
}
.tiecons-linkedinradius-base-negative:before {
  content: "\e6a8";
}
.tiecons-loading-rotate:before {
  content: "\e6a9";
}
.tiecons-loading:before {
  content: "\e6aa";
}
.tiecons-lock-bold-negative:before {
  content: "\e6ab";
}
.tiecons-lock-bold:before {
  content: "\e6ac";
}
.tiecons-lock-negative:before {
  content: "\e6ad";
}
.tiecons-lock:before {
  content: "\e6ae";
}
.tiecons-login:before {
  content: "\e6af";
}
.tiecons-mail-2-negative:before {
  content: "\e6b0";
}
.tiecons-mail-2:before {
  content: "\e6b1";
}
.tiecons-mail-negative:before {
  content: "\e6b2";
}
.tiecons-mail:before {
  content: "\e6b3";
}
.tiecons-mappoint-negative:before {
  content: "\e6b4";
}
.tiecons-mappoint:before {
  content: "\e6b5";
}
.tiecons-media-album:before {
  content: "\e6b6";
}
.tiecons-media-tv:before {
  content: "\e6b7";
}
.tiecons-menu-bold:before {
  content: "\e6b8";
}
.tiecons-menu-light:before {
  content: "\e6b9";
}
.tiecons-menu-normal-border:before {
  content: "\e6ba";
}
.tiecons-menu-normal:before {
  content: "\e6bb";
}
.tiecons-microphone-bold:before {
  content: "\e6bc";
}
.tiecons-microphone:before {
  content: "\e6bd";
}
.tiecons-minus-angular:before {
  content: "\e6be";
}
.tiecons-minus-circle:before {
  content: "\e6bf";
}
.tiecons-minus-light:before {
  content: "\e6c0";
}
.tiecons-minus-radius-base:before {
  content: "\e6c1";
}
.tiecons-minus-radius-large:before {
  content: "\e6c2";
}
.tiecons-mix:before {
  content: "\e6c3";
}
.tiecons-news:before {
  content: "\e6c4";
}
.tiecons-note-italics-negative:before {
  content: "\e6c5";
}
.tiecons-note-negative:before {
  content: "\e6c6";
}
.tiecons-note:before {
  content: "\e6c7";
}
.tiecons-noteitalics:before {
  content: "\e6c8";
}
.tiecons-page-add:before {
  content: "\e6c9";
}
.tiecons-page-double-negative:before {
  content: "\e6ca";
}
.tiecons-page-list:before {
  content: "\e6cb";
}
.tiecons-page-text-negative:before {
  content: "\e6cc";
}
.tiecons-page-text:before {
  content: "\e6cd";
}
.tiecons-page:before {
  content: "\e6ce";
}
.tiecons-paperclip-round:before {
  content: "\e6cf";
}
.tiecons-paperclip:before {
  content: "\e6d0";
}
.tiecons-pencil-negative:before {
  content: "\e6d1";
}
.tiecons-pencil:before {
  content: "\e6d2";
}
.tiecons-phone-negative:before {
  content: "\e6d3";
}
.tiecons-phone-old:before {
  content: "\e6d4";
}
.tiecons-phone:before {
  content: "\e6d5";
}
.tiecons-pin-left-negative:before {
  content: "\e6d6";
}
.tiecons-pin-left:before {
  content: "\e6d7";
}
.tiecons-pin-right-negative:before {
  content: "\e6d8";
}
.tiecons-pin-right:before {
  content: "\e6d9";
}
.tiecons-player-first-negative:before {
  content: "\e6da";
}
.tiecons-player-first:before {
  content: "\e6db";
}
.tiecons-player-last-negative:before {
  content: "\e6dc";
}
.tiecons-player-last:before {
  content: "\e6dd";
}
.tiecons-player-next-negative:before {
  content: "\e6de";
}
.tiecons-player-next:before {
  content: "\e6df";
}
.tiecons-player-pause-negative:before {
  content: "\e6e0";
}
.tiecons-player-pause:before {
  content: "\e6e1";
}
.tiecons-player-play-negative:before {
  content: "\e6e2";
}
.tiecons-player-play:before {
  content: "\e6e3";
}
.tiecons-player-previous-negative:before {
  content: "\e6e4";
}
.tiecons-player-previous:before {
  content: "\e6e5";
}
.tiecons-player-stop-negative:before {
  content: "\e6e6";
}
.tiecons-player-stop:before {
  content: "\e6e7";
}
.tiecons-plus-angular:before {
  content: "\e6e8";
}
.tiecons-plus-circle:before {
  content: "\e6e9";
}
.tiecons-plus-light:before {
  content: "\e6ea";
}
.tiecons-plus-radius-base:before {
  content: "\e6eb";
}
.tiecons-plus-radius-large:before {
  content: "\e6ec";
}
.tiecons-power-button-circle-negative:before {
  content: "\e6ed";
}
.tiecons-power-button-circle:before {
  content: "\e6ee";
}
.tiecons-power-button:before {
  content: "\e6ef";
}
.tiecons-print-bold:before {
  content: "\e6f0";
}
.tiecons-print:before {
  content: "\e6f1";
}
.tiecons-question-circle-negative:before {
  content: "\e6f2";
}
.tiecons-question-circle:before {
  content: "\e6f3";
}
.tiecons-question:before {
  content: "\e6f4";
}
.tiecons-quotation-left-down:before {
  content: "\e6f5";
}
.tiecons-quotation-left-up:before {
  content: "\e6f6";
}
.tiecons-quotation-right-down:before {
  content: "\e6f7";
}
.tiecons-quotation-right-up:before {
  content: "\e6f8";
}
.tiecons-ring-bell-2d:before {
  content: "\e6f9";
}
.tiecons-ring-bell-3d:before {
  content: "\e6fa";
}
.tiecons-save-negative:before {
  content: "\e6fb";
}
.tiecons-save:before {
  content: "\e6fc";
}
.tiecons-search-simple:before {
  content: "\e6fd";
}
.tiecons-search:before {
  content: "\e6fe";
}
.tiecons-server:before {
  content: "\e6ff";
}
.tiecons-settings-console-negative:before {
  content: "\e700";
}
.tiecons-settings-console:before {
  content: "\e701";
}
.tiecons-settings-one-wheels-negative:before {
  content: "\e702";
}
.tiecons-settings-one-wheels:before {
  content: "\e703";
}
.tiecons-settings-two-wheels:before {
  content: "\e704";
}
.tiecons-share-arrow:before {
  content: "\e705";
}
.tiecons-share-circle:before {
  content: "\e706";
}
.tiecons-share-negative:before {
  content: "\e707";
}
.tiecons-share:before {
  content: "\e708";
}
.tiecons-smartphone-negative:before {
  content: "\e709";
}
.tiecons-smartphone-simple:before {
  content: "\e70a";
}
.tiecons-smartphone:before {
  content: "\e70b";
}
.tiecons-square-bold:before {
  content: "\e70c";
}
.tiecons-square-light:before {
  content: "\e70d";
}
.tiecons-square-negative:before {
  content: "\e70e";
}
.tiecons-square-normal:before {
  content: "\e70f";
}
.tiecons-square-radius-base-bold:before {
  content: "\e710";
}
.tiecons-square-radius-base-light:before {
  content: "\e711";
}
.tiecons-square-radius-base-normal:before {
  content: "\e712";
}
.tiecons-square-radius-basesquare:before {
  content: "\e713";
}
.tiecons-square-radius-large-bold:before {
  content: "\e714";
}
.tiecons-square-radius-large-light:before {
  content: "\e715";
}
.tiecons-square-radius-large-negative:before {
  content: "\e716";
}
.tiecons-square-radius-large-normal:before {
  content: "\e717";
}
.tiecons-star-bold-radius-base:before {
  content: "\e718";
}
.tiecons-star-light-simple:before {
  content: "\e719";
}
.tiecons-star-negative:before {
  content: "\e71a";
}
.tiecons-star-normal-radius-base:before {
  content: "\e71b";
}
.tiecons-star-normal-radius-large:before {
  content: "\e71c";
}
.tiecons-star-round-negative:before {
  content: "\e71d";
}
.tiecons-star-round:before {
  content: "\e71e";
}
.tiecons-star:before {
  content: "\e71f";
}
.tiecons-stopwatch-arrow:before {
  content: "\e720";
}
.tiecons-stopwatch:before {
  content: "\e721";
}
.tiecons-tablet-negative:before {
  content: "\e722";
}
.tiecons-tablet:before {
  content: "\e723";
}
.tiecons-tag-arrow-light-left:before {
  content: "\e724";
}
.tiecons-tag-arrow-light-right:before {
  content: "\e725";
}
.tiecons-tag-arrow-normal-left:before {
  content: "\e726";
}
.tiecons-tag-arrow-normal-right:before {
  content: "\e727";
}
.tiecons-thumbs-down-negative:before {
  content: "\e728";
}
.tiecons-thumbs-down:before {
  content: "\e729";
}
.tiecons-thumbs-up-negative:before {
  content: "\e72a";
}
.tiecons-thumbs-up:before {
  content: "\e72b";
}
.tiecons-twitter-angular-negative:before {
  content: "\e72c";
}
.tiecons-twitter-angular:before {
  content: "\e72d";
}
.tiecons-twitter-circle-negative:before {
  content: "\e72e";
}
.tiecons-twitter-circle:before {
  content: "\e72f";
}
.tiecons-twitter-radius-base-negative:before {
  content: "\e730";
}
.tiecons-twitter-radius-base:before {
  content: "\e731";
}
.tiecons-twitter-radius-large-negative:before {
  content: "\e732";
}
.tiecons-twitter-radius-large:before {
  content: "\e733";
}
.tiecons-twitter:before {
  content: "\e734";
}
.tiecons-unlock-negative:before {
  content: "\e735";
}
.tiecons-unlock:before {
  content: "\e736";
}
.tiecons-upload-negative:before {
  content: "\e737";
}
.tiecons-upload:before {
  content: "\e738";
}
.tiecons-user-negative:before {
  content: "\e739";
}
.tiecons-user:before {
  content: "\e73a";
}
.tiecons-video-negative:before {
  content: "\e73b";
}
.tiecons-video:before {
  content: "\e73c";
}
.tiecons-videocam:before {
  content: "\e73d";
}
.tiecons-view-negative:before {
  content: "\e73e";
}
.tiecons-view:before {
  content: "\e73f";
}
.tiecons-volume-aloud:before {
  content: "\e740";
}
.tiecons-volume-down:before {
  content: "\e741";
}
.tiecons-volume-off:before {
  content: "\e742";
}
.tiecons-volume-quietly:before {
  content: "\e743";
}
.tiecons-volume-up:before {
  content: "\e744";
}
.tiecons-world-negative:before {
  content: "\e745";
}
.tiecons-world:before {
  content: "\e746";
}
.tiecons-and:before {
  content: "\e747";
}
.tiecons-arrow-o-down:before {
  content: "\e748";
}
.tiecons-arrow-o-left:before {
  content: "\e749";
}
.tiecons-arrow-o-right:before {
  content: "\e74a";
}
.tiecons-arrow-o-up:before {
  content: "\e74b";
}
.tiecons-at-sign:before {
  content: "\e74c";
}
.tiecons-bracket--square-left:before {
  content: "\e74d";
}
.tiecons-bracket--square-right:before {
  content: "\e74e";
}
.tiecons-bracket-css-left:before {
  content: "\e74f";
}
.tiecons-bracket-css-right:before {
  content: "\e750";
}
.tiecons-circle-question:before {
  content: "\e751";
}
.tiecons-euro:before {
  content: "\e752";
}
.tiecons-hash:before {
  content: "\e753";
}
.tiecons-paragraph:before {
  content: "\e754";
}
.tiecons-percent:before {
  content: "\e755";
}
.tiecons-trash-line-negative:before {
  content: "\e756";
}
.tiecons-trash-line:before {
  content: "\e757";
}
.tiecons-trash-negative:before {
  content: "\e758";
}
.tiecons-trash:before {
  content: "\e759";
}
.tiecons-vln:before {
  content: "\e75a";
}
@font-face {
  font-family: 'Segoe Print';
  src: url('../fonts/SegoePrint/Segoe Print.eot');
  src: local('☺'), url('../fonts/SegoePrint/Segoe Print.woff') format('woff'), url('../fonts/SegoePrint/Segoe Print.ttf') format('truetype'), url('../fonts/SegoePrint/Segoe Print.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
