/* Layout */
/* Typography */
@font-face {
  font-family: 'FontAwesome';
  src: url("../lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../lib/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../lib/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../lib/fonts/Roboto/Roboto-Medium.woff2") format("woff2"); }
@font-face {
  font-family: 'Roboto Normal';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../lib/fonts/Roboto/Roboto-Regular.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Roboto Light';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../lib/fonts/Roboto/Roboto-Light.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url("../lib/fonts/Pacifico/pacifico-cryllic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url("../lib/fonts/Pacifico/pacifico-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url("../lib/fonts/Pacifico/pacifico-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url("../lib/fonts/Pacifico/pacifico-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* {
  margin: 0;
  padding: 0; }

body {
  margin: 0 auto;
  font-family: 'Roboto Normal', sans-serif;
  line-height: 1.5;
  max-width: 2000px; }

h1, h2, h3, h4, h5 {
  line-height: 1.3; }

h1 {
  margin: 10px 0 10px 0;
  font-family: "Roboto Normal", sans-serif;
  color: #00a8c9;
  font-size: 38px; }

h2 {
  font-family: "Roboto Light", sans-serif;
  color: #00a8c9;
  font-size: 28px;
  margin: 15px 0 10px 0;
  font-weight: normal; }

h3 {
  font-family: "Roboto Normal",sans-serif;
  font-size: 24px;
  color: #00a8c9;
  margin: 20px 0 10px 0; }

h4, h5 {
  font-family: "Roboto Normal", sans-serif;
  color: #52A9BD;
  line-height: 1.3;
  margin: 5px 0 5px 0; }

h5 {
  font-size: 16px; }

h4 {
  font-size: 18px; }

