body{
 /* background-color: #FBFCFF;*/
    background-color: #525E64;
}
figcaption,
figure,

 {
  display: block;
}


a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}

button,

select
 {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button{
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
{
  border: 0;
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
 
 
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
 
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00b9dc;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}

@media (max-width: 480px) {
 img {
  vertical-align: middle;
  
 display: block;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width: 481px) {
img {
  vertical-align: middle;
  float: left;
 
}
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Yanone Kaffeesatz', 'NotoSans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00b9dc;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #008ea9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00b9dc;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #008ea9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-5,.col-lg-7, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}



.col-xs-pull-12 {
  right: 100%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
 .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
 .col-lg-5, .col-lg-7,  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }
  
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
 
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }
 
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  

  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,



#carousel-wrapper .carousel-indicators:before,
#carousel-wrapper .carousel-indicators:after,
#product-assets .assets-row:before,
#product-assets .assets-row:after,
#technical-specs .specs-list:before,
#technical-specs .specs-list:after,
#product-properties .properties-row:before,
#product-properties .properties-row:after,
#related-medias .related-media-row:before,
#related-medias .related-media-row:after,
#related-products .related-products-row:not(.carousel-inner):before,
#related-products .related-products-row:not(.carousel-inner):after,
#testimonials-medias .testimonial-media-row:before,
#testimonials-medias .testimonial-media-row:after,
#clinical-cases-medias .clinical-case-row:before,
#clinical-cases-medias .clinical-case-row:after,
.clinical-case-details-row:before,
.clinical-case-details-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,



#carousel-wrapper .carousel-indicators:after,
#product-assets .assets-row:after,
#technical-specs .specs-list:after,
#product-properties .properties-row:after,
#related-medias .related-media-row:after,
#related-products .related-products-row:not(.carousel-inner):after,
#testimonials-medias .testimonial-media-row:after,
#clinical-cases-medias .clinical-case-row:after,
.clinical-case-details-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body:before {
  content: 'lg';
  display: none;
}
@media screen and (max-width: 1199px) {
  body:before {
    content: 'md';
  }
}
@media screen and (max-width: 991px) {
  body:before {
    content: 'sm';
  }
}
@media screen and (max-width: 767px) {
  body:before {
    content: 'xs';
  }
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/regular/NotoSansd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans/regular/NotoSans.woff') format('woff'), url('../fonts/NotoSans/regular/NotoSans.html') format('truetype'), url('../fonts/NotoSans/regular/NotoSans.svg#noto_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/bold/NotoSans-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans/bold/NotoSans-Bold.woff') format('woff'), url('../fonts/NotoSans/bold/NotoSans-Bold.html') format('truetype'), url('../fonts/NotoSans/bold/NotoSans-Bold.svg#noto_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/bolditalic/NotoSans-BoldItalicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans/bolditalic/NotoSans-BoldItalic.woff') format('woff'), url('../fonts/NotoSans/bolditalic/NotoSans-BoldItalic.html') format('truetype'), url('../fonts/NotoSans/bolditalic/NotoSans-BoldItalic.svg#noto_sansbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/italic/NotoSans-Italicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans/italic/NotoSans-Italic.woff') format('woff'), url('../fonts/NotoSans/italic/NotoSans-Italic.html') format('truetype'), url('../fonts/NotoSans/italic/NotoSans-Italic.svg#noto_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 7, 2015 */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url('../fonts/YanoneKaffeesatz/bold/yanonekaffeesatz-bold-webfont.eot');
  src: url('../fonts/YanoneKaffeesatz/bold/yanonekaffeesatz-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/YanoneKaffeesatz/bold/yanonekaffeesatz-bold-webfont.html') format('woff2'), url('../fonts/YanoneKaffeesatz/bold/yanonekaffeesatz-bold-webfont.woff') format('woff'), url('../fonts/YanoneKaffeesatz/bold/yanonekaffeesatz-bold-webfont-2.html') format('truetype'), url('../fonts/YanoneKaffeesatz/bold/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url('../fonts/YanoneKaffeesatz/extralight/yanonekaffeesatz-extralight-webfont.eot');
  src: url('../fonts/YanoneKaffeesatz/extralight/yanonekaffeesatz-extralight-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/YanoneKaffeesatz/extralight/yanonekaffeesatz-extralight-webfont.html') format('woff2'), url('../fonts/YanoneKaffeesatz/extralight/yanonekaffeesatz-extralight-webfont.woff') format('woff'), url('../fonts/YanoneKaffeesatz/extralight/yanonekaffeesatz-extralight-webfont-2.html') format('truetype'), url('../fonts/YanoneKaffeesatz/extralight/yanonekaffeesatz-extralight-webfont.svg#yanone_kaffeesatzextralight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url('../fonts/YanoneKaffeesatz/light/yanonekaffeesatz-light-webfont.eot');
  src: url('../fonts/YanoneKaffeesatz/light/yanonekaffeesatz-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/YanoneKaffeesatz/light/yanonekaffeesatz-light-webfont.html') format('woff2'), url('../fonts/YanoneKaffeesatz/light/yanonekaffeesatz-light-webfont.woff') format('woff'), url('../fonts/YanoneKaffeesatz/light/yanonekaffeesatz-light-webfont-2.html') format('truetype'), url('../fonts/YanoneKaffeesatz/light/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url('../fonts/YanoneKaffeesatz/regular/yanonekaffeesatz-regular-webfont.eot');
  src: url('../fonts/YanoneKaffeesatz/regular/yanonekaffeesatz-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/YanoneKaffeesatz/regular/yanonekaffeesatz-regular-webfont.html') format('woff2'), url('../fonts/YanoneKaffeesatz/regular/yanonekaffeesatz-regular-webfont.woff') format('woff'), url('../fonts/YanoneKaffeesatz/regular/yanonekaffeesatz-regular-webfont-2.html') format('truetype'), url('../fonts/YanoneKaffeesatz/regular/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OstrichSans';
  src: url('../fonts/OstrichSans/OstrichSans-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OstrichSans/OstrichSans-Medium.woff') format('woff'), url('../fonts/OstrichSans/OstrichSans-Medium.html') format('truetype'), url('../fonts/OstrichSans/OstrichSans-Medium.svg#OstrichSans-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

#carousel-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
#carousel-wrapper .carousel-indicators {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: left;
}
@media (min-width: 768px) {
  #carousel-wrapper .carousel-indicators {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #carousel-wrapper .carousel-indicators {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #carousel-wrapper .carousel-indicators {
    width: 1170px;
  }
}
#carousel-wrapper .carousel-indicators > .navbar-header,
#carousel-wrapper .carousel-indicators > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #carousel-wrapper .carousel-indicators > .navbar-header,
  #carousel-wrapper .carousel-indicators > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#carousel-wrapper .carousel-indicators h1 {
  font-size: 70px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #3e484e;
}
#carousel-wrapper .carousel-indicators h2 {
  font-size: 30px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #3e484e;
}
#carousel-wrapper .carousel-indicators h2 span.count {
  color: #d7d7d7;
  font-weight: 600;
}
#carousel-wrapper .carousel-indicators button.btn-primary,
#carousel-wrapper .carousel-indicators a.btn-primary {
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 20px;
}
#carousel-wrapper .carousel-indicators a:focus {
  outline: 0;
}
#carousel-wrapper .carousel-indicators .intro {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz';
  font-weight: 200;
  color: #00b9dc;
  line-height: 30px;
  margin-bottom: 30px;
}
#carousel-wrapper .carousel-indicators .item-iam h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
#carousel-wrapper .carousel-indicators p.intro-p {
  font-weight: bold;
}
#carousel-wrapper .carousel-indicators .do-innovation h3,
#carousel-wrapper .carousel-indicators .legacy h3,
#carousel-wrapper .carousel-indicators .item-iam h3 {
  color: #00b9dc;
  text-transform: uppercase;
}
#carousel-wrapper .carousel-indicators span.bold {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#carousel-wrapper .carousel-indicators a.button {
  background: #00afd7 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  padding: 11px 30px;
  text-transform: uppercase;
}
#carousel-wrapper .carousel-indicators a.button-pdf {
  background: #00b9dc url("../images/site/bg-pdf.jpg") no-repeat scroll right top;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 60px 11px 15px;
  display: inline-block;
  font-size: 12px;
}
#carousel-wrapper .carousel-indicators .form-inline label {
  text-transform: capitalize;
}
#carousel-wrapper .carousel-indicators .last-innovation .filter-box-separator,
#carousel-wrapper .carousel-indicators .do-innovation .filter-box-separator {
  border-top-color: #fff;
  border-bottom-color: #e0e0e0;
}
#carousel-wrapper .carousel-indicators .retd {
  overflow: hidden;
}
#carousel-wrapper .carousel-indicators .retd .blue-bloc {
  min-height: 360px;
  background: #00b9dc;
  padding: 45px 50px;
}
#carousel-wrapper .carousel-indicators .retd .blue-bloc h2 {
  font-size: 40px;
  width: 60%;
}
#carousel-wrapper .carousel-indicators .player-bloc {
  width: 750px;
  height: 360px;
}
#carousel-wrapper .carousel-indicators .player-bloc a.player {
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
}
#carousel-wrapper .carousel-indicators .last-innovation {
  clear: both;
}
#carousel-wrapper .carousel-indicators li {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0px 6px 0px 0px;
  border: 0 none;
}
#carousel-wrapper .carousel-indicators li.active {
  background-color: #00b9dc;
  border-color: #00b9dc;
}
#carousel-wrapper .item {
  padding-top: 130px;
  height: 800px;
}
#carousel-wrapper .slide-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
#carousel-wrapper .slide-wrapper .slide-container {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
#carousel-wrapper .slide-wrapper .slide-content {
  display: table-cell;
  vertical-align: middle;
}
#carousel-wrapper .slide-wrapper .slide-content.full {
  text-align: center;
  padding: 15px;
}
#carousel-wrapper .slide-wrapper .slide-content.right {
  padding-left: 50%;
}
#carousel-wrapper .slide-wrapper .slide-content.left {
  padding-right: 50%;
}
#carousel-wrapper .slide-wrapper .slide-container img {
  max-width: 100%;
}
#carousel-wrapper .slide-wrapper .btn-acteon {
  margin-top: 20px;
}
[lang="en"] #carousel-wrapper #caring .title small,
[lang="en"] .bottom-translation {
  display: none;
}
[lang="en"] .hide-en {
  display: none;
}
@media (max-width: 1199px) {
  #carousel-wrapper .slide-wrapper .slide-container {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  #carousel-wrapper .slide-wrapper {
    height: 590px;
  }
  #carousel-wrapper {
    margin-bottom: 0;
  }
  #carousel-wrapper .slide-wrapper .slide-container {
    max-width: 970px;
  }
  #carousel-wrapper .slide-wrapper .slide-container img {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  #carousel-wrapper .slide-wrapper .slide-content.right,
  #carousel-wrapper .slide-wrapper .slide-content.left {
    padding: 15px;
    width: 100%;
  }
  #carousel-wrapper {
    margin-bottom: 0;
  }
  #carousel-wrapper .item {
    padding-top: 0;
  }
  #carousel-wrapper .slide-wrapper {
    padding-top: 80px;
  }
  #carousel-wrapper .slide-wrapper .slide-container img {
    max-height: 230px;
  }
  #carousel-wrapper .slide-wrapper {
    height: 470px;
  }
  #carousel-wrapper .carousel-indicators {
    width: 100%;
    text-align: center;
    bottom: 30px;
  }
  #carousel-wrapper .slide-wrapper.item:nth-child(3) {
    background-image: none !important;
    background-color: #3e484e !important;
  }
}
  .full-img-block.item {
    min-height: 0;
    height: auto;
  }
  .full-img-block.item img {
    max-height: none;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
body {
  color: #3e484e;
}
.hide-in-rte-show-on-front {
  display: block;
}
.show-in-rte-hide-on-front {
  display: none;
}
.container-fluid {
  max-width: 1140px;
}
@media (max-width: 1199px) {
  .container-fluid {
    max-width: 970px;
  }
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.container h1 {
  font-size: 70px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #3e484e;
}
.container h2 {
  font-size: 30px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #3e484e;
}
.container h2 span.count {
  color: #d7d7d7;
  font-weight: 600;
}
.container button.btn-primary,
.container a.btn-primary {
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 20px;
}
.container a:focus {
  outline: 0;
}
.container .intro {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz';
  font-weight: 200;
  color: #00b9dc;
  line-height: 30px;
  margin-bottom: 30px;
}
.container .item-iam h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.container p.intro-p {
  font-weight: bold;
}
.container .do-innovation h3,
.container .legacy h3,
.container .item-iam h3 {
  color: #00b9dc;
  text-transform: uppercase;
}
.container span.bold {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.container a.button {
  background: #00afd7 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  padding: 11px 30px;
  text-transform: uppercase;
}
.container a.button-pdf {
  background: #00b9dc url("../images/site/bg-pdf.jpg") no-repeat scroll right top;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 60px 11px 15px;
  display: inline-block;
  font-size: 12px;
}
.container .form-inline label {
  text-transform: capitalize;
}
.container .last-innovation .filter-box-separator,
.container .do-innovation .filter-box-separator {
  border-top-color: #fff;
  border-bottom-color: #e0e0e0;
}
.container .retd {
  overflow: hidden;
}
.container .retd .blue-bloc {
  min-height: 360px;
  background: #00b9dc;
  padding: 45px 50px;
}
.container .retd .blue-bloc h2 {
  font-size: 40px;
  width: 60%;
}
.container .player-bloc {
  width: 750px;
  height: 360px;
}
.container .player-bloc a.player {
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
}
.container .last-innovation {
  clear: both;
}
i {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .container h1 {
    font-size: 55px;
  }
}
.product-detail {
  padding: 40px 0 45px;
  font-size: 0.9em;
}
.product-detail:nth-child(odd){
 color: #555;
}

.product-detail .detail-title {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 38px;
  color: #3e484e;
  margin-top: 0;
}

.product-detail:nth-child(odd) .detail-title {
 
  color: #74C9E5;
 
}
.product-detail .detail-title .number {
  font-weight: normal;
  color: #d7d7d7;
}
.product-detail:nth-child(odd) {
  background-color: #525E64;
  max-width: 1900px;
  padding: 0px 0;
  margin: 0 auto;
  
 
}
.product-detail:nth-child(odd) .number {
  color: #fff;
}
.product-detail .carousel-arrow-controls {
  position: absolute;
  top: 0;
  height: 100%;
  width: 15px;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.product-detail .carousel-arrow-controls i {
  position: absolute;
  top: calc(50% - 13px);
}
.product-detail .carousel-arrow-controls.left {
  left: -25px;
}
.product-detail .carousel-arrow-controls.left i {
  left: -5px;
}
.product-detail .carousel-arrow-controls.right {
  right: -25px;
}
.product-detail .carousel-arrow-controls.right i {
  right: -4px;
}
#product-detail-nav {
  display: block;
  position: fixed;
  right: 0;
  top: 35%;
  pointer-events: none;
  z-index: 2;
}
#product-detail-nav ul {
  text-transform: uppercase;
  list-style-type: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
#product-detail-nav ul li {
  position: relative;
  height: 25px;
  font-weight: bold;
}
#product-detail-nav ul li a {
  box-shadow: #eee 0 0 2px;
  background-color: #74C9E5;
  display: inline-block;
  padding: 6px;
  position: absolute;
  -webkit-transform: translate(calc(100% - 28px), 0);
  -ms-transform: translate(calc(100% - 28px), 0);
  -o-transform: translate(calc(100% - 28px), 0);
  transform: translate(calc(100% - 28px), 0);
  transform: translateX(100%) translateX(-28px);
  -webkit-transition: 0.2s transform;
  -o-transition: 0.2s transform;
  transition: 0.2s transform;
  color: #3e484e;
  line-height: 1;
  text-decoration: none;
  pointer-events: auto;
  position: relative;
}
#product-detail-nav ul li a .number + span {
  display: inline-block;
  margin-left: 8px;
}
#product-detail-nav ul li a.active,
#product-detail-nav ul li a:hover {
  background-color: #74C9E5;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#product-detail-nav ul li a.active .number,
