*, h2, h1, h3, h4, h5, h6, p, sup, span, div{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0;
  padding: 0;
  font-family: "HP Simplified";
}

sup{
  top: -.5em !important;
  font-size: 55%;
  color: inherit;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


.cta-white-btn {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 12px 50px;
  font-size: 20px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  text-align: center;
  outline: 0;
  border-radius: 3px 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-white-btn:hover {
  text-decoration: none;
  color: #0096d6 !important;
  background-color: #FFFFFF;
}

.cta-white-btn:active, .cta-white-btn:visited, .cta-white-btn:focus {
  text-decoration: none;
  outline: 0;
  color: #FFFFFF;
}

.cta-dark-btn {
  border: 1px solid #000000;
  padding: 12px 50px;
  color: #000000 !important;
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  text-align: center;
  outline: 0;
  border-radius: 3px 3px;
  text-decoration: none;
}

.cta-dark-btn:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff !important;
  outline: 0;
}

.cta-dark-btn:active, .cta-dark-btn:visited, .cta-dark-btn:focus {
  text-decoration: none;
  outline: 0;
  color: #000000;
  background-color: transparent;
}

.cta-blue-btn {
  border: 1px solid #0096d6;
  padding: 12px 50px;
  color: #0096d6 !important;
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  text-align: center;
  outline: 0;
  border-radius: 3px 3px;
  text-decoration: none;
}

.cta-blue-btn:hover {
  text-decoration: none !important;
  background-color: #0096d6;
  color: #ffffff !important;
  outline: 0;
}

.cta-blue-btn:active, .cta-blue-btn:visited, .cta-blue-btn:focus {
  text-decoration: none !important;
  outline: 0;
  color: #0096d6;
}

.full-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.full-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.wide-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.wide-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.main-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.main-wrap .row {
  margin-right: 0px;
  margin-left: 0px;
}

.main-section {
  background-color: #FFFFFF;
  overflow: hidden;
}

/* ============================= ADDITIONAL CSS HERE ============================= */
.sticky-section {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0,-180px,0);
  -webkit-transform: translate3d(0,-180px,0);
  height: 105px;
  width: 100%;
  text-align: center;
  background-color: #0096d6;
  color: white;
  font-size: 18px;
  padding: 0 40px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  z-index: 100;
}

.sticky-section.show-bar {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}

