/* @group VARIABLES */
/* @end VARIABLES */
/* @group FUNCTIONS */
/* @end FUNCTIONS */
/* @group CUSTOM RADIOBUTTONS & CHECKBOXES */
/* Внутренности инпута (чекбокса или радиобаттона) с галочкой */
/* Внутренности инпута с точкой (радиобаттона) */
/* Чекбокс */
/* Радиобаттон с галочкой */
/* Радиобаттон с точкой */
/* @end CUSTOM RADIOBUTTONS & CHECKBOXES */
/* @group ELEMENTS&PLUGINS */
/* @end ELEMENTS&PLUGINS */
/* @group COMMON */

.tablebodytext {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
::-moz-selection {
  background: #555;
  color: #FFF;
}
::selection {
  color: #FFF;
  background-color: #555;
}
html {
  position: relative;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #231f20;
  font-family: Ubuntu, Helvetica, Arial, Tahoma, sans-serif;
  background: #ffffff;
  font-size: 0.9em;
}
html,
body {
  height: 100%;
}
#contentbox {
  min-height: 100%;
}
#footer {
  height: 162px;
  position: absolute;
  bottom: 0;
}

#footer input {
  position: absolute;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  width: 244px;
}
#footer a.send_button {
  position: absolute;
  margin-left: 266px;
  background: #842b2e;
  font-size: 11px;
  color: #fff;
  padding: 1px 10px 1px 10px;
  margin-top: 5px;
}

#history-list {
  margin-bottom: 162px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 4px;
  margin-bottom: 7px;
  font-weight: lighter;
  color: #842b2f;
}
h1 {
  font-size: 2em;
  padding: 4px 0 10px;
}
a {
  color: #842b2f;
}
a:hover {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.clearfix-right:after {
  content: ".";
  display: block;
  height: 0;
  clear: right;
  visibility: hidden;
}
.clearfix-right {
  zoom: 1;
}
.clearfix-left:after {
  content: ".";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}
.clearfix-left {
  zoom: 1;
}
.nobr {
  white-space: nowrap;
}
/* @end COMMON */
/* @group WIDGETS */
.widget-slider .content {
  position: relative;
  overflow: hidden;
  height: 285px;
}
.widget-slider .slide-box {
  height: 285px;
}
.widget-slider .slide {
  position: relative;
  float: left;
  height: 285px;
  width: 427px;
}
.widget-slider .slide img.with-link {
  cursor: pointer;
}
.widget-slider .slide .description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5ex 1em;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.4;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}
.widget-slider .footer .slider-fullscreen-btn {
  float: right;
  display: none;
  width: 20px;
  height: 14px;
  margin: 6px 0 0 15px;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent url('../img/fullscreen.png') center center no-repeat;
}
.widget-slider .footer .slider-fullscreen-btn:hover {
  background-image: url('../img/fullscreen_hover.png');
}
.widget-slider .footer .slider-controls {
  float: right;
  margin-top: 10px;
}
.widget-slider .footer .slider-controls button,
.widget-slider .footer .slider-controls a {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  background: #C8C8C8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.widget-slider .footer .slider-controls button.active,
.widget-slider .footer .slider-controls a.active,
.widget-slider .footer .slider-controls button:hover,
.widget-slider .footer .slider-controls a:hover {
  background: #842b2f;
}
.widget-slider .footer .slider-controls button:last-child,
.widget-slider .footer .slider-controls a:last-child {
  margin-right: 0;
}
#fullscreen-player-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #FFF;
  background: #303030;
}
#fullscreen-player-box .header {
  position: relative;
  height: 80px;
  line-height: 80px;
  padding-left: 70px;
  font-size: 1.6em;
  font-weight: lighter;
  text-transform: uppercase;
}
#fullscreen-player-box .header .slider-fullscreen-close {
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent url('../img/close_white.png') center center no-repeat;
}
#fullscreen-player-box .content {
  margin: 0 auto;
}
#fullscreen-player-box .footer {
  padding: 15px 100px;
}
/* @end WIDGETS */

#subscribe {
  position: absolute;
  left:200px;
  top:7px;
  z-index: 4;
  font-size: 14px;
}
#subscribe input {
  padding: 10px 12px 9px;
  background: #fff;
  border: 1px solid #842b2f;
  color:#842b2f;
}
#subscribe p { 
  position: absolute;
  top: -50px;
  color:#906769;
  opacity: 0;
  transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; 
}
#subscribe a {
  cursor: pointer;
  display: inline-block;
  padding: 11px 10px 10px;
  background: #842b2f;
  color: #fff;
  margin-left: -4px;
}

#subscribe.sended p {
  display: block;
  top: 0px;
  font-size: 14px;
  color: #2e733b;
  width: 190px;
  padding: 9px 11px;
  border: 1px solid #2e733b;
  opacity: 1;
}

#subscribe.err input {
  border-color:red;
}
#subscribe.sended input,#subscribe.sended a {
  display: none;
}

@media (max-width: 990px) {
  #subscribe input {width:108px;}
  #subscribe {
    top:4px;
    left:110px;
  }

  #exhibition-view .widget-slider .slide, #history-view .widget-slider .slide, .press-release-details .widget-slider .slide, #family_stories-view .widget-slider .slide {
    width:100%;
    height:100%;
  }

  #exhibition-view .widget-slider .slide-box, #history-view .widget-slider .slide-box, .press-release-details .widget-slider .slide-box, #family_stories-view .widget-slider .slide-box {
    width:100%;height:100%;
  }
  .widget-slider {
    width:90% !important;
    max-width: 90%;
    box-sizing: border-box;
  }
  .widget-slider .content {height:auto;}

}

@media (max-width: 520px) {
  #subscribe {display: none;}


}

/* @group LAYOUT */
.wp {
  width: 940px;
  margin: 0 auto;
}
.wp.with-rightside {
  width: 1260px;
}
#wrapper {
  position: relative;
  min-height: 100%;
  display: table;
}
#wrapper-content {
  position: relative;
  width: 940px;
  min-height: 100%;
}
#wrapper.width-rightside #wrapper-content {
  margin-right: 320px;
}
#wrapper-header-content {
  position: relative;
  min-height: 720px;
}
#header {
  margin-bottom: 19px;
  font-size: 0.8em;
}
.language-switch {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  font-size: 0;
  margin-top: 5px;
}
.language-switch a.lang {
  display: inline-block;
  padding: 1ex .5em;
  color: #A5A5A5;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.language-switch a.lang:hover,
.language-switch a.lang.active {
  color: #FFF;
  background: #842b2f;
}
ф .language-switch a.lang.active {
  cursor: default;
}
#header-top {
  position: relative;
  height: 33px;
}
#head-auth {
  position: absolute;
  top: 0;
  left: 0;
}
#head-auth a {
  line-height: 33px;
  font-weight: lighter;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
