@import url("//fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700,300,900");
body {
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 500; }

a {
  color: #213565; }
  a:hover, a:active, a:focus {
    color: #213565; }

em {
  font-style: italic; }

.row-mod {
  margin: 0 -5px -5px; }
  .row-mod .col {
    padding: 5px; }

.btn {
  border: none;
  padding: .3em 1em .2em; }
  .btn.btn-default {
    background: #fff;
    color: #515151; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      background: #ddd; }
    .btn.btn-default.btn-transparent {
      background: transparent;
      color: #fff;
      border: 1px solid #fff; }
      .btn.btn-default.btn-transparent:hover, .btn.btn-default.btn-transparent:active, .btn.btn-default.btn-transparent:focus {
        background: #fff;
        color: #515151; }
  .btn.btn-primary {
    background-color: #213565;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #2e498b; }

.narrow .container {
  max-width: 900px; }

.global-bg-img {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.light-gray-bg {
  background-color: #e8e8e8 !important; }

.dark-gray-bg {
  background-color: #3f3f3f !important;
  color: #fff; }

.bg-shadow {
  position: relative; }
  .bg-shadow:before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#00000000', GradientType=0);
    background-repeat: repeat-x;
    height: 30px;
    top: 0;
    left: 0;
    width: 100%;
    display: block; }
  .bg-shadow + .bg-shadow:before {
    height: 0px;
    width: 150px;
    border-top: 3px solid #213565;
    left: 50%;
    margin-left: -75px; }

.breadcrumb {
  display: none; }

.main-content ul {
  list-style: disc;
  padding-left: 1.4em; }

header {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-image: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x; }
  .single:not(.single-research_task) header {
    background: #fff; }
  .home header {
    position: absolute;
    width: 100%;
    z-index: 9999; }
  .nav-open header {
    padding-bottom: 15%;
    background-image: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.9) 85%, rgba(16, 16, 16, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(16, 16, 16, 0.9) 85%, rgba(16, 16, 16, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.9) 85%, rgba(16, 16, 16, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6101010', endColorstr='#00101010', GradientType=0);
    background-repeat: repeat-x; }

.navbar {
  padding: 10px 0; }
  .navbar a {
    color: #fff; }
    .single:not(.single-research_task) .navbar a {
      color: #213565; }

.navbar-toggler {
  color: #fff; }

.dropdown-menu a {
  color: #213565; }

.navbar-brand img {
  max-height: 60px; }

@media (min-width: 768px) {
  .navbar-brand img {
    max-height: 80px; } }

.billboard {
  overflow: hidden; }
  .home .billboard {
    background: rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .home .billboard {
        background: none; } }
    .home .billboard .billboard-content {
      position: relative;
      text-align: left;
      max-width: 700px;
      padding: 125px 0 50px; }
      @media (min-width: 992px) {
        .home .billboard .billboard-content {
          padding: 250px 0 200px; } }
      .home .billboard .billboard-content:before {
        display: none;
        position: absolute;
        right: -25%;
        top: 0;
        z-index: -1;
        content: '';
        width: 100vw;
        height: 200vh;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x; }
        @media (min-width: 992px) {
          .home .billboard .billboard-content:before {
            display: block; } }
        @media (min-width: 1200px) {
          .home .billboard .billboard-content:before {
            right: -50%; } }
      .home .billboard .billboard-content h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 28px;
        text-transform: uppercase; }
        .home .billboard .billboard-content h1 span {
          font-size: 14px;
          font-weight: 900;
          letter-spacing: .05em;
          display: block; }
        @media (min-width: 768px) {
          .home .billboard .billboard-content h1 {
            font-size: 48px;
            letter-spacing: .05em; }
            .home .billboard .billboard-content h1 span {
              font-size: 18px; } }
  .billboard .billboard-content {
    padding: 50px 0 70px;
    text-align: center; }
    .billboard .billboard-content p {
      line-height: 1.8;
      font-weight: 300; }
    .billboard .billboard-content h1 + p {
      margin-top: 15px; }
    @media (min-width: 768px) {
      .billboard .billboard-content p {
        line-height: 2; }
      .billboard .billboard-content h1 + p {
        margin-top: 30px; } }
    .billboard .billboard-content * {
      color: #fff; }

.main-content {
  background: #fff !important; }
  @media (max-width: 767px) {
    .main-content h1 {
      font-size: 2em; } }

.section {
  padding: 70px 0;
  background-color: #e8e8e8; }

.section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1em; }

.section-research-areas {
  background-image: -webkit-linear-gradient(top, #213565 0%, #152133 100%);
  background-image: -o-linear-gradient(top, #213565 0%, #152133 100%);
  background-image: linear-gradient(to bottom, #213565 0%, #152133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF213565', endColorstr='#FF152133', GradientType=0);
  background-repeat: repeat-x; }
  .section-research-areas .section-title {
    color: #fff; }
  .section-research-areas .teaser .title {
    padding: 0 30px; }

.section-research-tasks article h1 {
  font-size: 1em; }

.section-research-tasks .research-publications {
  padding-left: 40px; }
  .section-research-tasks .research-publications article {
    position: relative; }
    .section-research-tasks .research-publications article h1 {
      margin: 0;
      font-size: .9em; }
    .section-research-tasks .research-publications article:before {
      position: absolute;
      display: block;
      content: ' ';
      background-image: url("../images/icons/publication.svg");
      background-size: 28px 28px;
      height: 28px;
      width: 28px;
      left: -40px;
      top: 5px; }
    .section-research-tasks .research-publications article + article {
      margin: 1em 0 0; }

.section-subfooter-contact {
  background: transparent; }

.section-administrative-publications .container,
.section-meetings .container {
  max-width: 700px; }

.section-publications + .section-publications,
.section-research-tasks + .section-publications,
.section-administrative-publications + .section-publications,
.section-meetings + .section-publications,
.section-subfooter + .section-publications, .section-publications +
.section-research-tasks,
.section-research-tasks +
.section-research-tasks,
.section-administrative-publications +
.section-research-tasks,
.section-meetings +
.section-research-tasks,
.section-subfooter +
.section-research-tasks, .section-publications +
.section-administrative-publications,
.section-research-tasks +
.section-administrative-publications,
.section-administrative-publications +
.section-administrative-publications,
.section-meetings +
.section-administrative-publications,
.section-subfooter +
.section-administrative-publications, .section-publications +
.section-meetings,
.section-research-tasks +
.section-meetings,
.section-administrative-publications +
.section-meetings,
.section-meetings +
.section-meetings,
.section-subfooter +
.section-meetings, .section-publications +
.section-subfooter,
.section-research-tasks +
.section-subfooter,
.section-administrative-publications +
.section-subfooter,
.section-meetings +
.section-subfooter,
.section-subfooter +
.section-subfooter {
  padding-top: 0; }

.research-search-details-list-container {
  margin: 50px 0; }
  .research-search-details-list-container h3 {
    margin: 1em 0 .5em; }

.research-related-publications {
  margin: 50px 0 0; }

.search-block {
  margin: 0 0 5px; }
  .search-block h2 {
    margin: 0; }
  .search-block.active .show-search-box {
    opacity: 0; }
  .search-block.active .search-box {
    max-height: 9999px; }
    @media (max-width: 767px) {
      .search-block.active .search-box {
        margin: -50px 0 0; } }
  .search-block.active form {
    display: block; }
  @media (max-width: 767px) {
    .search-block .show-search-box {
      margin-top: 10px;
      width: 100%; } }

.show-search-box {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 300px;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1; }
  .show-search-box i {
    margin-right: 5px; }

.search-box {
  max-height: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }
  .search-box form {
    display: none;
    background: #777;
    border-radius: 3px;
    color: #fff;
    padding: 30px 45px;
    margin: 15px 0 25px; }
    @media (max-width: 767px) {
      .search-box form {
        padding: 15px 30px; }
        .search-box form h2 {
          font-size: 1.5em;
          margin: 0 0 .5em; }
        .search-box form button {
          width: 100%; }
          .search-box form button + button {
            margin: 5px 0 0; } }

.member-content {
  margin: 70px 0 0; }
  .member-content .blue-form {
    padding: 30px;
    background: #e8e8e8;
    border-radius: 3px;
    margin: 0 0 15px; }
  .member-content .member-name {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 1px; }
  .member-content ul {
    list-style: none;
    padding: 0; }

.teaser {
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0 55px;
  position: relative; }
  .teaser:hover, .teaser:active, .teaser:focus {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02) rotate(0.01deg);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }
  .teaser figure {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 60%; }
    .teaser figure img {
      display: none; }
  .teaser .category {
    padding: 30px 30px 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px; }
    .teaser .category *, .teaser .category a {
      color: #213565; }
  .teaser .title {
    padding: 0 30px 15px;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
    font-size: 18px;
    margin: 0; }
    .teaser .title *, .teaser .title a {
      color: #515151; }
    .teaser .title:first-child {
      padding-top: 30px; }
  .teaser .descr {
    padding: 0 30px; }
  .teaser .expandable-content {
    padding: 15px 30px 0;
    border-top: 1px solid #eee;
    display: none; }
  .teaser .btns {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eee;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .teaser .btns .btn {
      height: 40px;
      padding: 0;
      line-height: 40px;
      border: 0;
      -webkit-box-flex: 1 1;
      -moz-box-flex: 1 1;
      -webkit-flex: 1 1;
      -ms-flex: 1 1;
      flex: 1 1;
      font-size: 14px;
      color: #888; }
      .teaser .btns .btn:hover, .teaser .btns .btn:active, .teaser .btns .btn:focus {
        color: #213565;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
  .teaser .btn-toggle-expandable .text-open {
    display: inline-block; }
  .teaser .btn-toggle-expandable .text-close {
    display: none; }
  .teaser.expanded {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    z-index: 999;
    height: auto; }
    .teaser.expanded .expandable-content {
      display: block; }
    .teaser.expanded .btn-toggle-expandable .text-open {
      display: none; }
    .teaser.expanded .btn-toggle-expandable .text-close {
      display: inline-block; }

.section-subfooter > .container > .row {
  margin: -15px; }
  .section-subfooter > .container > .row .col {
    padding: 15px; }

.subfooter-item {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .subfooter-item > h3 {
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font-size: 1em;
    padding: 15px 30px;
    margin: 0;
    font-weight: 700; }
  .subfooter-item .subfooter-item-content {
    padding: 20px 30px;
    font-size: 14px; }
    .subfooter-item .subfooter-item-content.scrollable {
      height: 0;
      min-height: 200px;
      overflow-y: auto; }
    .subfooter-item .subfooter-item-content .form-control {
      font-size: 14px; }
    .subfooter-item .subfooter-item-content .btn {
      font-size: .9em; }

.feed-item time {
  font-weight: 900;
  font-size: .9em; }

.feed-item h1 {
  font-size: 1.2em;
  margin: 0 0 2px;
  font-weight: 700; }

.feed-item .feed-descr img, .feed-item .feed-descr p + p {
  display: none; }

.feed-item .feed-descr p {
  margin: 0 0 .5em; }

.feed-item + .feed-item {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #eee; }

footer .buttons {
  margin: 0 0 15px; }
  footer .buttons .btn {
    text-transform: uppercase;
    margin: 5px 15px;
    width: 150px; }

footer.section {
  padding: 45px 0 15px; }

footer ul {
  margin: 0 -15px 30px; }

footer li {
  display: inline-block; }

footer a {
  color: #fff;
  padding: 0 15px; }
  footer a:hover, footer a:active, footer a:focus {
    color: #fff; }

footer .bottom-contents {
  margin: 0;
  font-size: .8em; }
