

html {
  height: 100%;
}
html.html-full-height {
    height: auto;
}
body {
  position: relative;
  font-size: 18px;
  color: black;
  min-height: 100%;
  line-height: 1.35;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
html.cssanimations .onscroll-animate {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
html.cssanimations .onscroll-animate.animate-quick {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8;
    transition: linear;
}

p {
  margin: 19px 0;
}
strong {
    font-weight: 600;
}

/*== 2 IDs ==*/
#all {
  position: relative;
  padding: 0px;
  margin: 0 auto;
}
#anditis-card1 {
  position: absolute;
  left: 26%;
  right: 46%;
  top: 75px;
}
#anditis-card2 {
  position: absolute;
  left: 44%;
  right: 27%;
  top: 200px;
}
#anditis-card3 {
  position: absolute;
  right: 0;
  left: 75%;
  top: -30px;
}
#anditis-cards-container {
  position: relative;
  background-color: #e94a43;
  height: 500px;
  margin: 20px 0;
}
#anditis-cards-container img {
  width: 100%;
}
#leafdock-devices-container {
  position: relative;
  padding-bottom: 21%;
}
#leafdock-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
}

/*== 3 Classes ==*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.container.container-full {
  width: 100%;
}
.container-row {
  padding-left: 51px;
  padding-right: 51px;
}
.devices {
  position: relative;
  margin: 20px 25px;
  padding-left: 15%;
  overflow: hidden;
}
.devices .device-mobile {
  position: absolute;
  left: 28%;
  bottom: 0;
  height: 50%;
  width: auto;
}
.devices .device-tablet {
  position: absolute;
  left: 7%;
  bottom: 0;
  height: 90%;
  width: auto;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.footer-placeholder {
  height: 143px;
}
.img-floating2 {
    width: 400px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 999999999999999999999999999;
}
.img-floating {
  position: absolute;
  left: -20px;
  top: 0;
}
.img-full {
  width: 100%;
}
#leafdock-bg {
  background: #3ad156;
}
.ujep-bg {
  background: #fafafa;
}
.hero-fitness-background {
  background: #161313;
}
.img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.position-relative {
  position: relative;
}

.link-box {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px auto;
  border: 2px black solid;
    font-size: 15px;
  padding: 15px 60px 15px 22px;
    text-decoration: none;
    font-weight: 500;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link-box-white {
    color: white;
    border: 2px solid white;
}
.link-box:after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 13px;
  margin-top: -6px;
  background-image: url('../images/arrow_hand_right.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: '';
}
.link-box-white.link-box-white:after {
  background-image: url('../images/arrow_hand_right_white.png');
}
.link-box:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 13px;
  margin-top: -6px;
  background-image: url('../images/arrow_hand_right_white.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  display: none;
  content: '';
}
.link-box-white.link-box-white:before {
  background-image: url('../images/arrow_hand_right.png');
}
.link-box:hover {
  background-color: black;
  color: white;
}
.link-box-white:hover {
    background: white;
    color: black;
}
.link-box:hover:after {
  -webkit-animation: link-box-hand 0.6s;
  animation: link-box-hand 0.6s;
}
.link-box:hover:before {
  display: block;
  -webkit-animation: link-box-hand 0.6s;
  animation: link-box-hand 0.6s;
}

.margin-5 {
  height: 5px;
}
.margin-15 {
  height: 15px;
}
.margin-25 {
  height: 25px;
}
.margin-35 {
  height: 35px;
}

@media (max-width: 767px) {
.mobile-menu {
    display: block;
    font-size: 20px;
  }
}
.pull-right a {
    text-decoration: none;
    position: relative;
    top: 1px;
}
.owl-carousel-container {
  max-width: 785px;
  margin: 0 auto;
  padding: 0 15px;
}
.owl-carousel-container .owl-item {
  padding: 0 100px;
}
.owl-carousel-container .owl-next,
.owl-carousel-container .owl-prev {
  position: absolute;
  width: 43px;
  height: 84px;
  top: 50%;
  margin-top: -42px;
}
.owl-carousel-container .owl-next:after,
.owl-carousel-container .owl-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-carousel-container .owl-next {
  right: -15px;
}
.owl-carousel-container .owl-next:after {
  background-image: url('../images/arrow_right.png');
}
.owl-carousel-container .owl-next:hover:after {
  -webkit-animation: owl-arrow-right 0.6s;
  animation: owl-arrow-right 0.6s;
}
.owl-carousel-container .owl-prev {
  left: -15px;
}
.owl-carousel-container .owl-prev:after {
  background-image: url('../images/arrow_left.png');
}
.owl-carousel-container .owl-prev:hover:after {
  -webkit-animation: owl-arrow-left 0.6s;
  animation: owl-arrow-left 0.6s;
}
.owl-sideSlide-in {
  -webkit-animation: sideSlideIn 0.7s ease-in both 0.5s;
  -moz-animation: sideSlideIn 0.7s ease-in both 0.5s;
  animation: sideSlideIn 0.7s ease-in both 0.5s;
}
.owl-sideSlide-out {
  -webkit-animation: sideSlideOut 0.7s ease-out both;
  -moz-animation: sideSlideOut 0.7s ease-out both;
  animation: sideSlideOut 0.7s ease-out both;
}
.page-header {
    width: 100%;
  padding: 25px 0 18px 0;
  margin: 0;
  border: none;
    background: white;
}



.row-small {
  margin-left: -30px;
  margin-right: -30px;
}
.row-small .col-lg-1,
.row-small .col-lg-10,
.row-small .col-lg-11,
.row-small .col-lg-12,
.row-small .col-lg-2,
.row-small .col-lg-3,
.row-small .col-lg-4,
.row-small .col-lg-5,
.row-small .col-lg-6,
.row-small .col-lg-7,
.row-small .col-lg-8,
.row-small .col-lg-9,
.row-small .col-md-1,
.row-small .col-md-10,
.row-small .col-md-11,
.row-small .col-md-12,
.row-small .col-md-2,
.row-small .col-md-3,
.row-small .col-md-4,
.row-small .col-md-5,
.row-small .col-md-6,
.row-small .col-md-7,
.row-small .col-md-8,
.row-small .col-md-9,
.row-small .col-sm-1,
.row-small .col-sm-10,
.row-small .col-sm-11,
.row-small .col-sm-12,
.row-small .col-sm-2,
.row-small .col-sm-3,
.row-small .col-sm-4,
.row-small .col-sm-5,
.row-small .col-sm-6,
.row-small .col-sm-7,
.row-small .col-sm-8,
.row-small .col-sm-9,
.row-small .col-xs-1,
.row-small .col-xs-10,
.row-small .col-xs-11,
.row-small .col-xs-12,
.row-small .col-xs-2,
.row-small .col-xs-3,
.row-small .col-xs-4,
.row-small .col-xs-5,
.row-small .col-xs-6,
.row-small .col-xs-7,
.row-small .col-xs-8,
.row-small .col-xs-9 {
  padding-left: 30px;
  padding-right: 30px;
}
.col-md-6.contact-heading h2 {
    font-size: 34px;
  padding-top: 30px;
    margin-bottom: 0;
}
.site-footer {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.site-footer.menu-opened {
  bottom: 0;
  top: 0;
}
.p-heading {
  font-size: 20px;
  margin-bottom: 60px;
    font-weight: 400;
}
.space-first {
  height: 120px;
}
.space-small {
  height: 120px;
}
.space-mini-60 {
    height: 60px;
}
.space-mini-40 {
    height: 40px;
}
.space-mini-30 {
    height: 30px;
}
.space-mini-20 {
    height: 20px;
}
.space-small-anditis {
  height: 80px;
}
.space-between {
  height: 240px;
}
.space-leafdock {
  height: 40px;
}
@media (max-width: 1200px) {
.p-heading {
  font-size: 14px;
  margin-bottom: 40px;
}
.space-first {
  height: 80px;
}
.space-small {
  height: 80px;
}
.space-mini-60 {
    height: 30px;
}
.space-mini-40 {
    height: 20px;
}
.space-mini-30 {
    height: 20px;
}
.space-mini-20 {
    height: 10px;
}
.space-small-anditis {
  height: 100px;
}
.space-between {
  height: 160px;
}
}
@media (max-width: 767px) {
.p-heading {
  font-size: 14px;
  margin-bottom: 30px;
}
.space-first {
  height: 40px;
}
.space-small {
  height: 40px;
}
.space-small-anditis {
  height: 80px;
}
.space-between {
  height: 60px;
}
.space-small.space-meeting {
  height: 80px;
}
.space-leafdock {
  height: 60px;
}
}
@media (max-width: 450px) {
.text-white .margin-40 {
  height: 10px;
}
.leafdock-logo {
  width: 90%;
}
.link-box {
  margin: 0 auto;
  padding: 12px 48px 12px 16px;
  font-size: 16px;
}
.link-box:after {
  right: 14px;
  width: 22px;
  height: 11px;
  margin-top: -6px;
}
.link-box:before {
  right: 14px;
  width: 22px;
  height: 11px;
  margin-top: -6px;
}
}
.space-typo-before-anditis {
  height: 0px;
}
.space-typo-before-zustane-to-mezi-nami {
  height: 4px;
}
.space-typo-before-hero-fitness {
  height: 0px;
}
.space-typo-before-leafdock {
  height: 0px;
}
.space-typo-before-meeting-minutes {
  height: 0px;
}

@media (max-width: 1200px) {
.space-typo-before-anditis {
  height: 5px;
}
.space-typo-before-hero-fitness {
  height: 18px;
}
.space-typo-before-leafdock {
  height: 15px;
}
.space-typo-before-meeting-minutes {
  height: 20px;
}

}
@media (max-width: 992px) {
.space-leafdock {
  height: 80px;
}
.space-typo-before-anditis {
  height: 30px;
}
.space-typo-before-zustane-to-mezi-nami {
  height: 24px;
}
.space-typo-before-hero-fitness {
  height: 30px;
}
.space-typo-before-leafdock {
  height: 9px;
}
.space-typo-before-meeting-minutes {
  height: 45px;
}
}
.space-website-after {
  height: 30px;
}
.space-website-before {
  height: 200px;
}

.text-demibold {
  font-weight: 600;
}
.text-lowercase {
  text-transform: none;
}
.text-white,
.text-white:hover{
  color: white;
}

.text-black {
    color: black;
}
.another-projects {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.to-top {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding-top: 8px;
  padding-top: 8px;
    text-decoration: none;
}
.to-top.to-top-white:after {
  background-image: url('../images/arrow_top_white.png');
}
.to-top:after {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 9px;
  background-image: url('../images/arrow_top.png');
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  content: '';
}
.to-top:hover:after {
  -webkit-animation: to-top 0.6s;
  animation: to-top 0.6s;
}
.work-leafdock-black {
  background: #021105;
}
.work-leafdock-green {
  background: #3ad156;
}
.work-hero-fitness-red {
  background: #f00;
}
.work-hero-fitness-black {
  background: #100202;
    border: 1px solid white;
}
.work-color {
  position: relative;
  color: white;
  font-size: 14px;
  height: 270px;
}
.work-color-dronpro {
background: #01a6ff; /* Old browsers */
background: -moz-linear-gradient(left, #01a6ff 0%, #1fb6ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #01a6ff 0%,#1fb6ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #01a6ff 0%,#1fb6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6ff', endColorstr='#1fb6ff',GradientType=1 );
}
.work-color .work-color-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 28px;
}
.work-color .work-color-bottom p {
  margin: 6px 0;
}
@media (max-width: 1200px) {
  .work-color {
      font-size: 10px;
  }
.work-color .work-color-bottom {
  padding: 18px 10px;
}
}
@media (max-width: 992px) {
  .work-color {
      font-size: 14px;
  }
}
.work-footer {
  position: relative;
  margin: 100px 0 80px 0;
  text-align: center;
}
.work-footer.work-footer-white {
  color: white;
}
.work-footer.work-footer-white a {
  color: white;
}
.work-footer.work-footer-white .work-next .work-nav:before,
.work-footer.work-footer-white .work-prev .work-nav:before {
  background-color: white;
}
.work-footer.work-footer-white .work-next .work-nav:after {
  background-image: url('../images/arrow_hand_right_white.png');
}
.work-footer.work-footer-white .work-prev .work-nav:after {
  background-image: url('../images/arrow_hand_left_white.png');
}
.work-footer .work-next,
.work-footer .work-prev {
  position: absolute;
    font-weight: 600;
  top: 0;
  letter-spacing: normal;
  z-index: 1;
}
.work-footer .work-next .work-nav {
  padding-left: 1px;
}
.work-footer .work-prev .work-nav {
  padding-right: 1px;
}
.work-footer .work-next .work-nav,
.work-footer .work-prev .work-nav {
  position: relative;
  padding-bottom: 10px;
    bottom: 6px;
}
.work-footer .work-next .work-nav:after,
.work-footer .work-prev .work-nav:after {
  position: absolute;
  top: 7px;
  height: 13px;
  width: 26px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
}
.work-footer .work-next .work-nav:before,
.work-footer .work-prev .work-nav:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: black;
  content: '';
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.work-footer .work-next .work-nav:hover:before,
.work-footer .work-prev .work-nav:hover:before {
  bottom: -10px;
  opacity: 0;
}
.work-footer .work-next .work-nav a,
.work-footer .work-prev .work-nav a {
  display: block;
}
.work-footer .work-next {
  right: -11px;
  text-align: left;
}
.work-footer .work-next .work-nav {
  padding-right: 42px;
}
.work-footer .work-next .work-nav:after {
  right: 0;
  background-image: url('../images/arrow_hand_right.png');
}
.work-footer .work-prev {
  left: -11px;
  text-align: right;
}
.work-footer .work-prev .work-nav {
  padding-left: 42px;
}
.work-footer .work-prev .work-nav:after {
  left: 0;
  background-image: url('../images/arrow_hand_left.png');
}
.work-header {
  position: relative;
  text-align: center;
  margin-top: 180px;
  margin-bottom: 10px;
}
.work-header h1 {
  font-size: 56px;
  margin-bottom: 3px;
  padding-top: 10px;
    position: relative;
    bottom: 8px;
}
.work-header .work-detail {
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
    position: relative;
}

