/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: 50% 50% !important;
  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 {
  margin-top: 50px;
  z-index: 2;
  position: relative;
  padding: 100px 0 200px;
  background-image: url(../images/page1_img1.png);
}

@media (max-width: 767px) {
  .stellar-block.first {
    padding: 50px 0;
  }
}
.stellar-block.second {
  padding: 44px 0 203px;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .stellar-block.second {
    padding: 50px 0;
  }
}
.stellar-block.third {
  padding: 154px 0 177px;
  z-index: 2;
  position: relative;
  background-image: url(../images/brasao.png);
}





/* BRASAO OFF */
@media (min-width: 320px) {
.stellar-block.third  { background-image: none; }
}





@media (max-width: 767px) {
  .stellar-block.third {
    padding: 100px 0;
  }
}
.stellar-block.sixth {
  z-index: 2;
  position: relative;
  background-image: url(../images/triangles1.png);
  width: 100%;
  height: 100%;
}
.stellar-block.seventh {
  padding: 26px 0 4px;
  z-index: 2;
  position: relative;
  background-image: url(../images/triangles2.png);
  background-color: #e8e8e8;
}

.stellar-block.eight {
  padding: 191px 0 153px;
  z-index: 1;
  position: relative;
  background-image: url(../images/enoturismo.png);
}






/* ENOTURISMO IMAGEM SHIFT >> */
/* IPHONE 3 AND 4 */
@media (max-width: 479px) {
#content .stellar-block.eight  { background-position: -255px !important;  }
}

/* IPHONE 3 AND 4 (LANDSCAPE) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
#content .stellar-block.eight  { background-position: -210px !important;  }
	
}










@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.stellar-block.eight { background-position: -900px; }
}













.stellar-block.eight:before  {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/triangle_enoturismo2.png) no-repeat center 0;
}


/*
.stellar-block.eight:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: url(../images/triangle6.png) no-repeat center 0;
}
*/
@media (max-width: 767px) {
  .stellar-block.eight {
    padding: 100px 0;
  }
}
.stellar-block.ninth {
  padding: 44px 0 212px;
  z-index: 2;
  position: relative;
  background-image: url(../images/triangles7.png);
}
@media (max-width: 767px) {
  .stellar-block.ninth {
    padding-bottom: 100px;
  }
}
.stellar-block.tenth {
  padding: 44px 0 167px;
  z-index: 1;
  position: relative;
  background-image: url(../images/page3_img5.png);
  margin-bottom: -17px;
}
.stellar-block.tenth:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: url(../images/triangle6.png) no-repeat center 0;
}
