body {
    padding-bottom: 60px;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;*/
    background: rgb(251, 171, 0);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(249, 164, 0, 1) 0%, rgba(239, 88, 48, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(249, 164, 0, 1) 0%, rgba(239, 88, 48, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(249, 164, 0, 1) 0%, rgba(239, 88, 48, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

h2 {
    font-size: 36px;
}

h4 {
    margin-top: 20px;
}

#step ul.list-group {
    background: #000;
}

#owl .owl-item a::after {
    background: #000;
    padding: 9px 0;
}

.div-wrapper.one {
    background-position: bottom center;
}

.section-one .right-sec {
    padding: 3% 0 0;
}

.section-one .right-sec .brand-heading {
    color: #fff;
    font-size: 120px;
    line-height: 0.8em;
    text-shadow: 0 1px 0 #f8be4d, 0 2px 0 #f49f3e, 0 3px 0 #f38533, 0 4px 0 #f17630, 0 5px 0 #f16c2e, 0 6px 0 #f0602d, 0 7px 0 #f05d2e, 0 8px 0 #ef5830, 0 6px 1px rgba(214, 50, 0, .1), 0 0 5px rgba(214, 50, 0, .1), 0 1px 3px rgba(214, 50, 0, .3), 0 3px 5px rgba(214, 50, 0, .2), 0 5px 10px rgba(214, 50, 0, .25), 0 10px 10px rgba(214, 50, 0, .2), 0 20px 20px rgba(214, 50, 0, .15);
}

.section-one .right-sec .brand-heading span {
    font-size: 0.5em;
}
.fixed-button.button-fade {
    background: -moz-linear-gradient(top, rgba(227, 78, 1, 0) 0%, rgba(227, 78, 1, 0.8) 50%, rgba(227, 78, 1, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227, 78, 1, 0) 0%, rgba(227, 78, 1, 0.8) 50%, rgba(227, 78, 1, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227, 78, 1, 0) 0%, rgba(227, 78, 1, 0.8) 50%, rgba(227, 78, 1, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.number-space {
    letter-spacing: -13px;
    display: inline-block !important;
}

#step {
    box-shadow: none;
}

.section-one .right-sec .sticker {
    color: #fd7c1e;
}

.div-wrapper.one {
    background: url(images/BTM_1308x495.png) no-repeat 10% bottom;
    background-size: 70%;
    height: 515px;
}
.section-one{
  overflow: hidden;
}
a.full-click{
  display: none;
}
#step.navbar-fixed-bottom{
  z-index: 999;
}
/* card slides ============================================ */
.container {
  position: relative;
  width: 370px;
  height: 440px;
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 370px;
  height: 440px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  cursor: pointer;
}
.card:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.card:nth-child(2) {
  z-index: 9;
  top: 15px;
  left:-45px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1) rotate(-5deg);
          transform: scale(1) rotate(-5deg);
  opacity: 1;
}
.card:nth-child(3) {
  z-index: 8;
  top: 30px;
  left: 25px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1) rotate(5deg);
         transform: scale(1) rotate(5deg);
  opacity: 1;
}
.card:nth-child(4) {
  z-index: 7;
  top: 45px;
  left: 50px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1) rotate(10deg);
          transform: scale(1) rotate(10deg);
  opacity: 1;
}
.card:nth-child(5) {
  z-index: 6;
  top: 70px;
  left: 90px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.9) rotate(15deg);
          transform: scale(0.9) rotate(15deg);
  opacity: 1;
}
.card:nth-child(6) {
  z-index: 5;
  top: 105px;
  left: 110px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.8) rotate(12deg);
          transform: scale(0.8) rotate(12deg);
  opacity: 1;
}
.card:nth-child(7) {
  z-index: 4;
  top: 105px;
  left: 135px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 1;
}
/*.card:nth-child(8) {
  z-index: 3;
  top: 105px;
  left: 90px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 1;
}
.card:nth-child(9) {
  z-index: 2;
  top: 120px;
  left: 95px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 1;
}
.card:nth-child(10) {
  z-index: 1;
  top: 135px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0.4;
}
.card:nth-child(11) {
  z-index: 0;
  top: 150px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}*/
.card:first-child:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card:last-child {
  opacity: 0;
}

.container {
  margin: 100px auto;
}

