h2 {
  margin-bottom: 15px;
}
section#intro {
  position: relative;
  text-align: center;
}
section#intro:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  transition-delay: 2s;
  opacity: 0.5;
}
section#intro .logo {
  position: absolute;
  top: 50px;
  left: 150px;
  z-index: 1;
}
section#intro .logo img {
  height: 100px !important;
  width: auto;
  display: inline-block;
}
section#intro .em-hero-simple .inner-full {
  background-attachment: fixed;
}
html.touch section#intro .em-hero-simple .inner-full,
html.touchevents section#intro .em-hero-simple .inner-full {
  background-attachment: scroll;
}
section#intro .em-hero-simple .inner-full .inner-wrapper {
  width: 1400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 150px;
}
section#intro .em-hero-simple .inner-full .inner-wrapper h1 {
  color: #FFF;
  display: inline-block;
  line-height: 1;
}
section#intro .em-hero-simple .inner-full .inner-wrapper h1 .hl-1 {
  font-size: 2.5rem;
}
section#intro .em-hero-simple .inner-full .inner-wrapper h1 .hl-2 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 1.3rem;
  /*
							&:after {
								content: '';
								width: 5px;
								height: 100%;
								background: @blue;
								position: relative;
								top: 0;
								margin-left: 15px;
							}
							*/
}
section#intro .em-hero-simple .inner-full .inner-wrapper .desc {
  color: #FFF;
  margin: 10px 0 0 0;
  font-size: 1rem;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta {
  margin: 25px 0;
  font-weight: 400;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1 {
  background-color: #000;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  border: 0;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-medium {
  padding: 0.6rem 1rem;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-small {
  padding: 0.3rem 0.5rem;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-white {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-white:hover {
  background: #FFF;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-turquoise {
  background: transparent;
  border: 2px solid #e2e9f2;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-outline-turquoise:hover {
  background: #e2e9f2;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-turquoise {
  background: #e2e9f2;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-turquoise:hover {
  background: #b5a28a;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-beige {
  background: #b5a28a;
  color: #FFF;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-beige:hover {
  background: #e0d7c3;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-gold {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,b68d4c+51,e9d4b3+100;L+Brown+3D */
  background: #f3e2c7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  overflow: hidden;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-gold:hover {
  color: #FFF;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-gold:after {
  content: '';
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
  transform: translate(-100%, 0);
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1.btn-gold:hover:after {
  transform: translate(200%, 0);
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-1:hover {
  background: #FFF;
  color: #222222;
}
section#intro .em-hero-simple .inner-full .inner-wrapper .cta-2 {
  margin-left: 25px;
  color: #FFF;
}
section#intro a.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.5rem;
  background-color: #FFF;
  color: #222222;
  opacity: 1;
  transition: all ease-in-out 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
section#products {
  background: #edf1f4;
}
section#video-testimonials h2 {
  text-align: center;
  margin-bottom: 50px;
}
