@charset "utf-8";
.fcr {
  font-family: "cinzelregular";
  font-weight: normal;
}
.for {
  font-family: "opensansregular";
  font-weight: normal;
}
.fol {
  font-family: "opensanslight";
  font-weight: normal;
}
.frr {
  font-family: "robotoregular";
  font-weight: normal;
}
.frl {
  font-family: "robotolight";
  font-weight: normal;
}
.tup {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.container {
  min-width: 375px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
html,
body {
  height: 100%;
  background-color: #000;
}
body.slide-active {
  overflow-x: hidden;
}
a,
input {
  outline: none !important;
}
a,
a:active,
a:visited {
  color: #ba834e;
}
a:hover {
  color: #dc9755;
}
#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  background-color: #222222;
}
* html #wrap {
  height: 100%;
}
#main {
  padding-bottom: 98px;
  position: relative;
}
h3 {
  font-family: "opensanslight";
  font-weight: normal;
}
header.main-header {
  background-color: #312c2c;
  height: 114px;
}
header.main-header .row .col-lg-3:last-child {
  text-align: right;
}
header.main-header a.logo {
  display: block;
  background: url("/img/design/logo.png") no-repeat center top;
  width: 100%;
  margin: 0 auto;
  color: #cc8449;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  padding-top: 70px;
  text-decoration: none;
  font-family: "cinzelregular";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
header.main-header a.mailto {
  margin-top: 40px;
  display: block;
  width: 30px;
  height: 22px;
  background: url("/img/design/icon-mailto.png") no-repeat;
  margin-left: 60px;
}
header.main-header .select-lang {
  margin-top: 40px;
}
header.main-header .select-lang li {
  padding-left: 20px;
  padding-right: 20px;
  color: #b4b2b1;
  font-size: 16px;
  font-family: "opensanslight";
  font-weight: normal;
}
header.main-header .select-lang li a {
  color: #cc8449;
  text-decoration: none;
  border-bottom: 1px solid #cc8449;
  padding-bottom: 2px;
}
header.main-header .select-lang li a:hover {
  border-bottom: none;
  color: #dc9755;
}
header.main-header .select-lang li.line {
  border-right: 1px solid #b3b1b0;
}
section {
  color: #b3b1b0;
}
section.main-content {
  background: url("/img/design/nav-menu-bg.png") repeat-x;
}
section.main-content .section-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-family: "robotolight";
  font-weight: normal;
}
section.main-content .section-title span {
  color: #b3b1b0;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #222222;
  padding: 0 20px;
  position: relative;
  z-index: 15;
}
section.main-content .section-title:before {
  display: block;
  content: "";
  position: relative;
  border-bottom: 1px solid #89807b;
  top: 17px;
  z-index: 5;
}
section.main-content .list-gallery {
  padding: 0 50px;
  text-align: center;
}
section.main-content .list-gallery li {
  list-style: none;
  display: inline-block;
  width: 300px;
  margin: 0 10px;
}
section.main-content .list-gallery li a {
  display: block;
  background-color: #383432;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  padding: 10px;
  margin-bottom: 35px;
  text-decoration: none;
}
section.main-content .list-gallery li a .title {
  color: #cc8449;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: "opensansregular";
  font-weight: normal;
  margin-bottom: 10px;
}
.xs-form {
  display: none;
}
nav.main-menu {
  min-height: 105px;
  padding-top: 25px;
  text-align: center;
  position: relative;
}
nav.main-menu > ul {
  padding-left: 0;
  display: table;
  width: 100%;
}
nav.main-menu > ul li {
  display: table-cell;
  padding: 0 10px;
}
nav.main-menu > ul li a {
  color: #89807b;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "opensanslight";
  font-weight: normal;
  text-decoration: none;
}
nav.main-menu > ul li a:hover,
nav.main-menu > ul li a.active {
  color: #e0d1c9;
}
nav.main-menu > ul li:first-child {
  padding-left: 0;
}
nav.main-menu > ul li:last-child {
  padding-right: 0;
}
nav.main-menu > ul li.form {
  width: 12%;
  padding-right: 0;
}
nav.main-menu ul.submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  text-align: center;
  width: 100%;
  background-color: #191919;
  border-top: 1px solid #393533;
  z-index: 1000;
  padding-left: 0;
}
nav.main-menu ul.submenu li {
  display: inline-block;
  padding: 0 12px;
}
nav.main-menu ul.submenu li a {
  color: #c88045;
  font-family: "opensanslight";
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
}
nav.main-menu ul.submenu li a:hover {
  color: #fb9848;
}
nav.main-menu ul.submenu li ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #292827;
}
nav.main-menu ul.submenu li ul li {
  display: inline-block;
}
nav.main-menu ul.submenu li ul li a {
  color: #c88045 !important;
}
nav.main-menu ul.submenu li.active a {
  color: #fb9848;
}
@media (min-width: 992px) {
  nav.main-menu .col-lg-6:first-child {
    padding-right: 7px;
  }
  nav.main-menu .col-lg-6:last-child {
    padding-left: 7px;
  }
}
footer.main-footer {
  position: relative;
  margin-top: -98px;
  height: 98px;
  background-color: #0b0b0b;
  color: #b3b1b0;
  font-family: "robotoregular";
  font-weight: normal;
}
footer.main-footer a {
  color: #b3b1b0;
}
footer.main-footer ul.list-inline li a {
  background-color: #373331;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomright: 17px;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
  border-top-left-radius: 17px;
  width: 34px;
  height: 34px;
  display: block;
  padding-top: 6px;
}
footer.main-footer ul.list-inline li a span {
  font-size: 22px;
  color: #cc8449;
  position: relative;
}
footer.main-footer .row div {
  padding-top: 28px;
}
footer.main-footer .row div:last-child {
  text-align: right;
}
@media (min-width: 769px) {
  footer.main-footer .col-lg-4:first-child {
    padding-top: 35px;
  }
}
.search-form {
  display: block;
  background-color: #000000;
  height: 34px;
  position: relative;
  margin-top: 12px;
}
.search-form input[type="text"] {
  color: #89807b;
  border: none;
  background: none;
  font-family: "opensanslight";
  font-weight: normal;
  font-size: 17px;
  height: 100%;
  padding-left: 10px;
  padding-right: 30px;
  width: 100%;
}
.search-form input[type="submit"] {
  border: none;
  background: url("/img/design/search-button.png") no-repeat 10px 12px;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-menu .search-form {
  position: relative;
  top: 0px;
  margin-top: 0px;
  width: 100%;
}
.main-menu .search-form input[type="text"] {
  font-size: 20px;
  text-align: center;
}
nav#mobile-menu {
  display: none;
}
.contemporary {
  font-family: "robotoregular";
  font-size: 14px;
  color: #cdc0b8;
}
.contemporary a {
  color: #cdc0b8;
  text-decoration: underline;
}
.contemporary a:hover {
  text-decoration: none;
}
.contemporary a:hover .author {
  font-size: 18px;
  color: #cc8448;
  margin-bottom: 15px;
}
.contemporary a:hover .item-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #e0d1c9;
  margin-bottom: 15px;
}
.contemporary a:hover .item-year,
.contemporary a:hover .sec .title {
  font-size: 18px;
}
.contemporary a:hover .item-year,
.contemporary a:hover .sec,
.contemporary a:hover .links-icons {
  margin-bottom: 15px;
}
.contemporary a:hover .sec {
  padding-right: 180px;
}
.contemporary a:hover .links-icons a {
  display: block;
  width: 32px;
  height: 29px;
  float: left;
}
.contemporary a:hover .links-icons .pull-left a {
  margin-right: 15px;
}
.contemporary a:hover .links-icons .pull-right a {
  margin-left: 15px;
}
.contemporary a:hover .links-icons a.link-zoom {
  background-image: url("/img/design/link-zoom.png");
}
.contemporary a:hover .links-icons a.link-with-frame {
  background-image: url("/img/design/link-with-frame.png");
}
.contemporary a:hover .links-icons a.link-without-frame {
  background-image: url("/img/design/link-without-frame.png");
}
.contemporary a:hover .links-icons a.link-pdf {
  background-image: url("/img/design/link-pdf.png");
}
.contemporary a:hover .links-icons a.link-print {
  background-image: url("/img/design/link-print.png");
}
.contemporary a:hover .links-icons a.link-send {
  background-image: url("/img/design/link-send.png");
}
.contemporary a:hover .links-icons a.link-feedback {
  background-image: url("/img/design/link-feedback.png");
}
.contemporary a:hover .bottom-title {
  font-family: "robotoregular";
  font-size: 18px;
  color: #e0d1c9;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
}
.contemporary a:hover b {
  font-weight: normal;
  font-size: 18px;
}
ul.author_list li {
  height: 220px;
}
ul.news {
  list-style: none;
}
ul.news a li {
  color: #b3b1b0;
  font-size: 14px;
  padding-bottom: 15px;
  font-family: "robotoregular";
  font-weight: normal;
}
ul.news a li .title {
  padding-bottom: 5px;
}
ul.news a li .glyphicon {
  color: #cc8449;
}
ul.news a li span.link {
  font-family: "robotoregular";
  font-weight: normal;
  font-size: 16px;
  color: #e0d1c9;
  border-left: 1px solid #b8b8b8;
  padding-left: 15px;
}
ul.news a li span.date {
  padding-right: 15px;
}
ul.news a:hover {
  text-decoration: none;
}
ul.news a:hover span.link {
  text-decoration: underline;
}
.bg-link {
  margin-top: 20px;
  margin-bottom: 30px;
}
.bg-link a {
  border: 1px solid #cc8449;
  color: #cc8449;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding: 5px 15px;
  font-size: 16px;
}
.bg-link a:hover {
  text-decoration: none;
}
aside ul.authors {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
aside ul.authors li {
  width: 100%;
}
aside ul.authors li a {
  display: block;
  color: #e0d1c9;
  font-size: 14px;
  font-family: "opensansregular";
  font-weight: normal;
  text-decoration: none;
  padding: 10px 5px;
}
aside ul.authors li a.active,
aside ul.authors li a:hover {
  color: #b3b1b0;
  background-color: #151515;
}
aside .navbar-brand {
  display: none;
}
div.author-page {
  font-family: "robotoregular";
  font-weight: normal;
  color: #b3b1b0;
}
div.author-page .photo {
  overflow: hidden;
}
div.author-page .photo img {
  width: 165px;
}
div.author-page h2,
div.author-page .date-life {
  font-weight: normal;
  font-size: 18px;
}
div.author-page h2 {
  margin-top: 0;
}
div.author-page ul.honor {
  padding-left: 15px;
  padding-top: 15px;
}
div.author-page ul.honor li {
  list-style-type: square;
  color: #cc8448;
}
div.author-page ul.honor li span {
  color: #b3b1b0;
}
div.author-page div.info {
  margin-top: 20px;
}
ul.small-items {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -30px;
}
ul.small-items li {
  display: inline-block;
  width: 165px;
  vertical-align: top;
  margin: 0 15px;
  margin-bottom: 30px;
}
ul.small-items li a {
  color: #cc8449;
}
ul.small-items li div {
  text-align: center;
  padding: 0 10px;
}
section.inventory {
  font-family: "robotoregular";
  font-weight: normal;
  font-size: 14px;
  color: #cdc0b8;
  margin-bottom: 20px;
}
section.inventory .author {
  font-size: 18px;
  color: #cc8448;
  margin-bottom: 15px;
}
section.inventory .item-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #e0d1c9;
}
section.inventory .item-year,
section.inventory .sec .title {
  font-size: 18px;
}
section.inventory .item-year span,
section.inventory .sec .title span {
  font-size: 14px;
}
section.inventory .sec.color .title {
  color: #cc8449;
}
section.inventory .item-year,
section.inventory .sec,
section.inventory .links-icons {
  margin-bottom: 15px;
}
section.inventory .sec {
  padding-right: 180px;
}
section.inventory .links-icons a {
  display: block;
  width: 32px;
  height: 29px;
  float: left;
}
section.inventory .links-icons .pull-left a {
  margin-right: 15px;
}
section.inventory .links-icons .pull-right a {
  margin-left: 15px;
}
section.inventory .links-icons a.link-zoom {
  background-image: url("/img/design/link-zoom.png");
}
section.inventory .links-icons a.link-with-frame {
  background-image: url("/img/design/link-with-frame.png");
}
section.inventory .links-icons a.link-without-frame {
  background-image: url("/img/design/link-without-frame.png");
}
section.inventory .links-icons a.link-pdf {
  background-image: url("/img/design/link-pdf.png");
}
section.inventory .links-icons a.link-print {
  background-image: url("/img/design/link-print.png");
}
section.inventory .links-icons a.link-send {
  background-image: url("/img/design/link-send.png");
}
section.inventory .links-icons a.link-feedback {
  position: relative;
  top: -3px;
  background-image: url("/img/design/link-feedback.png");
}
section.inventory .bottom-title {
  font-family: "robotoregular";
  font-size: 18px;
  color: #e0d1c9;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
}
section.inventory div.more {
  margin-bottom: 30px;
}
section.inventory div.more div.col-lg-3 {
  text-align: center;
}
section.inventory div.more div.col-lg-3 a {
  color: #cc8449;
}
section.inventory .large-img {
  text-align: center;
  margin-bottom: 40px;
  /*img { width: 560px; }*/
}
section.inventory .item-img-frame {
  display: none;
}
.tags.list-inline,
.news-source {
  font-size: 90%;
}
.tags.list-inline a,
.news-source a {
  color: #cc8449;
}
table.links td.url {
  padding: 5px 10px;
}
table.links a {
  color: #cc8449;
}
#modal-item .modal-dialog {
  width: 75%;
}
.modal-content {
  background-color: #564e49;
  color: #ffffff;
  padding: 10px;
}
.modal-content .big-img {
  width: 100%;
}
.modal-content div.title {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
section.search h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
}
section.search .pb20 {
  padding-bottom: 40px;
}
#carousel-home {
  margin-top: -10px;
  margin-bottom: 20px;
}
#carousel-home .carousel-inner .item {
  height: 425px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .next.right {
  opacity: 1;
}
@media all and (transform-3d), (webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.author-block-top {
  display: none;
}
.author-block-bottom {
  display: block;
}
.my-gallery figure:first-child {
  width: 560px;
  margin-bottom: 20px;
}
.my-gallery figure.first-image .thumb {
  display: none;
}
.my-gallery figure.second-image .mid {
  display: none;
}
section.famous .item {
  text-align: center;
  min-height: 350px;
}
section.famous .col-lg-4 {
  padding: 0 30px;
}
section.famous .col-lg-6 {
  padding: 0 100px;
}
section.famous img.thumb {
  max-width: 150px;
  max-height: 150px;
}
section.famous ul.soviet {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
section.famous ul.soviet li {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
section.famous ul.soviet li p {
  margin: 0;
}
section.photography .item {
  text-align: center;
  min-height: 180px;
}
section.photography .item img.thumb {
  max-width: 150px;
  max-height: 150px;
}
