/*
 ------------------
 Home Prodcuts
 ------------------
 */

#home-products {
  background: #fff;
  border-bottom: 3px solid #EAEAEA;
}

  #home-products ul { margin: 0; padding: 0; }

  #home-products .cct-service-nav-item {
    padding: 0;
    border: none;
    background: transparent;
  }

  #home-products .cct-service-nav-item span {
    padding: 0 20px;
  }

  #home-products a {
    text-align: center;
    padding: 40px 0 20px;
    font-size: 18px;
    color: #454545;
    outline:none;
    text-decoration: none;
    transition: all 0.3s;
  }

  #home-products:hover a {
    color: #777;
  }

  #home-products a:hover {
    text-decoration:none;
    background: #f0f0f0;
    color: #333;
  }

    #home-products a i {
      display: block;
      font-size: 48px;
      padding-bottom: 25px;
      line-height: 55px;
    }

    #home-products a:hover i {
      font-size: 55px;
      color: #0088ff;
      transition: font-size 0.175s, color 0.175s;
    }

    /*#home-products a:hover i.fa-wordpress { color: #1e8cbe; }

    #home-products a:hover i.fa-shopping-cart { color: #7AB55C; }

    #home-products a:hover i.fa-facebook-square { color: #3b5998; }

    #home-products a:hover i.fa-twitter-square { color: #55acee; }*/

    #home-products a .small {
      font-size: 13px;
    }

  #home-products .row {}

    #home-products .row div {
      padding: 0 !important;
      margin: 0 !important;
    }

.home-solutions {
  position: relative;
}

.home-solutions-nav-left,
.home-solutions-nav-right {

  position: absolute;
  z-index: 20;
  display: block;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 20%;
  min-width: 60px;
  max-width: 100px;
  line-height: 250px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.home-solutions-nav-left:hover,
.home-solutions-nav-right:hover {
  background-color: rgba(0,0,0,0.025);
}
.home-solutions-nav-right:before,
.home-solutions-nav-left:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
  transition: all 0.2s;
}

.home-solutions-nav-left { left: 0; }
.home-solutions-nav-left:before {
  content: "\f137";
}

.home-solutions-nav-right { right: 0; }
.home-solutions-nav-right:before {
  content: "\f138";
}

.home-solutions-container {
  overflow: hidden;
  z-index: 19;
}

.home-solution-items {
  position: relative;
  overflow: hidden;
  width: auto;
  /*height: 300px;*/
  height: 250px;
  transition: left 0.3s;
}

.home-solution-items:before,
.home-solution-items:after {
  display: table;
  content: "";
}

.home-solution-items:after {
  clear: both;
}

.home-solution-item {

  display: inline-block;
  float: left;
  width: 280px;
  height: 300px;

}

.home-soultion-item-description {
  padding: 0 20px;
}

.home-solutions-container {
  padding: 0;
  width: 280px;
}

@media (min-width: 768px) {

  .home-solutions-container {
    width: 750px;
  }

  .home-solution-item {
    width: 250px;
  }

}

@media (min-width: 1024px) {

  .home-solutions-container {
    width: 1000px;
  }

}

@media (min-width: 1400px) {

  .home-solutions-container {
    width: 1250px;
  }

}

@media (min-width: 480px) and (max-width: 767px) {

  .home-solutions-container {
    width: 440px;
  }

  .home-solution-item {
    width: 220px;
  }

}