.work-description {
    width: 700px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 20px;
    line-height: 36px;
}

.color-white {
    color: white;
}

@media (max-width: 710px) {
.work-description {
    width: 100%;
}
}

@media (max-width: 500px) {
.work-description {
    font-size: 20px;
}
}

@media (max-width: 400px) {
.work-description {
    font-size: 18px;
}
}

@media (max-width: 350px) {
.work-description {
    padding: 0 20px;
}
}

.work-header .work-next,
.work-header .work-prev {
  position: absolute;
    font-weight: 600;
  top: 0;
  letter-spacing: normal;
  z-index: 1;
}
.work-header .work-next .work-nav {
  padding-left: 1px;
}
.work-header .work-prev .work-nav {
  padding-right: 1px;
}
.work-header .work-next .work-nav,
.work-header .work-prev .work-nav {
  position: relative;
  padding-bottom: 10px;
  top: 4px;
}
.work-header .work-next .work-nav:after,
.work-header .work-prev .work-nav:after {
  position: absolute;
  top: 7px;
  height: 13px;
  width: 26px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
}


.work-header.work-header-white {
  color: white;
}
.work-header.work-header-white a {
  color: white;
}
.work-header.work-header-white .work-next .work-nav:before,
.work-header.work-header-white .work-prev .work-nav:before {
  background-color: white;
}
.work-header.work-header-white .work-next .work-nav:after {
  background-image: url('../images/arrow_hand_right_white.png');
}
.work-header.work-header-white .work-prev .work-nav:after {
  background-image: url('../images/arrow_hand_left_white.png');
}

