/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media only screen and (max-width: 1199px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }
}
.stellar-block.first {
  background-image: url(../images/page1_img2.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.first {
    background-image: url(../images/page1_img2_resize.png);
  }
}
.stellar-block.second {
  background-image: url(../images/page1_img18.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.second {
    background-image: url(../images/page1_img18_resize.png);
  }
}
.stellar-block.third {
  background-image: url(../images/header.png);
  padding: 0 0 275px;
}
@media (max-width: 1199px) {
  .stellar-block.third {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stellar-block.third {
    background-image: url(../images/header_resize.png);
    padding-bottom: 50px;
  }
}
.stellar-block.fourth {
  background-image: url(../images/page2_img2.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.fourth {
    background-image: url(../images/page2_img2_resize.png);
  }
}
.stellar-block.fifth {
  background-image: url(../images/page2_img7.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.fifth {
    background-image: url(../images/page2_img7_resize.png);
  }
}
.stellar-block.sixth {
  background-image: url(../images/page3_img7.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.sixth {
    background-image: url(../images/page3_img7_resize.png);
  }
}
.stellar-block.seventh {
  background-image: url(../images/page4_img10.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.seventh {
    background-image: url(../images/page4_img10_resize.png);
  }
}
.stellar-block.eights {
  background-image: url(../images/page6_img1.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.eights {
    background-image: url(../images/page6_img1_resize.png);
  }
}
