.custom-logo {
  width: 138px;
  height: 72px;
  background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
  background-size: contain;
}
.margin-tb-20 { margin: 20px 0; }
.margin-l-40 { margin-left: 40px; }
.module { -webkit-backface-visibility: hidden; }
IMG.gkIsSlide { cursor: pointer; }
.frontpage-teaser1 {
  background-image: url(../../../images/yootheme/demo/slideshow/infinite_teaser1_default.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.frontpage-teaser2 {
  background-image: url(../../../images/yootheme/demo/slideshow/infinite_teaser2_default.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.frontpage-teaser3 {
  background-image: url(../../../images/yootheme/demo/slideshow/infinite_teaser3_default.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.frontpage-features {
  margin-top: 30px;
  overflow: hidden;
}
.frontpage-features h1 {
  margin: 20px 0 5px 0;
  font-size: 19px;
  line-height: 20px;
}
.frontpage-check {
  float: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.frontpage-team h1 {
  margin: 20px 0 0 0;
  font-size: 40px;
  line-height: 41px;
}
.frontpage-team p {
  margin: 10px 0 0 0;
  font-size: 17px;
  line-height: 22px;
}
ul.line.frontpage-contact > li {
  margin: 0;
  padding: 15px 0;
  border-top: none;
  background: url(../images/line_bg.png) bottom repeat-x;
}
ul.line.frontpage-contact > li:first-child {
  background: url(../images/line_bg.png) top repeat-x,
        url(../images/line_bg.png) bottom repeat-x;
}
ul.line.frontpage-contact strong {
  float: left;
  width: 140px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: normal;
}
ul.line.frontpage-contact div { display: inline-block; }
.frontpage-clients a {
  float: left;
  opacity: 0.5;
  margin: 0 -1px -1px 0;
  border: 1px solid #616a73;
  border: 1px solid rgba(255,255,255,0.5);
}
.frontpage-clients a:hover {
  opacity: 1;
  border: 1px solid #FFF;
  background-color: rgba(255,255,255,0.05);
}
.frontpage-teaser { line-height: 0; }
.frontpage-teaser img {
  display: block;
  line-height: 0;
}

@media (max-width: 959px) {
  
.margin-l-40 { margin-left: 0; }

}

@media (min-width: 768px) and (max-width: 959px) {

  #block-bottom-b .width33 { width: 100%; }

  .frontpage-features img {
    float: none;
    margin: auto auto 15px;
  }

  .frontpage-check.width50 { width: 100%; }
}
