#reference-title {
  position: fixed;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjN2Y5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVjN2Y5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5c7f90 0%, #5c7f90 50%, rgba(255, 255, 255, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c7f90), color-stop(50%, #5c7f90), color-stop(51%, rgba(255, 255, 255, 0.98)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5c7f90 0%, #5c7f90 50%, rgba(255, 255, 255, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5c7f90 0%, #5c7f90 50%, rgba(255, 255, 255, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c7f90 0%, #5c7f90 50%, rgba(255, 255, 255, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5c7f90 0%, #5c7f90 50%, rgba(255, 255, 255, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c7f90', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  left: 0;
  right: 0;
  z-index: 1020;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}
#reference-title h1 {
  color: #ffffff;
  font-family: 'roboto_condensedlight', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  background-color: #7a0050;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
  position: relative;
  padding: 10px;
}
#reference {
  padding-bottom: 15px;
  margin-top: 75px;
}
#ref-container:before {
  content: "";
  position: absolute;
  left: 73px;
  width: 1px;
  border-bottom: 20px solid #7a0050;
  top: -20px;
}
#ref-container:before {
  content: "";
  position: absolute;
  left: 55px;
  width: 1px;
  border-bottom: 20px solid #7a0050;
  top: -20px;
}
#ref-container , #ref-container-en{
  margin-right: 15px;
  margin-left: 15px;
	position: relative;
}
.ref-item h2 {
  color: #7a0050;
  margin-top: 0;
  border-top: 2px solid #7a0050;
  padding-top: 5px;
}
.ref-item li:before {
  content: "• ";
}
.ref-item {
  font-family: "roboto_condensedlight", sans serif;
  font-size: 16px;
}
@media (min-width: 992px) {
  #reference-title h1 {
    font-size: 24px;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-item {
    font-size: 18px;
  }
  #ref-container:before {
    border-bottom: 28px solid #7a0050;
    left: 100px;
		top: -26px;
  }
	#ref-container:before {
    border-bottom: 28px solid #7a0050;
    left: 80px;
		top: -26px;
  }
  #reference {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .ref-item {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #reference {
    margin-top: 110px;
  }
  #ref-container:before {
    border-bottom: 35px solid #7a0050;
		left: 110px;
    top: -33px;
  }
	#ref-container:before {
    border-bottom: 35px solid #7a0050;
		left: 145px;
    top: -33px;
  }
  #reference-title h1 {
    font-size: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
