/*HEADER*/
/*IMPORT*/
/*ANALYZE*/
/*SHARE*/
/*DOWNLOAD*/
/*PROGRAMS*/

/*HEADER*/
.products-header {
  padding: 80px 0;
  background-image: url("../../img/longomatch/products/header/longmatch-products-header.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.products-header h1 {
  margin-bottom: 40px;
  color: #fff;
}

.products-header .text-header {
  color: #fff;
  font-family: 'gotham-light', Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: normal;
  margin-bottom: 60px;
}

.products-header .text-header span {
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .products-header {
    text-align: center;
  }

  .img-products-header {
    display: none;
  }
}

/*!HEADER*/

/*IMPORT*/
.products-import {
  background-color: #f5f5f5;
  padding: 80px 0;
  text-align: center;
}

.products-import h2 {
  text-align: center;
  margin-bottom: 60px;
}

.img-products-import-screen {
  margin: 0 auto 60px;
  width: 50%;
}

.longomatch-products-import-responsive {
  display: none;
}

.products-import .img-products-import {
  width: 130px;
  height: auto;
  margin: 0 auto;
}

.import-align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-available {
  color: #809A4C;
  display: inline-block;
  margin-right: 7px;
  text-transform: uppercase;
}

.available-icon {
  bottom: 1px;
  color: #809A4C;
  font-size: 18px;
  margin: 0 2px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .products-import video {
    display: none;
  }

  .longomatch-products-import-responsive {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .import-align-middle {
    display: block;
    text-align: center;
  }

  .products-import .img-products-import {
    margin: 0 auto;
  }

  .col-xs-12:last-of-type .text-import,
  .text-available {
    margin-bottom: 40px;
  }
}

/*!IMPORT*/

/*ANALYZE*/
.products-analyze {
  padding: 80px 0;
}

.products-analyze h2 {
  text-align: center;
  margin-bottom: 40px;
}

.products-analyze hr {
  margin: 60px 0;
}

.analyze-align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.img-products-analyze {
  height: 90px;
  width: auto;
  margin: 0 auto 40px auto;
}

.products-analyze video {
  max-width: 100%;
}

.longomatch-products-analyze-responsive {
  display: none;
}

@media only screen and (max-width: 991px) {
  .products-analyze video {
    display: none;
  }

  .longomatch-products-analyze-responsive {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .analyze-align-middle {
    display: block;
    text-align: center;
  }
  .products-analyze-screen {
    margin: 0 auto 40px auto;
  }
}

/*!ANALYZE*/

/*SHARE*/
.products-share {
  background-color: #f5f5f5;
  padding: 80px 0;
  text-align: center;
}

.products-share h2 {
  margin-bottom: 80px;
}

.img-products-share {
  max-height: 100px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 40px auto;
}

.products-share .coming-soon-badge {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .products-share h2 {
    margin-bottom: 40px;
  }

  .img-products-share {
    margin: 40px auto 40px auto;
  }
}

/*!SHARE*/

/*DOWNLOAD*/
.products-download {
  background-color: #ffffff;
  padding: 80px 0 55px;
}

.products-download h2 {
  color: #444444;
  display: inline-block;
  margin: 0 0 20px;
}

.products-download h4 {
  color: #444444;
  font-size: 22px;
  text-transform: none;
}

.products-download .img-products-download-logo {
  width: 90%;
}

.products-download-link {
  padding: 6px 0;
  text-align: center;
}

.products-download-link img {
  margin: 40px auto 60px;
  max-height: 88px;
}

@media only screen and (max-width: 991px) {
  .products-download .img-products-download-logo {
    margin: 0 auto 55px;
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .products-programs .container {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 560px) {
  .products-download-link .col-xs-6 {
    width: 100%;
  }

  .products-download-link .col-xs-6 img {
    margin-bottom: 0;
  }

  .products-download-link a.button3 {
    display: block;
    margin: 50px auto 0;
    width: 43%;
  }
}

/*!DOWNLOAD*/

/*PROGRAMS*/
.products-programs {
  padding: 40px 0 30px;
}

.products-programs .container {
  border-bottom: 1px solid #809A4C;
  border-top: 1px solid #809A4C;
  padding: 80px 0;
}

.img-products-programs {
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .img-products-programs {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .img-products-programs {
    padding: 0;
    margin: 40px auto 40px auto;
    width: 100%;
    max-width: 400px;
  }
}
/*!PROGRAMS*/