@charset "utf-8";
/* CSS Document */

header.despre {
  background-image: url("../img/header/despre.jpg");
}
header.despre:before {
	position:absolute;
	z-index:0;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.6;
   	background: #ffffff;
}

header.cum-salvam-vieti {
  background-image: url("../img/header/cum-salvam-vieti.jpg");
}
header.cum-salvam-vieti:before {
	position:absolute;
	z-index:0;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.6;
   	background: #ffffff;
}

header.servicii-de-precizie {
  background-image: url("../img/header/servicii-de-precizie.jpg");
}
header.servicii-de-precizie:before {
	position:absolute;
	z-index:0;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.6;
   	background: #ffffff;
}

header.liquid-biopsy-labs {
  background-image: url("../img/header/liquid-biopsy-labs.jpg");
}
header.liquid-biopsy-labs:before {
	position:absolute;
	z-index:0;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.6;
   	background: #ffffff;
}

header.patru-piloni {
  background-image: url("../img/header/patru-piloni.jpg");
}
header.patru-piloni:before {
	position:absolute;
	z-index:0;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.6;
   	background: #ffffff;
}
header.rate-de-succes {
  background-image: url("../img/header/rate-de-succes.jpg");
}
header.rate-de-succes:before {
	position:absolute;
	z-index:0;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.6;
   	background: #ffffff;
}
.cta-block1 {
    background: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85) ), url(../img/cta/blood-vials.jpg) no-repeat center center;
}
.cta-block2 {
    background: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65) ), url(../img/cta/stethoscope.jpg) no-repeat center center;
}
.cta-block3 {
    background: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65) ), url(../img/cta/dna-design.jpg) no-repeat center center;
}
.cta-block4 {
    background: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0) ), url(../img/cta/pale-dna.jpg) no-repeat center center;
}
.has-shadow {
    -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}
.rounded {
    border-radius: 0.375rem !important;
}
@media only screen and (max-width: 375px) {
    .hide-small {
        display: none;
    }
}
.btn {
	text-decoration:none;
}