/* line 2, ../../../../../sass/product-page.scss */
.banner-product {
  float: left;
  width: 100%;
  padding: 65px 0px;
  overflow: hidden;
  min-height: 400px;
}
/* line 7, ../../../../../sass/product-page.scss */
.banner-product h2 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: lighter;
}
	.banner-product h2 span {
		text-transform: none;
	}
/* line 12, ../../../../../sass/product-page.scss */
.banner-product h2 strong {
  font-weight: bold;
}
/* line 16, ../../../../../sass/product-page.scss */
.banner-product p {
  font-size: 24px;
  color: #ffffff;
  margin: 40px 0px;
  width: 70%;
  line-height: normal;
}
/* line 21, ../../../../../sass/product-page.scss */
.banner-product button {
  padding: 15px 20px;
  border: 3px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 22px;
  background-color: transparent;
  font-size: 14px;
}
/* line 30, ../../../../../sass/product-page.scss */
.banner-product button:hover {
  background-color: #ffffff;
  color: #1b3a6a;
  transition: 0.3s;
}

/* line 38, ../../../../../sass/product-page.scss */
.download-sheet {
  float: left;
  width: 100%;
  padding: 80px 0px;
}
/* line 42, ../../../../../sass/product-page.scss */
.download-sheet h1 {
  font-size: 74px;
  color: #71bf44;
  font-weight: 700;
}
/* line 47, ../../../../../sass/product-page.scss */
.download-sheet h3 {
  font-size: 23px;
  color: #1b3a6a;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 52, ../../../../../sass/product-page.scss */
.download-sheet .border-text {
  border-left: 3px solid #f2f2f2;
}
/* line 55, ../../../../../sass/product-page.scss */
.download-sheet h4 {
  font-size: 19px;
  color: #1b3a6a;
  margin: 0 0 28px;
  line-height: normal;
}
.download-sheet h4:last-child {
	margin: 0;
}
/* line 60, ../../../../../sass/product-page.scss */
.download-sheet button {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  color: #1b3a6a;
  font-size: 14px;
  font-weight: bold;
}
/* line 68, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action {
  text-align: center;
}
/* line 70, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action p {
  font-size: 24px;
  color: #333333;
  margin: 50px 0px;
}
/* line 75, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button {
  display: inline-block;
  margin: 0px 30px;
  padding: 15px 20px;
  border-radius: 25px;
}
/* line 81, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button.blue {
  border: 3px solid #1b3a6a;
  color: #1b3a6a;
}
/* line 85, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button.blue:hover {
  background-color: #1b3a6a;
  color: #ffffff;
  transition: 0.3s;
}
/* line 90, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button.marine {
  color: #009ac6;
  border: 3px solid #009ac6;
}
/* line 94, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button.marine:hover {
  background-color: #009ac6;
  color: #ffffff;
  transition: 0.3s;
}
/* line 99, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button.green {
  color: #71bf44;
  border: 3px solid #71bf44;
}
/* line 103, ../../../../../sass/product-page.scss */
.download-sheet .buttons-action button.green:hover {
  background-color: #71bf44;
  color: #ffffff;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  /* line 111, ../../../../../sass/product-page.scss */
  .download-sheet {
    padding: 40px 0px;
    text-align: center;
  }
  /* line 114, ../../../../../sass/product-page.scss */
  .download-sheet h4 {
    padding-right: 0px;
    margin-top: 30px;
  }
  /* line 119, ../../../../../sass/product-page.scss */
  .download-sheet .buttons-action button {
    margin: 15px 0px;
    padding: 0px;
    width: 100%;
    height: 55px;
  }
}
/* line 132, ../../../../../sass/product-page.scss */
.features {
  float: left;
  width: 100%;
  /*background: url("../images/bg-gradient.png") no-repeat;
  background-size: cover;*/
  padding: 80px 0px;
  text-align: center;
}
/* line 139, ../../../../../sass/product-page.scss */
.features h2 {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  font-weight: lighter;
  word-spacing: 15px;
}
/* line 145, ../../../../../sass/product-page.scss */
.features h2 strong {
  font-weight: bold;
  margin-right: 15px;
}
/* line 150, ../../../../../sass/product-page.scss */
.features p {
  font-size: 16px;
  color: #333333;
  margin: 50px 0px;
  line-height: 20px;
}
/* line 156, ../../../../../sass/product-page.scss */
.features img {
  width: 100%;
  margin-top: 30px;
}
/* line 160, ../../../../../sass/product-page.scss */
.features a {
  color: #009ac6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 166, ../../../../../sass/product-page.scss */
  .features {
    padding: 40px 0px;
  }
}
/* line 172, ../../../../../sass/product-page.scss */
.subhead {
  float: left;
  width: 100%;
  background-color: transparent;
  padding: 80px 0px;
}
/* line 177, ../../../../../sass/product-page.scss */
.subhead h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #72bf44;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
/* line 185, ../../../../../sass/product-page.scss */
.subhead p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 50px;
  line-height: 20px;
  text-align: left;
}
/* line 192, ../../../../../sass/product-page.scss */
.subhead ul {
  margin-left: 40px;
}
/* line 194, ../../../../../sass/product-page.scss */
.subhead ul li {
  margin-top: 5px;
  list-style-type: disc;
  color: #009ac6;
  font-size: 16px;
}
/* line 201, ../../../../../sass/product-page.scss */
.subhead img {
  width: 100%;
}
/* line 204, ../../../../../sass/product-page.scss */
.subhead a {
  color: #009ac6;
  font-weight: bold;
}

/* line 209, ../../../../../sass/product-page.scss */
.see-project {
  border-top: 2px solid #ebebeb;
  padding: 80px 0px;
  text-align: center;
  margin-top: 50px;
}
/* line 214, ../../../../../sass/product-page.scss */
.see-project button {
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 25px;
  margin: 30px 0px;
}
/* line 220, ../../../../../sass/product-page.scss */
.see-project button.blue {
  border: 3px solid #1b3a6a;
  color: #1b3a6a;
}
/* line 224, ../../../../../sass/product-page.scss */
.see-project button.blue:hover {
  background-color: #1b3a6a;
  color: #ffffff;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  /* line 232, ../../../../../sass/product-page.scss */
  .subhead {
    padding: 40px 0px;
  }

  /* line 235, ../../../../../sass/product-page.scss */
  .see-project {
    padding: 40px 0px;
  }
}
