/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "KeplerW08";
  src: url('../../fonts/KeplerW08-Regular.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/KeplerW08-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/KeplerW08-Regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/KeplerW08-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/KeplerW08-Regular.svg#e70537fc036240d426d3db013264629d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: "KeplerW08";
  src: url('../../fonts/KeplerW08-Italic.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/KeplerW08-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/KeplerW08-Italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/KeplerW08-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/KeplerW08-Italic.svg#2c9939c841b82a2215b38b34d6ed3869') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}


@font-face {
  font-family: 'senseable';
  src: url('../../fonts/senseable.eot?43166170');
  src: url('../../fonts/senseable.eot?43166170#iefix') format('embedded-opentype'),
       url('../../fonts/senseable.woff?43166170') format('woff'),
       url('../../fonts/senseable.ttf?43166170') format('truetype'),
       url('../../fonts/senseable.svg?43166170#senseable') 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: 'senseable';
    src: url('../../fonts/senseable.svg?43166170#senseable') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "senseable";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .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: .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-arrow:before { content: '\e800'; } /* '' */
.icon-email:before { content: '\e801'; } /* '' */
.icon-fax:before { content: '\e802'; } /* '' */
.icon-home:before { content: '\e803'; } /* '' */
.icon-lens:before { content: '\e804'; } /* '' */
.icon-telephone:before { content: '\e805'; } /* '' */

/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }

  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }

  .ps-container > .ps-scrollbar-x-rail {
    /*display: none;*/
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.6;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    /*display: none*/;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.6;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

body {
  font-size: 16px;
  line-height: 20px;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input {
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
}

body, div, p {
  font-family: "KeplerW08", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #FFFFFF;
}

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

a:hover {
  opacity: .5;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

a.link {
  color: white;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.padding-20 {
  padding: 20px;
}

br.clearing {
  clear: both !important;
}

.l-apple-box--half {
  height: 10px;
}

.l-apple-box--lab {
  height: 4px;
}

.l-apple-box--lead {
  height: 10.6px;
}

.l-apple-box--quarter {
  height: 5px;
}

.l-apple-box--three-quarters {
  height: 15px;
}

.l-apple-box {
  height: 20px;
}

.l-apple-box--double {
  height: 40px;
}

span.able {
  font-family: "KeplerW08", Times,  serif;
  font-style: italic;
}

h2.sub_title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 1.0em;
}

header {
  margin: 35px 45px 0 45px;
  position: relative;
  height: 35px;
}
@media (max-width: 768px) {
  header {
    margin: 20px;
  }
}
header a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 1.3em;
  letter-spacing: 0.3px;
}
header a:hover {
  opacity: 1;
}
header div.logo_area {
  position: absolute;
  left: -1px;
  top: 3px;
  background-color: black;
  z-index: 2;
  padding-right: 20px;
}
header div.mit_area {
  position: absolute;
  right: 0;
  top: 3px;
  background-color: black;
  z-index: 2;
  padding-left: 20px;
}
header div.mit_area img {
  width: 55px;
}
header hr {
  position: absolute;
  z-index: 1;
  width: 100%;
  border: none;
  border-bottom: 1px solid #AAA;
  top: 8px;
  left: 0;
}
@media (max-width: 768px) {
  header hr {
    top: 7px;
  }
}

section.introduction_area {
  margin: 15px 45px 0 43px;
}
@media (max-width: 768px) {
  section.introduction_area {
    margin: 20px;
  }
}
section.introduction_area div.intro_title {
  padding-top: 3px;
  margin-bottom: 20px;
  float: left;
  width: 370px;
}
@media (max-width: 320px) {
  section.introduction_area div.intro_title {
    width: 100%;
  }
}
section.introduction_area div.intro_title h2 {
  font-family: "KeplerW08", Times,  serif;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-size: 1.1em;
  line-height: 1.2;
  padding-right: 50px;
}
section.introduction_area div.intro_title .title_border {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  border-top: 1px solid #aaa;
}
section.introduction_area div.column {
  float: left;
  width: 350px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  section.introduction_area div.column {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 1210px) {
  section.introduction_area div.column.first {
    clear: both;
  }
}
section.introduction_area div.column.last {
  margin: 0;
}
section.introduction_area div.column p {
  font-family: "KeplerW08", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 20px;
}

section.projects_area {
  margin: 15px 46px 0 45px;
  height: 275px;
  position: relative;
}
@media (max-width: 768px) {
  section.projects_area {
    margin: 20px;
  }
}
section.projects_area .title_area h2.sub_title {
  float: left;
}
section.projects_area .title_area div.search_form_area {
  float: left;
  position: relative;
  border-bottom: 1px solid #666;
  margin-left: 15px;
}
section.projects_area .title_area div.search_form_area i.icon-lens {
  color: #666;
}
section.projects_area .title_area div.search_form_area .text_field {
  background-color: transparent;
  border: none;
  color: #AAA;
  outline: 0 none;
  font-size: 0.9em;
  width: 100px;
}
section.projects_area .projects_container_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 210px;
}
section.projects_area .projects_container_area .actual_projects_area {
  width: 5000px;
}
section.projects_area .projects_container_area.ps-container .ps-scrollbar-x-rail {
  background-color: #333;
  height: 9px;
}
section.projects_area .projects_container_area.ps-container .ps-scrollbar-x-rail .ps-scrollbar-x {
  height: 9px;
  background-color: #555;
}
section.projects_area .dots {
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (max-width: 768px) {
  section.projects_area .dots {
    display: none;
  }
}
section.projects_area .dots ul li {
  display: inline;
  margin-right: 5px;
}
section.projects_area .dots ul li a {
  text-indent: -9999px;
  display: inline-block;
  background: url(../../images/dot.png) no-repeat;
  width: 15px;
  height: 15px;
}
section.projects_area .dots ul li.active a {
  background: url(../../images/dot_active.png) no-repeat;
}
section.projects_area .projects_container_area {
  margin-top: 30px;
}
section.projects_area .projects_container_area .project {
  float: left;
  margin-right: 30px;
  position: relative;
  width: 140px;
  height: 190px;
  overflow: hidden;
}
section.projects_area .projects_container_area .project .info {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 150px;
  width: 140px;
  height: auto;
}
section.projects_area .projects_container_area .project .info h4 {
  font-family: "KeplerW08", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.2;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
section.projects_area .projects_container_area .project .info p.year {
  text-align: center;
  color: #AAA;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.7em;
}
section.projects_area .projects_container_area .project .info p.desc {
  text-align: center;
  color: #666;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.4;
  padding: 0 30px;
}
section.projects_area .projects_container_area .project img.project_image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 140px;
  height: 140px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
section.projects_area .projects_container_area .project .back {
  position: absolute;
  background-color: black;
  opacity: 0.4;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  z-index: 2;
}
section.projects_area .projects_container_area .project:hover {
  opacity: 1;
}

section.bottom_area {
  margin: 60px 45px;
}
@media (max-width: 768px) {
  section.bottom_area {
    margin: 20px;
  }
}
section.bottom_area .browse_all_area {
  float: right;
}
section.bottom_area .browse_all_area a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.7em;
}
section.bottom_area div.bottom {
  float: left;
  width: 20%;
  min-width: 200px;
  max-width: 320px;
}
@media (max-width: 1024px) {
  section.bottom_area div.bottom {
    float: left;
    width: 33.3%;
    min-width: 200px;
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  section.bottom_area div.bottom {
    float: none;
    width: 100%;
    min-width: initial;
    margin-bottom: 50px;
  }
}
section.bottom_area div.bottom .desc_area {
  margin-top: 20px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  section.bottom_area div.bottom .desc_area {
    padding: 0;
    padding-right: 20px;
  }
}
section.bottom_area div.bottom.contacts_area h4 {
  padding-left: 22px;
  color: #AAA;
}
section.bottom_area div.bottom.contacts_area p {
  margin-top: 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
  line-height: 1.5;
}
section.bottom_area div.bottom.contacts_area p.indent {
  padding-left: 22px;
}
section.bottom_area div.bottom.contacts_area p.info {
  margin-left: 0;
}
section.bottom_area div.bottom.contacts_area p i {
  color: white;
  font-size: 1.1em;
}
section.bottom_area div.bottom.contacts_area p i.icon-telephone:before {
  margin-left: 0;
  margin-right: 5px;
}
section.bottom_area div.bottom.contacts_area .consortium_area {
  margin-top: 50px;
}
section.bottom_area div.bottom.contacts_area .consortium_area .consortium_mail_btn {
  color: #FFFFFF;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area p.header_introduction {
  margin-left: 21px;
  margin-bottom: 20px;
  font-family: "KeplerW08", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #AAA;
  font-size: 0.9em;
  line-height: 1.4;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area i.icon-arrow {
  position: absolute;
  left: 0;
  top: -2px;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 5px;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area h3.partnership {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area div.hide {
  display: none;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #AAA;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
section.bottom_area div.bottom.contacts_area .consortium_area .desc_area .consortium_list_area p span.affi {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
}
section.bottom_area div.bottom.papers_area .graph_tooltip {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  border: none;
  background-color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  color: #AAA;
  padding: 3px;
}
section.bottom_area div.bottom.papers_area .graph_area {
  margin-top: 10px;
  height: 315px;
  padding-top: 10px;
  position: relative;
}
section.bottom_area div.bottom.papers_area .graph_area .area {
  fill: #222;
}
section.bottom_area div.bottom.papers_area .graph_area .line {
  fill: none;
  stroke: #555;
  stroke-width: 2;
}
section.bottom_area div.bottom.papers_area .graph_area .point {
  fill: white;
  cursor: pointer;
}
section.bottom_area div.bottom.papers_area .graph_area .axis path,
section.bottom_area div.bottom.papers_area .graph_area .axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
section.bottom_area div.bottom.papers_area .graph_area .label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7em;
  color: #555;
}
section.bottom_area div.bottom.papers_area .graph_area .actual_graph_area {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 205px;
  height: 80px;
  transform: translate(-50%, 0);
}
section.bottom_area div.bottom.papers_area .graph_area .actual_graph_area .bar {
  position: absolute;
  bottom: 0;
  width: 12px;
  background-color: #bbb;
  cursor: pointer;
  transition: 0.2s all;
}
section.bottom_area div.bottom.papers_area .graph_area .actual_graph_area .bar:hover {
  background-color: white;
}
section.bottom_area div.bottom.papers_area .graph_area .table_area {
  position: absolute;
  left: 17px;
  top: 23px;
  width: 100%;
}
section.bottom_area div.bottom.papers_area .graph_area .table_area .citations_table {
  border: none;
  width: calc(100% - 20px);
}
section.bottom_area div.bottom.papers_area .graph_area .table_area .citations_table thead th {
  border-bottom: 1px solid #777;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #aaaaaa;
  padding: 2px;
  text-align: right;
}
section.bottom_area div.bottom.papers_area .graph_area .table_area .citations_table thead th.row_title {
  padding-right: 12px;
  text-align: left;
}
section.bottom_area div.bottom.papers_area .graph_area .table_area .citations_table tbody td {
  border-bottom: 1px solid #333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  padding: 2px;
  color: #777;
  text-align: right;
}
section.bottom_area div.bottom.papers_area .graph_area .table_area .citations_table tbody td.row_title {
  color: #AAA;
  text-align: left;
}
section.bottom_area div.bottom.papers_area .graph_area .title {
  position: absolute;
  left: 19px;
  top: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  color: #AAA;
}
section.bottom_area div.bottom.papers_area .paper {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
section.bottom_area div.bottom.papers_area .paper i.icon-arrow {
  position: absolute;
  left: 0;
  top: -2px;
}
section.bottom_area div.bottom.papers_area .paper h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #AAA;
  font-size: 0.8em;
  line-height: 1.3;
}
section.bottom_area div.bottom.papers_area .paper p.author {
  margin-top: 3px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #AAA;
}
section.bottom_area div.bottom.papers_area .paper p.journal {
  margin-top: 2px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
}
section.bottom_area div.bottom.news_area h3.newsletter_title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  color: #AAA;
}
section.bottom_area div.bottom.news_area .current_conferences_area {
  margin-bottom: 20px;
}
section.bottom_area div.bottom.news_area .current_conferences_area .conference_area, section.bottom_area div.bottom.news_area .current_conferences_area .recent_news_area {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
section.bottom_area div.bottom.news_area .current_conferences_area .conference_area i.icon-arrow, section.bottom_area div.bottom.news_area .current_conferences_area .recent_news_area i.icon-arrow {
  position: absolute;
  left: 0;
  top: 1;
}
section.bottom_area div.bottom.news_area .current_conferences_area .conference_area a, section.bottom_area div.bottom.news_area .current_conferences_area .recent_news_area a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.35;
  display: inline-block;
  color: #AAA;
}
section.bottom_area div.bottom.news_area .current_conferences_area .conference_area p, section.bottom_area div.bottom.news_area .current_conferences_area .recent_news_area p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
}
section.bottom_area div.bottom.news_area .current_conferences_area .conference_area .pdf_area .date, section.bottom_area div.bottom.news_area .current_conferences_area .recent_news_area .pdf_area .date {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #666;
  font-size: 0.8em;
  line-height: 1.1;
}
section.bottom_area div.bottom.news_area .news_year_area {
  padding-left: 20px;
  position: relative;
}
section.bottom_area div.bottom.news_area .news_year_area i.icon-arrow {
  position: absolute;
  left: 0;
  top: 1;
}
section.bottom_area div.bottom.news_area .news_year_area .expand_btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  text-indent: 10px;
  color: #AAA;
}
section.bottom_area div.bottom.news_area .news_year_area .month_area {
  padding-bottom: 20px;
}
section.bottom_area div.bottom.news_area .news_year_area .month_area.hide {
  display: none;
}
section.bottom_area div.bottom.news_area .news_year_area .month_area .column {
  float: left;
  margin-right: 25px;
  min-width: 70px;
}
section.bottom_area div.bottom.news_area .news_year_area .month_area .column.last {
  margin: 0;
}
section.bottom_area div.bottom.news_area .news_year_area .month_area .column li a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  section.bottom_area div.bottom.positions_area {
    clear: both;
    margin-top: 50px;
  }
}
section.bottom_area div.bottom.positions_area .header_introduction {
  margin-left: 15px;
  font-family: "KeplerW08", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #AAA;
  font-size: 0.9em;
  line-height: 1.4;
}
section.bottom_area div.bottom.positions_area ul {
  margin-top: 20px;
}
section.bottom_area div.bottom.positions_area ul li {
  background: url(../../images/arrow_white.png) no-repeat -2px 7px;
  padding-left: 15px;
  margin-bottom: 5px;
}
section.bottom_area div.bottom.positions_area ul li a.position_btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #AAA;
}
section.bottom_area div.bottom.positions_area ul li p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  section.bottom_area div.bottom.researchers_area {
    margin-top: 50px;
  }
}
section.bottom_area div.bottom.researchers_area .rsrch_names_area {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
section.bottom_area div.bottom.researchers_area .rsrch_names_area i.icon-arrow {
  position: absolute;
  left: 0;
  top: -2px;
}
section.bottom_area div.bottom.researchers_area .rsrch_names_area h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #AAA;
}
section.bottom_area div.bottom.researchers_area .rsrch_names_area p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #AAA;
  line-height: 1.4;
}
section.bottom_area div.bottom.researchers_area .rsrch_names_area p.hide {
  display: none;
}
section.bottom_area div.bottom.researchers_area .rsrch_names_area p span.affi {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
}