.card {
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  text-align: center;
}
.card-section{
  position: absolute;
  bottom:0;
  left: 22%;
  /*-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}
.card-section:before{
  content: "";
  background: url(images/chip01.png) no-repeat center 30px;
  background-size: 100%;
  position: absolute;
  left: -80px;
  bottom: -70px;
  width: 250px;
  height: 200px;
  z-index: 50;
  /*-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-delay: .5s;
    animation-delay: .5s;*/
}
.card-section:after{
  content: "";
  background: url(images/chip01.png) no-repeat center 30px;
  background-size: 100%;
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 250px;
  height: 200px;
  z-index: 50;
  transform:rotate(-40deg);
  /*-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-delay: 1s;
    animation-delay: 1s;*/
}
.card img{
  margin: 15px;
}
.card p.title{
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.card .quote{
  color: #666;
  position: relative;
  margin: 15px;
}
.card .quote:before{
  content: "";
  background: url(images/icon-quote.png) no-repeat left top;
  width: 25px;
  height: 14px;
  position: absolute;
  left: 0;
  top: -14px;
  transform:rotate(180deg);
}
.card .quote:after{
  content: "";
  background: url(images/icon-quote.png) no-repeat left top;
  width: 25px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: -14px;
}
/* ================================================= */

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 82, ../sass/_main.scss */
  .div-wrapper.one {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/BTM_1308x495@2x.png");
    background-size: cover;
  }
}
@media (max-width: 1400px) {
    .section-two {
        padding-bottom: 0;
    }
    .section-two > .div-wrapper,
    .footer {
        background: transparent;
    }
    .div-wrapper.one {
        height: inherit;
    }
    .card-section{
     left: 18%;
     }
}

@media (max-width: 1024px) {
    #step.navbar-fixed-bottom {
        top: 0;
    }
    .card-section{
     left: 10%;
     bottom:-5%;
     transform:scale(0.8);
     }
     .div-wrapper.one{
      background-size: 60%;
      background-position: 0% 75%;
     }
}

@media (max-width: 992px) {
    .div-wrapper.one {
        margin-top: 0;
        height: inherit;
    }
}
@media (max-width: 992px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 992px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 992px) and (min-device-pixel-ratio: 1.3), (max-width: 992px) and (min-resolution: 1.3dppx) {
  /* line 82, ../sass/_main.scss */
  .div-wrapper.one {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/BTM_972x348@2x.png");
  }
}
@media (max-width: 768px) {
    .div-wrapper.one {
        background: url(images/BTM_732x300.png) no-repeat -5% 90%;
        background-size: 80%;
    }
    .section-one .right-sec {
        padding: 0;
    }
    .section-one .right-sec .brand-heading {
        font-size: 80px;
    }
    .section-one .right-sec .intro-text {
        font-size: 24px;
    }
    .card-section{
     left: 5%;
     bottom:-20%;
     transform:scale(0.7);
     }
}
@media (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 768px) and (min-device-pixel-ratio: 1.3), (max-width: 768px) and (min-resolution: 1.3dppx) {
  /* line 82, ../sass/_main.scss */
  .div-wrapper.one {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/BTM_732x300@2x.png");
  }
}
@media (max-width: 600px) {
    .div-wrapper.one {
        background: url(images/BTM_636x204.png) no-repeat -10% 70%;
        background-size: 80%;
    }
    .card-section{
     left: 0;
     bottom:-30%;
     transform:scale(0.6);
     }
}
@media (max-width: 600px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 600px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 600px) and (min-device-pixel-ratio: 1.3), (max-width: 600px) and (min-resolution: 1.3dppx) {
  /* line 82, ../sass/_main.scss */
  .div-wrapper.one {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/BTM_636x204@2x.png");
  }
}
@media (max-width: 536px) {
    #step ul.list-group {
        background: transparent;
    }
    #step ul.list-group li.list-group-item {
        background: #000;
    }
    .div-wrapper.one {
        background: url(images/BTM_444x372.png) no-repeat 0 0;
        height: inherit;
        background-size: 100%;
    }
    .card-section{
     left: 50%;
     bottom:10%;
     transform:scale(0.7);
     margin-left:-170px;
     }
     .section-one .right-sec .brand-heading, .section-one .right-sec .brand-heading span{
      display: inline-block;
      font-size: 55px;
     }
     .section-one .main-btn{
      margin-top: 60%;
     }
     .section-one .right-sec .intro-text{
      margin-bottom: 0;
     }
}
@media (max-width: 536px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 536px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 536px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 536px) and (min-device-pixel-ratio: 1.3), (max-width: 536px) and (min-resolution: 1.3dppx) {
  /* line 82, ../sass/_main.scss */
  .div-wrapper.one {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/BTM_444x372@2x.png");
    background-size: 100%;
  }
}
@media (max-width: 320px) {
  .div-wrapper.one{
    background-position: 0 10%;
  }
   .card-section{
     left: 50%;
     bottom:12%;
     transform:scale(0.6);
     margin-left:-170px;
     }
     .section-one .main-btn{
      margin-top: 70%;
     }
}