#product-detail-nav ul li a:hover .number {
  color: #3e484e;
}
#product-detail-nav ul li a.active .number + span,
#product-detail-nav ul li a:hover .number + span {
  margin-left: 2px;
}
#product-main .video-thumb,
#related-medias .video-thumb,
#clinical-cases-medias .video-thumb {
  position: relative;
  display: inline-block;
}
#product-main .video-thumb:after,
#related-medias .video-thumb:after,
#clinical-cases-medias .video-thumb:after {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background: url('../images/site/play.png') no-repeat center;
  background-size: contain;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1025px), (min-width: 1199px) and (max-width: 1223px) {
  .product-detail .carousel-arrow-controls.left {
    left: -15px;
  }
  .product-detail .carousel-arrow-controls.right {
    right: -15px;
  }
}
@media (min-width: 1026px) and (max-width: 1999px), (min-width: 1224px) {
  .product-detail .carousel-arrow-controls.left {
    left: -30px;
  }
  .product-detail .carousel-arrow-controls.right {
    right: -30px;
  }
}
@media (max-width: 991px) {
  #product-detail-nav {
    display: none;
  }
  .product-detail .detail-title {
    font-size: 58px;
  }
  .product-detail .detail-title .number {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .product-detail,
  .product-detail:nth-child(odd) {
    padding: 0px 0;
  }
  .product-detail:nth-child(odd):last-child {
    border-bottom: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .product-detail .carousel-indicators li {
    background-color: #d7d7d7;
    border-color: #d7d7d7;
    margin: 1px 2px;
  }
  .product-detail .carousel-indicators li.active {
    background-color: #00b9dc;
    border-color: #00b9dc;
    width: 10px;
    height: 10px;
    margin: 1px 2px;
  }
  .product-detail .detail-title {
    font-size: 30px;
  }
}
#product-main {
  font-size: 0.9em;
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: white;
}
#product-main .product-title {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 68px;
  padding-top: 40px;
  margin-bottom: 0;
  line-height: 1;
}
#product-main .product-subtitle {
  color: #00b9dc;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'NotoSans', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
}
#product-main ul {
  padding: 15px;
}
#product-main .product-main-contents {
  min-height: 310px;
  padding-top: 10px;
}
#product-main .product-main-btns {
  width: 100%;
  margin-bottom: 20px;
}
#product-main .product-main-btns:before,
#product-main .product-main-btns:after {
  content: " ";
  display: table;
}
#product-main .product-main-btns:after {
  clear: both;
}
#product-main .product-main-btns:before,
#product-main .product-main-btns:after {
  content: " ";
  display: table;
}
#product-main .product-main-btns:after {
  clear: both;
}
#product-main .product-main-btns > .first {
  margin-right: 10px;
}
#product-main #btn-catalogue-offer {
  margin-bottom: 25px;
}
#product-main .mobile-apps {
  margin-top: 10px;
}
#product-main .mobile-apps .app-store {
  margin: 10px 10px 10px 0;
  float: left;
}
#product-main .mobile-apps .google-play {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
#product-main .mobile-apps .google-play img {
  width: 153px;
}
#product-main .video-thumb {
  height: 82px;
  width: 157px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-wrap: nowrap;
  -webkit-box-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flexbox-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#product-main .video-thumb:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#product-main .video-thumb:hover:after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#product-main .video-thumb img {
  width: 100%;
  display: block;
}
#product-main #product-main-carousel-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  height: 56px;
  width: auto;
  left: 0;
}
#product-main #product-main-carousel-nav ul li {
  display: inline-block;
  width: 56px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  border: 2px solid #cccccc;
  background-color: white;
  text-indent: 0;
  border-radius: 0;
}
#product-main #product-main-carousel-nav ul li img {
  display: inline-block;
  vertical-align: middle;
}
#product-main .carousel-inner .item {
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 475px;
}
#product-main .carousel-inner .item img {
  padding: 20px;
  max-height: 500px;
  margin: auto;
}
#product-main .carousel-inner .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;

}
#product-main #product-main-carousel {
  background: #fff;
}
#product-main .slide-wrapper {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
#product-main .slide-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 400px;
}
#product-main .carousel img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#product-main .carousel.fade-effect .item + .item {
  margin-top: 0;
}
#product-main .carousel.fade-effect .carousel-inner {
  background: #fff;
}
#product-main .carousel.fade-effect .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  min-height: 400px;
}
#product-main .carousel.fade-effect .carousel-inner .item,
#product-main .carousel.fade-effect .carousel-inner .active.left,
#product-main .carousel.fade-effect .carousel-inner .active.right {
  opacity: 0;
}
#product-main .carousel.fade-effect .carousel-inner .active,
#product-main .carousel.fade-effect .carousel-inner .next.left,
#product-main .carousel.fade-effect .carousel-inner .prev.right {
  opacity: 1;
}
#product-main .carousel.fade-effect .carousel-inner .next,
#product-main .carousel.fade-effect .carousel-inner .prev,
#product-main .carousel.fade-effect .carousel-inner .active.left,
#product-main .carousel.fade-effect .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#product-main.group {
  background: none;
}
#product-main.group .product-main-contents {
  min-height: inherit;
}
#product-main.group .product-main-description {
  padding-left: 0;
}
#product-main.group .product-main-btns {
  width: auto;
  margin-bottom: 20px;
}
#product-main.group .product-main-btns:before,
#product-main.group .product-main-btns:after {
  content: " ";
  display: table;
}
#product-main.group .product-main-btns:after {
  clear: both;
}
#product-main.group .product-main-btns:before,
#product-main.group .product-main-btns:after {
  content: " ";
  display: table;
}
#product-main.group .product-main-btns:after {
  clear: both;
}
#product-main.group .product-main-btns .pull-left:nth-child(1) {
  margin-right: 20px;
}