#head-auth a:hover {
  text-decoration: underline;
}
#head-auth .signin {
  margin-right: 15px;
}
#head-langs {
  position: absolute;
  top: 0;
  right: 46px;
}
#head-langs a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #A5A5A5;
}
#head-langs a:hover,
#head-langs a.active {
  color: #FFF;
  background: #842b2f;
}
#head-langs a.active {
  cursor: default;
}
#header-middle {
  position: relative;
  height: 120px;
}
#logo {
  position: absolute;
  top: 8px;
  left: 0;
  width: 470px;
  height: 112px;
  text-decoration: none;
}
#logo img {
  display: block;
  height: 112px;
  position: absolute;
  left: 5px;
  top: 0;
}
#logo span {
  display: block;
  margin-left: 121px;
  margin-top: 41px;
  line-height: 1.35em;
  font-size: 1.7em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
#head-search {
  position: absolute;
  top: 70px;
  right: 33px;
  width: 390px;
  height: 35px;
}
#head-search .overlay {
  display: none;
  position: absolute;
  z-index: 3;
  opacity: 1;
  top: 0;
  width: 390px;
  height: 35px;
  line-height: 29px;
  text-transform: uppercase;
  border: 1px solid #E8E8E8;
  text-align: center;
  background: #E8E8E8;
  font-size: 1.2em;
}
#head-search input[type="text"] {
  display: block;
  width: 370px;
  height: 29px;
  padding: 3px 10px;
  line-height: 29px;
  font-size: 1.2em;
  background: #ededed;
  border: 1px solid #ced0d1;
  outline: none;
  transition: background-color 0.3s;
}
#head-search input[type="text"]:-moz-placeholder,
#head-search input[type="text"]:-ms-input-placeholder,
#head-search input[type="text"]::-moz-placeholder,
#head-search input[type="text"]::-webkit-input-placeholder {
  text-align: center;
}
#head-search input[type="text"]:focus {
  border-color: #842b2f;
  background-color: #FFF;
  transition: background-color 0.3s;
}
#head-search input[type="submit"] {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 5px;
  display: block;
  width: 18px;
  height: 17px;
  cursor: pointer;
  border: none;
  outline: none;
  background: url('../img/search.png') no-repeat;
}
#head-search:hover .overlay,
input[type="text"]:focus + .overlay {
  display: none;
}
#headmenu {
  margin-top: 3px;
  border-bottom: 1px solid #818181;
  white-space: nowrap;
}
#headmenu li.main {
  position: relative;
  display: inline;
  font-weight: lighter;
  margin-right: 14px;
  font-size: 0;
}
#headmenu li.main a.main {
  display: inline-block;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18.4px;
}
#headmenu li.main a.main.current {
  padding: 15px 5px;
  font-weight: bold;
}
#headmenu li.main ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 400ms linear, opacity 300ms ease-in-out 100ms;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  z-index: 200;
  min-width: 100%;
  background: #f2f2f2;
  border: 1px solid #ced0d1;
}
#headmenu li.main ul li {
  display: block;
}
#headmenu li.main ul li a {
  display: block;
  padding: 8px 11px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
#headmenu li.main ul li a:hover {
  color: #842b2f;
  font-weight: normal;
}
#headmenu li.main:last-child {
  margin-right: 0;
}
#headmenu li.main:hover a.main {
  color: #FFF;
  background: #842b2f;
}
#headmenu li.main:hover ul {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
/**
	 * @see {rightside.less} for #rightside
	 */
#contentbox {
  position: relative;
  min-height: 380px;
}
#leftside {
  width: 257px;
  float: left;
  margin-bottom: 187px;
  margin-right: 25px;
}
#left-menu {
  padding: 0 11px;
  background: #f2f2f2;
}
#left-menu a {
  display: block;
  padding: 10px 0;
  color: #000;
  font-weight: lighter;
  text-decoration: none;
  border-bottom: 1px solid #CED0D1;
}
#left-menu a.current {
  color: #842b2f;
  font-weight: bold;
}
#left-menu a:last-child {
  border-bottom: none;
}
#left-menu a:hover {
  color: #842b2f;
}
#notices .one {
  padding: 25px;
  margin-bottom: 2px;
  text-align: center;
  font-size: 1.6em;
  font-weight: lighter;
  background: #e3c6a4;
  color: #842b2f;
}
.content-text {
  font-size: 1.2em;
  line-height: 1.4em;
}
.content-text p {
  margin-bottom: 20px;
}
.content-text ol {
  list-style: decimal outside;
  margin-left: 45px;
  margin-bottom: 20px;
}
.content-text ol li {
  list-style: decimal outside;
}
.content-text ul {
  list-style: none;
  margin-bottom: 20px;
}
.content-text ul > li {
  margin-left: 1.45em;
  text-indent: -1.25em;
}
.content-text ul > li:before {
  content: '—';
  margin-right: 0.3em;
}
.content-text img {
  margin-bottom: 10px;
}
.content-text img[align="left"] {
  margin-right: 10px;
}
.content-text img[align="right"] {
  margin-left: 10px;
}
.content-text table {
  border-collapse: collapse !important;
  width: 100%;
  border: none;
}
.content-text table caption {
  border: 1px solid #818181 !important;
  padding: 1ex .5em !important;
  background-color: #E8E8E8 !important;
  border-bottom: none !important;
  text-align: center !important;
  font-weight: bold !important;
}
.content-text table tr:nth-child(2n) {
  background-color: #F2F2F2;
}
.content-text table th,
.content-text table td {
  border: 1px solid #818181 !important;
  padding: .5ex .5em !important;
}
.content-text table th {
  background-color: #E8E8E8 !important;
}
.content-text table th * {
  font-weight: normal;
}
#content {
  overflow: hidden;
  min-height: 640px;
  margin-bottom: 187px;
}
#content .paginator {
  text-align: center;
}
#content .paginator .modern-page-navigation {
  display: inline-block;
  padding: 8px 16px;
  background: #F2F2F2;
  font-size: 0px;
}
#content .paginator .modern-page-navigation .modern-page-title,
#content .paginator .modern-page-navigation .modern-page-previous,
#content .paginator .modern-page-navigation .modern-page-next,
#content .paginator .modern-page-navigation .modern-page-all {
  display: none;
}
#content .paginator .modern-page-navigation a,
#content .paginator .modern-page-navigation span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border: none;
  border-radius: 100%;
  padding: 0;
  font-size: 0px;
  background: #999;
  outline: none;
  cursor: pointer;
}
#content .paginator .modern-page-navigation a.modern-page-current,
#content .paginator .modern-page-navigation span.modern-page-current,
#content .paginator .modern-page-navigation a:hover,
#content .paginator .modern-page-navigation span:hover {
  background: #842b2f;
}
#content.page-response h1 {
  padding-bottom: 5px;
}
#content.page-response #type-sections {
  margin-bottom: 20px;
  text-align: right;
}
#content.page-response #type-sections .espselect-wrapper .espselect-select {
  width: 150px;
}
#content.page-response #type-sections .espselect-wrapper .espselect-select .espselect-textbox {
  width: 119px;
}
.block-response {
  position: relative;
  margin-right: 10px;
  margin-bottom: 30px;
  overflow-x: hidden;
}
.block-response:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-left: 100px;
  border-bottom: 1px solid #909295;
}
.block-response .title {
  padding-left: 100px;
  margin-bottom: 1ex;
  font-weight: bold;
}
.block-response .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #8b2c30 url('../img/icon-response.png') no-repeat center center;
}
.block-response p {
  padding-left: 100px;
}
.block-response .author {
  padding-left: 100px;
  color: #909295;
  font-size: .9em;
  line-height: 1.4;
  text-align: right;
}
.content-video .name {
  padding: 18px 0;
  color: #727272;
  border-bottom: 1px solid #E3E3E3;
}
#contentbox.with-leftside #content {
  margin-left: 282px;
}
#footer {
  width: 940px;
}
#footer td {
  background: #ededed;
  font-weight: lighter;
}
#footer .info-row td {
  vertical-align: top;
  text-align: left;
  padding: 20px;
  line-height: 1.8em;
}

