@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?33486115');
  src: url('../font/fontello.eot?33486115#iefix') format('embedded-opentype'), url('../font/fontello.woff2?33486115') format('woff2'), url('../font/fontello.woff?33486115') format('woff'), url('../font/fontello.ttf?33486115') format('truetype'), url('../font/fontello.svg?33486115#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?33486115#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-ico-ascendis-1:before {
  content: '\e800';
}
/* '' */
.icon-ico-email:before {
  content: '\e801';
}
/* '' */
.icon-ico-up-quote:before {
  content: '\e802';
}
/* '' */
.icon-down-open-big:before {
  content: '\e803';
}
/* '' */
.icon-left-open-big:before {
  content: '\e804';
}
/* '' */
.icon-right-open-big:before {
  content: '\e805';
}
/* '' */
.icon-up-open-big:before {
  content: '\e806';
}
/* '' */
.icon-dot-3:before {
  content: '\e807';
}
/* '' */
.icon-ico-pageup:before {
  content: '\e808';
}
/* '' */
.icon-ico-ascendis:before {
  content: '\e809';
}
/* '' */
.icon-ico-services:before {
  content: '\e80a';
}
/* '' */
.icon-ico-team:before {
  content: '\e80b';
}
/* '' */
.icon-ico-clients:before {
  content: '\e80c';
}
/* '' */
.icon-ico-news:before {
  content: '\e80d';
}
/* '' */
.icon-ico-skillcity:before {
  content: '\e80e';
}
/* '' */
.icon-show-carusel:before {
  content: '\e810';
}
/* '' */
.icon-show-grid:before {
  content: '\e811';
}
/* '' */
.icon-search:before {
  content: '\e812';
}
/* '' */
.icon-cancel:before {
  content: '\e813';
}
/* '' */
.icon-ico-right-arrow:before {
  content: '\e814';
}
/* '' */
.icon-ico-left-arrow:before {
  content: '\e815';
}
/* '' */
.icon-mail:before {
  content: '\e816';
}
/* '' */
.icon-ico-twitter-stroke:before {
  content: '\e827';
}
/* '' */
.icon-ico-youtube-stroke:before {
  content: '\e829';
}
/* '' */
.icon-ico-facebook-stroke:before {
  content: '\e82b';
}
/* '' */
.icon-ico-linkedin-stroke:before {
  content: '\e82c';
}
/* '' */
.icon-twitter-1:before {
  content: '\f099';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
@font-face {
  font-family: 'Ascendis_Ultra';
  src: url('../font/ascendis_ultra-webfont.eot');
  src: url('../font/ascendis_ultra-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ascendis_ultra-webfont.woff2') format('woff2'), url('../font/ascendis_ultra-webfont.woff') format('woff'), url('../font/ascendis_ultra-webfont.ttf') format('truetype'), url('../font/ascendis_ultra-webfont.svg#ascendis_ultraregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 100% !important;
  max-width: 1024px;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
/*@media (min-width:1600px) {
  .container {
    width: 1570px;
  }
}*/
/*@media (min-width:1024px)and (max-width: 1199px){
  .container{
    width:994px;
  }
}*/
@media (max-width: 767px) {
  .hide_xs {
    display: none;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* GLOBALS */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000000;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 18px;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
/*spacers*/
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top60 {
  margin-top: 60px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom60 {
  margin-bottom: 60px;
}
.space10 {
  margin-top: 10px;
}
.space20 {
  margin-top: 20px;
}
.space30 {
  margin-top: 30px;
}
.space40 {
  margin-top: 40px;
}
.space60 {
  margin-top: 60px;
}
.space100 {
  margin-top: 100px;
}
.responsive_img {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  outline: none;
}
strong {
  font-weight: 700;
}
.align_right {
  float: right;
}
.align_left {
  float: left;
}
.table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.table_row {
  display: table-row;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.center-block {
  float: none;
  margin: 0 auto;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.top_menu {
  text-align: center;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  font-size: 18px;
  padding: 30px 0;
}
.top_menu a {
  font-weight: 300;
  letter-spacing: 5px;
  display: table;
  margin: 5px auto;
  padding: 7px 0;
  color: #000000;
}
.top_menu a:hover {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .top_menu {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 60px;
    font-size: 16px;
    padding: 0;
  }
  .top_menu a {
    color: #ffffff;
    display: inline-block;
    margin: 25px 20px 0;
    padding: 0 0 3px 5px;
  }
}
@media (min-width: 1450px) {
  .top_menu {
    right: 75px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .nav_opened .section_hero ~ .header .main_menu {
    background: none;
    color: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .link_skillcity:hover {
    border-color: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .menu_col .item:after {
    background: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .menu_col .category_link:hover,
  .nav_opened .section_hero ~ .header .main_menu .menu_col .submenu_link:hover {
    border-color: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .menu_col .top_submenu {
    border-color: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .menu_col .top_submenu:after {
    background: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .menu_col .bottom_submenu:hover {
    border-color: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .menu_col .bottom_submenu:after {
    background: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .social a {
    color: #ffffff;
  }
  .nav_opened .section_hero ~ .header .main_menu .social a:hover {
    color: #ffffff;
  }
}
.section_hero ~ .header .menu_bar {
  background: none !important;
  border-color: #ffffff;
}
.section_hero ~ .header .menu_bar .logo {
  background: url("../images/logo-ascendis-white.svg") no-repeat center;
}
.section_hero ~ .header .menu_bar .nav_toggle span,
.section_hero ~ .header .menu_bar .nav_toggle span:before,
.section_hero ~ .header .menu_bar .nav_toggle span:after {
  background: #ffffff;
}
.section_hero ~ .header .menu_bar .user_menu {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .section_hero ~ .header .main_menu {
    background: none;
    color: #ffffff;
  }
  .section_hero ~ .header .main_menu .menu_col .item:after {
    background: #ffffff;
  }
  .section_hero ~ .header .main_menu .menu_col .category_link:hover,
  .section_hero ~ .header .main_menu .menu_col .submenu_link:hover {
    border-color: #ffffff;
  }
  .section_hero ~ .header .main_menu .menu_col .top_submenu {
    border-color: #ffffff;
  }
  .section_hero ~ .header .main_menu .menu_col .top_submenu:after {
    background: #ffffff;
  }
  .section_hero ~ .header .main_menu .menu_col .bottom_submenu:hover {
    border-color: #ffffff;
  }
  .section_hero ~ .header .main_menu .menu_col .bottom_submenu:after {
    background: #ffffff;
  }
}
.header .main_menu {
  position: fixed;
  top: 60px;
  bottom: 0;
  z-index: -1;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  padding: 30px 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto ;
}
.header .main_menu .table {
  width: 100%;
  height: 100%;
}
.header .main_menu .table .cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .header .main_menu {
    right: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 1450px) {
  .header .main_menu {
    right: 75px;
  }
}
.header .main_menu .menu_col {
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col {
    display: inline-block;
    vertical-align: middle;
  }
  .header .main_menu .menu_col:first-child .item:after {
    display: none;
  }
}
.header .main_menu .menu_col .item {
  position: relative;
  padding: 0 0 30px;
  cursor: pointer;
  background: transparent;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col .item {
    padding: 10px 15px;
  }
  .header .main_menu .menu_col .item:hover .submenu {
    max-height: 1000px;
  }
}
@media (min-width: 1450px) {
  .header .main_menu .menu_col .item {
    padding: 0 30px;
  }
}
.header .main_menu .menu_col .item:after {
  display: block;
  content: '';
  position: absolute;
  width: 100px;
  background: #000000;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  right: 50%;
  bottom: 20px;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col .item:after {
    width: 1px;
    height: 80px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
  }
}
@media (min-width: 1450px) {
  .header .main_menu .menu_col .item:after {
    height: 100px;
  }
}
.header .main_menu .menu_col .item .submenu {
  padding-top: 10px;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col .item .submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding-top: 0;
  }
}
.header .main_menu .menu_col .category_link {
  font-weight: 500;
  display: table;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col .category_link {
    padding: 10px 10px 5px;
  }
  .header .main_menu .menu_col .category_link:hover {
    border-bottom: 1px solid #000000;
  }
}
@media (min-width: 1450px) {
  .header .main_menu .menu_col .category_link {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .header .main_menu .menu_col .category_link:hover {
    color: #be1f41;
    border-bottom: transparent;
  }
}
.header .main_menu .menu_col .submenu_link {
  font-size: 12px;
  font-weight: 500;
  display: table;
  margin: 0 auto 10px;
  padding: 7px 10px;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col .submenu_link {
    padding: 3px 10px;
  }
  .header .main_menu .menu_col .submenu_link:hover {
    border-bottom: 1px solid #000000;
  }
}
@media (min-width: 1450px) {
  .header .main_menu .menu_col .submenu_link {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .header .main_menu .menu_col .submenu_link:hover:hover {
    color: #be1f41;
    border-bottom: transparent;
  }
}
.header .main_menu .menu_col .top_submenu {
  font-size: 24px;
  width: 100px;
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
  display: none;
}
@media (min-width: 1025px) {
  .header .main_menu .menu_col .top_submenu {
    margin: 40px auto 20px;
    display: table;
    padding: 0;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .header .main_menu .menu_col .top_submenu:after {
    width: 1px;
    background: #000000;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 50px;
    top: -40px;
    display: block;
  }
}
@media (min-width: 1025px) and (min-width: 1450px) {
  .header .main_menu .menu_col .top_submenu:after {
    bottom: 70px;
    top: -55px;
  }
}
@media (min-width: 1450px) {
  .header .main_menu .menu_col .top_submenu {
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    margin: 70px auto 30px;
  }
}
.header .main_menu .menu_col .bottom_submenu {
  font-size: 14px;
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
  padding-top: 60px;
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1024px) {
  .header .main_menu .menu_col .bottom_submenu {
    display: none;
  }
}
@media (min-width: 1450px) {
  .header .main_menu .menu_col .bottom_submenu {
    padding-top: 80px;
  }
}
.header .main_menu .menu_col .bottom_submenu:hover {
  border-bottom: 1px solid #000000;
}
.header .main_menu .menu_col .bottom_submenu:after {
  width: 1px;
  background: #000000;
  content: '';
  position: absolute;
  left: 50%;
  top: 5px;
  bottom: 30px;
  display: block;
}
.header .main_menu .link_skillcity {
  height: 60px;
  padding: 0 85px 0 10px;
  border: 1px solid transparent;
  overflow: hidden;
  line-height: 60px;
  position: relative;
  top: 0;
  right: 0;
  display: table;
  margin: 0 auto;
}
.header .main_menu .link_skillcity span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 60px;
}
.header .main_menu .link_skillcity i {
  font-size: 70px;
  vertical-align: middle;
  right: 0;
  top: -10px;
  position: absolute;
  height: 60px;
}
@media (min-width: 1025px) {
  .header .main_menu .link_skillcity {
    position: absolute;
    top: 5%;
    right: 40px;
  }
}
.header .main_menu .link_skillcity:hover {
  border: 1px solid #ffffff;
}
.header .main_menu .social {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.header .main_menu .social a {
  font-size: 28px;
}
.header .main_menu .social a:hover.facebook i:before {
  content: '\f09a';
}
.header .main_menu .social a:hover.twitter i:before {
  content: '\f099';
}
.header .main_menu .social a:hover.youtube i:before {
  content: '\f16a';
}
.header .main_menu .social a:hover.linkedin i:before {
  content: '\f0e1';
}
@media (max-width: 1024px) {
  .header .main_menu .social {
    display: none;
  }
}
.header .menu_bar {
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #d6d6d6;
  color: #000000;
}
@media (min-width: 1025px) {
  .header .menu_bar {
    width: 60px;
    height: auto;
    bottom: 0;
    left: auto;
    border-left: 1px solid #d6d6d6;
    border-bottom: none;
  }
}
@media (min-width: 1450px) {
  .header .menu_bar {
    width: 75px;
  }
}
.header .menu_bar .logo {
  display: inline-block;
  background-size: 130% !important;
  width: 55px;
  height: 55px;
  background: url("../images/logo-ascendis-color.svg") no-repeat center;
  top: 50%;
  position: absolute;
  left: 40px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1025px) {
  .header .menu_bar .logo {
    width: 75px;
    height: 75px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.header .menu_bar .user_menu {
  position: absolute;
  text-align: center;
  right: 15px;
  color: #000000;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  /*.language-bt{
        display: block;
        margin:10px 10px 10px;
        padding: 10px 10px;
        cursor: pointer;
        &:hover{
          font-weight: 500;
        }
        @media( max-width: @screen-tablet-max){
          display: inline-block;
          margin:10px;
        }
      }*/
}
@media (min-width: 1025px) {
  .header .menu_bar .user_menu {
    bottom: 20px;
    left: 0;
    right: 0;
  }
}
.header .menu_bar .user_menu .search_bt {
  display: block;
  font-size: 24px;
  font-family: fontello;
  height: 35px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}
.header .menu_bar .user_menu .search_bt.active {
  color: #97999b !important;
}
@media (max-width: 1024px) {
  .header .menu_bar .user_menu .search_bt {
    display: inline-block;
  }
}
.header .menu_bar .user_menu .search_bt:before {
  content: '\e812';
}
.header .menu_bar .user_menu .language {
  display: block;
  margin: 10px 10px 10px;
  padding: 10px 10px;
}
.header .menu_bar .user_menu .language:hover {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .header .menu_bar .user_menu .language {
    display: inline-block;
    margin: 10px;
  }
}
.header .menu_bar .user_menu .language-bt {
  display: block;
  margin: 10px 10px 10px 0;
  padding: 10px 10px 10px 20px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}
.header .menu_bar .user_menu .language-bt.active {
  /*color: @grey !important;
          border-left: 1px solid #d6d6d6;*/
}
@media (max-width: 1024px) {
  .header .menu_bar .user_menu .language-bt {
    display: inline-block;
    margin: 10px;
    padding: 10px 10px 10px 10px;
  }
}
.header .menu_bar .user_menu .contact {
  display: block;
  font-size: 26px;
  font-family: fontello;
  height: 35px;
}
@media (max-width: 1024px) {
  .header .menu_bar .user_menu .contact {
    display: inline-block;
  }
}
.header .menu_bar .user_menu .contact:before {
  content: '\e801';
}
.header .menu_bar .user_menu .contact:hover:before {
  font-family: fontello;
  content: '\e816';
  font-size: 30px;
}
.header .menu_bar .search_box {
  bottom: 105px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  -o-transform: translate(110%, 0);
  transform: translate(110%, 0);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  background: #ffffff;
  color: #97999b;
  overflow: hidden;
  padding: 10px 59px 10px 5px ;
  z-index: 999;
  width: 400px;
  border: 1px solid #be1f41;
  border-right: none ;
}
.header .menu_bar .search_box.search_opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .header .menu_bar .search_box {
    top: 0;
    right: 100px;
    bottom: 0;
    padding: 10px 50px 10px 5px ;
    left: 0;
    width: auto;
    border: none;
  }
}
@media (min-width: 1450px) {
  .header .menu_bar .search_box {
    padding: 10px 73px 10px 5px ;
  }
}
.header .menu_bar .search_box .btn {
  opacity: 0;
  visibility: hidden;
  left: -99999px;
  position: absolute;
}
.header .menu_bar .search_box input[type=text] {
  border: none;
  border-right: 1px solid #d6d6d6;
  font-size: 16px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #97999b;
}
.header .menu_bar .language_box {
  bottom: 63px;
  position: absolute;
  right: 60px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  background: #ffffff;
  color: #97999b;
  overflow: hidden;
  padding: 0 0 0;
  z-index: 999;
  border: 1px solid #be1f41;
  border-right: none ;
  width: 130px;
}
.header .menu_bar .language_box .lang {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header .menu_bar .language_box .lang {
    float: left;
  }
}
.header .menu_bar .language_box.language_opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .header .menu_bar .language_box {
    top: 60px;
    right: 50px;
    padding: 0 5px;
    width: 50px;
    height: 120px;
    border: 1px solid #d6d6d6;
    border-top: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
}
@media (min-width: 1450px) {
  .header .menu_bar .language_box {
    padding: 0 5px;
    right: 75px;
  }
}
.header .nav_toggle {
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 19px 5px 10px;
  z-index: 999;
  display: block;
  position: absolute;
  left: 5px;
  top: 11px;
}
@media (min-width: 1025px) {
  .header .nav_toggle {
    margin-left: -22px;
    top: 20px;
    left: 50%;
  }
}
.header .nav_toggle span,
.header .nav_toggle span:before,
.header .nav_toggle span:after {
  height: 1px;
  width: 28px;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background: #000000;
}
@media (min-width: 1025px) {
  .header .nav_toggle span,
  .header .nav_toggle span:before,
  .header .nav_toggle span:after {
    width: 32px;
  }
}
.header .nav_toggle span:before {
  top: -10px;
}
@media (min-width: 1025px) {
  .header .nav_toggle span:before {
    top: -13px;
  }
}
.header .nav_toggle span:after {
  bottom: -10px;
}
@media (min-width: 1025px) {
  .header .nav_toggle span:after {
    bottom: -13px;
  }
}
.nav_opened .hero_ascendis_logo,
.nav_opened .explore_label,
.nav_opened .top_menu {
  opacity: 0 !important;
}
.nav_opened .header .main_menu {
  opacity: 1;
  background: #ffffff;
  visibility: visible;
  z-index: 99;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000000;
}
@media (min-width: 1025px) {
  .nav_opened .header .main_menu {
    left: 0;
  }
}
.nav_opened .header .main_menu .link_skillcity:hover {
  border-color: #000000;
}
.nav_opened .header .main_menu .social a {
  color: #000000;
}
.nav_opened .header .main_menu .social a:hover {
  color: #000000;
}
.nav_opened .header .nav_toggle span {
  width: 32px;
  background: none !important;
}
.nav_opened .header .nav_toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 0;
}
.nav_opened .header .nav_toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
}
body.scrolled .header .menu_bar {
  background: #ffffff !important;
  border-color: #d6d6d6;
}
@media (max-width: 1024px) {
  body.scrolled .header .menu_bar {
    border-bottom: 1px solid #d6d6d6;
  }
}
body.scrolled .header .menu_bar .logo {
  background: url("../images/logo-ascendis-color.svg") no-repeat center;
}
body.scrolled .header .menu_bar .nav_toggle span,
body.scrolled .header .menu_bar .nav_toggle span:before,
body.scrolled .header .menu_bar .nav_toggle span:after {
  background: #000000;
}
body.scrolled .header .menu_bar .user_menu {
  color: #000000 !important;
}
body.scrolled.nav_opened .header .main_menu {
  color: #000000;
  background: #ffffff;
  z-index: 99;
}
body.scrolled.nav_opened .header .main_menu .link_skillcity:hover {
  border-color: #000000;
}
body.scrolled.nav_opened .header .main_menu .social a {
  color: #000000;
}
body.scrolled.nav_opened .header .main_menu .social a:hover {
  color: #000000;
}
body.scrolled.nav_opened .header .main_menu .menu_col .item:after {
  background: #000000 !important;
}
body.scrolled.nav_opened .header .main_menu .menu_col .category_link:hover,
body.scrolled.nav_opened .header .main_menu .menu_col .submenu_link:hover {
  border-color: #000000 !important;
}
body.scrolled.nav_opened .header .main_menu .menu_col .top_submenu {
  border-color: #000000 !important;
}
body.scrolled.nav_opened .header .main_menu .menu_col .top_submenu:after {
  background: #000000 !important;
}
body.scrolled.nav_opened .header .main_menu .menu_col .bottom_submenu:hover {
  border-color: #000000 !important;
}
body.scrolled.nav_opened .header .main_menu .menu_col .bottom_submenu:after {
  background: #000000 !important;
}
@media (max-width: 1024px) {
  body.nav_opened .header .menu_bar {
    background: #ffffff !important;
    border-color: #d6d6d6;
  }
  body.nav_opened .header .menu_bar .logo {
    background: url("../images/logo-ascendis-color.svg") no-repeat center;
  }
  body.nav_opened .header .menu_bar .nav_toggle span,
  body.nav_opened .header .menu_bar .nav_toggle span:before,
  body.nav_opened .header .menu_bar .nav_toggle span:after {
    background: #000000;
  }
  body.nav_opened .header .menu_bar .user_menu {
    color: #000000;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  body.nav_opened .header .menu_bar {
    border-bottom: 1px solid #d6d6d6;
  }
}
/* FOOTER */
.footer_menu {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 50px;
  padding-left: 18px;
}
.footer_menu a {
  font-weight: 300;
  letter-spacing: 5px;
  padding: 12px 25px;
  color: #000000;
  display: inline-block;
  border-left: 1px solid #d6d6d6;
}
.footer_menu a:first-child {
  border: none;
}
.footer_menu a:hover {
  color: #be1f41;
}
@media (max-width: 1024px) {
  .footer_menu {
    display: none;
  }
}
.footer .footer_bg {
  background: #101820;
  color: #ffffff;
  padding: 40px 0 10px;
  text-align: center;
}
@media (min-width: 767px) {
  .footer .footer_bg {
    padding: 60px 0 10px;
    text-align: left;
  }
}
.footer .links {
  font-size: 15px;
  margin-bottom: 10px;
}
.footer .links a,
.footer .links span {
  display: inline-block;
  margin: 10px 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer .links a:hover {
  color: #be1f41;
}
.footer .copy {
  margin: 30px 10px 30px 0;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 767px) {
  .footer .copy {
    margin: 10px 10px 10px 0;
  }
}
.footer .foo_logo {
  text-align: center;
  position: relative;
  margin: 10px 0 20px;
}
.footer .foo_logo:after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  left: 59%;
  background: #ffffff;
  height: 1px;
  top: 50%;
}
.footer .foo_logo:before {
  position: absolute;
  content: '';
  display: block;
  right: 57%;
  left: 0;
  background: #ffffff;
  height: 1px;
  top: 50%;
}
.footer .foo_logo img {
  width: 60px;
  display: inline-block;
}
@media (min-width: 767px) {
  .footer .foo_logo img {
    width: 80px;
  }
}
.footer .social {
  margin: 20px 0 0 -10px;
  color: #97999b;
  font-size: 24px;
  text-align: center;
}
.footer .social a:hover {
  color: #be1f41;
}
@media (min-width: 767px) {
  .footer .social {
    text-align: right;
    margin: 0;
  }
}
.footer .buton_scroll_top {
  border: 1px solid #ffffff;
  width: 55px;
  height: 55px;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
  display: block;
}
.footer .buton_scroll_top:hover {
  background: #ffffff;
  color: #000000;
}
.footer_menu_social {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 50px;
  padding: 0 0 20px 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
}
.footer_menu_social a {
  font-weight: 300;
  letter-spacing: 5px;
  padding: 12px 5px;
  color: #000000;
  display: inline-block;
}
.footer_menu_social a i {
  color: #d6d6d6;
}
@media (min-width: 1200px) {
  .footer_menu_social a {
    padding: 12px 25px;
  }
}
.footer_menu_social a:hover {
  color: #be1f41;
}
.footer_menu_social a:hover i {
  color: #be1f41;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .footer_menu_social {
    display: none;
  }
}
.hide_footer_menu .footer_menu {
  display: none;
}
/*Homepage*/
.home_bg {
  background: url("../images/home-bg.jpg") center no-repeat;
  /*&:after{
      background: rgba(0, 0, 0, 0.4) !important;
    }*/
}
.home_bg video {
  position: absolute;
  /*  top: 0;
          left: 0;

          right: 0;
          bottom:0;*/
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_services {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  text-align: center;
}
@media (min-width: 767px) {
  .section_services {
    padding: 0 80px;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section_services {
    padding: 0 130px;
  }
}
.section_services .wrapper_button_center {
  max-width: 600px;
  margin: 50px auto;
}
.section_services .services_description {
  color: #97999b;
}
.services_carousel .title_service_red {
  height: 57px;
  display: block;
}
.services_carousel .owl-item {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .services_carousel .owl-item {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .services_carousel .owl-item {
    padding: 0 10px;
  }
}
.services_carousel .service_item {
  /*.flex-display(@display: flex);
        .justify-content(@justify: center);
        .align-items(@align: center);
        .flex-direction(column);*/
  padding: 0 10px;
}
@media (max-width: 767px) {
  .services_carousel .service_item {
    border: 1px solid #d6d6d6;
    height: 300px;
  }
}
.services_carousel .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  left: -70px;
  right: -70px;
  z-index: 2;
  font-size: 36px;
}
.services_carousel .owl-nav .owl-next {
  float: right;
}
.services_carousel .owl-nav .owl-next:hover {
  color: #be1f41;
}
.services_carousel .owl-nav .owl-prev {
  float: left;
}
.services_carousel .owl-nav .owl-prev:hover {
  color: #be1f41;
}
.services_carousel .title_service_red {
  font-size: 30px;
  font-weight: 400;
  margin: 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #be1f41;
  line-height: 1.1;
  display: block;
}
@media (min-width: 500px) {
  .services_carousel .title_service_red {
    font-size: 26px;
  }
}
.services_carousel .title_service_red:hover {
  color: #000000;
}
/*.hero_carousel{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom:0;
  overflow: hidden;
  .owl-stage-outer,
  .owl-stage,
  .owl-item {
    height: 100%;
    width: 100%;
  }
  .owl-item{
    overflow: hidden;
    position: relative;
    &:after{
      display: block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top:0;
      bottom: 0;
      z-index: 0;
      background: rgba(0, 0, 0, 0.25);
    }
    img{
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 50%;
      top:50%;
      .translate(-50%, -50%);
      width: auto !important;
      height: auto !important;
    }
    video {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      .translate(-50%,-50% );
      background: url('../video/cover.jpg') no-repeat;
      background-size: cover;
      .transition(.2s opacity);
    }
  }
  .owl-nav{
    height: 1px;
    position: absolute;
    top: 49%;
    left: 20px;
    right: 20px;
    z-index: 5;
    font-size: 30px;
    color: @white;
    .translate(0 , -50%);
    @media( max-width: 700px){
      display: none;
    }
    @media( min-width: @screen-tablet){
      right: 80px;
    }
    @media( min-width: 1500px){
      right: 95px;
    }
    .owl-prev{ float: left}
    .owl-next{ float: right}
  }
}*/
body.cyrillic .services_carousel .title_service_red {
  height: 35px;
  display: block;
}
body.cyrillic .services_carousel .owl-item {
  padding: 0 10px;
}
@media (max-width: 767px) {
  body.cyrillic .services_carousel .owl-item {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  body.cyrillic .services_carousel .owl-item {
    padding: 0 10px;
  }
}
body.cyrillic .services_carousel .service_item {
  padding: 0 10px;
}
@media (max-width: 767px) {
  body.cyrillic .services_carousel .service_item {
    border: 1px solid #d6d6d6;
    height: 300px;
  }
}
body.cyrillic .services_carousel .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  left: -70px;
  right: -70px;
  z-index: 2;
  font-size: 36px;
}
body.cyrillic .services_carousel .owl-nav .owl-next {
  float: right;
}
body.cyrillic .services_carousel .owl-nav .owl-next:hover {
  color: #be1f41;
}
body.cyrillic .services_carousel .owl-nav .owl-prev {
  float: left;
}
body.cyrillic .services_carousel .owl-nav .owl-prev:hover {
  color: #be1f41;
}
body.cyrillic .services_carousel .title_service_red {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin: 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #be1f41;
  line-height: 96%;
}
@media (min-width: 400px) {
  body.cyrillic .services_carousel .title_service_red {
    font-size: 25px;
  }
}
@media (min-width: 500px) {
  body.cyrillic .services_carousel .title_service_red {
    font-size: 25px;
  }
}
@media (min-width: 767px) {
  body.cyrillic .services_carousel .title_service_red {
    font-size: 25px;
  }
}
body.cyrillic .services_carousel .title_service_red:hover {
  color: #000000;
}
.services_bg {
  background: url("../images/services-bg.jpg") center no-repeat;
}
.team_bg {
  background: url("../images/team-bg.jpg") center no-repeat;
}
.about_bg {
  background: url("../images/about-bg.jpg") center no-repeat;
}
body.nav_opened {
  overflow: hidden;
}
.main_wrapper {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}
.article_wrapper {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .article_wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .right_bar_padding {
    padding-right: 60px;
  }
}
@media (min-width: 1450px) {
  .right_bar_padding {
    padding-right: 75px;
  }
}
.section_text_center {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
.section_text_center .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10%;
}
.section_text_center .icon-ico-up-quote {
  color: #d6d6d6;
  font-size: 30px;
  display: inline-block;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .section_text_center .icon-ico-up-quote {
    display: none;
  }
}
h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 25px 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  h4 {
    font-size: 27px;
  }
}
.section_text_image {
  padding: 0 0 50px;
  position: relative;
}
@media (min-width: 767px) {
  .section_text_image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 20px 0;
    padding: 35px 0;
  }
  .section_text_image:after {
    display: block;
    background: #d6d6d6;
    content: '';
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .section_text_image {
    padding: 50px 0;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .section_text_image.has_logo {
    padding-top: 35px;
  }
}
.section_text_image .ascendis_logo {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.2;
}
@media (min-width: 767px) {
  .section_text_image .ascendis_logo {
    width: 40%;
    -webkit-transform: translate(0, -35%);
    -moz-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    -o-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
}
.section_text_image .image {
  position: relative;
}
@media (min-width: 767px) {
  .section_text_image .image {
    width: 50%;
  }
}
.section_text_image .image img {
  max-width: 100%;
}
.section_text_image .content {
  padding: 0 4%;
}
@media (min-width: 767px) {
  .section_text_image .content {
    width: 50%;
  }
}
.section_text_image .title_normal {
  font-size: 22px;
  margin: 25px 0;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .section_text_image .title_normal {
    font-size: 27px;
  }
}
.section_text_image .title_normal span {
  font-weight: 300;
}
.section_text_image .description {
  font-size: 18px;
  line-height: 160%;
}
.section_text_image .border_button {
  margin-top: 40px;
}
.border_button {
  background: #ffffff;
  color: #000000;
  text-align: center;
  border: 1px solid #000000;
  padding: 18px 15px;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  display: table;
  width: 230px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.border_button:hover {
  background: #000000 !important;
  color: #ffffff;
}
.text_center {
  text-align: center;
}
.section_under_image_screen {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 1025px) {
  .section_under_image_screen {
    height: 100px;
    margin: 0;
  }
  .section_under_image_screen:before {
    display: block;
    background: #d6d6d6;
    content: '';
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
  }
}
.section_separator {
  position: relative;
  height: 50px;
}
.section_separator:before {
  display: block;
  background: #d6d6d6;
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
.section_hero {
  height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-size: auto 100% !important;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .section_hero {
    height: 700px;
  }
}
@media (min-width: 1025px) {
  .section_hero {
    background-size: cover !important;
    height: 100vh;
  }
}
.section_hero:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}
.section_hero .hero_ascendis_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  z-index: 3;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding-top: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1025px) {
  .section_hero .hero_ascendis_logo {
    padding-top: 0;
  }
  .section_hero .hero_ascendis_logo:before {
    display: inline-block;
    font-family: 'Ascendis_Ultra';
    content: 'A';
    font-size: 900px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 10px;
  }
}
.section_hero .hero_ascendis_logo img {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
}
@media (min-width: 600px) {
  .section_hero .hero_ascendis_logo img {
    width: 170px;
  }
}
@media (min-width: 1025px) {
  .section_hero .hero_ascendis_logo img {
    width: 210px;
    margin-bottom: 10%;
    margin-left: -20px;
  }
}
.section_hero .hero_text {
  color: #ffffff;
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
  max-width: 600px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .section_hero .hero_text:after {
    height: 1px;
    width: 110px;
    display: block;
    content: '';
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .section_hero .hero_text:before {
    height: 1px;
    width: 110px;
    display: block;
    content: '';
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1025px) {
  .section_hero .hero_text {
    border: 1px solid #ffffff;
  }
}
.section_hero .hero_text .big {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0 0 5px 0;
  padding: 0 30px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .section_hero .hero_text .big {
    font-size: 34px;
  }
}
.section_hero .hero_text .small {
  font-weight: 100;
  font-size: 17px;
  line-height: 25px;
  padding: 0 30px;
}
@media (min-width: 1025px) {
  .section_hero .hero_text .line {
    height: 1px;
    background: #ffffff;
    width: 100%;
    margin: 10px 0 20px;
  }
}
.section_hero .explore_label {
  position: absolute;
  display: block;
  bottom: 0;
  right: 50%;
  margin-right: 30px;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  text-align: center;
  padding: 20px 10px 50px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 5;
  font-size: 12px;
  letter-spacing: 3px;
  cursor: pointer;
}
@media (min-width: 1450px) {
  .section_hero .explore_label {
    margin-right: 37px;
  }
}
@media (max-width: 1024px) {
  .section_hero .explore_label {
    display: none;
  }
}
.section_hero .explore_label:hover:after {
  display: block;
  background: #fff;
  content: '';
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 35px;
}
.section_hero .explore_label:before {
  display: block;
  background: #fff;
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: 40px;
  bottom: 0;
}
.back_link {
  font-size: 15px;
  letter-spacing: 2px;
  padding: 20px 0 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.back_link:hover {
  color: #be1f41;
}
.page_header {
  padding: 20px 0 0;
}
.page_header h1 {
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 500px) {
  .page_header h1 {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  .page_header h1 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .page_header h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .page_header h1 {
    font-size: 65px;
  }
}
@media (min-width: 1500px) {
  .page_header h1 {
    font-size: 80px;
  }
}
.page_header .back_link {
  padding: 0;
}
@media (min-width: 1025px) {
  .page_header .back_link {
    padding: 20px 0 0;
  }
}
.tabs_bar {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 45px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 767px) {
  .tabs_bar {
    padding: 0 70px;
  }
}
.tabs_bar .tabs_carousel {
  overflow: hidden;
  padding: 0 2px;
}
.tabs_bar .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 28px;
  margin-top: -18px;
}
@media (min-width: 767px) {
  .tabs_bar .owl-nav {
    left: 10px;
    right: 10px;
    font-size: 36px;
  }
}
.tabs_bar .owl-nav .owl-next {
  float: right;
}
.tabs_bar .owl-nav .owl-prev {
  float: left;
}
.tabs_bar .owl-nav .owl-next,
.tabs_bar .owl-nav .owl-prev {
  cursor: pointer;
}
.tabs_bar .owl-nav .owl-next:hover,
.tabs_bar .owl-nav .owl-prev:hover {
  color: #be1f41;
}
.tabs_bar .owl-nav .owl-next.disabled,
.tabs_bar .owl-nav .owl-prev.disabled {
  display: none;
}
.tabs_bar .owl-item {
  display: block;
  float: left;
  vertical-align: middle;
  border-right: 1px solid #d6d6d6;
  margin: 20px 0;
}
.tabs_bar .owl-item:first-child {
  border-left: 1px solid #d6d6d6;
}
.tabs_bar .owl-item .tab {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tabs_bar .owl-item .tab:hover {
  color: #be1f41;
}
.tabs_bar .owl-item .tab.active {
  color: #be1f41;
}
.tabs_bar .owl-item .tab.active:after {
  display: block;
  content: '';
  height: 5px;
  background: #be1f41;
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: -20px;
}
.tab_content {
  display: none;
}
.tab_content.tab_opened {
  display: block;
}
.article {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 60px;
}
.article ul {
  list-style: none;
  padding: 0;
}
.article ul li {
  text-align: left;
  position: relative;
  padding: 0 0 10px 20px;
}
.article ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: '';
  background: #d6d6d6;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hline {
  height: 1px;
  background: #d6d6d6;
  width: 100%;
  margin: 0;
}
.search_results {
  text-align: left;
  padding: 0 20px !important;
}
.search_results h5 {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
}
.search_results h5:hover {
  text-decoration: underline !important;
}
.marked {
  background: #be1f41;
  color: #ffffff;
  padding: 0 2px;
}
.gdpr-bar {
  background: #000000;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  font-size: 14px;
  padding: 40px 15px;
  display: none;
}
.gdpr-bar a {
  text-decoration: underline !important;
}
.gdpr-bar .btn_more {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none !important;
  padding: 10px 20px;
  width: auto;
}
.gdpr-bar .btn_more:hover {
  background: #1a2835 !important;
}
@media (max-width: 767px) {
  .gdpr-bar .btn_more {
    margin: 15px 0 0;
  }
}
body.cyrillic .page_header {
  padding: 20px 0 0;
}
body.cyrillic .page_header h1 {
  font-family: 'Roboto', 'Arial', sans-serif;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 48px;
  line-height: 68%;
}
@media (min-width: 500px) {
  body.cyrillic .page_header h1 {
    font-size: 55px;
    line-height: 68%;
  }
}
@media (min-width: 767px) {
  body.cyrillic .page_header h1 {
    font-size: 58px;
    line-height: 74%;
  }
}
@media (min-width: 1025px) {
  body.cyrillic .page_header h1 {
    font-size: 63px;
    line-height: 83%;
  }
}
@media (min-width: 1200px) {
  body.cyrillic .page_header h1 {
    font-size: 82px;
    line-height: 80%;
  }
}
@media (min-width: 1500px) {
  body.cyrillic .page_header h1 {
    font-size: 94px;
    line-height: 85%;
  }
}
body.cyrillic .page_header .back_link {
  padding: 0;
}
@media (min-width: 1025px) {
  body.cyrillic .page_header .back_link {
    padding: 20px 0 0;
  }
}
.section_text_image .title_service_red {
  font-size: 34px;
  font-weight: 400;
  margin: 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #be1f41;
  line-height: 100%;
}
@media (min-width: 767px) {
  .section_text_image .title_service_red {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .section_text_image .title_service_red {
    font-size: 50px;
  }
}
.section_text_image .image .letter {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #be1f41;
  font-family: 'Ascendis_Ultra';
  font-size: 16em;
  line-height: 31%;
  display: inline-block;
  vertical-align: text-bottom;
  opacity: 0.6;
}
@media (min-width: 380px) {
  .section_text_image .image .letter {
    font-size: 20em;
    line-height: 31%;
  }
}
@media (min-width: 480px) {
  .section_text_image .image .letter {
    font-size: 22em;
    line-height: 31%;
  }
}
@media (min-width: 580px) {
  .section_text_image .image .letter {
    font-size: 28em;
    line-height: 31%;
  }
}
@media (min-width: 680px) {
  .section_text_image .image .letter {
    font-size: 35em;
    line-height: 31%;
  }
}
@media (min-width: 767px) {
  .section_text_image .image .letter {
    font-size: 18em;
    line-height: 31%;
  }
}
@media (min-width: 1025px) {
  .section_text_image .image .letter {
    font-size: 24em;
    line-height: 31%;
  }
}
@media (min-width: 1300px) {
  .section_text_image .image .letter {
    font-size: 30em;
    line-height: 31%;
  }
}
.section_text_image.swap {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section_text_image.swap .letter {
  left: auto;
  right: -10px;
}
.section_subcategory {
  margin: 50px 0;
}
.section_subcategory .left_side {
  position: relative;
  text-align: center;
}
.section_subcategory .left_side .letter {
  text-transform: uppercase;
  color: #d6d6d6;
  font-family: 'Ascendis_Ultra';
  display: table;
  font-size: 13em;
  line-height: 51%;
  text-align: center;
  position: relative;
  top: 30px;
  padding: 0 20px;
  opacity: 0.4;
  margin: 0 auto;
}
.section_subcategory .left_side .letter:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  display: block;
  content: '';
  background: #97999b;
  height: 1px;
}
.section_subcategory .left_side .name {
  text-transform: uppercase;
  font-size: 26px;
  display: inline-block;
  max-width: 280px;
  margin: 20px 0;
}
.section_subcategory .article {
  margin-top: 40px;
  padding: 30px 0 0 0;
  border-top: 1px solid #d6d6d6;
  font-family: inherit !important;
  font-size: inherit !important;
}
.section_subcategory .article * {
  font-family: inherit !important;
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .section_subcategory .article {
    padding: 30px 40px 30px 40px;
  }
}
@media (min-width: 992px) {
  .section_subcategory .article {
    border-left: 1px solid #d6d6d6;
    border-top: none;
    margin-top: 0;
  }
}
body.cyrillic .section_subcategory {
  margin: 50px 0;
}
body.cyrillic .section_subcategory .left_side {
  position: relative;
  text-align: center;
}
body.cyrillic .section_subcategory .left_side .letter {
  text-transform: uppercase;
  color: #d6d6d6;
  font-family: 'Roboto', 'Arial', sans-serif;
  display: table;
  font-size: 8em;
  line-height: 51%;
  text-align: center;
  position: relative;
  top: 30px;
  padding: 0 20px;
  opacity: 0.4;
  margin: 0 auto;
}
body.cyrillic .section_subcategory .left_side .letter:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  display: block;
  content: '';
  background: #97999b;
  height: 1px;
}
body.cyrillic .section_subcategory .left_side .name {
  text-transform: uppercase;
  font-size: 26px;
  display: inline-block;
  max-width: 280px;
  margin: 44px 0 20px 0;
}
body.cyrillic .section_subcategory .article {
  margin-top: 40px;
  padding: 30px 0 0 0;
  border-top: 1px solid #d6d6d6;
  font-family: inherit !important;
  font-size: inherit !important;
}
body.cyrillic .section_subcategory .article * {
  font-family: inherit !important;
  font-size: inherit !important;
}
@media (min-width: 767px) {
  body.cyrillic .section_subcategory .article {
    padding: 30px 40px 30px 40px;
  }
}
@media (min-width: 992px) {
  body.cyrillic .section_subcategory .article {
    border-left: 1px solid #d6d6d6;
    border-top: none;
    margin-top: 0;
  }
}
body.cyrillic .section_subcategory {
  margin: 50px 0;
}
body.cyrillic .section_subcategory .left_side {
  position: relative;
  text-align: center;
}
body.cyrillic .section_subcategory .left_side .letter {
  text-transform: uppercase;
  color: #d6d6d6;
  /*font-family: 'Roboto', 'Arial', sans-serif; */
  font-family: 'Ascendis_Ultra';
  display: table;
  font-size: 8em;
  line-height: 51%;
  text-align: center;
  position: relative;
  top: 30px;
  padding: 0 20px;
  opacity: 0.4;
  margin: 0 auto;
}
body.cyrillic .section_subcategory .left_side .letter:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  display: block;
  content: '';
  background: #97999b;
  height: 1px;
}
body.cyrillic .section_subcategory .left_side .name {
  text-transform: uppercase;
  font-size: 26px;
  display: inline-block;
  max-width: 280px;
  margin: 44px 0 20px 0;
}
body.cyrillic .section_subcategory .article {
  margin-top: 40px;
  padding: 30px 0 0 0;
  border-top: 1px solid #d6d6d6;
  font-family: inherit !important;
  font-size: inherit !important;
}
body.cyrillic .section_subcategory .article * {
  font-family: inherit !important;
  font-size: inherit !important;
}
@media (min-width: 767px) {
  body.cyrillic .section_subcategory .article {
    padding: 30px 40px 30px 40px;
  }
}
@media (min-width: 992px) {
  body.cyrillic .section_subcategory .article {
    border-left: 1px solid #d6d6d6;
    border-top: none;
    margin-top: 0;
  }
}
body.cyrillic .section_text_image .title_service_red {
  font-size: 34px;
  font-weight: 400;
  margin: 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #be1f41;
  line-height: 100%;
}
@media (min-width: 767px) {
  body.cyrillic .section_text_image .title_service_red {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body.cyrillic .section_text_image .title_service_red {
    font-size: 50px;
  }
}
body.cyrillic .section_text_image .image .letter {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #be1f41;
  font-family: 'Ascendis_Ultra';
  font-size: 10em;
  line-height: 31%;
  display: inline-block;
  vertical-align: text-bottom;
  opacity: 0.6;
}
@media (min-width: 380px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 12em;
    line-height: 31%;
  }
}
@media (min-width: 480px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 14em;
    line-height: 31%;
  }
}
@media (min-width: 580px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 14em;
    line-height: 31%;
  }
}
@media (min-width: 680px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 14em;
    line-height: 31%;
  }
}
@media (min-width: 767px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 14em;
    line-height: 31%;
  }
}
@media (min-width: 1025px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 16em;
    line-height: 31%;
  }
}
@media (min-width: 1300px) {
  body.cyrillic .section_text_image .image .letter {
    font-size: 19em;
    line-height: 31%;
  }
}
body.cyrillic .section_text_image.swap {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.cyrillic .section_text_image.swap .letter {
  left: auto;
  right: -10px;
}
.section_team {
  position: relative;
  margin: 50px -15px;
  width: auto;
}
@media (min-width: 768px) {
  .section_team {
    padding: 0 80px;
    margin: 50px auto;
    width: 100%;
  }
}
.section_team .owl-item .image {
  position: relative;
  cursor: pointer;
}
.section_team .owl-item .over_link {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section_team .owl-item a {
  display: block;
}
.section_team .owl-item img {
  max-width: 100% !important;
  height: auto;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section_team .owl-item.center img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.section_team .owl-item.center .over_link {
  display: block;
}
.section_team .owl-item.center .member_description {
  display: block;
}
.section_team .member_description {
  display: none;
  text-align: center;
}
.section_team .member_description .name {
  display: block;
  font-weight: 500;
  font-size: 22px;
  padding: 30px 0 0;
  text-transform: uppercase;
}
@media (min-width: 400px) {
  .section_team .member_description .name {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .section_team .member_description .name {
    font-size: 24px;
    padding: 40px 0 0;
  }
}
@media (min-width: 1200px) {
  .section_team .member_description .name {
    font-size: 30px;
  }
}
.section_team .member_description .position {
  display: block;
  margin: 10px 0;
  font-style: italic;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .section_team .member_description .position {
    font-size: 18px;
  }
}
.team_carousel .team_item {
  padding: 5px;
  display: block;
}
.team_carousel .owl-nav {
  position: absolute;
  height: 0;
  top: 0;
  left: -70px;
  right: -70px;
  z-index: 2;
  font-size: 36px;
}
@media (max-width: 500px) {
  .team_carousel .owl-nav {
    display: none;
  }
}
.team_carousel .owl-nav .owl-next {
  float: right;
}
.team_carousel .owl-nav .owl-next:hover {
  color: #be1f41;
}
.team_carousel .owl-nav .owl-prev {
  float: left;
}
.team_carousel .owl-nav .owl-prev:hover {
  color: #be1f41;
}
.image_right {
  padding: 0;
  margin: 0 auto 60px;
  text-align: center;
}
.image_right img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .image_right {
    border-left: 1px solid #d6d6d6;
    padding: 0 0 0 40px;
    margin-bottom: 60px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .article_nav_header {
    text-align: center;
    margin-bottom: 20px;
  }
}
.memeber_presentation {
  margin-bottom: 40px;
}
.memeber_presentation img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .memeber_presentation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.memeber_presentation .image_left {
  padding: 0 0 20px 0;
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}
.memeber_presentation .image_left img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .memeber_presentation .image_left {
    border-right: 1px solid #d6d6d6;
    border-bottom: none;
    padding: 0 40px 0 0;
    display: block;
    text-align: left;
    margin: 0;
  }
}
.memeber_presentation .identity {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .memeber_presentation .identity {
    text-align: left;
    padding: 0 0 0 40px;
  }
}
.memeber_presentation .identity .name {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .memeber_presentation .identity .name {
    font-size: 30px;
  }
}
.memeber_presentation .identity .name h1 {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0;
}
.memeber_presentation .identity .letter {
  text-transform: uppercase;
  color: #d6d6d6;
  font-family: 'Ascendis_Ultra';
  font-size: 15em;
  line-height: 51%;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 20px;
  opacity: 0.4;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .memeber_presentation .identity .letter {
    font-size: 19em;
  }
}
@media (min-width: 1200px) {
  .memeber_presentation .identity .letter {
    font-size: 23em;
  }
}
.memeber_presentation .identity .letter:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  display: block;
  content: '';
  background: #97999b;
  height: 1px;
}
.memeber_presentation .identity .position {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.article_navigation {
  float: right;
}
.article_navigation a {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .article_navigation a {
    font-size: 40px;
  }
}
.article_navigation a:hover {
  color: #be1f41;
}
.article_navigation .seaparator {
  border-left: 1px solid #000000;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
@media (min-width: 992px) {
  .article_navigation .seaparator {
    margin: 0 5px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .article_navigation {
    display: none;
  }
}
.mobile_article_navigation {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 20px 0 20px;
}
.mobile_article_navigation a {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.mobile_article_navigation a:hover {
  color: #be1f41;
}
.mobile_article_navigation .seaparator {
  border-left: 1px solid #000000;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
@media (min-width: 767px) {
  .mobile_article_navigation {
    display: none;
  }
}
.grp_bt_mod {
  text-align: center;
  margin-bottom: 20px;
}
.grp_bt_mod .bt_mod {
  width: 60px;
  height: 60px;
  border: 1px solid #000000;
  font-size: 54px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  position: relative;
}
.grp_bt_mod .bt_mod:hover,
.grp_bt_mod .bt_mod.active {
  color: #ffffff;
  background: #000000;
}
.grp_bt_mod .bt_mod i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team_grid {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .team_grid {
    padding: 0 30px;
  }
}
.team_grid .team_item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0;
  position: relative;
}
@media (min-width: 500px) {
  .team_grid .team_item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .team_grid .team_item {
    width: 33.33%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .team_grid .team_item {
    width: 25%;
  }
}
.team_grid .team_item .member_description .name {
  padding: 10px 0 0;
  font-size: 20px;
}
.team_grid .team_item .member_description .position {
  font-size: 16px;
}
.team_grid .team_item .member_description .border_button {
  padding: 10px 5px;
  width: 180px;
}
.team_grid .team_item .inner_item {
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
}
@media (min-width: 992px) {
  .team_grid .team_item .inner_item {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .team_grid .team_item:hover {
    z-index: 12;
    min-height: 300px;
  }
  .team_grid .team_item:hover .inner_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
    box-shadow: 6px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .team_grid .team_item:hover .inner_item .member_description {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
  .team_grid .team_item .over_link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.team_grid .team_item .image {
  cursor: pointer;
}
.team_grid .team_item .image img {
  max-width: 100%;
}
.team_member_popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.team_member_popup .inner_item {
  width: 100%;
  background: #ffffff;
  max-width: 350px;
  margin: 0 auto;
  padding: 40px 15px 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 6px 4px 6px rgba(0, 0, 0, 0.1);
}
.team_member_popup .member_description {
  text-align: center;
}
.team_member_popup .member_description .name {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 0;
  font-size: 20px;
}
.team_member_popup .member_description .position {
  display: block;
  margin: 10px 0;
  font-style: italic;
  font-size: 16px;
}
.team_member_popup .member_description .border_button {
  padding: 10px 5px;
  width: 180px;
}
.team_member_popup .image img {
  max-width: 100%;
}
.team_member_popup .over_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.team_member_popup .close_popup {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
.team_member_popup .close_popup:hover {
  color: #be1f41;
}
.team_member_popup .close_popup:after {
  font: 16px/40px 'fontello';
  content: '\e813';
  display: block;
}
.section_clients {
  margin: 60px  0;
}
.section_clients .client_logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #000000;
  padding: 5px 20px;
  height: 120px;
  width: 100%;
  margin: 15px 0;
}
.section_clients .client_logo:hover {
  border-color: #be1f41;
}
.section_clients .client_logo:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.section_clients .client_logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  filter: url(../images/greyfilter.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.contact_left_bar {
  background: #be1f41;
  padding: 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .contact_left_bar {
    position: fixed;
    left: 0;
    width: 350px;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 100px;
  }
}
.contact_left_bar .contact_title {
  color: #fff;
}
.contact_left_bar a {
  position: relative;
  cursor: pointer;
}
.contact_left_bar img {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  position: relative;
}
.contact_title {
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 20px;
}
.contact_title h1 {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0;
}
.contact_wrapper {
  margin-top: 50px;
  padding: 0 20px;
}
@media (min-width: 500px) {
  .contact_wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 1025px) {
  .contact_wrapper {
    margin-left: 350px;
    margin-top: 100px;
  }
}
.contact_wrapper .section_form_contact {
  padding: 10px 0 40px;
  max-width: 900px;
  position: relative;
}
.contact_wrapper .section_form_contact .input_wrapper {
  margin: 15px 0;
}
.contact_wrapper .section_form_contact .input_wrapper input {
  width: 100%;
  border: none;
  font-family: Roboto;
  border-bottom: 1px solid #d6d6d6;
  padding: 0;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  font-weight: 300;
}
.contact_wrapper .section_form_contact .input_wrapper input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.contact_wrapper .section_form_contact .input_wrapper input:-moz-placeholder {
  text-transform: uppercase;
}
.contact_wrapper .section_form_contact .input_wrapper input::-moz-placeholder {
  text-transform: uppercase;
}
.contact_wrapper .section_form_contact .input_wrapper input:-ms-input-placeholder {
  text-transform: uppercase;
}
.contact_wrapper .section_form_contact .input_wrapper input.has_error {
  border-color: #be1f41;
}
.contact_wrapper .section_form_contact .input_wrapper textarea {
  font-family: Roboto;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  padding: 0;
  font-size: 18px;
  height: 84px;
  font-weight: 300;
  resize: none;
}
.contact_wrapper .section_form_contact .input_wrapper textarea.has_error {
  border-color: #be1f41;
}
.contact_wrapper .section_form_contact .button_wrapper {
  margin: 30px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 600px) {
  .contact_wrapper .section_form_contact .button_wrapper {
    text-align: left;
  }
  .contact_wrapper .section_form_contact .button_wrapper:after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background: #d6d6d6;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
  }
}
.contact_wrapper .section_form_contact .button_wrapper .border_button {
  background: #ffffff;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.contact_wrapper .explore_label {
  display: block;
  text-align: center;
  padding: 20px 10px 80px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  cursor: pointer;
  position: relative;
}
.contact_wrapper .explore_label:after {
  width: 1px;
  height: 40px;
  display: block;
  content: '';
  background: #d6d6d6;
  position: absolute;
  left: 50%;
  top: 40px;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .contact_wrapper .explore_label {
    display: none;
  }
}
.section_contact_address {
  position: relative;
  margin: 20px 0;
  padding: 60px 0;
}
.section_contact_address.is_small {
  padding: 40px 0;
}
.section_contact_address:after {
  display: block;
  background: #d6d6d6;
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 30px;
}
.section_contact_address:before {
  display: block;
  background: #d6d6d6;
  content: '';
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 30px;
}
@media (min-width: 1025px) {
  .section_contact_address {
    padding: 70px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .section_contact_address.is_small {
    padding: 20px 0;
  }
  .section_contact_address:after {
    display: block;
    background: #d6d6d6;
    content: '';
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    height: auto;
  }
}
.section_contact_address .city_block {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .section_contact_address .city_block {
    width: 50%;
    margin-bottom: 0;
  }
}
.section_contact_address .city_block .letter {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #be1f41;
  font-family: 'Ascendis_Ultra';
  font-size: 16em;
  line-height: 31%;
  display: inline-block;
  vertical-align: text-bottom;
  opacity: 0.1;
}
@media (min-width: 580px) {
  .section_contact_address .city_block .letter {
    font-size: 20em;
    line-height: 31%;
  }
}
@media (min-width: 1025px) {
  .section_contact_address .city_block .letter {
    font-size: 22em;
    line-height: 31%;
  }
}
@media (min-width: 1300px) {
  .section_contact_address .city_block .letter {
    font-size: 22em;
    line-height: 31%;
  }
}
.section_contact_address .city_name {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (min-width: 767px) {
  .section_contact_address .city_name {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .section_contact_address .city_name {
    font-size: 42px;
  }
}
.section_contact_address .content {
  padding: 0;
  text-align: center;
}
@media (min-width: 500px) {
  .section_contact_address .content {
    padding: 0 4%;
  }
}
@media (min-width: 1025px) {
  .section_contact_address .content {
    width: 50%;
    text-align: left;
    padding: 0 4%;
  }
}
.section_contact_address .title_normal {
  font-size: 22px;
  margin: 25px 0;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .section_contact_address .title_normal {
    font-size: 27px;
  }
}
.section_contact_address .title_normal span {
  font-weight: 300;
}
.section_contact_address .address {
  font-size: 16px;
  line-height: 130%;
}
.section_contact_address .border_button {
  margin-top: 40px;
}
.msg_error {
  color: #be1f41;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 400;
}
.msg_success {
  color: green;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 400;
}
.page_header .btn_group {
  padding: 10px 10px 10px;
}
@media (min-width: 767px) {
  .page_header .btn_group {
    padding-top: 25px;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .page_header .btn_group {
    padding-top: 45px;
  }
}
.page_header .border_button {
  display: inline-block;
  margin: 0 1px;
}
@media (max-width: 991px) {
  .page_header .border_button {
    padding: 15px 10px;
    width: 140px;
  }
}
.arhiva_recente {
  display: inline-block;
  position: relative;
}
.arhiva_recente .btn_news_expand {
  position: absolute;
  background: #eeeeee;
  z-index: 2;
  padding: 20px 40px;
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  display: none;
  right: 1px;
  width: 500px;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}
.arhiva_recente .btn_news_expand.archive_expand {
  width: 800px;
}
.arhiva_recente .btn_news_expand.archive_expand li {
  width: 180px;
  float: left;
}
.arhiva_recente .btn_news_expand li {
  display: block;
  margin: 10px 0;
  font-weight: 400;
}
.arhiva_recente .btn_news_expand li a:hover {
  color: #be1f41;
}
@media (min-width: 1025px) {
  .arhiva_recente:hover {
    background: #eeeeee !important;
  }
  .arhiva_recente:hover .border_button {
    background: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #000000 !important;
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
  }
  .arhiva_recente:hover .border_button:after {
    height: 5px;
    display: block;
    background: #eeeeee;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  }
  .arhiva_recente:hover .btn_news_expand {
    display: block;
  }
}
.section_news {
  margin: 30px 0;
}
.news_article {
  padding: 0 15px 15px;
  position: relative;
}
@media (min-width: 767px) {
  .news_article {
    float: left;
    width: 50%;
  }
}
.news_article .image {
  width: 100%;
  position: relative;
  height: 350px;
  overflow: hidden;
  display: block;
  /*border: 1px solid @grey-line;*/
}
.news_article .image img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news_article .image img:hover {
  -webkit-transform: scale(0.13);
  -moz-transform: scale(0.13);
  -ms-transform: scale(0.13);
  -o-transform: scale(0.13);
  transform: scale(0.13);
}
.news_article .details {
  padding: 20px 0;
}
.news_article .news_title {
  font-weight: 600;
  margin: 0 0 20px;
}
.news_article .btn_more {
  width: auto;
  padding: 15px 30px;
  /* position: absolute;
    left: 15px;
    bottom: 15px;*/
}
.news_article.featured_news {
  width: 100%;
  padding: 0 15px 0 15px;
  margin: 20px 0;
}
@media (min-width: 767px) {
  .news_article.featured_news {
    margin: 20px 0 40px;
  }
}
@media (min-width: 767px) {
  .news_article.featured_news .image {
    width: 49%;
    float: left;
  }
}
.news_article.featured_news .btn_more {
  position: static;
}
@media (min-width: 767px) {
  .news_article.featured_news .news_title {
    margin: 20px 0 20px;
  }
}
@media (min-width: 767px) {
  .news_article.featured_news .details {
    float: left;
    width: 50%;
    padding: 0 15px 0 60px;
  }
  .news_article.featured_news .details:before {
    width: 1px;
    background: #d6d6d6;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 15px;
  }
}
.bottom_btn_group {
  text-align: center;
  margin: 40px 0;
}
.bottom_btn_group a,
.bottom_btn_group .border_button {
  display: inline-block;
  margin: 5px;
}
.news_article_details {
  margin: 0 0 30px 0;
}
.news_article_details .details {
  line-height: 160%;
}
.news_article_details ul li {
  margin-bottom: 10px;
}
.news_article_details table {
  border-collapse: collapse ;
  margin: 20px 0;
}
.news_article_details table tr {
  padding: 0;
}
.news_article_details table td {
  border: 1px solid #ebebeb !important;
  padding: 10px;
}
.news_article_details .image {
  margin-bottom: 40px;
}
@media (min-width: 850px) {
  .news_article_details .image {
    padding-right: 30px;
    width: 60%;
    float: left;
    margin-right: 30px;
    border-right: 1px solid #d6d6d6;
  }
}
.news_article_details .image img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.news_article_details .image .video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.news_article_details .image .video_container iframe,
.news_article_details .image .video_container object,
.news_article_details .image .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_article_details .news_title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  margin: 0 0 20px;
}
.news_article_details .social {
  background: #fafafa;
  padding: 10px;
  display: table;
  max-width: 100%;
  text-align: center;
}
.news_article_details .social a {
  font-size: 30px;
  margin: 5px 10px;
}
.news_article_details .news_navigation {
  font-size: 40px;
}
.news_article_details .news_navigation a:hover {
  color: #be1f41;
}
.news_archive_list {
  margin-bottom: 50px;
}
.news_archive_list .news_navigation {
  font-size: 40px;
}
.news_archive_list .news_navigation a:hover {
  color: #be1f41;
}
.news_archive_list .news_title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  margin: 0 0 20px;
  width: 200px;
  display: inline-block;
}
.news_archive_list .news_title:hover {
  color: #be1f41 !important;
}
