.hero-holder {
    background: url("/content/hilti-dev/blueprints/global/en/products/service-1/testapp/jcr:content/mainSection/image.img.1440.high.jpg/1493222354030.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 400px;
}
.hero-sub-nav {
    background-color: #DFD8CA;
    padding: 10px 0px;

}
.hero-title {
    font-size: 50px;
    margin-top: 0;
}
@media only screen  and (max-width : 1224px) {
    .hero-title {
    font-size: 30px !important;
    }
    .hero-title {
        margin-top: 10%;
    }
}
.hero-sub-title {
    font-size: 24px;
    font-weight: bold;
    color: rgb(103, 26, 61);
    font-family: "Hilti Bold", Arial, Verdana, sans-serif;
}
.hero-sub-nav-btn-holder {
  padding: 20px 0px 0px 20px;
}
.hero-sub-nav-btn {
    width: 100%;
    background-color: #F3F0EB;
    border: 2px solid #bcb9b2;
    color: black;
    padding: 10px;
}
.hero-sub-nav-btn:hover {
    border: 2px solid #D2051E;
    color: #D2051E !important;
}
.selected-sub-btn {
    background-color: white;
    border: 2px solid #D2051E;
    color: #D2051E !important;
}
.selected-sub-btn > h4 {
    color: #D2051E !important;
}
.hero-sub-nav-name, .hero-sub-nav-p {
    padding-bottom: 0;
}
.hero-sub-nav-name {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    font-family: 'Hilti Bold', sans-serif !important;
    color: black !important;
}
.hero-sub-nav-p {
    font-size: 14px !important;
}
.slide-main-holder, .slider-reg-holder {
    background-color: #F3F0EB;
    width: 100%;
    height: 250px;
    padding: 20px;
    positon: relative;
}
.flip-card-holder {
    width: 100%;
    min-height: 180px;
    border: 1px solid red;
}
.slide-main-holder p {
    font-size: 13px;
}
.flip-card-section {
    margin-top: 10px;
}
.slide-title {
    font-family: "Hilti Roman", sans-serif !important;
    color: #D2051E !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
    font-size: 24px!important;
    margin-bottom: 0 !important;
}
.slide-large-title {
    margin: 30px 0px 20px 0px;
    font-size: 40px;
    color: white;
}
.small-text {
    font-size: 16px;
    padding-bottom: 10px;
}
.box-size-4 {
    width: 33%;
    display: inline-block;
    margin-left: 5px;
}
.main-slide-title {
    font-family: "Hilti Roman", sans-serif;
    font-size: 40px; 
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 40px;
}
.state-hidden {
    display: none;
}
.btn-cta-hilti {
    border: 2px solid #D2051E;
    color: #D2051E;
    min-height: 30px;
    min-width: 180px;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Hilti Bold", Arial, Verdana, sans-serif;
    font-size: 14px;
    max-width: 300px;
    padding: 3px 10px !important;
}
.disabled-btn {
    border: 2px solid grey;
    color: grey;
}
.btn-hold {
    min-height: 36px;
}
.btn-cta-hilti:hover {
    background-color: #D2051E;
    color: white;
}
.flip-bg {
    display: none;
}
.flip-enable {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.m-editorial-teaser:not(.m-editorial-teaser--fullwidth) {
    flex-direction: initial !important;
}
.m-editorial-teaser-content {
    width: 100% !important;
}
.m-editorial-teaser-image {
    width: 100% !important;
}
.image-white-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#FFF 0,rgba(255,255,255,0) 100%);
    z-index: 3;
    -webkit-clip-path: polygon(0 0,-16% 100%,0 500%,48% -12%) !important;
}
.white-solid {
    background: none;
    background-color: white;
}
.hilti-cordless-mobile-nav {
    min-height: 50px;
    padding: 11px;
    width: 100%;
}
.mobile-nav-links {
    display: none;
}
.mobile-nav-links > li {
    height: 50px;
    width: 100%;
    background-color: rgba(0,0,0, 0.8);
    padding: 13px;
    color: white;
    font-size: 18px;
    display: none;
}
.mobile-nav-links > li:first-child {
    display: block;
}
.m-editorial-teaser {
    border: none;
}
.down-arrow {
    display: none;
}

.mobile-flip-holder {
    display: none;
}

@media screen and (max-width: 968px) {
    .hero-image-cont {
        display: none;
    }
    .m-editorial-teaser {
        border: none;
        background-color: #f3f0eb;
    }
    .breadcrumb-holder {
        display:none;
    }
}

@media (max-width: 768px) {
    .mobile-nav-links {
        display: block;
    }
    .m-editorial-teaser {
        min-height: 75px;
    }
    .hero-title {
        padding: 0;
        margin: 0;
        font-size: 25px;
    }
    .hero-sub-title {
        font-size: 18px !important;
        padding: 0 !important;
    }
    .main-slide-title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
    } 
    .hilti-cordless-mobile-nav {
        padding-top: 0px;
    }
    /* Mobile toggle sub apps */
    .hero-sub-nav {
        position: relative;
    }
    .down-arrow {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-weight: bold;
        padding: 25px 4px 0px 0px;
        transform: rotate(90deg);
        display: block;
        font-size: 22px;
        color: white;
    }
}


/* Card flip animations */
.flip-container {
    padding-left: 10px !important;
    padding-right: 0 !important;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;;
}

    .flip-container:hover .flipper,
  .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }


.flipper {
    cursor: pointer;
    min-height: 260px;
    
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {
    z-index: 2;
    cursor: pointer;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

    background: #f8f8f8;
    position: absolute;
    width: 100%;
}
.edit-flipped {
    transform: rotateY(0deg) !important;
}
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 8px;
}

.vertical.flip-container .flipper {
    transform-origin: 100% 129px; /* half of height */
}

.vertical.flip-container:hover .flipper {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transform: rotateX(-180deg);
}

/* Bit Section */
.bit-name, .bit-secondary {
    margin: 0;
    padding: 0;
}
.bit-text {
    font-size: 16px;
}
.bit-secondary {
    margin-bottom: 5px;
}
.bit-name {
    color: #b7b7b7;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pad-10 {
    padding-left: 10px;
}
#main-app-holder {
   background: #f8f8f8;
   min-height: 250px;
   padding: 20px;
}
.slider-reg-holder .btn-cta-hilti {
    max-width: 100% !important;
    min-width: 100% !important; 
}
.flip-chevron-holder {
    display: none;
}
@media screen and (max-width: 768px){
    .btn-cta-hilti {
        width: 100%;
        max-width: 100% !important;
    }
    .front {
        padding: 0;
        position: relative;
    }
    .flip-chevron {
        color: white;
    }
    .flip-chevron-holder {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
    }
    .slider-reg-holder {
        height: 175px;
        margin-top: 10px;
    }
    .button-group .col-xs-12 {
        padding: 0px !important;
    }
}
.button-group .col-xs-12 {
    padding: 5px;
}
.flip-card-complete-holder {
    margin-top: 10px;
}
.ie-front-holder {
    margin-bottom: 10px;
}
.o-footer .container-fluid {
    background-color: transparent !important;
}
.title-holder {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.slider-reg-holder.back {
    z-index: 9999;
}
.hero-text-holder {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 33%;
    transform: translateY(-40%);
}
@media screen and (max-width: 1024px){
    .hero-text-holder { 
        transform: none;
    }
    .flip-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
        width: 50% !important;
    }
    .col-xs-12 {
        width: 100% !important;;
    } 
    .flipper {
        min-height: 0;
    }
    .slider-reg-holder {
        margin-bottom: 10px;
    }
    .col-tab-half {
        width: 50% !important;
    }
    .mobile-img-box {
        display: inline;
    }
    .mobile-box-text {
        width: 50%;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .col-tab-half {
        width: 100%
    }
}


@media not all and (min-resolution:.001dpcm) { 
    .hero-text-holder {
        transform: none !important;
        top: 10%;
    }
 }

 .button-group > .col-xs-12 > div > div {
     padding: 0px 5px;
 }
 
   .o-cic-product-summary {
    background: #F3F0EB;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 2560px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-cic-product-summary {
    padding: 10px;
    padding-bottom: 30px;
    border-bottom: 4px solid #DFD8C8;
    border-bottom: 0.25rem solid #DFD8C8;
    background-color: #FFFFFF;
  }
  .m-cic-product-summary:before, .m-cic-product-summary:after {
    content: "";
    display: table;
  }
  .m-cic-product-summary:after {
    clear: both;
  }
  .m-cic-product-summary figure {
    margin-top: 20px;
  }
  .m-cic-product-summary-left {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-cic-product-summary-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-cic-product-summary-body {
    padding: 0 20px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
  }
  .m-cic-product-summary-body .a-heading-h1 {
    padding: 20px 0;
  }
  .m-cic-product-summary-body div[data-readmore] {
    padding-bottom: 20px;
  }
  .m-cic-product-summary-body .a-button-secondary.visible-lg {
    line-height: 2rem;
  }
  .m-cic-product-summary-body .a-button-primary.hidden-lg, .m-cic-product-summary-body .m-text--richtext .m-text-buttons a.hidden-lg, .m-text--richtext .m-text-buttons .m-cic-product-summary-body a.hidden-lg {
    margin: auto;
  }
  .m-cic-product-summary-body .js-readmore-link {
    position: relative;
    display: inline;
    color: #671A3D;
    font-weight: bold;
    border-bottom: .125rem solid transparent;
    font-family: "Hilti Bold", Arial, Verdana, sans-serif;
  }
  .m-cic-product-summary-body .js-readmore-link:hover {
    color: #671A3D;
    border-bottom-color: #671A3D;
  }
  @media (min-width: 48rem) {
    .o-cic-product-summary {
      padding-left: 30px;
      padding-right: 30px;
    }
    .m-cic-product-summary {
      padding: 40px;
    }
    .m-cic-product-summary-left {
      height: 325px;
      float: left;
      width: 41.66667%;
    }
    .m-cic-product-summary-right {
      float: left;
      width: 58.33333%;
    }
    .m-cic-product-summary figure {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto;
    }
    .m-cic-product-summary-body .a-heading-h1 {
      margin-top: 40px;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 64rem) {
    .o-cic-product-summary {
      padding-left: 50px;
      padding-right: 50px;
    }
    .m-cic-product-summary figure {
      max-width: 350px;
      float: right;
      margin: auto;
    }
    .m-cic-product-summary-body .a-heading-h1 {
      text-align: left;
    }
    .m-cic-product-summary-body {
      text-align: left;
    }
  }
  @media (min-width: 90rem) {
    .o-cic-product-summary {
      padding-left: 70px;
      padding-right: 70px;
    }
  }
  @media (min-width: 160rem) {
    .o-cic-product-summary {
      padding-left: 110px;
      padding-right: 110px;
      max-width: 2560px;
    }
  }
 .m-cic-product-summary-body p {
    display: inline;
  }