@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
.work-header .work-next .work-nav:after,
.work-header .work-prev .work-nav:after {
  top: 2px;
}
.work-footer .work-next .work-nav:after,
.work-footer .work-prev .work-nav:after {
  top: 2px;
}
}}
.work-header .work-next .work-nav:before,
.work-header .work-prev .work-nav:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: black;
  content: '';
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.work-header .work-next .work-nav:hover:before,
.work-header .work-prev .work-nav:hover:before {
  bottom: -10px;
  opacity: 0;
}
.work-header .work-next .work-nav a,
.work-header .work-prev .work-nav a {
  display: block;
}
.work-header .work-next {
  right: -11px;
  text-align: left;
}
.work-header .work-next .work-nav {
  padding-right: 42px;
}
.work-header .work-next .work-nav:after {
  right: 0;
  background-image: url('../images/arrow_hand_right.png');
}
.work-header .work-prev {
  left: -11px;
  text-align: right;
}
.work-header .work-prev .work-nav {
  padding-left: 42px;
}
.work-header .work-prev .work-nav:after {
  left: 0;
  background-image: url('../images/arrow_hand_left.png');
}
.work-preview {
  margin-bottom: 35px;
  text-align: center;
}
.work-preview:hover .work-info:after {
  opacity: 1;
}
.work-preview img {
  width: 100%;
}
.work-preview .work-detail {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-style: italic;
  padding-left: 34px;
  letter-spacing: normal;
  bottom: 1px;
}
@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .work-preview .work-detail {
  bottom: 3px
}
}}