.sticky-section .sticky-wrapper {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.sticky-section .sticky-wrapper h2 {
    float: left;
    font-size: 26px;
    font-weight: 300;
    font-family: "HP Simplified Light";
}

.sticky-section .custom-button.secondary-button.button {
    background: none;
    color: #ffffff;
    display: inline-block;
    height: auto;
    border: 1px solid #ffffff;
    float: right;
    text-transform: uppercase;
}

.sticky-section .sticky-wrapper h2, .sticky-section .sticky-wrapper a {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    vertical-align: top;
    display: inline-block;
}

.custom-button.secondary-button {
    position: relative;
    background-color: #ffffff;
    color: #0096d6;
    border: 1px solid #0096d6;
}

.custom-button {
    display: inline-block;
    width: auto;
    min-width: 180px;
    height: 50px;
    border: none;
    padding: 0 30px;
    border-radius: 3px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: background-color 0.4s,color 0.4s,border-color 0.4s;
    font-weight: 300;
    font-family: "HP Simplified Light";
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.hero-container {
  background: #eceef1 url(../images/hero-banner.jpg) no-repeat right top;
  width: 100%;
  min-height: 500px;
}

.hero-content {
  margin-top: 50px;
}

.tagline-wrapper h1 {
  font-size: 56px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  color: #000000;
  line-height: 56px;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.tagline-wrapper h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  color: #5a5a5a;
  line-height: 28px;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.tagline-wrapper p {
  font-size: 20px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  color: #000000;
  line-height: 28px;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}


.title {
  font-size: 55px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 56px;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.sub-title {
  font-size: 20px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.sm-sub-title {
  font-size: 19px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.texts {
  font-size: 20px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 30px;
  margin: 0px 0px 0px 0px;
}

.gray {
  color: #5a5a5a;
}

.sm-texts {
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 26px;
  margin: 0px 0px 0px 0px;
}

a.play {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 148px;
  height: 148px;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: .9;
}

a.play:hover {
  opacity: 1;
}

a.play-lg {
  width: 148px !important;
  height: 300px !important;
}

.ksp-section {
  padding: 100px 0px 0px 0px;
}

.ksp-banner {
  background: url(../images/ink-tant-system-img.jpg) no-repeat center top;
  min-height: 690px;
  width: 100%;
  background-size: cover;
}

.ksp-blue-banner {
  background: url(../images/blue_bg.jpg) no-repeat center bottom;
  min-height: 390px;
  width: 100%;
  background-size: cover;
}

.ksp-section .main-wrap.ksp-container {
  height: inherit;
  display: table;
  width: 100%;
}

.ksp-section .main-wrap.ksp-container .inner{
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
}

.ksp-content {
  text-align: center;
  padding: 20px 30px;
}

.ksp-content img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.video-banner {
  background: url(../images/video-banner.jpg) no-repeat center top;
  height: 560px;
  width: 100%;
  background-size: cover;
  position: relative;
}

.video-banner > .main-wrap, .video-banner > .main-wrap > .row {
  height: inherit;
}

.video-content {
  height: inherit;
  display: table;
  text-align: center;
}

.video-content .inner {
  display: table-cell;
  vertical-align: middle;
}

.nomess-nowaste-section {
  padding: 80px 0px;
}

.photos-section {
  background: url(../images/bg_new_tcm.jpg) 50% 50% / cover no-repeat scroll rgb(98, 112, 119);
  min-height: 750px;
  padding: 100px 0px;
}

.gallery-item-contents h3.desc {
  font-size: 26px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  color: #FFFFFF;
  line-height: 28px;
  margin: 10px 0px;
  text-align: center;
}

.hp-quality-section {
  padding: 80px 0px;
}

.hp-quality-banner {

}

.smart-app-section {
  background: url(../images/app-bg.png) no-repeat center top;
  min-height: 1020px;
  width: 100%;
  padding: 100px 0px 0px 0px;
  background-size: cover;
}

.inktank-section {
  padding: 100px 0px;
}

.bullets-number {
  margin: 0px 20px;
  padding: 0px;
  text-align: left;
}

.bullets-number li {
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 26px;
  color: #5a5a5a;
  margin-bottom: 10px;
  list-style: decimal;
  text-align: left;
}

.product-section {
  padding: 100px 0px;
}

.product-container .content {
  padding: 10px 20px;
}

.product-container .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-container .content h3 {
  font-size: 30px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  color: #000000;
  line-height: 36px;
  margin-bottom: 10px;
}

.product-spects {
  margin: 0px 20px;
  padding: 0px;
  text-align: left;
}

.product-spects li {
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 26px;
  color: #5a5a5a;
  margin-bottom: 10px;
  list-style: disc;
}

.footer-tnc {
  padding: 80px 0;
  background-color: #e8e8e8;
  word-wrap: break-word;
}

.footer-tnc p {
  font-size: 12px;
  color: #767676;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 18px;
  margin-bottom: 20px;
}

.footer-tnc p a{
  color: #0096d6;
}

.footer-tnc p a:hover {
  color: #0096d6;
}

.clear_100h_show_mobile {
  height: 100px;
  clear: both;
  display: none;
}

.show-in-mobile {
  display: none;
}

.show-in-mobile img {
  width: 100%;
}

.modal-content {
  border-radius: 0px !important;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.modal-header {
  border-bottom: none !important;
}

.modal-header .close {
  font-size: 70px;
  color: #f9f9f9 !important;
  font-weight: 100;
  text-shadow: none;
  opacity: 1;
  padding-top: 10px;
  line-height: 0;
  position: absolute;
  right: -15px;
  top: 0px;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

/* ======================= ANIMATION ===================== */
.gallery-main-wrapper {
  width: 1px;
  min-width: 100%;
}

.tabs-gallery {
  position: relative;
  height: 360px;
  transition: .3s;
  margin-top: 0px;
}

.tabs-gallery:hover {
  /*height: 510px; */
  /*margin-bottom: 50px;*/
}

.tabs-gallery .gallery-viewer {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3000px;
  margin-left: -1500px;
  text-align: center;
  transition: .3s;
}


.tabs-gallery .gallery-container {
    margin: 0 auto;
    display: inline-block;
  }

.tabs-gallery .gallery-item {
    float: left;
    width: 650px;
    height: 360px;
    /*margin: 0 11px;*/
    transition: .3s;
  }

  .tabs-gallery .gallery-item img {
    width: 100%;
  }

  .tabs-gallery .gallery-item .gallery-item-contents {
    width: 100%;
    display: block;
  }

  .tabs-gallery .gallery-item.item-first {
    /*padding-left: 250px; */
  }

  .tabs-gallery .gallery-item.item-last {
    /*padding-right: 250px; */
  }

  .tabs-gallery .gallery-item:hover {
    width: 750px;
    height: 400px;
    margin-top: -20px;
  }

 /*.gallery-item:hover section.tabs-gallery{
   height: 400px !important;
 }*/

  .tabs-gallery .gallery-item:hover.item-first {
    transition: .6s;
    margin-left: 100px;
  }

  .tabs-gallery .gallery-item:hover.item-last {
    transition: .6s;
    margin-right: 100px;
  }

  @media (max-width: 1279px) {

    .tabs-gallery {
      height: 225px;
    }

    .tabs-gallery:hover {
      height: 225px;
    }

    .tabs-gallery .gallery-item {
      width: 400px;
      height: 225px;
    }

    .tabs-gallery .gallery-item:hover {
      width: 454px;
      height: 225px;
    }
  }

@media (max-width: 1024px) {

  .tabs-gallery {
    overflow: scroll;
    height: 300px;
    margin-top: 40px;
  }

  .tabs-gallery:hover {
    height: 250px;
  }

  .tabs-gallery .gallery-viewer {
    margin-top: 0;
    width: 900px;
    margin-left: auto;
    left: auto;
  }

  .tabs-gallery .gallery-viewer:hover {
    margin-top: 0;

  }

.tabs-gallery .gallery-viewer:hover .gallery-item {
    width:420px !important;
  }

  .tabs-gallery .gallery-item {
    width: 420px;
    height: auto;
    margin-top: 0;
  }

.tabs-gallery .gallery-item .gallery-item-label {
    opacity: 1;
  }

  .tabs-gallery .gallery-item .gallery-item-label h4 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }

  .tabs-gallery .gallery-item.item-first {
    padding: 0;
    margin-left: 11px;
  }

  .tabs-gallery .gallery-item.item-last {
    padding: 0;
    margin-right: 11px;
  }

  .tabs-gallery .gallery-item:hover {
    /*width: 420px;*/
    height: auto;
    margin: 0 11px 0;
  }

  .tabs-gallery .gallery-item:hover.item-first {
    margin-left: 11px;
  }

  .tabs-gallery .gallery-item:hover.item-last {
    margin-right: 11px;
  }
}


@media (min-width: 992px){
  .modal-lg {
      width: 1050px;
  }
}

@media screen and (max-width: 1280px) {
  .hero-container {
    background-position: center top;
  }
}

@media screen and (max-width: 991px){

  .ksp-banner {
    background-size: contain;
    background-position: bottom;
  }

  .smart-app-section {
    background-color: #25569d;
  }

  .inktank-section {
    padding-top: 0px;
  }

  .modal-lg {
      width: auto !important;
  }

}

@media screen and (max-width: 767px){
  .tabs-gallery .gallery-item {
    width: 100%;
    height: auto;
    margin-left: 0px !important;
  }

  .tabs-gallery {
    overflow: hidden !important;
    height: auto !important;
  }

  .gallery-viewer {
    width: auto !important;
  }

  .tabs-gallery .gallery-item.item-first {
    margin-bottom: 30px;
  }

  .tabs-gallery .gallery-viewer {
    position: static;
  }

  .sub-title {
    font-weight: 500;
    font-family: "HP Simplified Regular";
  }

  .modal-lg {
      width: auto !important;
  }

  .cta-new-white {
    font-size: 18px;
    font-weight: 500;
    font-family: "HP Simplified Regular";
  }

  .tagline-wrapper {
    padding: 30px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 60px;
  }

  .smart-app-section {
    padding-bottom: 100px;
  }

  .inktank-section {
    padding-top: 100px;
  }

  .hero-container {
    background-size: contain;
  }

  .ksp-banner {
    background-size: contain;
    background-position: bottom;
  }

}

/* ============ 480 Break point ============ */
@media screen and (max-width: 480px){
  .tabs-gallery .gallery-item {
    width: 100%;
    height: auto;
    margin-left: 0px !important;
  }

  .tabs-gallery {
    overflow: hidden !important;
    height: auto !important;
  }

  .gallery-viewer {
    width: auto !important;
  }

  .tabs-gallery .gallery-item.item-first {
    margin-bottom: 30px;
  }

  .tabs-gallery .gallery-viewer {
    position: static;
  }

  .modal-lg {
    width: auto !important;
  }

  .tagline-wrapper {
    margin-top: 85px;
  }

  .tagline-wrapper h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .tagline-wrapper h3 {
    font-size: 24px;
  }

  .title {
    font-size: 32px;
    line-height: 40px;
  }

  .hide-it-480 {
    display: none !important;
  }

  .col-xs-12 {
    width: 100% !important;
  }

  .ksp-banner {
    min-height: 395px;
    background-size: contain;
    background-position: bottom;
  }

  .ksp-content {
    padding: 20px 0px;
  }

  .smart-app-section {
    padding-bottom: 100px;
  }

  .inktank-section {
    padding-top: 100px;
  }

  .hero-container {
    background-size: contain;
  }

  .sticky-section {
    display: none !important;
  }

}
