.blog-header {
  background: url('../images/1920/error-bg.jpg') repeat-y center top;
  background-size: cover !important;
  max-width: 100%;
  height: 300px;
  position: relative;
}
.error-header {
  background: url('../images/1920/error-bg.jpg') repeat-y center  top !important;
  background-size: cover !important;
  max-width: 100%;
  height: 300px !important;
  position: relative;
}
.payment-header {
  background: url('../images/1920/cc-bg.jpg') repeat-y center  top !important;
  background-size: cover !important;
  max-width: 100%;
  height: 300px !important;
  position: relative;
}
.partners-header {
  background: url('../images/1920/partners-bg.jpg') repeat-y center  top !important;
  background-size: cover !important;
  max-width: 100%;
  height: 300px !important;
  position: relative;
}
.blog-header:before {
  opacity: 0 !important;
}
.blog-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.front-header {
  background: url('../images/1920/theme-bg-2.jpg') no-repeat center top;
  /*background-size: 100% auto !important;*/
  max-width: 100%;
  min-height: 570px;
  position: relative;
  overflow-y: hidden;
}
.front-header:before {
  background-color: #333333;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .45;
}
@media (min-width: 1920px) {
  .front-header {
    background-size: 100% auto !important;
  }
}

.blog-single-header {
  background: url('../img/background-1.png') 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;
}

.section-features {
  /*background: url('../img/background-4.png') repeat-y center center;*/
  background-color: #c7081b;
}

.section-counter {
  background: url('../img/background-4.png') 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;
}

.section-card {
  background: url('../img/background-4.png') repeat-y center center;
}

.section-gallery-home{
  background-color: #c7081b;
}
