.section-footer-extra,
.section.section-footer {
  bottom: 0;
}

section.banner .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px;
}

section.banner .text h1 {
  color: black;
  font-size: 20pt;
}

section.banner .bg-image {
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background-position-x: 0;*/
  background-position-x: right;
  background-position-y: 0;
}

section.banner .gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
    width: 100%;
    height: 100%;
    margin-left: -15px;
}
/*section.banner .gradient {*/
/*  background: white;*/
/*  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0.5)));*/
/*  background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0.5) 100%);*/
/*  height: 100%;*/
/*  margin-left: -15px;*/
/*  width: 60px;*/
/*  -webkit-box-shadow: 0 0 60px #ffffff;*/
/*          box-shadow: 0 0 60px #ffffff;*/
/*}*/

section.list {
  background-color: #efefef;
}

section.list h5.card-title {
  color: black;
}

section.list .card-body {
  height: 230px;
  position: relative;
}

section.list .card a.btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

section.list .card-header {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.list .card-header label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 9px;
  color: white;
}

section.list .col-sm-4 {
  padding: 15px;
}

@media only screen and (max-width: 425px){
  section.banner {
    padding-top: 32px !important;
  }
}