.work-preview .work-detail:after {
  position: absolute;
  left: 6px;
  top: 50%;
  height: 1px;
  width: 14px;
  background-color: black;
  content: '';
}
.work-preview .work-info {
  position: relative;
  padding: 25px 0;
  display: inline-block;
}
.work-preview .work-info:after {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.work-preview .work-name {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.wrapper-big {
  position: relative;
  max-width: 1444px;
  margin: 0 auto;
}

.work-nav {
    text-decoration: none;
}

@media (min-width: 767px) {
.work-dark {
    color: white;
}
.work-dark.work-dark-text-black {
    color: black;
}
.work-dark.work-dark-text-black .work-description {
    color: white;
}

    }

.work-bg-hero {
    background: #100202;
}

.work-bg-hero main {
    background: #100202 url('../images/cover/hero-bg.jpg') no-repeat center top;
    background-size: 128.5%;
}

@media (max-width: 800px) {
.work-bg-hero main {
    background-size: 160%;
}
}

@media (max-width: 600px) {
.work-bg-hero main {
    background-size: 320%;
}
}

.work-bg-leafdock main {
    background: #f8fcff;
}

.work-bg-woodworm main {
    background: #e4dccb;
}

.work-bg-anditis {
    background: #e94a46;
}
.bg-white {
    background: white;
}

/*== 4 Animations ==*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes owl-arrow-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes owl-arrow-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes owl-arrow-right {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes owl-arrow-right {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes submit-anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes submit-anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes submit-border-anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes submit-border-anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes menu-item {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menu-item {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes to-top {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes to-top {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes link-box-hand {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes link-box-hand {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes sideSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -o-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes sideSlideIn {
  0% {
    opacity: 0;
    transform: translateX(15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes sideSlideOut {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
}
@keyframes sideSlideOut {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-15%);
  }
}
/*== 5 Media Queries ==*/
@media (min-width: 1350px) {
  .container {
    width: 1324px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 16px;
  }
  #anditis-card1 {
    left: 10%;
    right: 45%;
    top: 50px;
  }
  #anditis-card2 {
    left: 45%;
    right: 10%;
    top: 50px;
  }
  #anditis-card3 {
    display: none;
  }
  #anditis-cards-container {
    height: 400px;
  }
  #all {
    text-align: center;
  }
  #leafdock-devices-container {
    margin-bottom: 40px;
  }

  .footer-placeholder {
    height: 55px;
  }

  .img-floating2 {
    display: none;
  }
  .img-floating {
    display: none;
  }

  .owl-carousel-container {
    padding: 0 60px;
  }
  .owl-carousel-container .owl-item {
    padding: 0 25px;
  }
  .owl-carousel-container .owl-next,
  .owl-carousel-container .owl-prev {
    width: 31px;
    height: 60px;
  }
  .owl-carousel-container .owl-next {
    right: -50px;
  }
  .owl-carousel-container .owl-prev {
    left: -50px;
  }
  .space-colours-after {
    height: 20px;
  }
  .space-colours-before {
    height: 100px;
  }
  .space-logotype-after {
    height: 20px;
  }
  .space-logotype-before {
    height: 40px;
  }
  .space-website-after {
    height: 0;
  }
  .space-website-before {
    height: 100px;
  }
  .work-footer,
  .work-header {
    margin-top: 120px;
  }
  .work-footer {
    margin-top: 40px;
  }
  .work-footer .work-next,
  .work-header .work-next,
  .work-footer .work-prev,
  .work-header .work-prev {
    display: none;
    position: static;
  }
}