footer {
  margin: 60px 45px;
}
@media (max-width: 768px) {
  footer {
    margin: 20px;
  }
}
footer hr.footer--line {
  border: none;
  border-bottom: 1px solid #555;
}
footer div.bottom {
  float: left;
  width: 20%;
  min-width: 200px;
  max-width: 320px;
  margin-top: 5px;
}
footer div.bottom .bottom--wrapper {
  padding-right: 40px;
}
@media (max-width: 768px) {
  footer div.bottom .bottom--wrapper {
    padding: 0;
    padding-right: 20px;
  }
}
footer div.bottom.bottom--dept {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  footer div.bottom.bottom--dept {
    margin-bottom: 20px;
  }
}
footer div.bottom.bottom--social {
  float: right;
  width: 61px;
  min-width: 66px;
}
footer div.bottom.bottom--text {
  width: 320px;
  margin-top: 0;
}
@media (max-width: 320px) {
  footer div.bottom.bottom--text {
    width: 280px;
  }
}
footer div.bottom p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #AAA;
  line-height: 1.4;
}
footer div.bottom p span.able {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
}
footer div.bottom p a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  color: #FFFFFF;
}
footer div.bottom p a span.able {
  font-style: italic;
}
@media (max-width: 1024px) {
  footer div.bottom {
    float: left;
    width: 33.3%;
    min-width: 200px;
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  footer div.bottom {
    float: none;
    width: 100%;
    min-width: initial;
    margin-bottom: 20px;
  }
}

.news--title_area {
  padding-bottom: 20px;
}
@media (max-width: 414px) {
  .news--title_area {
    padding: 20px;
    padding-top: 0;
  }
}
.news--title_area .news--form_area {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #555555;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #bbb;
  font-size: 1em;
}
.news--title_area div.title_news_wrapper {
  margin-top: 4px;
}
.news--title_area div.title_news_wrapper h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 1.1em;
}
.news--title_area input.search_field {
  margin-left: 5px;
  background-color: black;
  border: none;
  padding: 5px;
  border-bottom: 1px solid #7d7d7d;
  color: white;
  font-size: 1.0em;
}

