/*
* ultrasonic time transit
*/

#headline .intro-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 235px;
  opacity: 1;
  outline: medium none;
  overflow: hidden;
  visibility: visible;
  padding-top: 4.5em;
  text-shadow: 1px 1px 1px #666, -1px 1px 1px #666, -1px -1px 1px #666, 1px -1px 1px #666, 0px 3px 3px rgba(0,0,0,0.4), 0px 7px 12px rgba(0,0,0,0.2);
}

#products .products-wrapper {
  margin-bottom: 4em;
  display: block;
}

#products .products-wrapper>div {
  width: 33%;
  float: left;
}

#products h3,
#products p {
  font-size: 18px;
}



#products .product-content {
  max-width: 100%;
  padding-top: 1em;
}

#products .product-content a.btn {
  float: left;
  clear: left;
  margin: 8px 0 !important;
}

#products h3 {
  display: none;
}

#products h3.show {
  display: block;
  margin: -4px 0 0;
  padding-bottom: 8px;
  font-weight: 500;
}
#products .products-wrapper div:nth-child(2) .img-wrap {
  padding-left: 0;
}


.scroll-down {
  display: none;
}

.intro-content>a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 400px) and (max-width: 580px){
  #products .products-wrapper>div:nth-child(3) {
    clear: both;
  }
}

@media (max-width: 400px) {
  #products .products-wrapper>div {
    width: 100%;
  }
  #products .img-wrap img {
    max-width: unset;
    max-height: 200px;
  }
}


.container + #headline {
  background-position-x: center;
}


#products .bar {
  -ms-pointer-events: none;
  pointer-events: none;
}

#products {
  margin-top: 6em;
}

#products .row h2 .arrow {
  display: none !important;
}

#products .container-fluid .row.text-center:first-of-type {
  display: none;
}

#benefits .content-row.text-center {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  z-index: 999;
}

#benefits .portfolio-wrapper {
  background: transparent !important;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#benefits .bar h2 {
  padding: 4%;
  font-size: 48px;
}

#portfoliolist .portfolio {
  width: 100% !important;
}

#benefits .portfolio-wrapper {
  height: 120px !important;
}

#benefits .portfolio-wrapper i, #benefits .portfolio-wrapper p, #benefits .portfolio-wrapper hr, #benefits .portfolio-wrapper h3 {
  display: none !important;
}

#benefits .portfolio-wrapper a {
  transition: 0.3s ease all;
  color: black !important;
  background-color: #ECD010;
  padding: .5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-left: 2em;
  padding-right: 1em;
  font-size: 2em;
  border: 1px solid transparent;
  border-bottom: 2px solid #DA0;
}

#benefits .portfolio-wrapper a:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

#benefits .portfolio-wrapper a:active {
  transform: translateY(2px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
}

#benefits {
  background-color: white;
  margin-bottom: -10em;
}

#headline {
  background-position: bottom right !important;
}


#headline .intro-content {
  text-indent: inherit;
  font-variant: normal;
  max-width: inherit !important;
  width: 90vw !important;
  text-align: center;
  padding-top:2.5%;
}

#headline .intro-content h1 {
  text-transform: none;
  font-size: 10vw;
  line-height: 6vw !important;
  letter-spacing: inherit;
}
#headline .intro-content h1 > span {
  font-size: 4.5vw;
  font-weight: normal;
    line-height: 3vw !important;
  letter-spacing: inherit;
}


@media screen and (min-width:1150px) {
  #headline .intro-content {
    height: calc(260px + 5vw) !important;
  }
}

@media screen and (min-width:1300px) {
  #headline .intro-content {
    height: calc(210px + 10vw) !important;
  }

  #headline .intro-content h1 {
    font-size: calc( 4vw + 70px ) !important;
    line-height: calc( 2.2vw + 30px) !important;
  }
  #headline .intro-content h1 > span {
    font-size: calc( 2.5vw + 25px ) !important;
    line-height: calc( 1.5vw + 24px ) !important;
  }
}


@media screen and (max-width:1149px) and (min-width:770px ) {
  #headline .intro-content {
    height: calc(180px + 5vw) !important;
  }
  #headline h1 {
    font-size: 11vw !important;
  }
  #headline h1 span {
    font-size: 5vw !important;
  }
}