@media (min-width: 767px) {
.col-md-6 h2 br {
 display: none;
}
}
@media (max-width: 767px) {
.space-leafdock {
  height: 60px;
}
.col-md-6 h2 br {
 display: block;
}
  #anditis-card1 {
    left: 0%;
    right: 38%;
    top: 30px;
  }
  #anditis-card2 {
    left: 38%;
    right: 0%;
    top: 30px;
  }
#anditis-cards-container {
  height: 370px;
}

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .devices {
    margin: 50px 0 10px 0;
    padding: 0;
  }
  .devices .device-mobile {
    left: auto;
    right: 20px;
    height: auto;
    width: 190px;
  }
  .devices .device-pc {
    max-width: none;
    margin-left: -50px;
    width: 700px;
  }
  .devices .device-tablet {
    width: 400px;
    margin-left: -110px;
    position: static;
  }
  
  .owl-carousel-container {
    padding: 0 20px;
  }
  .owl-carousel-container .owl-item {
    padding: 0 15px;
  }
  .owl-carousel-container .owl-next,
  .owl-carousel-container .owl-prev {
    width: 15px;
    height: 30px;
  }
  .owl-carousel-container .owl-next {
    right: -10px;
  }
  .owl-carousel-container .owl-prev {
    left: -10px;
  }
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .page-header.active {
    visibility: visible;
    opacity: 1;
  }

  .page-header > .container {
    height: 100%;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .work-color {
    height: auto;
    margin-bottom: 15px;
  }
  .work-color .work-color-bottom {
    position: static;
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .work-preview .work-detail {
    display: block;
    padding-left: 0;
  }
  .work-preview .work-detail:after {
    display: none;
  }
  .work-preview .work-info:after {
    display: none;
  }
  .work-preview .work-name {
    display: block;
  }
}

@media (max-width: 600px) {
#anditis-cards-container {
  height: 340px;
}
  .work-header {
    margin-top: 80px;
  }
}
@media (max-width: 500px) {
#anditis-cards-container {
  height: 290px;
}
}
@media (min-width: 420px) {
.margin-work {
  display: none;
}
.margin-35 {
  display: block;
}
}
@media (max-width: 420px) {
#anditis-cards-container {
  height: 240px;
}
  .menu-button {
    height: 34px;
  }

  .menu-button .menu-button-inner .menu-button-icon-1 {
    -webkit-transform: translateZ(0px) translateY(-6px);
    -moz-transform: translateZ(0px) translateY(-6px);
    -o-transform: translateZ(0px) translateY(-6px);
    -ms-transform: translateZ(0px) translateY(-6px);
    transform: translateZ(0px) translateY(-6px);
  }
  .menu-button .menu-button-inner .menu-button-icon-3 {
    -webkit-transform: translateZ(0px) translateY(6px);
    -moz-transform: translateZ(0px) translateY(6px);
    -o-transform: translateZ(0px) translateY(6px);
    -ms-transform: translateZ(0px) translateY(6px);
    transform: translateZ(0px) translateY(6px);
  }
.margin-work {
  display: block;
}
.margin-35 {
  display: none;
}
.work-preview {
  margin-bottom: 10px;
}
.work-preview .work-name {
  font-size: 18px;
}
.work-preview .work-detail {
  font-size: 13px;
}
.work-preview .work-info {
  padding: 15px 0 25px 0;
}
}
/* Retina backgrounds */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {

  .link-box:after {
    background-image: url('../images/arrow_hand_right@2x.png');
  }
  .link-box:before {
    background-image: url('../images/arrow_hand_right_white@2x.png');
  }
  .link-box-white.link-box:after {
    background-image: url('../images/arrow_hand_right_white@2x.png');
  }
  .link-box-white.link-box:before {
    background-image: url('../images/arrow_hand_right@2x.png');
  }
  .owl-carousel-container .owl-next:after {
    background-image: url('../images/arrow_right@2x.png');
  }
  .owl-carousel-container .owl-prev:after {
    background-image: url('../images/arrow_left@2x.png');
  }
  .to-top:after {
    background-image: url('../images/arrow_top@2x.png');
  }
  .to-top.to-top-white:after {
    background-image: url('../images/arrow_top_white@2x.png');
  }

  .work-footer .work-prev .work-nav:after,
  .work-header .work-prev .work-nav:after {
    background-image: url('../images/arrow_hand_left@2x.png');
  }
  .work-footer .work-next .work-nav:after,
  .work-header .work-next .work-nav:after {
    background-image: url('../images/arrow_hand_right@2x.png');
  }
  .work-footer.work-footer-white .work-prev .work-nav:after {
    background-image: url('../images/arrow_hand_left_white@2x.png');
  }
  .work-footer.work-footer-white .work-next .work-nav:after {
    background-image: url('../images/arrow_hand_right_white@2x.png');
  }
  .work-header.work-header-white .work-prev .work-nav:after {
    background-image: url('../images/arrow_hand_left_white@2x.png');
  }
  .work-header.work-header-white .work-next .work-nav:after {
    background-image: url('../images/arrow_hand_right_white@2x.png');
  }
}