p {
  font-family: "Roboto Normal",sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #555; }

sup {
  font-size: 50% !important;
  position: relative; }

small {
  color: #555 !important;
  line-height: 1; }

strong {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 500; }

.row-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

/* alignments */
.center-left {
  align-items: center; }

.center-padding {
  justify-content: center;
  align-items: center; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/* blocks */
.block-intro {
  max-width: 1280px;
  margin: 0 auto; }

.block-padding-lg {
  padding: 100px 30px 100px 30px; }

.block-padding-md {
  padding: 80px 30px 80px 30px; }

.block-padding-sm {
  padding: 60px 30px 60px 30px; }

.block-padding-xs {
  padding: 30px 30px 30px 30px; }

.text-content {
  padding: 0px 30px 30px 0px; }

/* background colors & shadows */
.bg-white {
  background-color: #FFF; }

.bg-light-grey {
  background-color: rgba(244, 244, 244, 0.9); }

.bg-cyan {
  background-color: #00C1CD; }

.box-shadow {
  box-shadow: 10px 10px 10px 10px rgba(232, 232, 232, 0.75); }

.txt-white {
  color: #FFF; }

.txt-title {
  font-size: 46px; }

.txt-lg {
  font-size: 28px; }

.txt-md {
  font-size: 18px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: auto;
  width: 100%;
  margin: 0 auto; }
  .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* image headers */
.img-responsive {
  width: 100%;
  height: auto; }

.img-header {
  top: 0;
  bottom: 0;
  display: block;
  position: relative;
  z-index: -1000; }
  .img-header img {
    background-size: cover;
    width: 100%;
    display: inherit;
    z-index: -999; }
  .img-header picture {
    display: inherit; }

.header-block {
  position: absolute;
  max-width: 1250px;

  margin-left: 20px; }

.home-intro-text {
  position: relative;
  float: right;
  padding: 10px 20px 20px 20px;
  background-color: rgba(0, 166, 200, 0.69); }
  .home-intro-text h1 {
    line-height: 1.2;
    color: #FFF !important; }
  .home-intro-text p {
    color: #FFF;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Roboto Light", sans-serif; }

.intro-block-title {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
  animation: slideInUp .5s ease-in !important;
  flex-grow: 1; }
  .intro-block-title h1 {
    font-size: 60px;
    font-family: 'Roboto Bold',sans-serif;
    color: #00a8c9;
    display: inline;
    text-shadow: 1px 1px 2px rgba(74, 73, 73, 0.8); }
  .intro-block-title p {
    font-size: 36px;
    font-family: "Roboto Normal", sans-serif;
    line-height: 1.2;
    color: #FFF;
    margin: 0 50px;
    text-shadow: 1px 1px 1px #272424; }

/* block modules */
.content {
  display: block; }

.services > div figure {
  margin: 25px 25px;
  box-shadow: 5px 15px 20px 2px rgba(46, 61, 73, 0.1);
  min-height: 360px;
  background-color: #fff;
  transition: all .5s ease-in .1s;
  border-bottom: 3px inset #FF6A7E; }
  .services > div figure img {
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
  .services > div figure figcaption {
    padding: 5px 10px 10px 10px; }
    .services > div figure figcaption p {
      font-size: 14px; }
  .services > div figure:hover {
    box-shadow: 5px 15px 20px 2px rgba(46, 61, 73, 0.1);
    transform: translateY(-10px); }

.block-values {
  margin: 20px 10px; }
  .block-values figure {
    display: inline;
    margin: 0; }
    .block-values figure img {
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      border-radius: 10px 0 15px 0;
      -webkit-box-shadow: 0 1px 10px 5px rgba(199, 199, 199, 0.84);
      -moz-box-shadow: 0 1px 10px 5px rgba(199, 199, 199, 0.84);
      box-shadow: 0 1px 10px 5px rgba(199, 199, 199, 0.84); }

a.read-more {
  font-size: 14px;
  display: inline !important;
  padding: 0 0 !important;
  color: #FFF !important; }
  a.read-more:after {
    font-family: "FontAwesome", sans-serif;
    color: #FFF !important;
    content: '\f105';
    padding-left: 10px;
    font-size: 16px; }
  a.read-more:hover {
    color: #6bdaf1 !important; }

.highlight {
  color: #53a9bd; }

.highlight-secondary-2 {
  color: #dd424b;
  display: inline; }

/* quote */
.ludwig {
  position: relative;
  font-family: "Roboto Light", sans-serif;
  font-weight: 100;
  color: #FFF; }
  .ludwig:before {
    content: '\f10d';
    font-family: 'FontAwesome',sans-serif;
    position: relative;
    top: -0.2em;
    left: -0.2em;
    color: #cdfcff; }
  .ludwig:after {
    content: '\f10e';
    font-family: 'FontAwesome',sans-serif;
    color: #cdfcff; }

/* buttons */
.act-white-btn {
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  color: #FFF;
  margin: 10px 0 10px 0;
  display: inline-block;
  transition: 0.3s; }
  .act-white-btn a {
    font-size: 16px;
    color: #FFF;
    font-family: 'Roboto Light', sans-serif !important; }
  .act-white-btn:after {
    font-family: "FontAwesome", sans-serif;
    color: #FFF;
    content: '\f101';
    padding-left: 10px;
    font-size: 16px; }
  .act-white-btn:hover {
    background-color: #FFF; }
    .act-white-btn:hover a {
      color: #00a8c9; }
    .act-white-btn:hover:after {
      color: #00a8c9; }

.act-dark-btn {
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 0 10px 0;
  display: inline-block;
  transition: 0.3s;
  background: #48c4d6; }
  .act-dark-btn a {
    font-size: 16px;
    color: #FFF;
    font-family: 'Roboto Light', sans-serif !important; }
  .act-dark-btn:after {
    font-family: "FontAwesome", sans-serif;
    color: #FFF;
    content: '\f101';
    padding-left: 10px;
    font-size: 16px; }
  .act-dark-btn:hover {
    background-color: #00a8c9; }

ol.reference, .reference {
  line-height: 1.5;
  margin: 10px 0 10px 0;
  font-size: 12px; }
  ol.reference > li, .reference > li {
    font-weight: 300;
    line-height: 1.4;
    margin: 5px 15px; }

.accreditations {
  text-align: center;
  transition: .2s ease; }
  .accreditations h5 {
    font-family: "Roboto Bold",sans-serif;
    font-size: 12px;
    color: #e2feff;
    font-weight: normal;
    text-transform: uppercase; }
  .accreditations p {
    font-size: 12px;
    margin: 2px 0 2px 0;
    font-family: "Roboto Bold",sans-serif;
    color: #216983; }
  .accreditations:hover {
    transform: scale(1.1); }
  .accreditations img {
    box-shadow: 2px 2px 15px #b7b7b7; }
  .accreditations figure {
    margin: 15px 15px 15px 15px; }
  .accreditations .img-v {
    max-height: 150px;
    width: auto; }
  .accreditations .img-h {
    max-width: 150px;
    height: auto; }

/* Counter effect */
.counter {
  text-align: center;
  font-size: 60px;
  font-family: "Roboto Bold", sans-serif;
  color: #FFFFFF;
  margin: 10px;
  animation: slideInUp .25s ease-in !important;
  animation-delay: 10s; }
  .counter h5 {
    color: #FFF; }

.nocountries:before {
  font-family: "FontAwesome", sans-serif;
  color: #FFF;
  content: '\f041';
  margin-right: 10px;
  font-size: 50px;
  display: inline-block; }

.institution:before {
  font-family: "FontAwesome", sans-serif;
  color: #FFF;
  content: '\f0f0';
  margin-right: 10px;
  font-size: 50px;
  display: inline-block; }

.years {
  font-size: 70px;
  color: #00a8c9;
  font-family: 'Roboto Bold', sans-serif;
  width: 120px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(74, 73, 73, 0.8);
  line-height: 1;
  padding-right: 5px; }

.ge-years {
  font-size: 138px !important;
  color: #FFFFFF;
  font-family: 'Roboto Bold', sans-serif;
  text-shadow: 2px 2px 15px #555555;
  line-height: .7; }

/* spaces */
.container {
  margin: 0 auto;
  max-width: 1280px; }

.img-opaq {
  opacity: 0.8; }

.img-radius {
  border-radius: 15px 0 15px 0; }

.block-aboutus {
  background-image: url("../images/AboutUs.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%; }
  .block-aboutus:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6; }

.block-cord-blood {
  background-image: url("../images/content-images/cord-blood-cells.jpg");
  background-position: right bottom;
  background-size: contain;
  height: 50%;
  background-repeat: no-repeat;
  z-index: -1; }

footer {
  text-align: center;
  background-color: #eeeeee;
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 0 5px 0;
  border-top: 1px solid rgba(159, 159, 159, 0.8); }
  footer .copyright {
    font-size: 12px;
    color: #555555;
    font-family: "Roboto Light",sans-serif;
    text-align: center;
    padding: 10px 0 0 0;
    border-top: 1px outset #c0c0c0;
    margin-top: 20px;
    text-transform: uppercase; }
  footer .footer-links {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 40px 10px 40px;
    text-align: left; }
    footer .footer-links h4 {
      color: #555555;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Roboto Normal" , sans-serif; }
    footer .footer-links ul {
      padding: 5px 0 5px 0; }
      footer .footer-links ul > li {
        margin: 5px 0 5px 0;
        list-style: none; }
        footer .footer-links ul > li a {
          color: #555555;
          font-size: 12px;
          font-family: 'Roboto Normal', sans-serif;
          text-transform: uppercase; }
          footer .footer-links ul > li a:hover {
            color: #228590;
            font-weight: bold; }

/* Desktop Menu */
@media (min-device-width: 1200px) {
  .col-1 {
    width: calc((100% / 12)*1); }

  .col-offset-lg-1 {
    margin-left: calc((100% / 12) * 1) !important; }

  .col-2 {
    width: calc((100% / 12)*2); }

  .col-offset-lg-2 {
    margin-left: calc((100% / 12) * 2) !important; }

  .col-3 {
    width: calc((100% / 12)*3); }

  .col-offset-lg-3 {
    margin-left: calc((100% / 12) * 3) !important; }

  .col-4 {
    width: calc((100% / 12)*4); }

  .col-offset-lg-4 {
    margin-left: calc((100% / 12) * 4) !important; }

  .col-5 {
    width: calc((100% / 12)*5); }

  .col-offset-lg-5 {
    margin-left: calc((100% / 12) * 5) !important; }

  .col-6 {
    width: calc((100% / 12)*6); }

  .col-offset-lg-6 {
    margin-left: calc((100% / 12) * 6) !important; }

  .col-7 {
    width: calc((100% / 12)*7); }

  .col-offset-lg-7 {
    margin-left: calc((100% / 12) * 7) !important; }

  .col-8 {
    width: calc((100% / 12)*8); }

  .col-offset-lg-8 {
    margin-left: calc((100% / 12) * 8) !important; }

  .col-9 {
    width: calc((100% / 12)*9); }

  .col-offset-lg-9 {
    margin-left: calc((100% / 12) * 9) !important; }

  .col-10 {
    width: calc((100% / 12)*10); }

  .col-offset-lg-10 {
    margin-left: calc((100% / 12) * 10) !important; }

  .col-11 {
    width: calc((100% / 12)*11); }

  .col-offset-lg-11 {
    margin-left: calc((100% / 12) * 11) !important; }

  .col-12 {
    width: calc((100% / 12)*12); }

  .col-offset-lg-12 {
    margin-left: calc((100% / 12) * 12) !important; }

  .hide-desktop {
    display: none; }

  .mobile-only {
    display: none; }

  .tablet-mobile {
    display: none; } }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none; }

/* Custom Select */
.select {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #89848b;
  overflow: hidden;
  border-radius: .25em; }

select {
  width: 100%;
  height: 100%;
  padding: 0 0 0 .5em;
  color: #555;
  font-size: 1em;
  font-family: "Roboto Normal", sans-serif; }

select::-ms-expand {
  display: none; }

/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #4cafc7;
  pointer-events: none; }

/* Transition */
.select:hover::after {
  color: #e4e4e4; }

.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

ul.normal-list li {
  font-family: "Roboto Normal", sans-serif;
  margin: 5px 0 5px 0; }
  ul.normal-list li a {
    color: #555; }
  ul.normal-list li:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 6px;
    margin: 5px 5px 5px -8px;
    content: '\f054';
    color: #ff6a7e; }

.medical-team {
  box-shadow: 2px 2px 15px #9f9f9f;
  margin: 25px auto;
  padding: 20px;
  min-height: 200px;
  max-width: 300px;
  border-radius: 20px;
  border-bottom: 3px inset #FF6A7E; }
  .medical-team img {
    border-radius: 50%;
    max-width: 118px;
    max-height: 80px;
    padding: 10px 10px; }
  .medical-team > div {
    padding: 30px 10px; }
  .medical-team h5 {
    font-family: "Roboto Bold", sans-serif;
    font-weight: normal; }

.medical-team-des > div img {
  border-radius: 50%;
  max-width: 130px;
  max-height: 130px;
  padding: 10px 10px; }
.medical-team-des ul li {
  font-family: "Roboto Light", sans-serif;
  padding: 5px 0 5px 0;
  font-size: 14px;
  margin-left: 10px; }
  .medical-team-des ul li:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 6px;
    margin: 5px 5px 5px -8px;
    content: '\f054';
    color: #ff6a7e; }

/* country selection */
.country-select {
  margin: 0 auto;
  text-align: center; }
  .country-select h2 {
    margin: 8px 0 5px 0;
    font-size: 18px; }

.dropdown-country {
  position: relative;
  display: inline-block;
  color: #555;
  margin: 0 3px 0 3px;
  max-width: 145px;
  width: 100%;
  transition: all 0.5s ease-in 0.5s;
  /* Click to expand button */ }
  .dropdown-country img {
    max-width: 30px;
    float: left; }
  .dropdown-country input[type=checkbox] {
    display: none; }
  .dropdown-country p {
    color: #FFF;
    display: inline-block;
    font-family: "Roboto Bold", sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 5px 8px; }
  .dropdown-country label {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 10px 2px 10px 2px;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 0 0 0; }
    .dropdown-country label:after {
      font-family: "FontAwesome", sans-serif;
      color: rgba(246, 246, 246, 0.8);
      content: '\f077';
      font-size: 10px;
      display: inline-block;
      float: right;
      padding: 8px 0; }
  .dropdown-country ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 1;
    margin: 0 0 10px 0;
    padding: 0;
    display: none;
    bottom: 100%;
    box-shadow: 0 0 5px #534e4e; }
    .dropdown-country ul a {
      text-decoration: none;
      color: #555; }
    .dropdown-country ul li {
      padding: 7px 7px;
      text-decoration: none;
      font-size: 14px;
      font-family: "Roboto Bold" , sans-serif;
      color: #555;
      text-transform: uppercase; }
      .dropdown-country ul li:hover {
        background-color: #00C1CD;
        color: #FFF;
        cursor: pointer; }
    .dropdown-country ul:after {
      content: '';
      position: absolute;
      left: 20%;
      top: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #f0f0f0;
      clear: both; }
  .dropdown-country input[type=checkbox]:hover ~ label {
    transform: translateY(-5px); }
  .dropdown-country input[type=checkbox]:checked ~ label {
    transform: translateY(-5px); }
    .dropdown-country input[type=checkbox]:checked ~ label:after {
      font-family: "FontAwesome", sans-serif;
      color: rgba(246, 246, 246, 0.8);
      content: '\f078';
      font-size: 10px; }
  .dropdown-country input[type=checkbox]:checked ~ ul {
    display: block;
    background-color: #f0f0f0; }
  .dropdown-country input[type=checkbox]:checked ~ p {
    color: #555; }

.dropdown-services {
  position: relative;
  display: inline-block;
  color: #555;
  margin: 0 3px 0 3px;
  max-width: 135px;
  width: 100%;
  transition: all 0.5s ease-in 0.5s;
  padding: 3px 2px 3px 2px;
  /* Click to expand button */ }
  .dropdown-services img {
    max-width: 30px;
    float: left; }
  .dropdown-services input[type=checkbox] {
    display: none; }
  .dropdown-services p {
    color: #FFF;
    display: inline-block;
    font-family: "Roboto Bold", sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 5px 5px 2px  5px; }
  .dropdown-services label {
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 0 0 0; }
    .dropdown-services label:after {
      font-family: "FontAwesome", sans-serif;
      color: rgba(246, 246, 246, 0.8);
      content: '\f077';
      font-size: 10px;
      display: inline-block;
      float: right;
      padding: 8px 0; }
  .dropdown-services ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 1;
    margin: 0 0 10px 0;
    padding: 0;
    display: none;
    bottom: 100%;
    border: 1px solid rgba(255, 255, 255, 0.52); }
    .dropdown-services ul li {
      padding: 5px 10px 5px 10px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Roboto Bold" , sans-serif;
      color: #00c1cd; }
      .dropdown-services ul li:hover {
        background-color: #00c1cd;
        cursor: pointer;
        color: #FFF; }
    .dropdown-services ul:after {
      content: '';
      position: absolute;
      left: 20%;
      top: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #f0f0f0;
      clear: both; }
  .dropdown-services input[type=checkbox]:hover ~ label {
    transform: translateY(-5px); }
  .dropdown-services input[type=checkbox]:checked ~ label {
    transform: translateY(-5px); }
    .dropdown-services input[type=checkbox]:checked ~ label:after {
      font-family: "FontAwesome", sans-serif;
      color: rgba(246, 246, 246, 0.8);
      content: '\f078';
      font-size: 10px; }
  .dropdown-services input[type=checkbox]:checked ~ ul {
    display: block;
    background-color: #f0f0f0; border-radius: 10px;}
  .dropdown-services input[type=checkbox]:checked ~ p {
    color: #555; }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown input[type=checkbox] {
    display: none; }
  .dropdown .dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    color: #555;
    padding: 5px 30px 5px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    width: 200px; }
    .dropdown .dd-button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    .dropdown .dd-button:hover {
      background-color: #eeeeee; }
  .dropdown .dd-input {
    display: none; }
  .dropdown .dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none; }
    .dropdown .dd-menu li {
      padding: 10px 20px;
      cursor: pointer;
      white-space: pre-wrap;
      text-transform: uppercase;
      font-family: "Roboto Normal",sans-serif;
      font-size: 14px; }
      .dropdown .dd-menu li:hover {
        background-color: #f6f6f6; }
      .dropdown .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px; }
      .dropdown .dd-menu li .divider {
        padding: 0;
        border-bottom: 1px solid #cccccc; }

.dd-input + .dd-menu {
  display: none; }

.dd-input:checked + .dd-menu {
  display: block; }

.box-logo {
  background: #f8f8f8;
  padding: 20px 10px 20px 10px;
  border-radius: 20px 0 20px 0;
  -webkit-box-shadow: 0 1px 10px 5px rgba(95, 95, 95, 0.47);
  -moz-box-shadow: 0 1px 10px 5px rgba(95, 95, 95, 0.47);
  box-shadow: 0 1px 10px 5px rgba(95, 95, 95, 0.47); }

.box-content {
  background: #f8f8f8;
  padding: .5em;
  text-align: center;
  border-radius: 15px 0 15px 0;
  min-height: 200px;
  -webkit-box-shadow: 0 1px 10px 5px rgba(95, 95, 95, 0.47);
  -moz-box-shadow: 0 1px 10px 5px rgba(95, 95, 95, 0.47);
  box-shadow: 0 1px 10px 5px rgba(95, 95, 95, 0.47); }
  .box-content p {
    font-size: 12px;
    font-family: 'Roboto Normal' ,  sans-serif; }
  .box-content ul {
    list-style-type: none;
    font-size: 14px;
    font-family: "Roboto Normal",sans-serif; }
    .box-content ul li {
      display: inline-flex;
      padding: 5px 5px; }
      .box-content ul li a {
        font-family: "Roboto Bold",sans-serif; }
        .box-content ul li a:hover {
          color: #ff6a7e; }

.tbl-responsive {
  width: 100%;
  font-family: "Roboto Light" , sans-serif; }
  .tbl-responsive td, .tbl-responsive th {
    padding: 10px;
    border: 1px solid #ccc; }
  .tbl-responsive th {
    background: #dd424b;
    color: #FFF;
    font-size: 14px;
    padding: 5px 5px;
    text-align: center; }
  .tbl-responsive td {
    font-size: 14px;
    word-wrap: break-word; }
  .tbl-responsive tr:nth-of-type(odd) {
    background: #f3f3f3; }

/*box module */
.bottom-brands {
  background-color: #fbfafa;
  width: 100%; }

.bottom-section {
  padding: 20px 40px 20px 40px;
  margin: 25px 0 50px 0; }
  .bottom-section h2, .bottom-section h3, .bottom-section blockquote, .bottom-section p {
    margin: 0 0 10px 0;
    font-family: "Roboto Light", sans-serif; }

.brand-intro-block h1 {
  font-size: 75px;
  padding: 10px 15px;
  line-height: 1.2; }

.brands-intro {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 50px 0; }
  .brands-intro > div:nth-child(1) {
    animation: slideInUp .5s ease-in !important; }
  .brands-intro > div:nth-child(2) {
    animation: slideInUp 1s ease-in !important; }
  .brands-intro > div:nth-child(3) {
    animation: slideInUp 1.5s ease-in !important; }
  .brands-intro > div:nth-child(4) {
    animation: slideInUp 2s ease-in !important; }
  .brands-intro > div:nth-child(5) {
    animation: slideInUp 2.3s ease-in !important; }
  .brands-intro > div:nth-child(6) {
    animation: slideInUp 2.6s ease-in !important; }
  .brands-intro > div:nth-child(7) {
    animation: slideInUp 2.9s ease-in !important; }
  .brands-intro > div:nth-child(8) {
    animation: slideInUp 3.1s ease-in !important; }
  .brands-intro > div:nth-child(9) {
    animation: slideInUp 3.4s ease-in !important; }
  .brands-intro > div:nth-child(10) {
    animation: slideInUp 3.4s ease-in !important; }
  .brands-intro > div:nth-child(11) {
    animation: slideInUp 3.4s ease-in !important; }

.brand-intro-text {
  font-family: "Roboto Normal", sans-serif; }

.transplant-case {
  text-align: center;
  justify-content: center;
  padding: 20px 5px 40px 5px; }
  .transplant-case > div {
    padding: 0 10px 10px 0;
    border-radius: 5px;
    border: 1px solid #2bb6d2;
    max-width: 220px;
    margin: 10px 10px 10px 10px; }
    .transplant-case > div span {
      font-size: 10px;
      font-family: "Roboto Bold", sans-serif;
      color: #888;
      text-transform: uppercase;
      display: inherit;
      margin: 0 0 10px 0; }
    .transplant-case > div h1 {
      font-size: 32px;
      margin: 10px 0 2px 0; }
    .transplant-case > div h2 {
      font-size: 16px;
      font-family: "Roboto Bold", sans-serif;
      text-transform: uppercase; }
    .transplant-case > div h3 {
      font-size: 12px;
      margin: 5px;
      font-family: "Roboto Light", sans-serif; }

ul.country-brand-list {
  padding: 15px 0; }
  ul.country-brand-list li {
    list-style-type: none;
    display: flex;
    color: #555;
    text-align: left; }
    ul.country-brand-list li:before {
      font-family: 'FontAwesome', sans-serif;
      font-size: 5px;
      margin: 6px 3px 2px 2px;
      content: '\f054';
      color: #ff6a7e; }
    ul.country-brand-list li p {
      width: 100px;
      font-size: 12px; }
    ul.country-brand-list li a {
      font-size: 12px; }
      ul.country-brand-list li a:hover {
        color: #53a9bd; }

ul.country-network-list {
  padding: 0 10px 5px; }
  ul.country-network-list span {
    font-size: 10px;
    display: inline-block;
    line-height: 1.3;
    text-align: center;
    font-family: "Roboto Normal", sans-serif;
    color: #dd424b;
    text-transform: uppercase; }
  ul.country-network-list h5 {
    font-size: 12px;
    text-align: center;
    font-family: "Roboto Normal", sans-serif; }
  ul.country-network-list li {
    list-style-type: none;
    display: flex;
    color: #555;
    margin: 5px 0 5px 0;
    font-size: 12px;
    text-align: left; }
    ul.country-network-list li a {
      font-size: 10px;
      text-transform: uppercase;
      font-family: "Roboto Normal", sans-serif; }
      ul.country-network-list li a:hover {
        color: #53a9bd; }

ul.country-transplant-case {
  width: 200px;
  text-align: left;
  padding: 0 5px 5px 5px; }
  ul.country-transplant-case h5 {
    font-size: 14px;
    text-align: center;
    font-family: "Roboto Normal", sans-serif; }
  ul.country-transplant-case li {
    list-style-type: none;
    display: inline-block;
    color: #555;
    padding: 2px 0 0 10px;
    font-size: 12px;
    font-family: "Roboto Bold", sans-serif; }
    ul.country-transplant-case li:before {
      font-family: 'FontAwesome', sans-serif;
      font-size: 6px;
      margin: 5px 5px 5px -8px;
      content: '\f054';
      color: #ff6a7e; }

.brand-img-ico {
  max-height: 50px;
  padding: 5px 0;
  width: auto; }

.brand-content {
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 20px  10px 20px 10px;
  transition: all 0.5s ease-in 0.2s;
  min-height: 360px;
  -webkit-box-shadow: 0 0 5px #9f9f9f;
  -moz-box-shadow: 0 0 5px #9f9f9f;
  box-shadow: 0 0 5px #9f9f9f; }
  .brand-content h4, .brand-content h5 {
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 5px 0; }
  .brand-content img {
    max-height: 55px;
    width: auto;
    padding: 10px 0 10px 0;
    text-align: center; }
  .brand-content:hover {
    transform: translateY(-10px); }

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .col-md-1 {
    width: 8.3333333333%; }

  .col-offset-md-1 {
    margin-left: calc((100% / 12) * 1) !important; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-offset-md-2 {
    margin-left: calc((100% / 12) * 2) !important; }

  .col-md-3 {
    width: 25%; }

  .col-offset-md-3 {
    margin-left: calc((100% / 12) * 3) !important; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-offset-md-4 {
    margin-left: calc((100% / 12) * 4) !important; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-offset-md-5 {
    margin-left: calc((100% / 12) * 5) !important; }

  .col-md-6 {
    width: 50%; }

  .col-offset-md-6 {
    margin-left: calc((100% / 12) * 6) !important; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-offset-md-7 {
    margin-left: calc((100% / 12) * 7) !important; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-offset-md-8 {
    margin-left: calc((100% / 12) * 8) !important; }

  .col-md-9 {
    width: 75%; }

  .col-offset-md-9 {
    margin-left: calc((100% / 12) * 9) !important; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-offset-md-10 {
    margin-left: calc((100% / 12) * 10) !important; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-offset-md-11 {
    margin-left: calc((100% / 12) * 11) !important; }

  .col-md-12 {
    width: 100%; }

  .col-offset-md-12 {
    margin-left: calc((100% / 12) * 12) !important; }

  .desktop-only {
    display: none; }

  .tablet-mobile {
    visibility: visible; }

  .block-padding-lg {
    padding: 50px 30px 50px 30px; }

  .block-padding-md {
    padding: 30px 15px 30px 15px; }

  .block-padding-sm {
    padding: 30px 15px 30px 15px; }

  .block-padding-xs {
    padding: 20px 10px 20px 10px; }

  .txt-lg {
    font-size: 24px; }

  .mobile-only {
    display: none; }

  .brands-intro {
    padding: 10px 0 10px 0; }

  .brand-img-ico {
    max-width: 150px; }

  .years {
    font-size: 45px; }

  h2 {
    font-size: 28px; }

  .text-content {
    padding: 15px 15px 15px 0; }

  .home-intro-text {
    padding: 10px 15px; }
    .home-intro-text h1 {
      font-size: 30px; }
    .home-intro-text p {
      font-size: 16px !important; }

  .header-block {
    
    margin-left: 10px; }

  .intro-block-title {
    top: 15%; }
    .intro-block-title h1 {
      font-size: 38px; }
    .intro-block-title p {
      font-size: 24px;
      margin: 5px 0 5px 0; }

  .medical-team {
    max-width: 200px !important;
    min-height: 260px; }

  .img-header img {
    width: 100%; } 
}
/* Mobile*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .desktop-only {
    display: none; }

  .tablet-mobile {
    visibility: visible; }

  .hide-mobile {
    display: none; }

  .block-padding-lg {
    padding: 50px 30px 50px 30px; }

  .block-padding-md {
    padding: 30px 15px 30px 15px; }

  .block-padding-sm {
    padding: 30px 15px 30px 15px; }

  .block-padding-xs {
    padding: 20px 10px 20px 10px; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 18px !important; }

  p {
    font-size: 14px; }

  .txt-title {
    font-size: 30px; }

  ul.normal-list {
    list-style-type: none;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Roboto Normal",sans-serif; }

  .brand-img-ico {
    max-width: 150px; }

  .intro-title h1 {
    font-size: 40px; }

  .intro-title p {
    font-size: 18px;
    color: #FFF; }

  .txt-lg {
    font-size: 18px; }

  .header-block {
    position: relative;
    margin-left: 0 !important; }

  .brand-intro-block {
    min-height: 0; }
    .brand-intro-block h1 {
      font-size: 36px;
      padding: 20px 20px; }

  .home-intro-text {
    background-color: #06a4ae !important; }
    .home-intro-text h1 {
      font-size: 24px; }
    .home-intro-text p {
      font-size: 16px !important; }

  .text-content {
    padding: 10px 10px; }

  .country-select h2 {
    margin: 10px 10px 10px 10px; }

  .intro-block-title {
    position: relative !important;
    padding: 20px 0;
    background-color: #06a4ae !important; }
    .intro-block-title p {
      font-size: 20px;
      margin: 10px 10px 10px 10px;
      color: #f0f0f0;
      text-shadow: none;
      line-height: 1.5; }
    .intro-block-title .years {
      font-size: 36px;
      color: #FFF; }
    .intro-block-title h1 {
      font-size: 36px;
      line-height: 1.3;
      color: #FFF;
      font-family: "Roboto Normal", sans-serif; }

  .transplant-case > div {
    max-width: 280px; }

  .brands-intro {
    padding: 0; }

  .medical-team {
    max-width: 240px !important; }
    .medical-team p {
      font-size: 14px; }

  ul.country-brand-list li {
    padding-left: 10px; }
    ul.country-brand-list li span {
      width: 80px; }

  .services > div figure {
    min-height: 0 !important; }

  .act-dark-btn {
    padding: 10px 10px; }

  .box-logo {
    max-width: 230px; } }

/* Custom */
.brand-intro-block {
  
  padding-right: 20px;
}

/*# sourceMappingURL=style.css.map */