#product-main.group .product-main-btns .btn-container {
  display: table-row;
  height: 81px;
}
#product-main.group .product-main-btns .btn-acteon {
  display: table-cell;
  min-height: 81px;
  vertical-align: center;
}
#product-main.group .product-main-btns > .first {
  margin-right: 10px;
}
#related-products.group > .container > .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #product-main .disp-table {
    display: table;
    table-layout: fixed;
  }
  #product-main .disp-table > [class^="col-"] {
    display: table-cell;
    vertical-align: bottom;
    float: none;
  }
  #product-main .disp-table > [class^="col-"] + [class^="col-"] {
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  #product-main {
    margin-bottom: 0;
  }
  #product-main .product-title {
    margin-top: 0;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product-main .video-thumb {
    width: 100%;
  }
  #product-main .product-main-btns .pull-left {
    width: 62%;
  }
  #product-main .product-main-btns > .first {
    width: 35%;
    margin-right: 2%;
  }
  .product-main-btns .btn-contact {
    width: 100%;
    height: auto;
    min-height: 81px;
  }
  #product-main .product-title {
    font-size: 60px;
    padding-top: 35px;
  }
  #product-main .product-subtitle {
    font-size: 25px;
  }
  #product-main .product-main-btns {
    margin-bottom: 15px;
  }
  #product-main .product-main-contents {
    min-height: 332px;
  }
}
@media (max-width: 767px) {
  #product-main .product-main-contents {
    min-height: 0;
  }
  #product-main .carousel.fade-effect .carousel-inner .item {
    height: auto;
    min-height: 0;
  }
  #product-main .product-title {
    font-size: 40px;
  }
  #product-main .product-subtitle {
    font-size: 28px;
  }
  #product-main .product-main-btns button > span {
    font-size: 0.8em;
    line-height: 0.7em;
    word-break: normal;
    white-space: normal;
  }
  #product-main .product-main-btns .pull-left {
    width: 63%;
  }
  #product-main .product-main-btns > .first a {
    border: 1px solid #d7d7d7;
  }
  #product-main .product-main-btns > .first {
    width: 35%;
    margin-left: 0;
    margin-right: 2%;
  }
  #product-main .video-thumb {
    width: 100%;
  }
  .product-main-btns .btn-contact {
    width: 100%;
    height: auto;
    min-height: 81px;
  }
  .catalog-container .btn-acteon {
    width: 100%;
  }
  #product-main .mobile-apps .google-play {
    float: right;
    margin-right: -10px;
  }
  #product-main .slide-content {
    height: 210px;
  }
  #product-main #product-main-carousel-nav {
    text-align: center;
  }
  #product-main #product-main-carousel-nav ul {
    height: auto;
    position: relative;
    margin-bottom: 20px;
  }
  #product-main #product-main-carousel-nav ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #d7d7d7;
    border-color: #d7d7d7;
    margin: 1px 2px;
  }
  #product-main #product-main-carousel-nav ul li.active {
    background-color: #00b9dc;
    border-color: #00b9dc;
    width: 10px;
    height: 10px;
    margin: 1px 2px;
  }
  #product-main #product-main-carousel-nav ul li img {
    display: none;
  }
}
#product-assets .assets-row {
  margin-left: -15px;
  margin-right: -15px;
}
#product-assets .asset-col {
  position: relative;
  min-height: 1px;
 margin: 10px 1px 0px 5px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  #product-assets .asset-col {
    float: left;
    width: 49%;
    background-color: #FFF;
    margin: 10px 1px 0px 5px;
  }
}
#product-assets .asset-col-2 {
  position: relative;
  min-height: 1px;

 

}
@media (min-width: 768px) {
  #product-assets .asset-col-2 {
    float: left;
    width: 45%;
    background-color: #FFF;
  }
}
@media (min-width: 992px) {
  #product-assets .asset-col-2 {
    float: left;
    width: 45%;
    background-color: #FFF;
    margin: 10px 25px 0px 25px;
  }
}
#product-assets .asset-col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #product-assets .asset-col-1 {
    float: left;
    width: 100%;
  }
}
#product-assets .prop-image-wrapper {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 130px;
}
#product-assets .prop-image-wrapper img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  #product-assets .asset-col .property-title,
  #product-assets .asset-col-2 .property-title {
    min-height: 2.2em;
  }
  #product-assets .asset-col-2 .prop-image-wrapper,
  #product-assets .asset-col .prop-image-wrapper {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #product-assets .asset-col .prop-image-wrapper img {
    max-height: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product-assets .asset-col .prop-image-wrapper img {
    max-height: 70px;
  }
  #product-assets .asset-col-2:first-child .prop-image-wrapper img {
    max-height: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product-assets .asset-col .prop-image-wrapper {
    height: 0;
    padding-bottom: 23.5%;
  }
}
@media (max-width: 767px) {
  #product-assets .assets-row {
    margin-left: 0;
    margin-right: 0;
  }
  #product-assets [class^="asset-col"] {
    padding: 0;
    position: inherit;
    min-height: 220px;
  }
  #product-assets [class^="asset-col"].next,
  #product-assets [class^="asset-col"].prev {
    position: absolute;
  }
  #product-assets .prop-image-wrapper img {
    max-height: 100%;
  }
}
#technical-specs .specs-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
#technical-specs .specs-list .spec-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #technical-specs .specs-list .spec-col {
    float: left;
    width: 50%;
  }
}
#technical-specs .specs-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#technical-specs .specs-list .spec-item {
  padding: 2px 12px;
  background-color: #cccccc;
  color: #3e484e;
}
#technical-specs .specs-list .spec-item:nth-child(odd) {
  background-color: #e1e1e1;
}
#technical-specs .download {
  background: #00b9dc url("../images/site/arrow-grey.png") no-repeat scroll 98% center;
  width: 100%;
  overflow: hidden;
}
#technical-specs .download select {
  border: 0 none;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  padding: 10px 15px;
  width: 102%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
}
#technical-specs .download .btn {
  margin-bottom: 15px;
}
#technical-specs .download .btn-pdf {
  margin-right: 30px;
}
#technical-specs .download .btn-pdf:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  #technical-specs #technical-specs .detail-title {
    margin-bottom: 20px;
  }
  #technical-specs #technical-specs .select {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #technical-specs .download .btn-pdf {
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 50px;
    overflow: hidden;
  }
}
#product-properties .property-title,
#product-assets .property-title {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #74C9E5;
  font-family: 'NotoSans', Helvetica, Arial, sans-serif;
  /*margin-top: 0;*/
}
#product-properties .properties-row {
  margin-left: -15px;
  margin-right: -15px;
}
#product-properties .property {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #product-properties .property {
    float: left;
    width: 33.33333333%;
  }
}
#product-properties .prop-image-wrapper {
  height: 220px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}
