﻿/* font-family: "LatoRegular"; */
@font-face {
    font-family: "LatoRegular";
    src: url("../fonts/LatoRegular/LatoRegular.eot");
    src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoRegular/LatoRegular.woff") format("woff"),
    url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("../fonts/LatoBold/LatoBold.eot");
    src: url("../fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoBold/LatoBold.woff") format("woff"),
    url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoItalic"; */
@font-face {
    font-family: "LatoItalic";
    src: url("../fonts/LatoItalic/LatoItalic.eot");
    src: url("../fonts/LatoItalic/LatoItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoItalic/LatoItalic.woff") format("woff"),
    url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "LatoLight";
    src: url("../fonts/LatoLight/LatoLight.eot");
    src: url("../fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoLight/LatoLight.woff") format("woff"),
    url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "FontinRegular"; */
@font-face {
    font-family: "FontinRegular";
    src: url("../fonts/FontinSans_Cyrillic_46b/FontinSans_Cyrillic_R_46b.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "FontinBold"; */
@font-face {
    font-family: "FontinBold";
    src: url("../fonts/FontinSans_Cyrillic_46b/FontinSans_Cyrillic_B_46b.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "Segoe UI" */
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI/segoeui.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body.main {
  min-height: 800px;
  padding-top: 30px;
  background-image: url(../img/art/bg_ink_860.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% -30px; 
}

@media (min-width: 862px) {
  body.main {
    background-image: url(../img/art/bg_ink_1220.jpg);
    background-position: 50% -90px;
  }
}

@media (min-width: 992px) {
  body.main {
    background-image: url(../img/art/bg_ink_1220.jpg);
    background-position: 50% -50px;
  }
}

@media (min-width: 1260px) {
  body.main {
    background-image: url(../img/art/bg_ink_1440.jpg);
    background-position: 50% -120px;
  }
}

@media (min-width: 1599px) {
  body.main {
    background-image: url(../img/art/bg_ink_1440.jpg);
    background-position: 50% -50px;
  }
}

body.white {
  min-height: 800px;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar {
  min-height: 40px;
  margin-bottom: 10px;
  opacity: 0.75;
  background-color: #31598C;
  border: 1px solid #214069;
}

.navbar-fixed-top .navbar-nav > li > a {
  color: #FAFCFF;
  font-family: "FontinRegular";
  font-size: 16px;
  padding: 15px 6px;
}

.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > a:focus {
  color: #E1EAF5;
  background-color: #204473;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus {
  color: #E1EAF5;
  background-color: #123057;
}

/* language flags */
#languageFlags
{
  clear: both;
  height: 20px;
  opacity:0.85;
  padding:4px;
  margin-left:20px;
}

#languageFlags div
{
  margin: 0px;
  padding: 0px;
  float: left;
}

#languageFlags div a span
{
	display: block;
	height: 15px;
	width: 20px;
  margin: 0px;
  padding: 0px;
	cursor: pointer;
}
#languageFlags div a.flag_en_link span
{
	background-image: url(../img/flags/en-br.gif);
}
#languageFlags div a.flag_ru_link span
{
	background-image: url(../img/flags/ru.gif);
}

.box_header {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 50px;
  color: #E1EAF5;
  background-color: #123057;
  opacity: 0.9;
}
.box_header h1,
.box_header .h1 {
  color: inherit;
}
.box_header p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.box_header > hr {
  border-top-color: #d5d5d5;
}
.container .box_header,
.container-fluid .box_header {
  border-radius: 6px;
}
.box_header .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .box_header {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .container .box_header,
  .container-fluid .box_header {
    padding-right: 60px;
    padding-left: 60px;
  }
  .box_header h1,
  .box_header .h1 {
    font-size: 48px;
  }
}

.box_text {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #081429;
  background-color: rgba(240, 246, 255, 0.85);
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
}

.box_white {
  background-color: rgba(250, 250, 255, 0.85);
  font-family: "LatoRegular", sans-serif;
}

.box_text h1,
.box_text .h1 {
  color: inherit;
}
.box_text p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
}
.box_text > hr {
  border-top-color: #d5d5d5;
}
.container .box_text,
.container-fluid .box_text {
  border-radius: 6px;
  padding-right: 15px;
  padding-left: 15px;
}
.box_text .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .container .box_text,
  .container-fluid .box_text {
    padding-right: 60px;
    padding-left: 60px;
  }
  .box_text h1,
  .box_text .h1 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.img-logo,
.img-header {
  height: 120px;
}

@media (max-width: 767px) {
  .img-logo,
  .img-header {
    height: 100px;
  }
}

.img-logo-small {
  height: 50px;
  padding-left: 10px;
  padding-right: 20px;
  float: left;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .container-wide {
    width: 98%;
  }
}

@media (min-width: 860px) {
  .container {
    width: 850px;
  }
  .container-wide {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    padding: 15px 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.person-container {
  margin-bottom: 12px;
  padding: 15px;
  min-height: 40px;
  background-color: rgba(18, 48, 87, 0.75);
  color: #F2F3F7;
  border-radius: 6px;
  font-family: "LatoRegular", sans-serif;
}

.person-container-photo {
  margin-bottom: 12px;
  padding: 15px;
  min-height: 110px;
  background-color: rgba(18, 48, 87, 0.75);
  color: #F2F3F7;
  border-radius: 6px;
  font-family: "LatoRegular", sans-serif;
}

.person-photo {
  height: 80px;
  width: 80px;
  margin: 0px;
  opacity: 1;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}

.person-text {
  margin-left: 0px;
}

.person-name {
  font-family: "LatoLight", sans-serif;
  font-size: 24px;
  padding-bottom: 2px;
}

.person-name > span.last-name {
  font-family: "LatoRegular", sans-serif;
}

.person-affiliation {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 11px;
  color: #EBEDF7;
}

.person-details {
  font-size: 14px;
  line-height: 20px;
  padding-top: 0px;
}

span.person-details {
  margin-left: 50px;
}

.person-details > span.person-email {
  color: #B1C6F2;
  margin-left: 50px;
  font-family: "LatoLight", sans-serif;
}

.person-text a {
  color: #A8D2FF;
  text-decoration: underline;
  font-family: "LatoLight", sans-serif;
}

#publications h1 {
  font-size:36px;
}

#photo_caption h1 {
  margin-top: 5px;
  font-size: 36px;
}

.publications_list {
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.publications_list > li {
  margin-bottom: 10px;
}

.publications_list > li > a {
  color: #2F4C9C;
}

#carousel-photo {
  margin-bottom: 30px;
  width: 90%;
  min-width: 700px;
  margin: 0 auto;
}

.carousel-inner div.item {
  width: 100%;
}

.carousel-inner div.item img {
  margin: 0 auto;
}

.pdf-texts-table {
  text-align: left;
  font-family: "LatoRegular", sans-serif;
  line-height: 20px;
  width: 75%;
}

.pdf-texts-table thead th {
  color: #039;
  font-family: "LatoRegular", sans-serif;
  background: #B9C9FE none repeat scroll 0% 0%;
  padding: 8px;
}

.pdf-texts-table tbody tr {
  background: #E8EDFF none repeat scroll 0% 0%;
  border-top: 1px solid #FFF;
  color: #171929;
  padding: 8px;
}

.pdf-texts-table tbody td {
  border-top: 1px solid #FFF;
  color: #171929;
  padding: 8px;
}

.pdf-texts-table tbody tr:hover {
  background-color: #C9D2F2;
}