
/* Blog Header */
.blog-header {
  background: url('../images/blog-top.jpg') repeat-y center top;
  max-width: 100%;
  height: 550px;
  position: relative;
}
.blog-header:before {
  /* background-color: #101931;*/
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* Homepage Template */
.front-header {
  background: url('../images/background_home0.jpg') repeat-y center center;
  max-width: 100%;
  min-height: 570px;
  position: relative;
  overflow-y: hidden;


}
.front-header:before {
  /* background-color: #101931;*/
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
 opacity: .7;
 
}
/* Blog Single */
.blog-single-header {
  background: url('../images/post-top.jpg') repeat-y center center;
  max-width: 100%;
  height: 768px;
  position: relative;
}
.blog-single-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
/* Features */
.section-features {
  background: url('../images/background_card.jpg') repeat-y center center;
}
/* Counter */
.section-counter {
  background: url('../images/background_counter.jpg') repeat-y center top;
  max-width: 100%;
  height: auto;
  position: relative;
}
.section-counter:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
/* Card */
.section-card {
  background: url('../images/background_meteo.jpg') repeat-y center center;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
