.bg-picior, .bg-fasonat {
  	cursor: pointer;
}
.bg-picior {
  background: url("picior_licitatiipps.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: opacity 0.5 easy;
}
.bg-picior:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bg-picior:hover:after {
  opacity: 0;
}

.bg-fasonat {
  background: url("fasonat_licitatiipps.png") repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: opacity 0.5 easy;
}
.bg-fasonat:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bg-fasonat:hover:after {
  opacity: 0;
}

.btn-redirect {
  display: flex;
  justify-content: center;
  color: #fff;
  z-index: 9999;
  /*padding: 20px 40px;*/
  font-size: 2rem;
  border-radius:4px;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:25px;
  font-weight:bold;
  padding:12px 29px;
  text-decoration:none;
}
.btn-redirect:hover {
  text-decoration: none;
}
.btn-picior {
  border:1px solid #8f4b29;
  background:linear-gradient(to bottom, #b38959 5%, #b36a52 100%);
  background-color:#b38959;
  box-shadow: 0px 10px 14px -7px #733d27;
  text-shadow:0px 1px 0px #5b8a3c;
}
.btn-picior:hover {
   background:linear-gradient(to bottom, #b36a52 5%, #b38959 100%);
  background-color:#b36a52;
}
.btn-fasonat {
  box-shadow: 0px 10px 14px -7px #3e7327;
  background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  background-color:#77b55a;
  border-radius:4px;
  border:1px solid #4b8f29;
  text-shadow:0px 1px 0px #8a3d3d;
}
.btn-fasonat:hover {

   background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  background-color:#72b352;
}
@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
  .logo {
    position: absolute;
    width: 600px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
  }
  .bg-fasonat {
  border-left: 2px solid #fff;
  }
  .bg-picior {
  border-right: 2px solid #fff;
  }
}
@media (max-width: 768px) {
  .h-md-100 {
    height: 50vh;
  }
  .logo {
    display: none;
  }
  .bg-picior:after, .bg-fasonat:after {
  	background: initial;
	}
  .bg-fasonat {
  border-top: 2px solid #fff;
  }
  .bg-picior {
  border-bottom: 2px solid #fff;
  }
}