#product-properties .prop-image-wrapper:before {
  content: '';
  display: block;
  float: left;
  height: 100%;
  vertical-align: middle;
}
#product-properties .prop-image-wrapper img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product-properties .prop-image-wrapper {
    height: 183px;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  #product-properties .prop-image-wrapper {
    height: 151px;
  }
}
@media (max-width: 767px) {
  #product-properties .properties-row {
    margin-left: 0;
    margin-right: 0;
  }
  .product-detail .carousel-inner {
    margin-left: 0;
    margin-right: 0;
  }
  #product-properties .property {
    padding: 0;
    position: inherit;
    min-height: 0;
  }
  #product-properties .property.next,
  #product-properties .property.prev {
    position: absolute;
  }
  .product-detail .item + .item {
    margin: 0;
  }
  .product-detail:nth-child(odd) .carousel-indicators li:not(.active) {
    background-color: #fff;
    border-color: #fff;
  }
}
#related-medias .related-media-row {
  margin-left: -15px;
  margin-right: -15px;
}
#related-medias .related-media-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #related-medias .related-media-col {
    float: left;
    width: 33.33333333%;
  }
}
#related-medias .related-media-col a {
  color: #3e484e;
}
#related-medias .related-media a {
  color: inherit;
}
#related-medias .related-media figcaption {
  margin-top: 15px;
}
#related-medias .video-thumb {
  display: flex;
  overflow: hidden;
  align-items: center;
  max-height: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #related-medias .video-thumb {
    max-height: 160px;
  }
}
#related-medias .video-thumb img {
  width: 100%;
  height: auto;
}
#related-medias .video-thumb:after {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
#related-medias .video-thumb:hover:after {
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
}
#related-medias .carousel-arrow-controls i {
  top: calc(100px - 13px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #related-medias .carousel-arrow-controls i {
    top: calc(82px - 13px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #related-medias .carousel-arrow-controls i {
    top: calc(73px - 13px);
  }
}
@media (max-width: 767px) {
  #related-medias .related-media-col figcaption {
    text-align: center;
  }
  #related-medias .carousel-indicators {
    bottom: -15px;
  }
  #related-medias .carousel-inner {
    padding-bottom: 30px;
  }
}
#related-products .related-products-row:not(.carousel-inner) {
  margin-left: -15px;
  margin-right: -15px;
}
#related-products .related-products-col {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #related-products .related-products-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #related-products .related-products-col {
    float: left;
    width: 16.66666667%;
  }
}
#related-products .related-product {
  text-align: center;
}
#related-products .related-product .img-wrapper {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 10px;
  height: 116px;
  margin-bottom: 15px;
}
#related-products .related-product .img-wrapper img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#related-products .related-product figcaption {
  text-align: left;
  color: #3e484e;
}
#related-products .related-products-col a {
  display: block;
  color: #3e484e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#related-products #carousel-related-products {
  min-height: 159px;
  position: relative;
}
#related-products .carousel-arrow-controls i {
  top: calc(58px - 13px);
}
@media (max-width: 767px) {
  #related-products .related-products-col figcaption {
    text-align: center;
  }
  #related-products .carousel-inner {
    padding-bottom: 30px;
  }
  #related-products .carousel-indicators {
    bottom: -15px;
  }
}
#testimonials-medias .testimonial-media-row {
  margin-left: -15px;
  margin-right: -15px;
}
#testimonials-medias .testimonial-media-col-simple {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#testimonials-medias .testimonial-media-col-double {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #testimonials-medias .testimonial-media-col-double {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  #testimonials-medias .testimonial-media-col-double {
    float: left;
    width: 66.66666667%;
  }
}
#testimonials-medias .testimonial-media-col-double:first-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #testimonials-medias .testimonial-media-col-double:first-child {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #testimonials-medias .testimonial-media-col-double:first-child {
    float: left;
    width: 33.33333333%;
  }
}
#testimonials-medias .video-thumb {
  display: block;
  text-align: center;
}
#testimonials-medias .video-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 250px;
  margin: auto;
}
#testimonials-medias .video-thumb:after {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
#testimonials-medias .video-thumb:hover:after {
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
}
#carousel-testimonials-medias .testimonial {
  margin-bottom: 20px;
}
#carousel-testimonials-medias .author {
  margin-bottom: 20px;
}
#carousel-testimonials-medias .author p {
  margin: 0;
}
#carousel-testimonials-medias .author .name {
  font-weight: bold;
}
#carousel-testimonials-medias .author-address {
  margin-bottom: 20px;
}
#carousel-testimonials-medias .author-address .address-title {
  font-weight: bold;
}
#carousel-testimonials-medias .author-link {
  color: #00b9dc;
}
#carousel-testimonials-medias .author-link:hover {
  color: #008ea9;
}
#carousel-testimonials-medias .carousel-arrow-controls i {
  top: calc(125px - 13px);
}
#carousel-testimonials-medias .carousel-indicators {
  bottom: -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #carousel-testimonials-medias .carousel-arrow-controls i {
    top: calc(100px - 13px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carousel-testimonials-medias .carousel-arrow-controls i {
    top: calc(110px - 13px);
  }
}
@media (max-width: 767px) {
  #testimonials-medias .testimonial-media-col-double:first-child {
    margin-bottom: 20px;
  }
  #testimonials-medias .carousel-arrow-controls {
    height: 200px;
  }
  #testimonials-medias .carousel-inner {
    margin-bottom: 15px;
  }
  #testimonials-medias .carousel-indicators {
    bottom: -25px;
  }
  #testimonials-medias .video-thumb,
  #testimonials-medias .video-thumb img {
    max-height: 220px;
  }
}
#carousel-clinical-cases-medias {
  position: relative;
  z-index: 2;
}
#carousel-clinical-cases-medias .carousel-arrow-controls i {
  top: 0;
}
[id^="carousel-subcases-large-"] .carousel-arrow-controls i {
  top: 100px;
}
[id^="carousel-subcases-large-"] .carousel-arrow-controls.left {
  left: -15px;
}
[id^="carousel-subcases-large-"] .carousel-arrow-controls.right {
  right: -15px;
}
.product-detail:nth-child(even)#clinical-cases-medias .clinical-case-row a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #eeeeee transparent transparent transparent;
}
#clinical-cases-medias {
  padding-bottom: 0;
}
#clinical-cases-medias.product-detail:nth-child(even) {
  padding-bottom: 35px;
}
#clinical-cases-medias .detail-title {
  margin-bottom: 15px;
}
#clinical-cases-medias .clinical-case-row {
  margin-left: -15px;
  margin-right: -15px;
}
#clinical-cases-medias .clinical-case-row a {
  display: inline-block;
  height: 60px;
  position: relative;
  width: 90%;
  text-transform: uppercase;
}
#clinical-cases-medias .clinical-case-row a span {
  overflow: hidden;
  display: block;
  min-height: 40px;
  font-size: 13px;
}
#clinical-cases-medias .clinical-case-row a:focus {
  text-decoration: none;
}
#clinical-cases-medias .clinical-case-row a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: calc(50% - 6px);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #d7d7d7 transparent transparent transparent;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#clinical-cases-medias .clinical-case-row a.active:after {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#clinical-cases-medias .clinical-case-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #clinical-cases-medias .clinical-case-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #clinical-cases-medias .clinical-case-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #clinical-cases-medias .clinical-case-col {
    float: left;
    width: 25%;
  }
}
#clinical-cases-medias .video-thumb img {
  width: 100%;
  height: auto;
}
#clinical-cases-medias .video-thumb:after {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
#clinical-cases-medias .video-thumb:hover:after {
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
}
#clinical-cases-medias .clinical-case-title {
  font-size: 14px;
  color: #3e484e;
  text-align: center;
}
#clinical-cases-medias .clinical-case-title.active {
  font-weight: bold;
}
#clinical-cases-medias .carousel-indicators li {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  margin: 1px 2px;
}
#clinical-cases-medias .carousel-indicators li.active {
  background-color: #00b9dc;
  border-color: #00b9dc;
  width: 10px;
  height: 10px;
  margin: 1px 2px;
}
.clinical-case-details-row {
  margin-left: -15px;
  margin-right: -15px;
  display: none;
}
.clinical-case-details-row.in {
  display: block;
}
.clinical-case-details-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .clinical-case-details-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .clinical-case-details-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .clinical-case-details-col {
    float: left;
    width: 25%;
  }
}
.clinical-case-details-col img {
  max-width: 100%;
  height: auto;
}
.clinical-case-details {
  max-width: 1224px;
  margin: -6px auto 0;
  padding: 30px 0;
  background-color: #3e484e;
  position: relative;
}
.clinical-case-details .clinical-case-image-wrapper {
  height: 208px;
  overflow: hidden;
  margin-bottom: 20px;
}
.clinical-case-details-col .clinical-case-text-wrapper {
  color: #fff;
  margin-bottom: 0;
}
.clinical-case-details-col .clinical-case-text-wrapper p {
  margin-bottom: 0;
}
#clinical-cases-medias .carousel-indicators {
  bottom: -25px;
}
@media (max-width: 991px) {
  .product-detail#clinical-cases-medias:last-of-type:nth-child(odd) {
    margin-bottom: 0px;
  }
  [id^="carousel-subcases-large-"] .carousel-inner {
    width: 98%;
    margin: auto;
  }
  [id^="carousel-subcases-large-"] .carousel-arrow-controls i {
    top: 53px;
  }
  [id^="carousel-subcases-large-"] .carousel-arrow-controls.left {
    left: 0;
  }
  [id^="carousel-subcases-large-"] .carousel-arrow-controls.right {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  [id^="carousel-subcases-large-"] .carousel-arrow-controls i {
    top: 70px;
  }
  [id^="carousel-subcases-large-"] .carousel-arrow-controls.left {
    left: -20px;
  }
  [id^="carousel-subcases-large-"] .carousel-arrow-controls.right {
    right: -20px;
  }
  .clinical-case-details .clinical-case-image-wrapper {
    height: 168px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  [id^="carousel-subcases-large-"] .carousel-arrow-controls.left {
    left: -4px;
  }
  [id^="carousel-subcases-large-"] .carousel-arrow-controls.right {
    right: -4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clinical-case-details .clinical-case-image-wrapper {
    height: 0;
    padding-bottom: 79%;
  }
  #clinical-cases-medias .clinical-case-title {
    width: 100%;
  }
  #clinical-cases-medias .clinical-case-title span {
    font-size: 0.9em;
    min-height: 36px;
  }
}
@media (max-width: 767px) {
  #clinical-cases-medias .carousel-arrow-controls {
    display: none;
  }
  #clinical-cases-medias .carousel-inner {
    margin-bottom: 15px;
  }
  #clinical-cases-medias .clinical-case-row.item {
    display: block;
  }
  #clinical-cases-medias .detail-title {
    margin-bottom: 10px;
  }
  #carousel-clinical-cases-medias .carousel-inner {
    margin-bottom: 25px;
  }
  #clinical-cases-medias .clinical-case-row .clinical-case-title,
  #clinical-cases-medias .clinical-case-row .clinical-case-title span {
    height: auto;
    overflow: visible;
  }
  #clinical-cases-medias .clinical-case-row .clinical-case-title:after {
    content: none;
  }
  #clinical-cases-medias .clinical-case-details .clinical-case-image-wrapper {
    height: auto;
    width: 100%;
    text-align: center;
  }
  #clinical-cases-medias .clinical-case-details .clinical-case-image-wrapper img {
    display: block;
    margin: auto;
  }
  .clinical-case-details-col .clinical-case-text-wrapper {
    max-width: 262px;
    text-align: center;
    margin: auto;
  }
  .clinical-case-details-col .clinical-case-text-wrapper p:last-child {
    margin-bottom: 15px;
  }
}
.product-range-main,
.product-range-detail {
  font-size: 0.9em;
}
.product-range-main + .filter-box-separator,
.product-range-detail + .filter-box-separator {
  max-width: 1230px;
  margin: 0 auto;
}
.product-range-main + .filter-box-separator {
  margin: 30px auto 0;
}
.product-range-detail + .filter-box-separator {
  margin-top: 0;
}
.product-range-main {
  margin-bottom: 20px;
}
.product-range-main .intro {
  margin-bottom: 20px;
}
.product-range-main ul {
  list-style-type: none;
  padding: 0;
}
.product-range-main ul li {
  position: relative;
  padding: 0 10px;
}
.product-range-main ul li:before {
  content: '-';
  position: absolute;
  left: 0;
  margin-right: 5px;
}
.product-range-main .btn-contact-wrapper,
.product-range-main .btn-catal-wrapper {
  float: left !important;
}
.product-range-main .btn-contact-wrapper {
  width: 305px;
}
.product-range-main .btn-catal-wrapper {
  width: 230px;
  margin-left: 10px;
}
.product-range-main .btn-acteon {
  width: 100%;
}
.product-range-main .btn-contact {
  width: 100%;
}
.product-range-detail {
  padding: 35px 0;
}
.product-range-detail .product-title {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 68px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.product-range-detail .product-subtitle {
  color: #00b9dc;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'NotoSans', Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-top: 5px;
  font-weight: 200;
  line-height: 1;
}
.product-range-detail .product-description {
  margin-bottom: 25px;
}
.product-range-detail .product-description ul {
  padding-left: 1.2em;
  margin-bottom: 0;
}
.product-range-detail .product-picture-wrapper {
  display: table;
  background-color: #fff;
  width: 100%;
  height: 265px;
  table-layout: fixed;
}
.product-range-detail .product-picture {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 350px;
}
.product-range-detail .product-picture img {
  max-width: 100%;
  max-height: 265px;
  width: auto;
  height: auto;
}
.product-range-detail .product-page-link {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .product-range-detail .btn-acteon,
  .product-range-main .btn-acteon {
    font-size: 16px;
    font-weight: bold;
  }
  .product-range-detail .btn-acteon {
    line-height: 1.5;
  }
  .product-range-main .disp-table {
    display: table;
    table-layout: fixed;
  }
  .product-range-main .disp-table > [class^="col-"] {
    display: table-cell;
    float: none;
  }
  .product-range-main .disp-table > [class^="col-"] + [class^="col-"] {
    vertical-align: bottom;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .product-range-main .btn-acteon {
    color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    white-space: initial;
    text-align: left;
    font-weight: bold;
    height: 81px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-range-main .btn-contact-wrapper {
    width: 250px;
  }
  .product-range-main .btn-catal-wrapper {
    width: 193px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-range-detail .product-title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .product-range-main .btn-contact-wrapper,
  .product-range-main .btn-catal-wrapper {
    width: 100%;
    margin: 0;
  }
  .product-range-main .btn-catal-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-range-detail .product-picture-wrapper {
    margin-bottom: 20px;
    height: 210px;
    min-height: 0;
  }
  .product-range-detail .product-title {
    font-size: 55px;
  }
  .product-range-detail .product-picture img {
    max-height: 200px;
  }
}