.clearing {
  clear: both !important;
}

.news--news_area {
  position: relative;
  padding: 20px 44px 44px 44px;
}
.news--news_area .news_area_wrapper {
  position: absolute;
  right: 45px;
  width: 230px;
}
.news--news_area .news_area_wrapper h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 1.0em;
  margin-bottom: 10px;
}
.news--news_area .news_area_wrapper.year {
  top: 100px;
}
.news--news_area .news_area_wrapper.country {
  top: 400px;
}
.news--news_area .news_area_wrapper.publication {
  top: 700px;
}
.news--news_area .news_filter_area {
  height: 200px;
  overflow-y: scroll;
  padding-right: 10px;
}
.news--news_area .news_filter_area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100px;
}
.news--news_area .news_filter_area::-webkit-scrollbar:hover {
  width: 7px;
}
.news--news_area .news_filter_area::-webkit-scrollbar-thumb {
  background: #555;
  -webkit-border-radius: 100px;
}
.news--news_area .news_filter_area::-webkit-scrollbar-thumb:hover,
.news--news_area .news_filter_area ::-webkit-scrollbar-thumb:active {
  background: #BAB8C0;
}
.news--news_area .news_filter_area li {
  margin-bottom: 7px;
}
.news--news_area .news_filter_area .count {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 1.0em;
  width: 34px;
  text-align: right;
}
.news--news_area .news_filter_area .link_btn {
  margin-left: 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  color: #999;
}
.news--news_area .news_filter_area .checkbox_btn {
  background-color: #272727;
  border-radius: 6px;
  width: 20px;
  height: 20px;
}
.news--news_area .news_filter_area .checkbox_btn.selected {
  background: url(../../images/checked.png) #555 center center no-repeat;
  background-size: 50% 50%;
}
.news--news_area .news_filter_area .link_btn, .news--news_area .news_filter_area .checkbox_btn {
  display: inline-block;
}
@media (max-width: 414px) {
  .news--news_area {
    padding: 20px;
    padding-top: 0;
  }
}
.news--news_area .year_area {
  margin: 15px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 1.0em;
}
.news--news_area .news--news_list {
  margin-bottom: 10px;
  width: 500px;
  margin-left: 20px;
}
@media (max-width: 414px) {
  .news--news_area .news--news_list {
    width: auto;
  }
}
.news--news_area .news--news_list .title a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
}
.news--news_area .news--news_list .pdf_area .publication {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  color: #666;
  font-size: 0.8em;
  line-height: 1.1;
}
.news--news_area .news--news_list .pdf_area .date {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #777;
}
.news--news_area .news--news_list .pdf_area a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 0.8em;
}