#footer .info-row td label {
  font-weight: bold;
  display: block;
}


#footer .info-row td:last-child {height:117px;}
@media (min-width:990px) {
  #footer .info-row td:last-child {
    position: absolute;
    height:auto;
    left: 328px;
    bottom: 60px;
    padding: 0;
  }
  #footer .info-row td:last-child label {display: none;}
}

#footer .info-row td a {
  color: inherit;
  text-decoration: none;
}
#footer .info-row td a:hover {
  text-decoration: underline;
}
#footer .copyright {
  padding: 20px 0 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-top: 1px solid #B6B6B7;
}
#footer .copyright span {
  margin-right: 15px;
}
.left-side-panel {
  position: fixed;
  z-index: 20;
  left: 0px;
  bottom: 100px;
  font-size: 0px;
  opacity: .7;
  transition: opacity 1s ease;
  background-color: #E5E5E5;
}
.left-side-panel:hover {
  opacity: 1;
}
.left-side-panel ul.buttons,
.left-side-panel ul.social-buttons {
  float: left;
  width: 63px;
  font-size: 0px;
}
.left-side-panel ul.buttons li,
.left-side-panel ul.social-buttons li {
  display: inline-block;
  width: 63px;
  list-style: none;
  cursor: pointer;
  /*&:last-child
          {
            button
            {
              border-bottom-width: 0px;
            }
          }*/
}
.left-side-panel ul.buttons li button,
.left-side-panel ul.social-buttons li button,
.left-side-panel ul.buttons li a,
.left-side-panel ul.social-buttons li a {
  float: left;
  width: 63px;
  height: 58px;
  border: 0 solid #CED0D1;
  border-top-width: 1px;
  border-right-width: 1px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
.left-side-panel ul.buttons li:first-child button,
.left-side-panel ul.social-buttons li:first-child button {
  border-top-width: 0px;
}
.left-side-panel ul.social-buttons {
  display: none;
}
.left-side-panel ul.social-buttons button {
  border-right-width: 0;
}
.left-side-panel ul.social-buttons li.button-f button,
.left-side-panel ul.social-buttons li.button-f a {
  background-image: url('../img/button-f.png');
}
.left-side-panel ul.social-buttons li.button-t button,
.left-side-panel ul.social-buttons li.button-t a {
  background-image: url('../img/button-t.png');
}
.left-side-panel ul.social-buttons li.button-vk button,
.left-side-panel ul.social-buttons li.button-vk a {
  background-image: url('../img/button-vk.png');
}
.left-side-panel ul.social-buttons li.button-g button,
.left-side-panel ul.social-buttons li.button-g a {
  background-image: url('../img/button-g.png');
}
.left-side-panel ul.social-buttons li:hover.button-f button,
.left-side-panel ul.social-buttons li:hover.button-f a {
  background-image: url('../img/button-f_hover.png');
}
.left-side-panel ul.social-buttons li:hover.button-t button,
.left-side-panel ul.social-buttons li:hover.button-t a {
  background-image: url('../img/button-t_hover.png');
}
.left-side-panel ul.social-buttons li:hover.button-vk button,
.left-side-panel ul.social-buttons li:hover.button-vk a {
  background-image: url('../img/button-vk_hover.png');
}
.left-side-panel ul.social-buttons li:hover.button-g button,
.left-side-panel ul.social-buttons li:hover.button-g a {
  background-image: url('../img/button-g_hover.png');
}
body.lang-ru .left-side-panel ul.buttons li.button-home button {
  background-image: url('../img/button-home.png');
}
body.lang-ru .left-side-panel ul.buttons li.button-up button {
  background-image: url('../img/button-up.png');
}
body.lang-ru .left-side-panel ul.buttons li.button-back button {
  background-image: url('../img/button-back.png');
}
body.lang-ru .left-side-panel ul.buttons li.button-share button {
  background-image: url('../img/button-share.png');
}
body.lang-ru .left-side-panel ul.buttons li.button-print button {
  background-image: url('../img/button-print.png');
}
body.lang-ru .left-side-panel ul.buttons li:hover.button-home button {
  background-image: url('../img/button-home_hover.png');
}
body.lang-ru .left-side-panel ul.buttons li:hover.button-up button {
  background-image: url('../img/button-up_hover.png');
}
body.lang-ru .left-side-panel ul.buttons li:hover.button-back button {
  background-image: url('../img/button-back_hover.png');
}
body.lang-ru .left-side-panel ul.buttons li:hover.button-share button {
  background-image: url('../img/button-share_hover.png');
}
body.lang-ru .left-side-panel ul.buttons li:hover.button-print button {
  background-image: url('../img/button-print_hover.png');
}
body.lang-en .left-side-panel ul.buttons li.button-home button {
  background-image: url('../img/button-home_en.png');
}
body.lang-en .left-side-panel ul.buttons li.button-up button {
  background-image: url('../img/button-up_en.png');
}
body.lang-en .left-side-panel ul.buttons li.button-back button {
  background-image: url('../img/button-back_en.png');
}
body.lang-en .left-side-panel ul.buttons li.button-share button {
  background-image: url('../img/button-share_en.png');
}
body.lang-en .left-side-panel ul.buttons li.button-print button {
  background-image: url('../img/button-print_en.png');
}
body.lang-en .left-side-panel ul.buttons li:hover.button-home button {
  background-image: url('../img/button-home_hover_en.png');
}
body.lang-en .left-side-panel ul.buttons li:hover.button-up button {
  background-image: url('../img/button-up_hover_en.png');
}
body.lang-en .left-side-panel ul.buttons li:hover.button-back button {
  background-image: url('../img/button-back_hover_en.png');
}
body.lang-en .left-side-panel ul.buttons li:hover.button-share button {
  background-image: url('../img/button-share_hover_en.png');
}
body.lang-en .left-side-panel ul.buttons li:hover.button-print button {
  background-image: url('../img/button-print_hover_en.png');
}
#t-popup {
  display: none;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #777;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#t-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  border: none;
  background: #ffffff url('../img/close_hover.png') center center no-repeat;
}
#t-popup-close:hover {
  background-image: url('../img/close.png');
}
#t-popup-content {
  padding: 20px;
}
#t-popup-content h1 {
  margin-right: 45px;
}
#museums-menu {
  height: 73px;
  margin-bottom: 20px;
}
#museums-menu a {
  display: block;
  float: left;
  width: 204.33333333px;
  height: 55px;
  padding: 12px 7px 0;
  color: #000;
  font-size: 0.9em;
  font-weight: lighter;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 6px solid #e3e3e3;
  border-right: 1px solid #E3E3E3;
  background: #f2f2f2 url('../img/museums.png') top center no-repeat;
}
#museums-menu a:last-child {
  border-right: none;
}
#museums-menu a:hover,
#museums-menu a.active {
  border-bottom-color: #842b2f;
  background-position: bottom center;
}
/* @end LAYOUT */
/* @group FULLSCREEN */
/* @end FULLSCREEN */
/* @group AUDIO */
#ap-audio-box {
  margin-bottom: 20px;
  position: relative;
}
#ap-audio-box .name {
  padding: 15px 0;
  font-size: 19px;
  font-weight: lighter;
  color: #231f20;
  border-bottom: 1px solid #909295;
}
#ap-audio {
  height: 29px;
  padding: 15px 0;
  color: #FFF;
  font-weight: lighter;
  text-align: center;
  background: #9FA2A6;
}