@media (max-width: 380px) {
#anditis-cards-container {
  height: 220px;
}
}
@media (max-width: 300px) {
#anditis-cards-container {
  height: 190px;
}
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*my other styles*/
.margin-work {
  height: 10px;
}
.margin-4 {
  height: 4px;
}
.margin-10 {
  height: 10px;
}
.margin-20 {
  height: 20px;
}
.margin-30 {
  height: 30px;
}
.margin-40 {
  height: 40px;
}
.margin-50 {
  height: 50px;
}
.margin-60 {
  height: 60px;
}
.margin-70 {
  height: 70px;
}
.margin-80 {
  height: 80px;
}
.margin-90 {
  height: 90px;
}
.margin-100 {
  height: 100px;
}
.centered-columns {
  display: table;
  width: 100%;
  height: 100%;
}
.centered-columns .centered-column {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.centered-columns .centered-column.centered-column-bottom {
  vertical-align: bottom;
}
.centered-columns .centered-column.centered-column-top {
  vertical-align: top;
}
.flex {
  /*old syntax*/
  display: -webkit-box;
  display: -moz-box;
  /*IE 10*/
  display: -ms-flexbox;
  /*new syntax*/
  display: -webkit-flex;
  display: flex;
}
.background-cover {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-background {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
/*bootstrap one fifth column*/
.col-xs-12-5,
.col-sm-12-5,
.col-md-12-5,
.col-lg-12-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12-5 {
  float: left;
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-12-5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-12-5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12-5 {
    float: left;
    width: 20%;
  }
}




.front-page {
    width: 100%;
    height: 100%;
    display: table;
}

.header-absolute {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-absolute .pull-right {
    position: absolute;
    top: 0px;
    right: 30px;
}
.new-home {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: white;
    display: table-cell;
    vertical-align: middle;
    /*margin-top: 140px;*/
}

.new-home h1 {
    font-size: 66px;
    letter-spacing: 0;
    padding: 0 20px 60px 20px;
    line-height: 80px;
    margin: 0;
}

.new-home h1 .mobile-break {
    display: none;
}

@media (max-width: 1120px) {
.new-home h1 {
    font-size: 52px;
    line-height: 60px;
    padding: 0 20px 50px 20px;
} 
}

@media (max-width: 930px) {
.new-home h1 {
    font-size: 46px;
    line-height: 54px;
    padding: 0 20px 45px 20px;
} 
}


@media (max-width: 820px) {
.new-home h1 {
    font-size: 38px;
    line-height: 48px;
    padding: 0 20px 30px 20px;
} 
}

@media (max-width: 655px) {
.new-home h1 {
    font-size: 46px;
    line-height: 52px;
} 
.new-home h1 .mobile-break {
    display: block;
}
    
@media (max-width: 500px) {
.new-home h1 {
    font-size: 40px;
    line-height: 47px;
} 
}
    
@media (max-width: 430px) {
.new-home h1 {
    font-size: 38px;
    line-height: 45px;
} 
}

@media (max-width: 380px) {
.new-home h1 {
    font-size: 30px;
    line-height: 34px;
}
}


}

.new-home h1 span {
    font-size: 50px;
  font-weight: 600;
}


.new-home a {
  font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
    padding-bottom: 8px;
    padding-right: 36px;
    background: url('../images/arrow_hand_right@2x.png') no-repeat right 6px;
    background-size: 26px 13px;
    text-decoration: none;
    border-bottom: 2px solid black;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.new-home a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    padding-bottom: 14px;
}

@media (max-width: 380px) {
.new-home a {
    padding-right: 34px;
    font-size: 18px;
    background: url('../images/arrow_hand_right@2x.png') no-repeat right 2px;
    background-size: 24px 12px;
}
}




.width-700 {
    width: 700px;
    margin: 0 auto;
    line-height: 30px;
}

@media (max-width: 770px) {
.width-700 {
    width: 100%;
    padding: 0 20px;
}  
}




.bg-anditis {
    background: #e94a46;
    color: white;
}
.work-main-top-padding {
    padding-top: 50px;
}

.phone-mail {
    margin-bottom: 30px;
}

.phone-mail a {
    font-size: 22px;
    font-weight: 500;
}


.work-bg-anditis {
    width: 100%;
}








.body-work {
    height: 100%;
}

.body-work #all,
.body-work #all section,
.body-work #all section .container-work,
.body-work #all section .container-work .row-big-first,
.body-work #all section .container-work .row-big {
    height: 100%;
}

.leafdock-body {
    background: #f7fcfe;
}

.full-width {
    width: 100%;
    padding: 0;
    margin: 0;
}

.container.container-work {
    width: 100%;
}

.big-cover {
    width: 100%;
    height: 100%;
    display: table;
}

.big-cover .content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
}

.big-cover h2 {
    color: white;
    font-size: 70px;
    text-transform: none;
  font-weight: 600;
    letter-spacing: 0;
    padding-bottom: 20px;
}

.big-cover .content a,
.half-cover .content a {
    color: white;
  font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.big-cover .content a:hover,
.half-cover .content a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    padding-bottom: 14px;
}

.content span {
    color: white;
  font-weight: 600;
    font-size: 22px;
}

.dronpro {
    background: rgb(0, 168, 255) url('../images/works/dronpro-cover.jpg') no-repeat top center;
    background-size: cover;
}

.meetingminutes {
    background: url('../images/works/meetingminutes.jpg') no-repeat top center;
    background-size: cover;
}

.half-cover {
    width: 50%;
    height: 600px;
    display: table;
    float: left;
}

.half-cover .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.half-cover h2 {
    color: white;
    font-size: 50px;
    text-transform: none;
  font-weight: 600;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.woodworm {
    background: #e3e1da url('../images/works/woodworm.jpg') no-repeat center center;
    background-size: cover;
}

.anditis {
    background: rgb(255, 72, 65) url('../images/works/anditis.jpg') no-repeat top center;
    background-size: cover;
}

.colsys {
    background: rgb(1, 4, 71) url('../images/works/colsys.jpg') no-repeat center center;
    background-size: cover;
}

.primeros {
    background: rgb(14, 46, 113) url('../images/works/primeros.jpg') no-repeat center center;
    background-size: cover;
}

.mindtask {
    background: rgb(134, 212, 0) url('../images/works/mindtask.jpg') no-repeat center center;
    background-size: cover;
}


.fourth-cover-out {
    width: 50%;
    float: left;
}

.fourth-cover {
    width: 100%;
    height: 300px;
    float: left;
    display: table;
    text-align: center;
}

.logo-outer {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
	transition: all 0.4s ease-in-out;
}

.anditis .logo-outer {
    background: rgb(255, 72, 65);
}

.anditis:hover .logo-outer {
    background: rgba(255, 72, 65, 0.5);
}

.anditis .logo-outer img {
    width: 200px;
}

.dronpro .logo-outer img {
    width: 370px;
}

.dronpro .logo-outer {
    background: rgb(0, 168, 255);
}

.dronpro:hover .logo-outer {
    background: rgba(0, 168, 255, 0.75);
}

.colsys .logo-outer {
    background: rgb(1, 4, 71);
}

.colsys:hover .logo-outer {
    background: rgba(1, 4, 71, 0);
}

.colsys .logo-outer img {
    height: 150px;
}

.primeros .logo-outer {
    background: rgba(234, 59, 174, 1);
}

.primeros:hover .logo-outer {
    background: rgba(234, 59, 174, 0);
}

.primeros .logo-outer img {
    height: 80px;
}

.mindtask .logo-outer {
    background: rgba(134, 212, 0, 1);
}

.mindtask:hover .logo-outer {
    background: rgba(134, 212, 0, .7);
}

.mindtask .logo-outer img {
    height: 80px;
}

.herofitness {
    background: #100202 url('../images/cover/hero-bg.jpg') no-repeat center center;
    background-size: cover;
}

.herofitness .logo-outer img {
    width: 340px;
}
.herofitness .logo-outer {
    background: #100202;
}

.herofitness:hover .logo-outer {
    background: rgba(16, 2, 2, 0);
}

.leafdock {
    background: #f8fcff url('../images/works/leafdock.jpg') no-repeat top center;
    background-size: cover;
}

.leafdock .logo-outer img {
    width: 340px;
}
.leafdock .logo-outer {
    background: #f8fcff;
}

.leafdock:hover .logo-outer {
    background: rgba(248, 252, 255, 0.9);
}

.ujep {
    background: white url('../images/works/ujep.jpg') no-repeat center center;
    background-size: cover;
}

.ujep .logo-outer img {
    width: 280px;
}
.ujep .logo-outer {
    background: rgb(249, 189, 43);
}

.ujep:hover .logo-outer {
    background: rgba(249, 189, 43, 0.8);
}





@media (max-width: 1150px) {
.big-cover .content {
    padding-left: 60px;
    text-align: left;
}
.big-cover h2 {
    font-size: 50px;
}
.half-cover {
    height: 400px;
}
.fourth-cover {
    height: 200px;
}
.herofitness .logo-outer img {
    width: 280px;
}
.leafdock .logo-outer img {
    width: 280px;
}
    
.dronpro .logo-outer img {
    width: 330px;
}

.anditis .logo-outer img {
    width: 160px;
}
.dronpro .logo-outer img {
    width: 320px;
}
.colsys .logo-outer img {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 920px) {
.half-cover {
    width: 100%;
}
.fourth-cover-out {
    width: 100%;
}
.fourth-cover {
    height: 260px;
}
.half-cover h2 {
    font-size: 40px;
    padding-bottom: 8px;
}
.half-cover .content a {
    font-size: 20px;
    padding-bottom: 6px;
}
.herofitness .logo-outer img {
    width: 340px;
}
.leafdock .logo-outer img {
    width: 340px;
}
.ujep .logo-outer img {
    width: 280px;
} 
    
.dronpro .logo-outer img {
    width: 280px;
}

.herofitness .logo-outer {
    background: rgba(16, 2, 2, 0);
}

.leafdock .logo-outer {
    background: rgba(248, 252, 255, 0.9);
}

.ujep .logo-outer {
    background: rgba(0, 124, 133, 0.85);
}

.anditis .logo-outer {
    background: rgba(255, 72, 65, 0.5);
}
.dronpro .logo-outer {
    background: rgba(0, 168, 255, 0.75);
}
}

@media (max-width: 820px) {
.body-work #all section .container-work .row-big-first {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
}
.dronpro {
    background: url('../images/works/dronpro-cover-mobile.jpg') no-repeat top center;
    background-size: cover;
}
}

@media (max-width: 600px) {
.fourth-cover {
    height: 240px;
}
}

@media (max-width: 500px) {
.big-cover .content {
    padding: 0 50px;
}
.big-cover h2 {
    font-size: 42px;
}
}

@media (max-width: 480px) {
.fourth-cover {
    height: 200px;
}
.herofitness .logo-outer img {
    width: 250px;
}
.leafdock .logo-outer img {
    width: 230px;
}
.ujep .logo-outer img {
    width: 220px;
}

}

@media (max-width: 470px) {
.big-cover .content {
    text-align: center;
}
.dronpro {
    background: url('../images/works/dronpro-cover-bg.jpg') no-repeat top center;
    background-size: cover;
}
}

@media (max-width: 400px) {
.big-cover .content {
    padding: 0 40px;
}
.big-cover h2 {
    font-size: 38px;
}
}

.dronpro-bg {
    background: #f2f6f9;
}

.team {
    width: 800px;
    margin: 0 auto;
}

.team-member {
    float: left;
    position: relative;
}

.team-member img {
    width: 200px;
}

.teammate-desc {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    position: absolute;
    top: 36%;
    width: 200px;
    z-index: 66996;
    text-align: left;
}

.teammate-desc-inner {
background: #00a8ff;
padding: 20px;
}

.teammate-desc img {
    width: 24px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.team-member:hover .teammate-desc {
    opacity: 1;
}

.teammate-desc strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
}
.teammate-desc span {
    display: block;
    font-size: 18px
}

@media (max-width: 970px) {
.team {
    width: 640px;
}
.team-member {
    margin-bottom: 100px;
} 
.team-member img {
    width: 160px;
}
.teammate-desc {
    width: 100%;
    top: 105%;
    left: 0px;
    opacity: 1;
    text-align: center;
}
.teammate-desc strong {
    color: black;
    font-size: 16px;
}
.teammate-desc span {
    color: black;
    font-size: 12px
}
.teammate-desc-inner {
padding: 0px;
    background: none;
}
.teammate-desc img {
display: none;
}
}

@media (max-width: 710px) {
.team {
    width: 480px;
}
.team-member {
    width: 50%;
    padding: 0 30px;
}
.team-member img {
    width: 100%;
}
.teammate-desc {
    width: 100%;
}
.teammate-desc strong {
    font-size: 20px;
}
.teammate-desc span {
    font-size: 14px
}
}

@media (max-width: 540px) {
.team {
    width: 360px;
}
.team-member {
    padding: 0 20px;
}
}

@media (max-width: 400px) {
.team {
    width: 100%;
}
.teammate-desc strong {
    font-size: 16px;
    padding: 0 5px;
}
.teammate-desc span {
    padding: 0 5px;
}
}

.behance-space {
    padding-top: 10px;
}

.show-on-behance {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid black;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.show-on-behance:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-bottom: 14px;
}

.show-on-behance img {
    height: 16px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.show-on-behance-white {
    color: white;
    border-bottom: 2px solid white;
}

.show-on-behance-white:hover {
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
.anditis-explication {
    margin-top: 20px;
}
}

.title {
  position: absolute;
    top: 66px;
    color: white;
    font-family: 'Eina03', helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 3;
}

@media only screen and (max-width: 400px) {
.title {
    display: none;
}
}

.title span {
    font-weight: 600;
}

@media only screen and (max-width: 780px) {
.title span {
    display: none;
}
}

@media only screen and (max-width: 600px) {
.title {
    top: 44px;
}
}

.colsys-logo {
    width: 300px;
}