.faq-container {
  position: fixed;
  width: calc(100% - 40px);
  height: calc(100% - 100px);
  background: black;
  border: 1px solid #353535;
  left: 20px;
  top: 50px;
  z-index: 5;
}
.faq-container h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 1.0em;
  margin-bottom: 20px;
}

.faq-container__padding {
  padding: 30px;
  height: calc(100% - 60px);
}

.faq-left {
  float: left;
  width: calc(100% - 240px);
  margin-right: 20px;
  overflow-y: scroll;
  height: calc(100% - 60px);
}
.faq-left h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9em;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #323232;
}

.faq-right {
  float: left;
  width: 220px;
}
.faq-right ul li {
  margin-bottom: 2px;
}
.faq-right ul li a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  color: #666;
}
.faq-right ul li.active a {
  color: white;
  border-bottom: 1px solid #323232;
}

.faq-qna {
  margin: 20px 0;
  max-width: 650px;
}
.faq-qna h4 a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85em;
}
.faq-qna.active h4 a {
  color: white;
  border-bottom: 1px solid #333;
}
.faq-qna.active p {
  margin: 15px 0 0 25px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  color: #AAA;
  line-height: 1.5;
}

.faq-container__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  background: rgba(150, 150, 150, 0.5);
  border: 9px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(150, 150, 150, 0.8);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(150, 150, 150, 0.8);
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 36px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

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