#ap-audio.player_fixed {
	position: fixed;
	top: 0;
	width: 470px;
	border-radius: 10px;
  background: #A5ABB3F6;
  z-index: 2;
}

@media (max-width:500px) {
  #ap-audio {
    position: relative;
    padding: 40px 0 0;
  }
  .apc-playToggle {
    position: absolute;
    left: 20px;
    top: 15px;
  }
  .apc-timeSpent {
    position: absolute;
    top: 11px;
    left:50px;
  }
  .apc-timeLeft {
    position: absolute;
    top: 11px;
    left:100px;
  }
  .apc-volume {
    right: 20px;
    position: absolute;
    top: 6px;
  }
  #ap-audio.player_fixed {
    width:270px;
    top:5px;
  }
}

.ap-playlist-item {
  display: block;
  padding: 25px 25px 25px 0;
  background: #F3F3F3;
  color: #000;
  text-decoration: none;
}
.ap-playlist-item span {
  display: block;
  float: left;
  width: 60px;
  height: 33px;
  background: transparent url('../img/mic.png') center center no-repeat;
}
.ap-playlist-item label {
  display: block;
  margin-left: 70px;
  cursor: pointer;
  font-size: 1.1em;
}
.ap-playlist-item:hover {
  color: #842b2f;
}
.apc-playToggle {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 30px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent url('../img/play-toggle.png') bottom left;
}
.apc-playToggle:hover {
  background-position: bottom left;
}
.apc-playToggle.playing {
  background-position: bottom right;
}
.apc-playToggle.playing:hover {
  background-position: bottom right;
}
.apc-progressBar .apb-box {
  display: inline-block;
  width: 235px;
  height: 10px;
  margin: 0 20px;
  cursor: pointer;
}
.apc-progressBar .apb-box .apb-line {
  display: inline-block;
  width: 100%;
  height: 3px;
  vertical-align: middle;
  background: #787C7F;
}
.apc-progressBar .apb-box .apb-progress {
  position: relative;
  display: block;
  height: 3px;
  background: #E9EAEA;
}
.apc-progressBar .apb-box .apb-slider {
  position: absolute;
  display: block;
  width: 3px;
  height: 11px;
  top: -4px;
  right: 0;
  padding: 0;
  border: none;
  outline: none;
  background: #E9EAEA;
}
.apc-timeSpent,
.apc-timeLeft {
  vertical-align: middle;
}
.apc-volume .mutebtn {
  margin-left: 20px;
  position: relative;
  top: 2px;
  width: 17px;
  height: 11px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent url('../img/volume.png') bottom left;
}
.apc-volume .mutebtn:hover {
  background-position: bottom left;
}
.apc-volume .mutebtn.min {
  background-position: bottom center;
}
.apc-volume .mutebtn.min:hover {
  background-position: bottom center;
}
.apc-volume .mutebtn.muted {
  background-position: bottom right;
}
.apc-volume .mutebtn.muted:hover {
  background-position: bottom right;
}
.apc-volume .level {
  display: none;
  position: relative;
}
.apc-volume .level .apb-box {
  display: block;
  position: absolute;
  width: 10px;
  height: 100px;
  top: 0;
  left: 5px;
  cursor: pointer;
}
.apc-volume .apb-box .apb-line {
  display: block;
  height: 100%;
  width: 3px;
  background: #787C7F;
}
.apc-volume .apb-box .apb-progress {
  position: absolute;
  bottom: 0;
  display: block;
  width: 3px;
  background: #E9EAEA;
}
.apc-volume .apb-box .apb-slider {
  position: absolute;
  display: block;
  width: 11px;
  height: 3px;
  left: -4px;
  top: 0;
  border: none;
  outline: none;
  background: #E9EAEA;
}
.apc-minimize {
  display: block;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 12px;
  height: 11px;
  background: transparent url('../img/minimize.png') top left;
}
.apc-minimize:hover {
  background-position: bottom left;
}
/* @end AUDIO */
p.no-programs {
  margin: 2ex 0;
  font-size: 1.2em;
}
.espselect-wrapper {
  position: relative;
  z-index: 150;
}
#three-filters .espselect-select {
  width: 195px;
}
#three-filters .espselect-wrapper {
  vertical-align: top;
}
.espselect-wrapper + .esp-select + .espselect-wrapper {
  margin-left: 10px;
}
#hypercomments_widget * {
  font-family: Ubuntu, Helvetica, Arial, Tahoma, sans-serif !important;
}
#hypercomments_widget .hc_comments_nick,
#hypercomments_widget .hc_comments_time,
#hypercomments_widget .hc_text,
#hypercomments_widget .hc_footer_link a {
  font-family: Ubuntu, Helvetica, Arial, Tahoma, sans-serif !important;
}
#hypercomments_widget .hc_comments_nick {
  font-weight: normal !important;
  font-size: 18px !important;
  color: #231f20 !important;
}
#hypercomments_widget .hc_comments_time {
  font-size: 14px !important;
}
#hypercomments_widget .hc_message_text {
  margin: 2ex 0 !important;
}
#hypercomments_widget .hc_text {
  font-family: Ubuntu, Helvetica, Arial, Tahoma, sans-serif !important;
  font-size: 16px !important;
  font-weight: lighter !important;
  line-height: 1.4em !important;
  color: #231f20 !important;
}
#hypercomments_widget .hc_footer_link a {
  font-size: 14px !important;
}
#hypercomments_widget .hc_footer_link a.hc_reply_link {
  color: #842b2f !important;
}
.news-nav-block {
  height: 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999B9D;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: lighter;
}
.news-nav-block .prev-link a:before,
.news-nav-block .next-link a:after {
  content: ' ';
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.news-nav-block .prev-link {
  float: left;
}
.news-nav-block .prev-link a:before {
  margin-right: 10px;
  background: url('../img/left_hover.png') no-repeat center center;
}
.news-nav-block .next-link {
  float: right;
}
.news-nav-block .next-link a:after {
  margin-left: 10px;
  background: url('../img/right_hover.png') no-repeat center center;
}
.news-nav-block a {
  text-decoration: none;
  line-height: 23px;
  vertical-align: middle;
}
.detail_picture {
  margin-bottom: 20px;
}
.with-leftside .bx_breadcrumbs {
  margin-left: 282px;
}
.document-pdf {
  margin-bottom: 15px;
}
.document-pdf a {
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 1.4em;
  color: #231f20;
  font-size: 19px;
  font-weight: lighter;
  padding: 15px 30px 20px 70px;
  background-color: #f2f2f2;
  text-decoration: none;
}
.document-pdf a:hover {
  color: #842b2f;
}
.document-pdf a:after {
  content: ' ';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 27px;
  height: 35px;
  background: url('../img/pdf.png') no-repeat;
}
.document-pdf a:before {
  content: ' ';
  float: right;
  width: 57px;
  height: 35px;
  margin-left: 20px;
  margin-right: -20px;
  background: url('../img/download.png') no-repeat center;
}
label {
  cursor: pointer;
}
.block-filters {
  clear: both;
  margin-bottom: 15px;
}
.year-filter + .espselect-wrapper {
  float: right;
}
.year-filter + .espselect-wrapper .espselect-select,
.year-filter + .espselect-wrapper .espselect-options {
  width: 126px;
}
.year-filter + .espselect-wrapper .espselect-textbox {
  width: 100px;
}
@media (max-width: 760px) {
	.content-text img {
		width:95%;
		height:auto;
		margin:0 auto;
  }
  

  #footer input {
    position: static;
    margin: 5px auto;
    clear:both;
  }
  #footer a.send_button {
    position: static;
    margin:5px auto;
    clear:both;
  }
}
@media (max-width: 1100px) {
  .left-side-panel .buttons,
  .left-side-panel .social-buttons {
    width: 30px !important;
  }
  .left-side-panel ul li {
    width: 30px !important;
    height: 63px !important;
    border: 0 solid #CED0D1;
    border-top-width: 1px;
    background-color: #DEDEDE;
  }
  .left-side-panel ul li:hover {
    background-color: #842b2f;
  }
  .left-side-panel ul li:first-child {
    border-top-width: 0;
  }
  .left-side-panel ul li button {
    position: relative;
    top: 12px;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    background-position: center -6px;
  }
}
.search-page input {
  font-size: 18px;
}
.search-page input[type="text"] {
  padding: .5ex .5em;
}
.search-page input[type="button"],
.search-page input[type="submit"] {
  cursor: hand;
  padding: .5ex .5em;
}
.search-page ol {
  counter-reset: ol-counter;
}
.search-page li.search-item {
  position: relative;
  height: 130px;
  margin: 1em 0;
  padding: 20px 15px;
  background-color: #EFEFEF;
  list-style: decimal inside;
  color: #666;
  font-size: 24px;
  overflow: hidden;
}
.search-page li.search-item .container {
  position: absolute;
  top: 20px;
  left: 60px;
}
.search-page li.search-item .image {
  width: auto;
  height: 130px;
  float: left;
  margin-right: 20px;
}
.search-page li.search-item a {
  display: inline;
  font-size: 18px;
  vertical-align: text-top;
}
.search-page li.search-item p {
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #231f20;
}
.search-page .nav-pager {
  font-size: 17px;
  line-height: 1.4;
}
.comments-tr {
  display: none;
}
.lang-en #head-search {
  display: none;
}
.section-info {
  margin-bottom: 4ex;
  color: #231f20;
  font-size: 1.2em;
  font-weight: lighter;
  line-height: 1.4;
}
.section-info p {
  margin-bottom: 1.5ex;
}
.fancybox-skin {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.museum-structure .widget-slider .content,
.museum-structure .widget-slider .slide,
.museum-structure .widget-slider .slide-box {
  height: 400px;
}
.museum-structure .widget-slider .slide {
  width: 658px;
}
.museum-structure #content {
  font-size: 18px;
  line-height: 1.4;
  font-weight: lighter;
  color: #231f20;
}
.museum-structure #content a {
  text-decoration: none;
}
.museum-structure #content a:hover {
  text-decoration: underline;
}
.museum-structure #content p {
  margin-bottom: 1ex;
}
.museum-structure #content .info {
  margin-bottom: 30px;
}
.museum-structure #content .ceo-container .ceo {
  border-top: 1px solid #BBB;
  padding-top: 20px;
}
.museum-structure #content .ceo-container .ceo .photo {
  float: left;
  width: 300px;
  min-height: 50px;
  margin-right: 25px;
}
.museum-structure #content .ceo-container .ceo .photo img {
  width: 300px;
  height: auto;
}
.museum-structure #content .ceo-container .ceo .person-info {
  float: left;
  width: 300px;
  font-size: 20px;
}
.museum-structure #content .ceo-container .ceo .person-info .position {
  margin-bottom: 1.5ex;
  font-size: 22px;
}
.museum-structure #content .ceo-container .ceo .person-info .name {
  font-size: 22px;
}
.museum-structure #content .ceo-container .contacts {
  margin-top: 1ex;
}
.museum-structure #content .ceo-container .contacts .phones {
  padding: .5ex .5em .5ex 30px;
  background: url('../img/phone.png') no-repeat left center;
}
.museum-structure #content .ceo-container .contacts .emails {
  padding: .5ex .5em .5ex 30px;
  background: url('../img/email.png') no-repeat left center;
}
.museum-structure #content .administration-section > .chief {
  cursor: pointer;
}
.museum-structure #content .administration-section > .chief:before {
  content: ' ';
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid #BBB;
  border-radius: 100%;
}
.museum-structure #content .administration-section > .chief:hover:before {
  border-color: #842b2f;
}
.museum-structure #content .administration-section.closed > .chief:before {
  background: url('../img/open.png') no-repeat center center;
}
.museum-structure #content .administration-section.closed > .chief:hover:before {
  background-image: url('../img/open_hover.png');
}
.museum-structure #content .administration-section.closed .department {
  display: none;
}
.museum-structure #content .administration-section.opened > .chief:before {
  background: url('../img/close2.png') no-repeat center center;
}
.museum-structure #content .administration-section.opened > .chief:hover:before {
  background-image: url('../img/close2_hover.png');
}
.museum-structure #content .administration-section.opened .department {
  display: block;
}
.museum-structure #content .administration-section,
.museum-structure #content .direct-section {
  position: relative;
  margin: 20px 0;
  border-top: 1px solid #BBB;
  padding-top: 20px;
}
.museum-structure #content .administration-section .chief,
.museum-structure #content .direct-section .chief,
.museum-structure #content .administration-section .person,
.museum-structure #content .direct-section .person {
  margin-bottom: 10px;
}
.museum-structure #content .administration-section .chief .photo,
.museum-structure #content .direct-section .chief .photo,
.museum-structure #content .administration-section .person .photo,
.museum-structure #content .direct-section .person .photo {
  float: left;
  width: 150px;
  min-height: 50px;
  margin-right: 25px;
}
.museum-structure #content .administration-section .chief .photo img,
.museum-structure #content .direct-section .chief .photo img,
.museum-structure #content .administration-section .person .photo img,
.museum-structure #content .direct-section .person .photo img {
  width: 150px;
  height: auto;
}
.museum-structure #content .administration-section .chief .person-info,
.museum-structure #content .direct-section .chief .person-info,
.museum-structure #content .administration-section .person .person-info,
.museum-structure #content .direct-section .person .person-info {
  float: left;
  width: 550px;
  padding-top: 15px;
}
.museum-structure #content .administration-section .chief a + .person-info,
.museum-structure #content .direct-section .chief a + .person-info,
.museum-structure #content .administration-section .person a + .person-info,
.museum-structure #content .direct-section .person a + .person-info {
  width: 400px;
}
.museum-structure #content .administration-section .chief .title,
.museum-structure #content .direct-section .chief .title,
.museum-structure #content .administration-section .person .title,
.museum-structure #content .direct-section .person .title {
  margin-bottom: 1.5ex;
  font-size: 20px;
}
.museum-structure #content .administration-section > .title,
.museum-structure #content .direct-section > .title {
  font-size: 20px;
}
.museum-structure #content .administration-section .department,
.museum-structure #content .direct-section .department {
  position: relative;
  padding: 1ex 1em 1ex 2em;
}
.museum-structure #content .administration-section .department:before,
.museum-structure #content .direct-section .department:before {
  position: absolute;
  left: 1em;
  top: 1.2ex;
  content: '•';
}
.museum-structure #content .administration-section .department:hover,
.museum-structure #content .direct-section .department:hover {
  background-color: #F2F2F2;
}
.museum-structure #content .administration-section .department .title,
.museum-structure #content .direct-section .department .title {
  font-weight: normal;
  margin-bottom: .5ex;
}
.museum-structure #content .administration-section .phones,
.museum-structure #content .direct-section .phones {
  padding: .5ex .5em .5ex 30px;
  background: url('../img/phone.png') no-repeat left center;
}
.museum-structure #content .administration-section .emails,
.museum-structure #content .direct-section .emails {
  padding: .5ex .5em .5ex 30px;
  background: url('../img/email.png') no-repeat left center;
}
.museum-structure #content .ceo .name,
.museum-structure #content .administration-section .name {
  float: left;
  font-size: 20px;
}
.museum-structure #content .person-container .position {
  margin: 1ex 0 2ex 0;
  font-size: 22px;
}
.museum-structure #content .person-container .photo img {
  max-width: 580px;
}
.museum-structure #content .person-container .contacts {
  margin: 1ex 0 2ex 0;
}
.museum-structure #content .person-container .phones {
  padding: .5ex .5em .5ex 30px;
  font-size: 22px;
  background: url('../img/phone.png') no-repeat left center;
}
.museum-structure #content .person-container .emails {
  padding: .5ex .5em .5ex 30px;
  font-size: 22px;
  background: url('../img/email.png') no-repeat left center;
}
.museum-structure #content .department-container .contacts {
  margin: 2ex 0 3ex 0;
  color: #842b2f;
  font-size: 24px;
}
.museum-structure #content .department-container .links {
  margin-top: 1.5ex;
  color: #241C1B;
  font-size: 19px;
}
.museum-structure #content .department-container .links .social {
  line-height: 27px;
}
.museum-structure #content .department-container .links .vk-link,
.museum-structure #content .department-container .links .fb-link,
.museum-structure #content .department-container .links .twitter-link,
.museum-structure #content .department-container .links .instagram-link {
  display: inline-block;
  width: 28px;
  height: 27px;
  margin-left: 10px;
  vertical-align: middle;
  background: no-repeat 0px 0px;
}
.museum-structure #content .department-container .links .vk-link:hover,
.museum-structure #content .department-container .links .fb-link:hover,
.museum-structure #content .department-container .links .twitter-link:hover,
.museum-structure #content .department-container .links .instagram-link:hover {
  background-position-y: -27px;
}
.museum-structure #content .department-container .links .vk-link {
  background-image: url('../img/vk.png');
}
.museum-structure #content .department-container .links .fb-link {
  background-image: url('../img/facebook.png');
}
.museum-structure #content .department-container .links .twitter-link {
  background-image: url('../img/twitter.png');
}
.museum-structure #content .department-container .links .instagram-link {
  background-image: url('../img/instagram.png');
}
.museum-structure #content .department-container .links .instagram-link:hover {
  background-position-y: -29px;
}
.museum-structure #content .department-container .links .other-links {
  margin-top: 1.5ex;
}
.museum-structure #content .department-container .links .other-links .link {
  margin-bottom: .5ex;
}
.museum-structure #content .department-container .chief .phones,
.museum-structure #content .department-container .staff .phones {
  margin-bottom: .5ex;
}
.museum-structure #content .department-container .chief .phones .phone,
.museum-structure #content .department-container .staff .phones .phone {
  white-space: nowrap;
}
.museum-structure #content .department-container .chief .emails .email,
.museum-structure #content .department-container .staff .emails .email {
  white-space: nowrap;
}
.museum-structure #content .department-container .chief {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  padding: 20px;
  background-color: #E5E5E5;
  font-size: 22px;
}
.museum-structure #content .department-container .chief .photo {
  float: left;
  margin-right: 20px;
}
.museum-structure #content .department-container .chief .photo img {
  max-width: 250px;
}
.museum-structure #content .department-container .chief a + .person-info {
  padding-left: 270px;
}
.museum-structure #content .department-container .chief .name {
  margin-bottom: 1ex;
  font-size: 24px;
  font-weight: normal;
}
.museum-structure #content .department-container .chief .position {
  margin-bottom: 1ex;
}
.museum-structure #content .department-container .chief .phones {
  font-size: 20px;
}
.museum-structure #content .department-container .chief .emails {
  font-size: 20px;
}
.museum-structure #content .department-container .staff {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.museum-structure #content .department-container .staff .person {
  box-sizing: border-box;
  float: left;
  width: 323px;
  margin-bottom: 12px;
  padding: 20px;
  font-size: 18px;
  background-color: #E5E5E5;
}
.museum-structure #content .department-container .staff .person:nth-child(2n + 1) {
  margin-right: 12px;
}
.museum-structure #content .department-container .staff .person .name {
  margin-bottom: 1ex;
  font-weight: normal;
}
.museum-structure #content .department-container .staff .person .position {
  margin-bottom: 1.5ex;
}
.museum-structure #content .department-container .staff .person .phones {
  margin-bottom: 1.5ex;
}
.feedback-page .info-row .records-total {
  float: left;
  padding-left: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: lighter;
  vertical-align: middle;
  color: #231f20;
}
.feedback-page .info-row .block-filters {
  float: right;
}
.feedback-page .feedback-result {
  display: none;
  margin: 20px 0 40px 0;
  padding: 1ex 10px;
  font-size: 18px;
  font-weight: lighter;
  background-color: #ededed;
}
.postback.no-errors .feedback-result {
  display: block;
}
.postback.no-errors .feedback {
  display: none;
}
.feedback {
  background-color: #ededed;
  margin-bottom: 40px;
}
.feedback .caption {
  border: none;
  margin-left: 5px;
  font-size: 26px;
  font-weight: lighter;
  color: #842b2f;
}
.feedback .caption:before {
  content: ' ';
  display: inline-block;
  width: 23px;
  height: 25px;
  margin-right: 15px;
  vertical-align: bottom;
  background: url('../img/icon-feedback.png') no-repeat;
}
.feedback input,
.feedback textarea {
  box-sizing: border-box;
  border: 1px solid #ced0d1;
  font-size: 16px;
}
.feedback .submit-td,
.feedback td.data {
  padding: 5px;
}
.feedback td.label {
  font-size: 16px;
}
.feedback .error-text {
  border: none;
  background: none;
}
.feedback .submit-td .button-wrap {
  text-align: right;
}
.feedback .submit-td .button {
  border: 1px solid #ced0d1;
  padding: .5ex 1em;
  font-size: 18px;
  color: #842b2f;
  background-color: #FFF;
}
.hist-calendar-list #content .mode-control {
  position: relative;
  z-index: 10;
  float: right;
  margin-bottom: 10px;
  text-align: right;
}
.hist-calendar-list #content .mode-control .mode {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 1ex 1em;
  font-size: 16px;
  color: #231f20;
  background-color: #ededed;
  cursor: pointer;
}
.hist-calendar-list #content .mode-control .mode:hover,
.hist-calendar-list #content .mode-control .mode.current {
  color: #FFF;
  background-color: #842b2f;
}
.hist-calendar-list #content .info {
  margin-bottom: 3ex;
  font-size: 18px;
}
.hist-calendar-list #content .info p {
  margin-bottom: 1ex;
  font-size: 18px;
  font-weight: lighter;
}
.hist-calendar-list #content .events-container {
  position: relative;
}
.hist-calendar-list #content .sticky {
  width: 200px;
}
.hist-calendar-list #content .events-timeline {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  margin-top: -40px;
  padding: 1ex 1.5em;
  font-size: 16px;
  font-weight: normal;
  color: #231f20;
  background-color: #ededed;
}
.hist-calendar-list #content .events-timeline.sf--active {
  margin-top: 0;
}
.hist-calendar-list #content .events-timeline ol {
  position: relative;
  padding-left: 1.5em;
}
.hist-calendar-list #content .events-timeline ol:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #231f20;
  transform: translateX(-1px);
}
.hist-calendar-list #content .events-timeline ol > li {
  position: relative;
  margin: 1.5ex 0;
  cursor: pointer;
}
.hist-calendar-list #content .events-timeline ol > li:before {
  content: ' ';
  box-sizing: content-box;
  position: absolute;
  top: .5ex;
  left: -2em;
  display: block;
  border-radius: 100%;
  border: 2px solid #231f20;
  width: 8px;
  height: 8px;
  background-color: #ededed;
  transform: translateX(2px);
}
.hist-calendar-list #content .events-timeline ol > li.current,
.hist-calendar-list #content .events-timeline ol > li:hover {
  color: #842b2f;
}
.hist-calendar-list #content .events-timeline ol > li.current:before,
.hist-calendar-list #content .events-timeline ol > li:hover:before {
  background-color: #842b2f;
}
.hist-calendar-list #content .events {
  position: relative;
  width: 700px;
  margin-left: 230px;
  padding-bottom: 20px;
}
.hist-calendar-list #content .events:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #231f20;
  transform: translateX(-2px);
}
.hist-calendar-list #content .events .event {
  position: relative;
  display: inline-block;
  width: 300px;
  margin: 0 0 60px 0;
  background-color: #ededed;
}
.hist-calendar-list #content .events .event:first-child {
  margin-top: 0;
}
.hist-calendar-list #content .events .event:before {
  content: ' ';
  box-sizing: content-box;
  position: absolute;
  top: 13.6px;
  display: block;
  border-radius: 100%;
  border: 3px solid #ffffff;
  width: 8px;
  height: 8px;
  background-color: #231f20;
}
.hist-calendar-list #content .events .event:after {
  content: ' ';
  position: absolute;
  top: 8px;
  font-size: 0;
  border: 14px solid transparent;
}
.hist-calendar-list #content .events .event:nth-child(odd) {
  float: left;
  clear: left;
}
.hist-calendar-list #content .events .event:nth-child(odd):before {
  right: -57px;
}
.hist-calendar-list #content .events .event:nth-child(odd):after {
  right: -28px;
  border-left-color: #ededed;
}
.hist-calendar-list #content .events .event:nth-child(even) {
  float: right;
  clear: right;
  margin-top: 60px;
}
.hist-calendar-list #content .events .event:nth-child(even):before {
  left: -57px;
}
.hist-calendar-list #content .events .event:nth-child(even):after {
  left: -28px;
  border-right-color: #ededed;
}
.hist-calendar-list #content .events .event.annual {
  background-color: #e3c6a4;
}
.hist-calendar-list #content .events .event.annual:before {
  background-color: #e3c6a4;
}
.hist-calendar-list #content .events .event.annual:nth-child(odd):after {
  border-left-color: #e3c6a4;
}
.hist-calendar-list #content .events .event.annual:nth-child(even):after {
  border-right-color: #e3c6a4;
}
.hist-calendar-list #content .events .event.current,
.hist-calendar-list #content .events .event:hover {
  background-color: #842b2f;
}
.hist-calendar-list #content .events .event.current:before,
.hist-calendar-list #content .events .event:hover:before {
  background-color: #842b2f;
}
.hist-calendar-list #content .events .event.current:nth-child(odd):after,
.hist-calendar-list #content .events .event:hover:nth-child(odd):after {
  border-left-color: #842b2f;
}
.hist-calendar-list #content .events .event.current:nth-child(even):after,
.hist-calendar-list #content .events .event:hover:nth-child(even):after {
  border-right-color: #842b2f;
}
.hist-calendar-list #content .events .event.current .dates,
.hist-calendar-list #content .events .event:hover .dates,
.hist-calendar-list #content .events .event.current .title,
.hist-calendar-list #content .events .event:hover .title {
  color: #FFF;
}
.hist-calendar-list #content .events .event a {
  text-decoration: none;
}
.hist-calendar-list #content .events .event .image img {
  width: 100%;
  height: auto;
}
.hist-calendar-list #content .events .event .dates {
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #231f20;
}
.hist-calendar-list #content .events .event .title {
  padding: 0px 15px 15px 15px;
  font-size: 16px;
  font-weight: lighter;
  color: #231f20;
}
.hist-calendar-list #content .events .month {
  clear: both;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
  padding: 1ex .5em;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #231f20;
  background-color: #FFF;
}
.hist-calendar-event .section-title {
  margin-bottom: 1ex;
  font-size: 20px;
  font-weight: normal;
}
.hist-calendar-event .section-description {
  margin-bottom: 3ex;
  font-size: 18px;
  font-weight: lighter;
}
.hist-calendar-event .section-description p {
  margin-bottom: 1ex;
}
.hist-calendar-event .authors .info {
  margin-bottom: 3ex;
  font-size: 18px;
  font-weight: lighter;
}
.hist-calendar-event .event-links-block .caption {
  margin-bottom: 2ex;
  font-size: 18px;
  font-weight: lighter;
}
.hist-calendar-event .event-links-block .links {
  font-size: 16px;
  font-weight: lighter;
}
.hist-calendar-event .event-links-block .links > li {
  margin-bottom: 1.5ex;
}

.mincult {
	position:absolute;
    left: 10px;
    bottom: 0;
}

.version {
	display: inline;
	text-decoration: none;
	border: 1px solid #842b2f;
	height: 35px;
	width: 177px;
	z-index: 3;
	float: left;
    margin-right: 25px;
	position: absolute;
    left: 555px;
	    margin-top: 7px;
}

.version span:nth-of-type(1) {
	background: #842b2f;
	color: white;
	display: inline;
	float: left;
	height: 100%;
	width: 35px;
	font-size: 22px;
	/*font-weight: bold;*/
	text-align: center;
	line-height: 33px;
	
}

.version span:nth-of-type(2) {
	display: inline;
	font-size: 14px;
	width: 132px;
	float: left;
	padding-left: 10px;
}

.version span:nth-of-type(2):hover {
	text-decoration: underline;
}

hr.clear {clear:both;float:none;width:100%;height:1px;background:transparent;border:0;}