/* reset css */
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
fieldset,
img,
a img,
:link img,
:visited img,
iframe,
form {
  border: none;
}
:link,
:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
}
ol,
ul,
li {
  list-style: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.0em;
}
a,
ins {
  text-decoration: none;
}
:focus {
  outline: 0;
}
button,
figure,
img {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
a {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input::-ms-browse,
input::-ms-clear,
input::-ms-reveal {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
* {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
/* utils */
a:visited {
  color: inherit;
}
.hidden {
  display: none !important;
}
.centered {
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*[data-tooltip]::after {
  position: absolute;
  content: attr(data-tooltip);
  padding: 8px;
  max-width: 120px;
  line-height: 1em;
  text-align: left;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  background: #000000;
  background: transparent \9;
  background: rgba(0, 0, 0, 0.6);
  zoom: 1;
  z-index: 1000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.no-touch *[data-tooltip]:hover::after {
  visibility: visible;
  -webkit-animation-name: fadeInOut;
  animation-name: fadeInOut;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
ul li {
  vertical-align: top;
}
.cs-image-container {
  position: relative;
  text-align: center;
}
.cs-image-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cs-image {
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  vertical-align: middle;
}
@font-face {
  font-family: 'NotoSerif';
  src: url('../fonts/Noto_Serif/NotoSerif-Regular.eot') format('eot');
  src: url('../fonts/Noto_Serif/NotoSerif-Regular.eot?#iefix') format("embedded-opentype"), url('../fonts/Noto_Serif/NotoSerif-Regular.woff') format('woff'), url('../fonts/Noto_Serif/NotoSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSerifBold';
  src: url('../fonts/Noto_Serif/NotoSerif-Bold.eot') format('eot');
  src: url('../fonts/Noto_Serif/NotoSerif-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/Noto_Serif/NotoSerif-Bold.woff') format('woff'), url('../fonts/Noto_Serif/NotoSerif-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url('../fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
button.close,
button[value=close] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
button.close:after,
button[value=close]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -60px -20px;
  width: 10px;
  height: 10px;
}
.type-icon {
  width: 77px;
  height: 77px;
}
.type-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-entities.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.type-icon[data-entity-type=INDEX]:before {
  background-position: 0 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=OPERA]:before {
  background-position: -77px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=CHARACTER]:before {
  background-position: -539px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=PRODUCTION]:before {
  background-position: -385px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=PERFORMANC]:before {
  background-position: -308px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=PERSON]:before {
  background-position: -231px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=OBJECT]:before {
  background-position: -462px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=NEWS]:before {
  background-position: -154px 0;
  width: 77px;
  height: 77px;
}
.type-icon[data-entity-type=BALET]:before {
  background-position: -616px 0;
  width: 77px;
  height: 77px;
}
.loader {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.loader .icon {
  width: 100%;
  height: 20px;
  display: block;
  margin-top: 20px;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-position: center;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
}
::-webkit-scrollbar:vertical {
  width: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
}
::-webkit-scrollbar {
  background-color: #efefef;
}
::-webkit-scrollbar-thumb {
  background-color: #803339;
}
input,
input:invalid,
input:-moz-submit-invalid,
input:required,
input:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.uc-bar[data-mode=vertical] {
  height: 5px;
}
.uc-bar[data-mode=horyzontal] {
  height: 5px;
}
.uc-bar-substrata {
  background-color: #dbdbdb;
}
.uc-bar-slider {
  background-color: #ad7a1e;
}
*[data-tooltip]::after {
  background-color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: .9rem;
}
a,
button {
  cursor: pointer;
}
a *,
button * {
  cursor: pointer;
}
.f_fb {
  position: relative;
  display: inline-block;
}
.f_fb:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
.f_fb-header {
  position: relative;
  border-bottom: 1px solid #bababa;
}
.f_fb-header-toggler,
.f_fb-header-reset {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50px;
  cursor: pointer;
}
.f_fb-header-toggler *,
.f_fb-header-reset * {
  cursor: pointer;
}
.f_fb-header-reset {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.f_fb-header-reset:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -40px -20px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.f_fb-title {
  display: none;
}
.f_fb.checked .f_fb-header-reset {
  opacity: 1;
}
.f_fb-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #bababa;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
}
.no-touch .f_fb-input:hover,
.no-touch .f_fb-input:active,
.no-touch .f_fb-input:focus,
.touch .f_fb-input:focus,
.touch .f_fb-input:active {
  border-color: #ad7a1e;
}
.f_fb-input.invisible {
  padding: 15px 50px 5px 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border: 1px solid transparent;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.no-touch .f_fb-input.invisible:hover,
.no-touch .f_fb-input.invisible:active,
.no-touch .f_fb-input.invisible:focus,
.touch .f_fb-input.invisible:focus,
.touch .f_fb-input.invisible:active {
  background-color: #ffffff;
  border: 1px solid #ad7a1e;
}
.f_fb-input.invisible::-webkit-input-placeholder {
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}
.f_fb-input.invisible::-moz-placeholder {
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}
.f_fb-input.invisible:-moz-placeholder {
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}
.f_fb-input.invisible:-ms-input-placeholder {
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}
.f_fb-input:focus ~ .f_fb-input-placeholder,
.f_fb-input:not(:focus):valid ~ .f_fb-input-placeholder {
  top: 0;
  font-size: .85rem;
}
.f_fb-input-placeholder {
  position: absolute;
  pointer-events: none;
  top: 18px;
  left: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #803339;
  font-size: .9rem;
}
.f_fb-input-hidden {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border: none;
  outline: none;
  background: 0;
  z-index: 1;
}
.f_fb-input-icon {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #ffffff;
  border: 1px solid #dadada;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.f_fb-warning {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 10px;
  box-sizing: border-box;
  z-index: 2;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  color: #803339;
  background-color: #ffffff;
  border: 2px solid #803339;
}
.f_fb-warning:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 15px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #803339;
}
.f_fb-warning label {
  display: inline-block;
  padding: 5px 10px;
  white-space: pre-line;
}
.f_fb-warning-submit {
  float: right;
  color: #ffffff;
  background-color: #803339;
  padding: 5px 10px;
}
.f_fb-warning-submit:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -50px -20px;
  width: 10px;
  height: 10px;
}
.f_fb-loader {
  position: absolute;
  top: 0;
  left: -30px;
}
.f_fb-loader .icon {
  display: inline-block;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-position: center;
}
.f_fb-operands {
  position: absolute;
  top: 15px;
  right: -50px;
  display: inline-block;
  width: 42px;
  height: 44px;
}
.f_fb-operands button {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-size: .9rem;
  font-size: .85rem;
  z-index: 1;
  color: #803339;
  text-decoration: none;
  cursor: pointer;
}
.no-touch .f_fb-operands button:hover {
  color: #ad7a1e;
  text-decoration: none;
}
.f_fb-operands button span {
  display: inline-block;
  position: absolute;
  top: 0;
}
.f_fb-operands button[value=or] {
  left: 0;
}
.f_fb-operands button[value=or] span {
  left: 0;
  text-align: left;
}
.f_fb-operands button[value=and] {
  right: 0;
}
.f_fb-operands button[value=and] span {
  right: 0;
  text-align: right;
}
.f_fb-operands-bar {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 42px;
  height: 17px;
  background-color: #bababa;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.no-touch .f_fb-operands-bar:hover,
.touch .f_fb-operands-bar:active {
  background-color: #7d7d7d;
}
.f_fb-operands-bar-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.f_fb[data-operand=and] .f_fb-operands-bar {
  background-color: #ad7a1e;
}
.f_fb[data-operand=and] .f_fb-operands-bar-slider {
  left: 27px;
}
.f_ddl,
.f_ddb {
  /*&:not([data-type=text]){
        .f_fb-input{
            .calc(width, ~"100% - @{input-height}");
        }
    }*/
}
.f_ddl-header,
.f_ddb-header {
  position: relative;
  border-bottom: 1px solid #bababa;
}
.f_ddl-header-toggler,
.f_ddb-header-toggler {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.f_ddl-header-toggler *,
.f_ddb-header-toggler * {
  cursor: pointer;
}
.f_ddl-header-toggler .icon,
.f_ddb-header-toggler .icon {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -10px;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.f_ddl-selected-wrapper,
.f_ddb-selected-wrapper {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-right: 5px;
}
.f_ddl-selected-wrapper .f_fb-header-reset,
.f_ddb-selected-wrapper .f_fb-header-reset {
  width: 42px;
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  border-left: 1px solid #bababa;
}
.f_ddl-selected li,
.f_ddb-selected li {
  position: relative;
  display: inline;
  color: #000000;
  font-size: .9rem;
  font-size: .85rem;
  margin-right: .5em;
  line-height: 2em;
  padding: .2em .5em;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  cursor: pointer;
  color: #ffffff;
  background-color: #ad7a1e;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.f_ddl-selected li *,
.f_ddb-selected li * {
  cursor: pointer;
}
.no-touch .f_ddl-selected li:hover,
.touch .f_ddl-selected li:active,
.no-touch .f_ddb-selected li:hover,
.touch .f_ddb-selected li:active {
  background-color: #d4af37;
}
.f_ddl-selected li button[value=reset],
.f_ddb-selected li button[value=reset] {
  position: relative;
  display: inline-block;
}
.f_ddl-selected li button[value=reset]:after,
.f_ddb-selected li button[value=reset]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -50px -20px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
}
.f_ddl-list-wrapper,
.f_ddb-list-wrapper {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
}
.f_ddl-list-wrapper:empty,
.f_ddb-list-wrapper:empty {
  display: none !important;
}
.f_ddl-list,
.f_ddb-list {
  max-height: 400px;
  overflow-y: auto;
}
.f_ddl-list li,
.f_ddb-list li {
  display: block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  padding: 8px 10px;
  margin-bottom: 1px;
  cursor: pointer;
}
.f_ddl-list li *,
.f_ddb-list li * {
  cursor: pointer;
}
.f_ddl-list li.selected,
.f_ddb-list li.selected {
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}
.f_ddl-list li.selected .icon,
.f_ddb-list li.selected .icon {
  background-color: #ad7a1e;
}
.f_ddl-list li.selected .icon:after,
.f_ddb-list li.selected .icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -54px 0;
  width: 14px;
  height: 11px;
  margin-top: -5px;
  margin-left: 1px;
}
.f_ddl-list li.focused:not(.selected),
.no-touch .f_ddl-list li:hover:not(.selected),
.touch .f_ddl-list li:active:not(.selected),
.f_ddb-list li.focused:not(.selected),
.no-touch .f_ddb-list li:hover:not(.selected),
.touch .f_ddb-list li:active:not(.selected) {
  background-color: #efefef;
}
.f_ddl-list li .icon,
.f_ddb-list li .icon {
  display: block;
  float: right;
  margin: 0 10px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.f_ddl-list li label,
.f_ddb-list li label {
  display: block;
  overflow: hidden;
}
.f_ddl[data-toggle-mode=on] .f_ddl-header-toggler .arrow .icon,
.f_ddb[data-toggle-mode=on] .f_ddl-header-toggler .arrow .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.f_ddl[data-toggle-mode=on] .f_ddl-list-wrapper,
.f_ddb[data-toggle-mode=on] .f_ddl-list-wrapper {
  display: block;
}
.f_ddl[data-type=text] .f_ddl-list li .icon,
.f_ddb[data-type=text] .f_ddl-list li .icon {
  display: none;
}
.f_ddl[data-operand] .f_ddl-selected li .operand-thumb-title,
.f_ddb[data-operand] .f_ddl-selected li .operand-thumb-title {
  color: #f7d568;
}
.no-touch .f_ddl[data-operand] .f_ddl-selected li:hover .operand-thumb-title,
.touch .f_ddl[data-operand] .f_ddl-selected li:active .operand-thumb-title,
.no-touch .f_ddb[data-operand] .f_ddl-selected li:hover .operand-thumb-title,
.touch .f_ddb[data-operand] .f_ddl-selected li:active .operand-thumb-title {
  color: #ffffff;
}
.f_ddl[data-operand] .f_ddl-selected li:first-child .operand-thumb-title,
.f_ddb[data-operand] .f_ddl-selected li:first-child .operand-thumb-title {
  display: none;
}
.f_ddb-list li.focused:not(.selected),
.no-touch .f_ddb-list li:hover:not(.selected),
.touch .f_ddb-list li:active:not(.selected) {
  background-color: #efefef;
}
.f_ddb[data-toggle-mode=on] .f_ddb-header-toggler .arrow .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.f_ddb[data-toggle-mode=on] .f_ddb-list-wrapper {
  display: block;
}
.f_fc .f_fb-title {
  display: block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #803339;
  font-size: .9rem;
  margin: 22px 0 0 10px;
}
.f_fc .f_fb-header-reset {
  right: -30px;
}
.f_fc-parts {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  margin-top: 5px;
}
.f_fc-parts-thumb {
  position: relative;
  display: inline-block;
}
.f_fc-parts-thumb:first-child {
  margin-right: 10px;
}
.f_fc-parts-thumb-prefix {
  display: inline-block;
  height: 50px;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #7d7d7d;
}
.f_fc-parts-thumb .f_fb-input {
  width: 113px;
  padding: 15px 28px 5px 8px;
}
.f_fc-parts-thumb:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -145px -15px;
  width: 17px;
  height: 17px;
}
.f_fc-parts-thumb-form {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  padding: 20px 20px 25px;
  background-color: #ffffff;
  border: 1px solid #dadada;
}
.f_fc-datepicker {
  position: relative;
}
.f_fc-datepicker button[value=close] {
  top: -20px;
  right: -20px;
}
.f_fc-datepicker-header {
  line-height: 25px;
  margin-bottom: 10px;
}
.f_fc-datepicker-month {
  display: inline-block;
}
.f_fc-datepicker-month-nav {
  display: inline-block;
  position: absolute;
  width: 120px;
}
.f_fc-datepicker-month-nav-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
}
.f_fc-datepicker-month-nav-btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -179px 0;
  width: 11px;
  height: 9px;
  margin-top: -4px;
}
.f_fc-datepicker-month-nav-btn:disabled {
  opacity: .4;
}
.f_fc-datepicker-month-nav-btn[value="1"] {
  float: right;
}
.f_fc-datepicker-month-nav-btn[value="1"]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.f_fc-datepicker-month-nav-btn[value="-1"]:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.f_fc-datepicker-month-title {
  display: inline-block;
  text-transform: capitalize;
  color: #803339;
  width: 70px;
  margin: 0 40px 0 25px;
  text-align: center;
}
.f_fc-datepicker-year {
  position: relative;
  display: inline-block;
}
.f_fc-datepicker-year-title {
  font-size: 1.5em;
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}
.f_fc-datepicker-year .arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -179px 0;
  width: 11px;
  height: 9px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: -6px;
}
.f_fc-datepicker-year ul {
  position: absolute;
  top: 25px;
  left: 0;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  z-index: 10;
}
.f_fc-datepicker-year ul li {
  padding: 5px;
}
.f_fc-datepicker-year ul li.selected {
  color: #ffffff;
  background-color: #803339;
}
.f_fc-datepicker-year ul li:not(.selected):hover {
  color: #ffffff;
  background-color: #ad7a1e;
}
.f_fc-datepicker-year[data-toggle-mode=on] .arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.f_fc-datepicker-year[data-toggle-mode=on] ul {
  display: block;
}
.f_fc-datepicker-day table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.f_fc-datepicker-day table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.f_fc-datepicker-day table thead tr th {
  color: #7d7d7d;
  text-align: center;
}
.f_fc-datepicker-day table tbody tr:empty {
  display: none;
}
.f_fc-datepicker-day table tbody td button {
  border: 1px solid #dadada;
}
.f_fc-datepicker-day table tbody td button:disabled,
.f_fc-datepicker-day table tbody td button.disabled {
  color: #7d7d7d !important;
}
.f_fc-datepicker-day table tbody td button:not(:disabled):hover,
.f_fc-datepicker-day table tbody td button:not(.disabled):hover {
  border-color: #ad7a1e;
  z-index: 1;
}
.f_fc-datepicker-day table tbody td span {
  display: inline-block;
  border: 1px solid transparent;
  width: 25px;
  height: auto;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
}
.f_fc-datepicker-day table th span,
.f_fc-datepicker-day table td button {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  vertical-align: top;
  margin: -1px 0 0 -1px;
}
.f_fc-datepicker-day table tbody td {
  vertical-align: top;
}
.f_fc-datepicker-day table tbody td button {
  border: 1px solid #dadada;
  color: #803339;
}
.f_fc-datepicker-day table tbody td button.interval-edge {
  color: #ffffff;
  background-color: #ad7a1e;
}
.f_fc-datepicker-day table tbody td button.interval-edge.disabled {
  color: #ffffff;
  background-color: #dbdbdb;
}
.f_fc-datepicker-day table tbody td button.interval-inside {
  color: #ffffff;
  background-color: #ad7a1e;
}
.f_fc-datepicker-day table tbody td button.interval-inside.disabled {
  color: #ffffff;
  background-color: #dbdbdb;
}
.f_fc-datepicker-day table tbody td button:disabled,
.f_fc-datepicker-day table tbody td button.disabled {
  color: #7d7d7d;
}
.f_fc-datepicker-day table tbody td span {
  border: 1px solid transparent;
  margin: 0 auto;
}
.chkbx {
  vertical-align: middle;
  cursor: pointer;
  width: 200px;
  height: auto;
  vertical-align: top;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  padding-top: 16px;
}
.chkbx * {
  cursor: pointer;
}
.chkbx-input:checked ~ .chkbx-label {
  color: #803339;
}
.chkbx-input:checked ~ .chkbx-icon {
  background-color: #ad7a1e;
}
.chkbx-input:checked ~ .chkbx-icon .icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -54px 0;
  width: 14px;
  height: 11px;
  margin-top: -4px;
}
.chkbx-label {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #803339;
  font-size: .9rem;
}
.no-touch .chkbx:hover .chkbx-input:not(:checked) ~ .chkbx-icon,
.touch .chkbx:active .chkbx-input:not(:checked) ~ .chkbx-icon {
  border-color: #ad7a1e;
}
.f_fi .f_fb-title {
  display: block;
  text-align: center;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  color: #803339;
  font-size: .9rem;
}
.f_fi-range {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  margin-bottom: 25px;
}
.f_fi-range-legenda {
  position: relative;
  margin-bottom: 5px;
}
.f_fi-range-legenda-text {
  margin-bottom: 1.5em;
}
.f_fi-range-legenda-text:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
.f_fi-range-legenda-text-thumb {
  display: inline-block;
}
.f_fi-range-legenda-text-thumb[data-value=min] {
  float: left;
  text-align: left;
}
.f_fi-range-legenda-text-thumb[data-value=max] {
  float: right;
  text-align: right;
}
.f_fi-range-legenda-text-thumb[data-value=zerro] {
  position: absolute;
  color: #ad7a1e;
}
.f_fi-range-legenda-points {
  position: relative;
  height: 8px;
}
.f_fi-range-legenda-points-thumb {
  position: absolute;
  display: block;
  width: 1px;
  height: 8px;
  background-color: #7d7d7d;
}
.f_fi-range-legenda-points-thumb[data-value="0"] {
  width: 2px;
  background-color: #ad7a1e;
}
.f_fi-range-legenda-points-thumb[data-value="0"] .f_fi-range-legenda-points-thumb-title {
  display: none !important;
}
.f_fi-range-legenda-points-thumb-title {
  position: absolute;
  display: none;
  top: -20px;
  left: -15px;
  width: 30px;
  text-align: center;
  font-size: .7rem;
  color: #7d7d7d;
}
.f_fi-range-legenda-points-thumb-title[data-left='true'] {
  display: none;
}
.f_fi-range-legenda-points-thumb[data-round="true"] .f_fi-range-legenda-points-thumb-title,
.f_fi-range-legenda-points-thumb[data-negative="false"]:nth-last-child(-n+2) .f_fi-range-legenda-points-thumb-title {
  display: block;
}
.f_fi-range-legenda-points-thumb[data-lesser="true"] .f_fi-range-legenda-points-thumb-title {
  display: none !important;
}
.f_fi-range-bar {
  height: 8px;
}
.f_fi-range-bar .uc-range-bar {
  height: 100%;
}
.f_fi-range-bar .uc-range-bar .uc-bar-substrata {
  background-color: #dbdbdb;
}
.f_fi-range-bar .uc-range-bar .uc-bar-valued {
  background-color: #ad7a1e;
}
.f_fi-range-bar .uc-range-bar .uc-bar-slider {
  top: -3px !important;
  background-color: #ffffff;
  border: 3px solid #dbdbdb;
  width: 14px !important;
  height: 14px !important;
  overflow: visible;
}
.f_fi-range-bar .uc-range-bar .uc-bar-slider.min .uc-bar-slider-hint {
  top: -19px;
  left: auto;
  right: -3px;
}
.f_fi-range-bar .uc-range-bar .uc-bar-slider.active {
  border-color: #803339;
}
.f_fi-range-bar .uc-range-bar .uc-bar-slider-hint {
  position: absolute;
  top: 12px;
  left: -3px;
  color: #000000;
  background-color: #dbdbdb;
  padding: 0 2px;
  white-space: nowrap;
  z-index: 1;
  display: block;
  font-size: .7rem;
}
.f_fi-range-bar .uc-range-bar .uc-bar-area {
  height: 300% !important;
}
.f_fi-parts {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  text-align: center;
  vertical-align: top;
}
.f_fi-parts-thumb {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.f_fi-parts-thumb[data-value=max] {
  margin-left: 15px;
}
.f_fi-parts-thumb-prefix {
  vertical-align: middle;
  margin-right: 15px;
}
.f_fi-parts-thumb-input {
  text-align: center;
  width: 100px;
  padding: 0 10px;
  vertical-align: middle;
}
.f_fi-parts-thumb-input.invalid {
  border-color: #803339;
  color: #803339;
}
.f_fi-error {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: top;
  color: #803339;
}
#searcher-header:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
#searcher-header-query-wrapper {
  display: block;
  float: left;
  width: calc(100% - 220px - 20px);
  width: -moz-calc(100% - 220px - 20px);
  width: -webkit-calc(100% - 220px - 20px);
}
#searcher-header-query {
  position: relative;
  margin: 0;
  display: block;
}
#searcher-header-query .f_ddl-header,
#searcher-header-query .f_ddb-header {
  border: none;
}
#searcher-header-query .f_ddl-header:before,
#searcher-header-query .f_ddb-header:before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -115px 0;
  width: 23px;
  height: 23px;
  pointer-events: none;
}
#searcher-header-query .f_fb-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  padding-right: 150px;
}
#searcher-header-query button[value=submit],
#searcher-header-query button[value=clear] {
  display: inline-block;
  position: absolute;
  width: 142px;
  height: 46px;
  top: 7px;
  background-color: #803339;
}
#searcher-header-query button[value=submit] {
  right: 7px;
  background-color: #803339;
  color: #ffffff;
}
.no-touch #searcher-header-query button[value=submit]:hover,
.touch #searcher-header-query button[value=submit]:active {
  background-color: #b23b41;
}
#searcher-header-query button[value=clear] {
  right: 156px;
  background-color: #ffffff;
  color: #ad7a1e;
  border: 1px solid #803339;
  opacity: 1;
}
.no-touch #searcher-header-query button[value=clear]:hover,
.touch #searcher-header-query button[value=clear]:active {
  color: #ffffff;
  background-color: #b23b41;
}
#searcher-header-query button[value=clear]:disabled {
  display: none;
}
#searcher-header-query button[value=clear]:after {
  content: none;
}
#searcher-header-query-mode-wrapper:empty {
  display: none;
}
#searcher-header-query-mode {
  margin-top: 10px;
}
#searcher-header-query-mode-title {
  display: block;
  float: left;
  margin-right: 20px;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
}
#searcher-header-query-mode-title:after {
  content: ":";
}
#searcher-header-query-mode ul {
  display: block;
  overflow: hidden;
}
#searcher-header-query-mode ul .radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 200px;
  vertical-align: top;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  margin-right: 20px;
}
#searcher-header-query-mode ul .radio * {
  cursor: pointer;
}
#searcher-header-query-mode ul .radio-input:checked ~ .radio-label {
  color: #803339;
}
#searcher-header-query-mode ul .radio-input:checked ~ .radio-icon {
  background-color: #ad7a1e;
}
#searcher-header-query-mode ul .radio-input:checked ~ .radio-icon .icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  vertical-align: top;
}
#searcher-header-query-mode ul .radio-label {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #803339;
  font-size: .9rem;
}
#searcher-header-query-mode ul .radio-input-hidden {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border: none;
  outline: none;
  background: 0;
  z-index: 1;
}
#searcher-header-query-mode ul .radio-icon {
  position: relative;
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #ffffff;
  border: 1px solid #dadada;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  vertical-align: middle;
  margin-right: 10px;
}
.no-touch #searcher-header-query-mode ul .radio:hover .radio-input:not(:checked) ~ .radio-icon,
.touch #searcher-header-query-mode ul .radio:active .radio-input:not(:checked) ~ .radio-icon {
  border-color: #ad7a1e;
}
#searcher-header-form-toggler-wrapper {
  position: relative;
  display: block;
  float: right;
  width: 220px;
  height: 60px;
  line-height: 60px;
  border: none;
}
#searcher-header-form-toggler {
  position: relative;
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  color: #803339;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 20px;
}
.no-touch #searcher-header-form-toggler:hover {
  color: #b23b41;
  text-decoration: none;
}
#searcher-header-form-toggler .arrow {
  margin-left: .5em;
}
#searcher-header-form-toggler .arrow .icon {
  background-position: 0 -20px;
  width: 16px;
  height: 10px;
}
#searcher-header-thumbs {
  clear: both;
  padding-top: 20px;
}
#searcher-header[data-toggle-mode=on] form[data-toggle-mode=off] .f_ddl-list-wrapper {
  display: none;
}
#searcher-form-wrapper {
  display: none;
  clear: both;
  background-color: #efefef;
}
#searcher-form-wrapper #searcher-form-close {
  display: none;
}
#searcher-form {
  padding: 0 0 20px;
}
#searcher-form-thumbs {
  vertical-align: top;
}
#searcher-form-thumbs form {
  margin-bottom: 50px !important;
  vertical-align: top;
}
#searcher-form .searcher-form-controls {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#searcher-form .searcher-form-controls-clear,
#searcher-form .searcher-form-controls-submit {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  color: #ad7a1e;
  font-size: .9rem;
  font-family: OpenSansSemiBold, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: .3em .5em;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: auto;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  vertical-align: middle;
}
#searcher-form .searcher-form-controls-clear:disabled,
#searcher-form .searcher-form-controls-submit:disabled {
  opacity: .5;
}
.no-touch #searcher-form .searcher-form-controls-clear:not(:disabled):hover,
.no-touch #searcher-form .searcher-form-controls-submit:not(:disabled):hover,
.touch #searcher-form .searcher-form-controls-clear:not(:disabled):active,
.touch #searcher-form .searcher-form-controls-submit:not(:disabled):active {
  color: #ffffff;
  background-color: #b23b41;
}
#searcher-form .searcher-form-controls-clear {
  border: 1px solid #ad7a1e;
}
#searcher-form .searcher-form-controls-submit {
  background-color: #803339;
  color: #ffffff;
}
#searcher-header-thumbs form,
#searcher-form-thumbs form {
  margin: 0 90px 0 0;
}
#searcher-header-thumbs form[data-type=interval],
#searcher-form-thumbs form[data-type=interval] {
  width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  margin-right: 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#searcher-header-thumbs form:not([data-type=interval]),
#searcher-form-thumbs form:not([data-type=interval]) {
  width: calc(33.3% - 90px);
  width: -moz-calc(33.3% - 90px);
  width: -webkit-calc(33.3% - 90px);
}
#searcher-header-thumbs .f_ddl-header-toggler .icon,
#searcher-form-thumbs .f_ddl-header-toggler .icon,
#searcher-header-thumbs .f_ddb-header-toggler .icon,
#searcher-form-thumbs .f_ddb-header-toggler .icon {
  margin-top: 3px;
}
#searcher-footer-wrapper {
  margin-top: 10px;
}
#searcher-footer {
  position: relative;
}
#searcher-footer-info {
  padding-bottom: 10px;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  clear: both;
}
#searcher-footer-info:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
#searcher-footer-info p,
#searcher-footer-info .p {
  position: relative;
  padding: 5px 0;
  line-height: 2;
}
#searcher-footer-info p .key,
#searcher-footer-info .p .key {
  display: block;
  float: left;
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  margin-right: 1em;
}
#searcher-footer-info p .key:after,
#searcher-footer-info .p .key:after {
  content: ":";
}
#searcher-footer-info p .value,
#searcher-footer-info .p .value {
  display: block;
  position: relative;
  padding-left: 10px;
}
#searcher-footer-info p .value .searcher-footer-info-group,
#searcher-footer-info .p .value .searcher-footer-info-group {
  display: inline;
  margin-right: 1em;
}
#searcher-footer-info p .value .searcher-footer-info-group:last-child,
#searcher-footer-info .p .value .searcher-footer-info-group:last-child {
  margin-right: 0;
}
#searcher-footer-info p .value .searcher-footer-info-group[data-type=checkbox],
#searcher-footer-info .p .value .searcher-footer-info-group[data-type=checkbox] {
  margin-right: 1em !important;
}
#searcher-footer-info p .value .searcher-footer-info-group[data-type=checkbox] .searcher-footer-info-group-title,
#searcher-footer-info .p .value .searcher-footer-info-group[data-type=checkbox] .searcher-footer-info-group-title {
  display: none;
}
#searcher-footer-info p .value .searcher-footer-info-group-title,
#searcher-footer-info .p .value .searcher-footer-info-group-title {
  color: #000000;
  margin-right: .3em;
}
#searcher-footer-info p .value .searcher-footer-info-group-title:after,
#searcher-footer-info .p .value .searcher-footer-info-group-title:after {
  content: ":";
}
#searcher-footer-info p .value .searcher-footer-info-group-value,
#searcher-footer-info .p .value .searcher-footer-info-group-value {
  margin-right: .3em;
  padding: 2px 8px;
  font-size: .85rem;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background-color: #ad7a1e;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
#searcher-footer-info p .value .searcher-footer-info-group-value button[value=reset],
#searcher-footer-info .p .value .searcher-footer-info-group-value button[value=reset] {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-left: .3em;
}
#searcher-footer-info p .value .searcher-footer-info-group-value button[value=reset]:after,
#searcher-footer-info .p .value .searcher-footer-info-group-value button[value=reset]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -50px -20px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
}
.no-touch #searcher-footer-info p .value .searcher-footer-info-group-value:hover,
.no-touch #searcher-footer-info .p .value .searcher-footer-info-group-value:hover,
.touch #searcher-footer-info p .value .searcher-footer-info-group-value:active,
.touch #searcher-footer-info .p .value .searcher-footer-info-group-value:active {
  background-color: #d4af37;
}
.no-touch #searcher-footer-info p .value .searcher-footer-info-group-value:hover .operand-thumb-title,
.no-touch #searcher-footer-info .p .value .searcher-footer-info-group-value:hover .operand-thumb-title,
.touch #searcher-footer-info p .value .searcher-footer-info-group-value:active .operand-thumb-title,
.touch #searcher-footer-info .p .value .searcher-footer-info-group-value:active .operand-thumb-title {
  color: #ffffff;
}
#searcher-footer-info p .value .searcher-footer-info-group-value .operand-thumb-title,
#searcher-footer-info .p .value .searcher-footer-info-group-value .operand-thumb-title {
  display: none;
  color: #f7d568;
}
#searcher-footer-info p .value .searcher-footer-info-group-value ~ .searcher-footer-info-group-value .operand-thumb-title,
#searcher-footer-info .p .value .searcher-footer-info-group-value ~ .searcher-footer-info-group-value .operand-thumb-title {
  display: inline;
}
#searcher-footer-info p .value[data-operand] .searcher-footer-info-group-value .operand-thumb-title,
#searcher-footer-info .p .value[data-operand] .searcher-footer-info-group-value .operand-thumb-title {
  color: #f7d568;
}
.no-touch #searcher-footer-info p .value[data-operand] .searcher-footer-info-group-value:hover .operand-thumb-title,
.no-touch #searcher-footer-info .p .value[data-operand] .searcher-footer-info-group-value:hover .operand-thumb-title,
.touch #searcher-footer-info p .value[data-operand] .searcher-footer-info-group-value:active .operand-thumb-title,
.touch #searcher-footer-info .p .value[data-operand] .searcher-footer-info-group-value:active .operand-thumb-title {
  color: #ffffff;
}
#searcher-footer-info p .value[data-operand] .searcher-footer-info-group-value:first-child .operand-thumb-title,
#searcher-footer-info .p .value[data-operand] .searcher-footer-info-group-value:first-child .operand-thumb-title {
  display: none;
}
#searcher-footer-info-fields .value {
  overflow: hidden;
  padding-right: 20px;
}
#searcher-footer-info-fields .value .searcher-footer-info-group-value {
  cursor: pointer;
}
#searcher-footer-info-fields .value .searcher-footer-info-group-value * {
  cursor: pointer;
}
#searcher-footer-info-fields-reset {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  border-left: 1px solid #bababa;
  cursor: pointer;
}
#searcher-footer-info-fields-reset * {
  cursor: pointer;
}
#searcher-footer-info-fields-reset:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -40px -20px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#searcher-presearch {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: auto;
  height: 42px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 10px;
  border: 2px solid #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
}
#searcher-presearch:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 20px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #803339;
}
#searcher-presearch button {
  display: inline-block;
}
#searcher-presearch button[type=reset] {
  position: relative;
  top: auto;
  right: auto;
  width: 20px;
  height: 40px;
}
#searcher-presearch button[type=reset]:after {
  background-position: -60px -20px;
  width: 10px;
  height: 10px;
}
#content-top-sort {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
}
#content-top-sort .p {
  position: relative;
  padding: 5px 0;
  line-height: 2;
}
#content-top-sort .p .key {
  display: block;
  float: left;
  color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  margin-right: 1em;
}
#content-top-sort .p .key:after {
  content: ":";
}
#content-top-sort .p .value {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 1px 0 0 10px;
}
#content-top-sort .f_ddl,
#content-top-sort .f_ddb {
  vertical-align: top;
}
#content-top-sort .f_ddl-header,
#content-top-sort .f_ddb-header {
  display: none;
}
#content-top-sort .f_ddl-list-wrapper,
#content-top-sort .f_ddb-list-wrapper {
  position: relative;
  display: block;
  background-color: transparent;
  border: none;
  z-index: 1;
}
#content-top-sort .f_ddl-list,
#content-top-sort .f_ddb-list {
  display: inline-block;
  font-size: 0;
  padding-left: 1px;
  overflow: visible;
  vertical-align: top;
}
#content-top-sort .f_ddl-list li,
#content-top-sort .f_ddb-list li {
  display: inline-block;
  color: #7d7d7d;
  background-color: #ffffff;
  padding: .3em 1.2em;
  border: 1px solid #dadada;
  font-weight: bold;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-size: .85rem;
  margin-bottom: .5em;
  line-height: 1.3;
  margin-left: -1px;
  vertical-align: top;
}
#content-top-sort .f_ddl-list li.selected,
#content-top-sort .f_ddb-list li.selected {
  color: #ffffff;
  background-color: #ad7a1e;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
}
.no-touch #content-top-sort .f_ddl-list li:hover,
.touch #content-top-sort .f_ddl-list li:active,
.no-touch #content-top-sort .f_ddb-list li:hover,
.touch #content-top-sort .f_ddb-list li:active {
  color: #ffffff;
  background-color: #803339;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
}
#content-top-sort .f_ddl-list li .icon,
#content-top-sort .f_ddb-list li .icon {
  display: none;
}
#searcher-clarification {
  display: block;
  height: 100%;
  border-left: 1px solid #dadada;
  background-color: #ffffff;
}
#searcher-clarification-toggler-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
#searcher-clarification-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #803339;
  text-align: center;
}
#searcher-clarification-toggler:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -50px -20px;
  width: 10px;
  height: 10px;
}
.no-touch #searcher-clarification-toggler:hover,
.touch #searcher-clarification-toggler:active {
  background-color: #ad7a1e;
}
#searcher-clarification-toggler:after {
  background-position: -160px -40px;
  width: 29px;
  height: 29px;
}
#searcher-clarification-toggler .arrow {
  display: none;
}
#searcher-clarification-forms {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
}
#searcher-clarification-forms-header-wrapper {
  padding: 0 40px;
}
#searcher-clarification-forms-header-wrapper button[value=close] {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #803339;
  text-align: center;
}
#searcher-clarification-forms-header-wrapper button[value=close]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -50px -20px;
  width: 10px;
  height: 10px;
}
.no-touch #searcher-clarification-forms-header-wrapper button[value=close]:hover,
.touch #searcher-clarification-forms-header-wrapper button[value=close]:active {
  background-color: #ad7a1e;
}
#searcher-clarification-forms-header {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  color: #803339;
  font-size: .9rem;
  font-family: OpenSansSemiBold, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 50px;
}
#searcher-clarification-forms-list-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
#searcher-clarification-forms-list {
  position: relative;
}
#searcher-clarification-forms-list form {
  padding: 8px 40px;
  border-top: 1px solid #dadada;
}
#searcher-clarification-forms-list .f_ddb-header {
  height: auto;
  min-height: 40px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#searcher-clarification-forms-list .f_ddb-header-toggler {
  height: auto;
  min-height: 40px;
  width: 100%;
  text-align: left;
}
#searcher-clarification-forms-list .f_ddb-header-toggler .title {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
#searcher-clarification-forms-list .f_ddb-header-toggler .arrow {
  float: right;
  margin-right: 1em;
}
.no-touch #searcher-clarification-forms-list .f_ddb-header:hover,
.touch #searcher-clarification-forms-list .f_ddb-header:active {
  color: #d4af37;
}
#searcher-clarification-forms-list .f_ddb-list-wrapper {
  position: relative;
  background-color: transparent;
  border: none;
}
#searcher-clarification-forms-list .f_ddb-list {
  max-height: none;
  overflow-y: visible;
}
#searcher-clarification-forms-list .f_ddb-list:not(:empty) {
  padding: 20px 0;
}
#searcher-clarification-forms-list .f_ddb-list li {
  margin-bottom: 5px;
  padding: 2px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#searcher-clarification-forms-list .f_ddb-list li:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
.no-touch #searcher-clarification-forms-list .f_ddb-list li:hover {
  color: #000000;
  text-decoration: none;
}
#searcher-clarification-forms-list .f_ddb-list li span.count {
  float: right;
  width: 2.5em;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  margin-left: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #ad7a1e;
}
#searcher-clarification-forms-list .f_ddb-list li.focused:not(.selected),
.no-touch #searcher-clarification-forms-list .f_ddb-list li:hover:not(.selected),
.touch #searcher-clarification-forms-list .f_ddb-list li:active:not(.selected) {
  background-color: transparent;
}
#searcher-clarification-forms-list .f_ddb-list li.focused:not(.selected) span.count,
.no-touch #searcher-clarification-forms-list .f_ddb-list li:hover:not(.selected) span.count,
.touch #searcher-clarification-forms-list .f_ddb-list li:active:not(.selected) span.count {
  background-color: #803339;
}
#searcher-clarification-forms-list .f_ddb-list-expander {
  margin-top: 20px;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  color: #ad7a1e;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch #searcher-clarification-forms-list .f_ddb-list-expander:hover {
  color: #d4af37;
  text-decoration: none;
}
#searcher-clarification-forms-list .f_fc-datepicker-day-header th {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  color: #000000;
  font-size: .9rem;
  font-family: OpenSansSemiBold, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table thead tr th {
  color: #7d7d7d;
  text-align: center;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody tr:empty {
  display: none;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button {
  border: 1px solid #dadada;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button:disabled,
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button.disabled {
  color: #7d7d7d !important;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button:not(:disabled):hover,
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button:not(.disabled):hover {
  border-color: #ad7a1e;
  z-index: 1;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td span {
  display: inline-block;
  border: 1px solid transparent;
  width: 25px;
  height: auto;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table {
  width: 100%;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table th span,
#searcher-clarification-forms-list .f_fc-datepicker-day table td button {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  vertical-align: top;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody tr {
  border-top: 1px solid #bababa;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td {
  vertical-align: bottom;
  text-align: center;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button {
  height: 50px;
  padding-top: 25px;
  line-height: 20px;
  border: 1px solid transparent;
  margin: 0;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td button:not(:disabled) {
  background-color: #efefef;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td span {
  display: inline-block;
  border: 1px solid transparent;
  width: 100%;
  height: auto;
  line-height: 20px;
  text-align: center;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td span.count {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #ad7a1e;
  line-height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#searcher-clarification-forms-list .f_fc-datepicker-day table tbody td span.value {
  font-size: .9em;
  vertical-align: bottom;
  color: #7d7d7d;
}
#searcher-clarification-forms-list-empty {
  display: inline-block;
  padding: 20px 40px;
  color: #7d7d7d;
}
#searcher-clarification .f_ddl-header,
#searcher-clarification .f_ddb-header {
  border: none;
}
#searcher-clarification-expanded-list-wrapper {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#searcher-clarification-expanded-list li {
  display: block;
  border-top: 1px solid #dadada;
  padding: 20px 10px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
#searcher-clarification-expanded-list li * {
  cursor: pointer;
}
.no-touch #searcher-clarification-expanded-list li:hover {
  color: #000000;
  text-decoration: none;
}
#searcher-clarification-expanded-list li span.count {
  float: right;
  width: 2.5em;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  margin-left: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #ad7a1e;
}
.no-touch #searcher-clarification-expanded-list li:hover span.count,
.touch #searcher-clarification-expanded-list li:active span.count {
  background-color: #803339;
}
html {
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  height: 100%;
  font-size: 15px;
}
body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: NotoSerif, Tahoma, Verdana, sans-serif;
  color: #000000;
  font-size: 1rem;
}
body.fixed {
  overflow: hidden;
}
body.no-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#preloader,
#loader {
  display: none;
}
#header-wrapper {
  position: relative;
}
#header-wrapper:after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  background-color: #464a54;
  background-image: url('../images/main.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-position: top center;
}
body[data-page-type=index] #header-wrapper:after {
  height: 652px;
}
body[data-page-type=indexSearch] #header-wrapper:after {
  height: 306px;
}
#header {
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#header-top {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 45px;
}
#header-top-title-logo {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 113px;
  height: 110px;
  margin-left: -56px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: center;
}
#header-top-title-hgroup-title {
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  font-size: 1.5rem;
}
#header-top-title-hgroup-title-description {
  color: #ad7a1e;
  font-size: .9rem;
}
#header-top-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 9px;
  right: 9px;
  border: 1px solid #dadada;
  border-top: none;
  pointer-events: none;
}
#header-top-controls {
  position: absolute;
  top: 50px;
  right: 45px;
}
#header-top-controls-about,
#header-top-controls-website {
  display: inline-block;
  color: #bcbcbc;
  text-decoration: underline;
  cursor: pointer;
  font-size: .9rem;
}
.no-touch #header-top-controls-about:hover,
.no-touch #header-top-controls-website:hover {
  color: #d4af37;
  text-decoration: none;
}
#header-top-controls-about {
  padding-right: .5em;
  border-right: 1px solid #dadada;
}
#header-top-controls-website {
  padding-left: .5em;
}
#header-top-controls-website:after {
  content: none;
}
#header-nav {
  position: relative;
  display: block;
}
#header-nav-toggler {
  display: none;
}
#header-nav .nav {
  display: table;
  width: 100%;
  height: 66px;
  line-height: 66px;
  vertical-align: middle;
}
#header-nav .nav button[value=close] {
  display: none;
}
#header-nav .nav-li {
  display: table-cell;
  vertical-align: top;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  cursor: auto;
  text-align: center;
  min-width: 70px;
}
.no-touch #header-nav .nav-li:hover {
  color: #ffffff;
  text-decoration: underline;
}
#header-nav .nav-li .type-icon {
  display: none;
}
#header-nav .nav-li .count {
  display: none;
}
#header-nav .nav-li.selected a {
  text-decoration: underline;
}
#panel-wrapper {
  z-index: 5;
  position: fixed;
  bottom: 20%;
  left: 0;
  width: 40px;
  height: auto;
  pointer-events: none;
}
#panel {
  position: relative;
  pointer-events: auto;
}
#panel .panel-control {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ad7a1e;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#panel .panel-control[data-tooltip]:after {
  position: absolute;
  top: 0;
  left: 41px;
  white-space: nowrap;
  max-width: none;
  color: #ffffff;
}
#panel .panel-control.selected[data-tooltip]:after {
  display: none !important;
}
.no-touch #panel .panel-control:hover,
.touch #panel .panel-control:active {
  background-color: #803339;
}
#panel .panel-control:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
}
#panel-back:before {
  background-position: 0 0;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#panel-top:before {
  background-position: 0 0;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#content-header-wrapper {
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-page-type=about] #content-header-wrapper,
body[data-page-type=entities] #content-header-wrapper,
body[data-page-type=entity] #content-header-wrapper {
  background-color: #ffffff;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header-title {
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  line-height: 55px;
}
.no-fixed-supported body[data-page-type=entities] #content-header-wrapper.fixed #content-header-title {
  position: absolute;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header-title-group-wrapper {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher {
  padding-top: 223px;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-wrapper {
  position: fixed;
  top: 55px;
  padding: 15px 0 10px;
}
.no-fixed-supported body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-wrapper {
  position: absolute;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-form-toggler-wrapper {
  height: 50px;
  line-height: 50px;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-form-toggler {
  line-height: 50px;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-query .f_fb-input {
  height: 50px;
  line-height: 50px;
}
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-query button[value=submit],
body[data-page-type=entities] #content-header-wrapper.fixed #content-header #searcher-header-query button[value=clear] {
  height: 36px;
}
body[data-page-type=index] #content-header #content-header-title,
body[data-page-type=indexSearch] #content-header #content-header-title {
  display: none;
}
body[data-page-type=index] #content-header #searcher-wrapper,
body[data-page-type=indexSearch] #content-header #searcher-wrapper {
  width: 100%;
  height: auto;
}
body[data-page-type=index] #content-header #searcher-header,
body[data-page-type=indexSearch] #content-header #searcher-header {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
body[data-page-type=index] #content-header #searcher-header-query-wrapper,
body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper {
  width: 100%;
}
body[data-page-type=index] #content-header #searcher-header-query,
body[data-page-type=indexSearch] #content-header #searcher-header-query {
  width: 100%;
  margin-bottom: 20px;
}
body[data-page-type=index] #content-header #searcher-header-query .f_fb-input,
body[data-page-type=indexSearch] #content-header #searcher-header-query .f_fb-input {
  width: 100%;
  height: 60px;
}
body[data-page-type=index] #content-header #searcher-header-query-example,
body[data-page-type=indexSearch] #content-header #searcher-header-query-example {
  display: none;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
}
body[data-page-type=index] #content-header #searcher-footer-wrapper,
body[data-page-type=indexSearch] #content-header #searcher-footer-wrapper {
  display: none;
}
body[data-page-type=index] #content-header #searcher-header-query-mode-wrapper {
  display: none;
}
body[data-page-type=indexSearch] #content-header #searcher-header-query-mode-title {
  color: #ffffff;
}
body[data-page-type=indexSearch] #content-header #searcher-header-query-mode ul .radio-input:checked ~ .radio-label {
  color: #ffffff;
}
body[data-page-type=indexSearch] #content-header #searcher-header-query-mode ul .radio-label {
  color: #ffffff;
}
body[data-page-type=entities] #content-header #searcher {
  background-color: #efefef;
}
body[data-page-type=entities] #content-header #searcher-header,
body[data-page-type=entities] #content-header #searcher-form,
body[data-page-type=entities] #content-header #searcher-footer {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
body[data-page-type=entities] #content-header #searcher-header-wrapper {
  padding: 20px 0;
  background-color: #efefef;
  width: 100%;
  z-index: 100;
}
#content-header-title {
  height: 80px;
  line-height: 80px;
  border-bottom: 5px solid #ad7a1e;
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
}
#content-header-title-group-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#content-header-title-type,
#content-header-title-title {
  display: inline-block;
  vertical-align: middle;
}
#content-header-title-title {
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #803339;
  font-size: 1.5rem;
}
#content {
  z-index: 1;
  position: relative;
  display: block;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
#content.fixed {
  z-index: 5;
}
#content-top {
  position: relative;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
#content-top-sort,
#content-top-viewers {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#content-top-sort {
  display: block;
}
#content-top-viewers {
  display: inline-block;
  float: right;
  margin-top: 8px;
  max-width: 200px;
  z-index: 1;
}
#content-top-viewers ul {
  display: inline-block;
}
#content-top-viewers .entity-viewer-toggler {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: right;
}
#content-top-viewers .entity-viewer-toggler:not(:first-child) {
  margin-left: 18px;
}
#content-top-viewers .entity-viewer-toggler span {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
}
#content-top-viewers .entity-viewer-toggler[value=text] span {
  background-position: -100px -88px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler[value=image] span {
  background-position: 0 -88px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler[value=imageBig] span {
  background-position: -25px -88px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler[value=floatLeft] span {
  background-position: -50px -88px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler[value=floatRight] span {
  background-position: -75px -88px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler.selected[value=text] span,
.no-touch #content-top-viewers .entity-viewer-toggler:hover[value=text] span,
.touch #content-top-viewers .entity-viewer-toggler:active[value=text] span {
  background-position: -100px -113px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler.selected[value=image] span,
.no-touch #content-top-viewers .entity-viewer-toggler:hover[value=image] span,
.touch #content-top-viewers .entity-viewer-toggler:active[value=image] span {
  background-position: 0 -113px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler.selected[value=imageBig] span,
.no-touch #content-top-viewers .entity-viewer-toggler:hover[value=imageBig] span,
.touch #content-top-viewers .entity-viewer-toggler:active[value=imageBig] span {
  background-position: -25px -113px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler.selected[value=floatLeft] span,
.no-touch #content-top-viewers .entity-viewer-toggler:hover[value=floatLeft] span,
.touch #content-top-viewers .entity-viewer-toggler:active[value=floatLeft] span {
  background-position: -50px -113px;
  width: 24px;
  height: 24px;
}
#content-top-viewers .entity-viewer-toggler.selected[value=floatRight] span,
.no-touch #content-top-viewers .entity-viewer-toggler:hover[value=floatRight] span,
.touch #content-top-viewers .entity-viewer-toggler:active[value=floatRight] span {
  background-position: -75px -113px;
  width: 24px;
  height: 24px;
}
#content .entity-thumb {
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.no-touch #content .entity-thumb:hover a,
.touch #content .entity-thumb:active a {
  z-index: 1;
}
#content .entity-thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#content .entity-thumb a figure:empty,
#content .entity-thumb a figure.empty {
  background-image: url('../images/_logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efefef;
}
#content .entity-thumb[data-mode=text] {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: #dadada;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#content .entity-thumb[data-mode=text]:not(:first-child) {
  margin-top: -1px;
}
#content .entity-thumb[data-mode=text] figure {
  display: block;
  width: 150px;
  height: 80px;
}
#content .entity-thumb[data-mode=text] figure:empty,
#content .entity-thumb[data-mode=text] figure.empty {
  display: none;
}
.no-touch #content .entity-thumb[data-mode=text]:hover,
.touch #content .entity-thumb[data-mode=text]:active {
  border-color: #ad7a1e;
  z-index: 1;
}
#content .entity-thumb[data-mode=text] .entity-thumb-border {
  display: none;
}
#content .entity-thumb[data-mode=text] .entity-thumb-info {
  position: relative;
  padding: 1.8em 0;
}
#content .entity-thumb[data-mode=text] .entity-thumb-info-border {
  display: none;
}
#content .entity-thumb[data-mode=text] .entity-thumb-info-title {
  display: block;
  padding: 0 15px;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
#content .entity-thumb[data-mode=image] {
  width: 260px;
  height: 370px;
  display: inline-block;
  margin: 0 15px 40px 0;
  border: 1px solid transparent;
}
#content .entity-thumb[data-mode=image] a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 36px;
}
#content .entity-thumb[data-mode=image] a figure {
  width: 188px;
  height: 188px;
  text-align: center !important;
  margin-bottom: 32px;
}
#content .entity-thumb[data-mode=image] a .entity-thumb-info-wrapper {
  height: 80px;
  line-height: 20px;
  overflow: hidden;
  color: #803339;
  font-size: .9rem;
}
#content .entity-thumb[data-mode=image] a .entity-thumb-info-wrapper:before {
  content: "";
  float: left;
  width: 1px;
  height: 80px;
}
#content .entity-thumb[data-mode=image] a .entity-thumb-info-wrapper > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
#content .entity-thumb[data-mode=image] a .entity-thumb-info-wrapper:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -20px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  font-size: 13px;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background: -webkit-gradient(#ffffff, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
.no-touch #content .entity-thumb[data-mode=image]:hover,
.touch #content .entity-thumb[data-mode=image]:active {
  border-color: #ad7a1e;
  z-index: 1;
}
#content .entity-thumb[data-mode=imageBig] {
  width: 257px;
  height: 257px;
  display: inline-block;
  margin: 0 15px 40px 0;
}
#content .entity-thumb[data-mode=imageBig] a figure {
  width: 100%;
  height: 100%;
  text-align: center !important;
}
#content .entity-thumb[data-mode=imageBig] a .entity-thumb-info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #803339;
  font-size: .9rem;
  display: none;
  z-index: 2;
  border: 1px solid #ad7a1e;
  background-color: #ffffff;
}
#content .entity-thumb[data-mode=imageBig] a .entity-thumb-info {
  height: 120px;
  line-height: 20px;
  overflow: hidden;
}
#content .entity-thumb[data-mode=imageBig] a .entity-thumb-info:before {
  content: "";
  float: left;
  width: 1px;
  height: 120px;
}
#content .entity-thumb[data-mode=imageBig] a .entity-thumb-info > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
#content .entity-thumb[data-mode=imageBig] a .entity-thumb-info:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -20px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  font-size: 13px;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background: -webkit-gradient(#ffffff, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
.no-touch #content .entity-thumb[data-mode=imageBig]:hover a .entity-thumb-info-wrapper,
.touch #content .entity-thumb[data-mode=imageBig]:active a .entity-thumb-info-wrapper {
  display: block;
}
#content .entity-thumb[data-mode=floatLeft],
#content .entity-thumb[data-mode=floatRight] {
  width: 390px;
  height: 184px;
  display: inline-block;
  margin: 0 40px 40px 0;
  border: 1px solid transparent;
}
#content .entity-thumb[data-mode=floatLeft] a,
#content .entity-thumb[data-mode=floatRight] a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 20px;
}
#content .entity-thumb[data-mode=floatLeft] a figure,
#content .entity-thumb[data-mode=floatRight] a figure {
  display: block;
  width: 140px;
  height: 120px;
}
#content .entity-thumb[data-mode=floatLeft] a figure img,
#content .entity-thumb[data-mode=floatRight] a figure img {
  margin-top: 0 !important;
}
#content .entity-thumb[data-mode=floatLeft] a .entity-thumb-info-wrapper,
#content .entity-thumb[data-mode=floatRight] a .entity-thumb-info-wrapper {
  display: block;
  color: #803339;
  font-size: .9rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#content .entity-thumb[data-mode=floatLeft] a .entity-thumb-info-wrapper:after,
#content .entity-thumb[data-mode=floatRight] a .entity-thumb-info-wrapper:after {
  content: "";
  display: inline-block;
  padding-bottom: 40px;
  border-bottom: 1px solid #ad7a1e;
  width: 100%;
}
#content .entity-thumb[data-mode=floatLeft] a .entity-thumb-info,
#content .entity-thumb[data-mode=floatRight] a .entity-thumb-info {
  height: 80px;
  line-height: 20px;
  overflow: hidden;
}
#content .entity-thumb[data-mode=floatLeft] a .entity-thumb-info:before,
#content .entity-thumb[data-mode=floatRight] a .entity-thumb-info:before {
  content: "";
  float: left;
  width: 1px;
  height: 80px;
}
#content .entity-thumb[data-mode=floatLeft] a .entity-thumb-info > *:first-child,
#content .entity-thumb[data-mode=floatRight] a .entity-thumb-info > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
#content .entity-thumb[data-mode=floatLeft] a .entity-thumb-info:after,
#content .entity-thumb[data-mode=floatRight] a .entity-thumb-info:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -20px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  font-size: 13px;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background: -webkit-gradient(#ffffff, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
.no-touch #content .entity-thumb[data-mode=floatLeft]:hover,
.no-touch #content .entity-thumb[data-mode=floatRight]:hover,
.touch #content .entity-thumb[data-mode=floatLeft]:active,
.touch #content .entity-thumb[data-mode=floatRight]:active {
  border-color: #ad7a1e;
  z-index: 1;
}
#content .entity-thumb[data-mode=floatLeft] figure {
  float: left;
  text-align: left;
}
#content .entity-thumb[data-mode=floatLeft] .entity-thumb-info-wrapper {
  margin-left: 140px;
  padding-left: 20px;
}
#content .entity-thumb[data-mode=floatRight] figure {
  float: right;
  text-align: right;
}
#content .entity-thumb[data-mode=floatRight] .entity-thumb-info-wrapper {
  margin-right: 140px;
  padding-right: 20px;
}
#content .entity-thumb[data-mode=news] {
  display: inline-block;
  width: calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: -webkit-calc((100% - 30px) / 2);
  border: none;
  margin-bottom: 40px;
}
#content .entity-thumb[data-mode=news]:nth-child(2n+1) {
  margin-right: 30px;
}
#content .entity-thumb[data-mode=news]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 13px;
  bottom: 13px;
  right: 13px;
  border: 1px solid #ad7a1e;
  z-index: 2;
  pointer-events: none;
}
#content .entity-thumb[data-mode=news] a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch #content .entity-thumb[data-mode=news] a:hover {
  color: #d4af37;
  text-decoration: none;
}
#content .entity-thumb[data-mode=news] a figure {
  width: 160px;
  height: 160px;
  float: left;
  background-color: #dbdbdb;
  text-align: center;
}
#content .entity-thumb[data-mode=news] a .entity-thumb-info-wrapper {
  display: block;
  overflow: hidden;
  padding: 43px 43px 43px 30px;
}
#content .entity-thumb[data-mode=news] a .entity-thumb-info {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}
#content .entity-thumb[data-mode=news] a .entity-thumb-info:before {
  content: "";
  float: left;
  width: 1px;
  height: 60px;
}
#content .entity-thumb[data-mode=news] a .entity-thumb-info > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
#content .entity-thumb[data-mode=news] a .entity-thumb-info:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -20px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  font-size: 13px;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background: -webkit-gradient(#ffffff, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
body[data-page-type=index] #content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
body[data-page-type=index] #content #content-banners-wrapper {
  position: relative;
}
body[data-page-type=index] #content #content-banners {
  position: relative;
}
body[data-page-type=index] #content #content-banners-carousel-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
}
body[data-page-type=index] #content #content-banners-carousel-wrapper > h3 {
  display: none;
}
body[data-page-type=index] #content #content-banners-carousel-navigator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 376px;
  z-index: 2;
  pointer-events: none;
}
body[data-page-type=index] #content #content-banners-carousel-navigator button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 158px;
  pointer-events: auto;
  border: 2px solid #ffffff;
  opacity: .6;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body[data-page-type=index] #content #content-banners-carousel-navigator button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -16px 0;
  width: 20px;
  height: 19px;
}
body[data-page-type=index] #content #content-banners-carousel-navigator button:disabled {
  opacity: .2;
}
body[data-page-type=index] #content #content-banners-carousel-navigator button[value=prev] {
  left: 20px;
}
body[data-page-type=index] #content #content-banners-carousel-navigator button[value=prev]:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
body[data-page-type=index] #content #content-banners-carousel-navigator button[value=next] {
  right: 20px;
}
body[data-page-type=index] #content #content-banners-carousel-navigator button[value=next]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body[data-page-type=index] #content #content-banners-carousel-selected-wrapper {
  background-color: #7d7d7d;
}
body[data-page-type=index] #content #content-banners-carousel-selected {
  position: relative;
  display: block;
  width: auto;
  height: 376px;
  white-space: nowrap;
}
body[data-page-type=index] #content #content-banners-carousel-selected ul {
  width: auto;
  height: 100%;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb a,
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb figure img {
  filter: none;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%) brightness(100%);
  -moz-filter: grayscale(0%) brightness(100%);
  -ms-filter: grayscale(0%) brightness(100%);
  -o-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb a {
  z-index: 1;
  white-space: normal;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header {
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 13%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header h3 {
  font-size: 1.8rem;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header-link {
  display: inline-block;
  margin-top: 30px;
  padding: 10px;
  border: 2px solid #ad7a1e;
}
body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb .article-wrapper {
  max-height: 60px;
  overflow: hidden;
  line-height: 20px;
  margin-top: 22px;
}
.no-touch body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb:hover img,
.touch body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb:active img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  -ms-filter: grayscale(100%) brightness(50%);
  -o-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  /* Chrome 19+ & Safari 6+ */
}
.no-touch body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb:hover .banner-thumb-header,
.touch body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb:active .banner-thumb-header {
  opacity: 1;
}
body[data-page-type=index] #content #content-banners-carousel-list ul {
  display: table;
  width: 100%;
  height: 100px;
}
body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb {
  position: relative;
  display: table-cell;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  border-bottom: 6px solid transparent;
  white-space: normal;
  padding: 22px 0;
  cursor: pointer;
}
body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb * {
  cursor: pointer;
}
body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb.selected {
  background-color: #dbdbdb;
  border-bottom-color: #ad7a1e;
}
.no-touch body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:hover,
.touch body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:active:not(.selected) {
  background-color: #dbdbdb;
}
.no-touch body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:hover .banner-thumb-header,
.touch body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:active:not(.selected) .banner-thumb-header {
  border-color: transparent;
}
body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb-header {
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:not(:last-child) .banner-thumb-header {
  border-right: 1px solid #dbdbdb;
}
body[data-page-type=index] #content #content-banners-list-wrapper {
  position: relative;
  margin-top: 100px;
  padding: 103px 37px 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
}
body[data-page-type=index] #content #content-banners-list-wrapper > h3 {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -180px;
  text-align: center;
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #803339;
  font-size: 1.5rem;
  width: 360px;
  height: 90px;
  background-color: #ffffff;
}
body[data-page-type=index] #content #content-banners-list-wrapper > h3:after {
  content: "";
  margin-top: 17px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -154px;
  width: 204px;
  height: 46px;
}
body[data-page-type=index] #content #content-banners-list-wrapper:before,
body[data-page-type=index] #content #content-banners-list-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
}
body[data-page-type=index] #content #content-banners-list-wrapper:before {
  top: -15px;
  left: -645px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-index.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 692px;
  height: 305px;
}
body[data-page-type=index] #content #content-banners-list-wrapper:after {
  bottom: 0;
  right: -750px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-index.gif');
  background-repeat: no-repeat;
  background-position: 0 -321px;
  width: 782px;
  height: 319px;
}
body[data-page-type=index] #content #content-banners-list {
  font-size: 0;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 315px;
  height: 400px;
  margin-bottom: 20px;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb:not( :nth-child(3n + 3)) {
  margin-right: calc((100% - 3 * 315px) / 2);
  margin-right: -moz-calc((100% - 3 * 315px) / 2);
  margin-right: -webkit-calc((100% - 3 * 315px) / 2);
}
body[data-page-type=index] #content #content-banners-list .banner-thumb:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 13px;
  bottom: 13px;
  right: 13px;
  border: 1px solid #ad7a1e;
  z-index: 1;
  pointer-events: none;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch body[data-page-type=index] #content #content-banners-list .banner-thumb a:hover {
  color: #d4af37;
  text-decoration: none;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb a figure {
  display: inline-block;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb a figure.empty {
  height: 230px !important;
  background-color: #efefef;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb a .banner-thumb-header {
  display: inline-block;
  padding: 16px 29px;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb a .banner-thumb-header-title {
  text-decoration: underline;
}
body[data-page-type=index] #content #content-banners-list .banner-thumb a article {
  display: inline-block;
  padding: 0 29px;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}
body[data-page-type=index] #content #content-news-wrapper {
  position: relative;
  margin-top: 100px;
  padding: 103px 37px 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border: none;
}
body[data-page-type=index] #content #content-news-wrapper > h3 {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -110px;
  text-align: center;
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #803339;
  font-size: 1.5rem;
  width: 220px;
  height: 90px;
  background-color: #ffffff;
}
body[data-page-type=index] #content #content-news-wrapper > h3:after {
  content: "";
  margin-top: 17px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -154px;
  width: 204px;
  height: 46px;
}
body[data-page-type=indexSearch] #content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type {
  display: block;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type[data-total="0"] {
  display: none;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header {
  position: relative;
  border-bottom: 5px solid #ad7a1e;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header-type {
  display: inline-block;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header-title .title {
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #803339;
  font-size: 1.5rem;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header-title .count {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: .9rem;
  min-width: 2.5em;
  text-align: center;
  padding: 2px .5em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #ad7a1e;
  vertical-align: baseline;
  margin-left: 2em;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type-thumbs-wrapper {
  display: block;
  overflow: hidden;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type-link {
  display: block;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type .show-more {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  color: #ad7a1e;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 1em;
}
body[data-page-type=indexSearch] #content #content-entity-types .entity-type .show-more.bottom {
  display: none;
}
.no-touch body[data-page-type=indexSearch] #content #content-entity-types .entity-type .show-more:hover {
  color: #d4af37;
  text-decoration: none;
}
body[data-page-type=indexSearch] #content #content-entity-types-empty {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
body[data-page-type=indexSearch] #content #content-entity-types-empty-controls {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
body[data-page-type=indexSearch] #content #content-entity-types-empty-controls a {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  color: #ad7a1e;
  font-size: .9rem;
  font-family: OpenSansSemiBold, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: .3em .5em;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body[data-page-type=indexSearch] #content #content-entity-types-empty-controls a:disabled {
  opacity: .5;
}
.no-touch body[data-page-type=indexSearch] #content #content-entity-types-empty-controls a:not(:disabled):hover,
.touch body[data-page-type=indexSearch] #content #content-entity-types-empty-controls a:not(:disabled):active {
  color: #ffffff;
  background-color: #b23b41;
}
body[data-page-type=entities] #content {
  border-top: 1px solid #dadada;
}
body[data-page-type=entities] #content #content-entities-aside-wrapper {
  position: absolute;
  display: block;
  width: 370px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
body[data-page-type=entities] #content #content-entities-wrapper {
  display: block;
  clear: both;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
body[data-page-type=entities] #content #content-entities {
  margin-top: 10px;
}
body[data-page-type=entities] #content #content-entities-empty,
body[data-page-type=entities] #content #content-entities-error {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
body[data-page-type=entities] #content #content-entities-loader {
  display: block;
  clear: both;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #dadada;
}
body[data-page-type=entities] #content #content-entities-empty-controls {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
body[data-page-type=entities] #content #content-entities-empty-controls a {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  color: #ad7a1e;
  font-size: .9rem;
  font-family: OpenSansSemiBold, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: .3em .5em;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body[data-page-type=entities] #content #content-entities-empty-controls a:disabled {
  opacity: .5;
}
.no-touch body[data-page-type=entities] #content #content-entities-empty-controls a:not(:disabled):hover,
.touch body[data-page-type=entities] #content #content-entities-empty-controls a:not(:disabled):active {
  color: #ffffff;
  background-color: #b23b41;
}
body[data-page-type=entities] #content #content-entities-empty-search {
  margin-top: 70px;
}
body[data-page-type=entities] #content #content-entities-empty-search h2 {
  margin: 30px 0 20px;
}
body[data-page-type=entities] #content #content-entities-empty-search ul li {
  display: block;
  margin-bottom: 10px;
}
body[data-page-type=entities] #content #content-entities-empty-search ul li a {
  color: #ad7a1e;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch body[data-page-type=entities] #content #content-entities-empty-search ul li a:hover {
  color: #d4af37;
  text-decoration: none;
}
body[data-page-type=entities][data-clarify-mode=on] #content #searcher-clarification-toggler-wrapper {
  right: auto;
  left: 0;
}
body[data-page-type=entities][data-clarify-mode=on] #content #searcher-clarification-toggler {
  background-color: #803339;
  display: none;
}
body[data-page-type=entities][data-clarify-mode=off] #content #searcher-clarification-toggler-wrapper {
  left: auto;
  right: 0;
}
body[data-page-type=entities][data-clarify-mode=off] #content #content-entities-aside-wrapper {
  width: 0 !important;
}
body[data-page-type=entities][data-clarify-mode=off] #content #content-entities-aside-wrapper #searcher-clarification-forms {
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper {
  display: block;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=off] .gallery-player-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=off] .gallery-player-wrapper {
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=off] .gallery-image-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=off] .gallery-image-wrapper {
  display: block;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on],
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] {
  display: block;
  position: fixed;
  z-index: 100;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #ffffff;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery {
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-image-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-image-wrapper {
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-sides-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides-wrapper {
  position: absolute;
  width: 100%;
  height: 95px;
  bottom: 0;
  left: 0;
  padding: 10px 30px 5px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #803339;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-sides,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides {
  height: 75px;
  padding-bottom: 4px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul.no-scroll,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul.no-scroll {
  position: relative !important;
  display: inline-block !important;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-title-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-title-wrapper {
  display: table;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player-wrapper {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 10px;
  left: 10px;
  bottom: 185px;
  right: 10px;
  background-color: #dbdbdb;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .p3d-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .p3d-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .youtube-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .youtube-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .audio-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .audio-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls {
  display: block !important;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 40px;
  bottom: -90px;
  left: 0;
  text-align: center;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button:before,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button:before {
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button:disabled:before,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button:disabled:before {
  opacity: .3;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-in:before,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-in:before {
  background-position: 0 -55px;
  width: 21px;
  height: 21px;
}
.no-touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-in:hover:before,
.no-touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-in:hover:before,
.touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-in:active:not(:disabled):before,
.touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-in:active:not(:disabled):before {
  background-position: -22px -55px;
  width: 21px;
  height: 21px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-out:before,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-out:before {
  background-position: 0 -78px;
  width: 21px;
  height: 3px;
}
.no-touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-out:hover:before,
.no-touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-out:hover:before,
.touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-out:active:not(:disabled):before,
.touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.zoom-out:active:not(:disabled):before {
  background-position: -22px -78px;
  width: 21px;
  height: 3px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fit:before,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fit:before {
  background-position: -45px -55px;
  width: 24px;
  height: 18px;
}
.no-touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fit:hover:before,
.no-touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fit:hover:before,
.touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fit:active:not(:disabled):before,
.touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fit:active:not(:disabled):before {
  background-position: -71px -55px;
  width: 24px;
  height: 18px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fullscreen,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls button.fullscreen {
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .p3d-controls .play-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .p3d-controls .play-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .youtube-controls .play-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .youtube-controls .play-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .audio-controls .play-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .audio-controls .play-controls {
  display: block;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .p3d-controls .view-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .p3d-controls .view-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .youtube-controls .view-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .youtube-controls .view-controls,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .audio-controls .view-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .audio-controls .view-controls {
  display: block;
  float: right;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls {
  vertical-align: top;
  line-height: 40px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause {
  vertical-align: top;
  width: 40px;
  height: 40px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:disabled,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:disabled,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:disabled,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:disabled {
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:after,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:after {
  background-position: -120px 0;
  width: 36px;
  height: 36px;
}
.no-touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:hover:after,
.no-touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:hover:after,
.touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:active:after,
.touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .play:active:after {
  background-position: -120px -37px;
  width: 36px;
  height: 36px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:after {
  background-position: -158px 0;
  width: 36px;
  height: 36px;
}
.no-touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:hover:after,
.no-touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:hover:after,
.touch body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:active:after,
.touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .pause:active:after {
  background-position: -158px -37px;
  width: 36px;
  height: 36px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-played,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-played,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-duration,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-duration {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #7d7d7d;
  font-size: .9rem;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-played,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-played {
  margin-left: -130px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-played:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .time-played:after {
  content: '/';
  padding: 0 .5ex;
  vertical-align: top;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar-valued,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar-valued,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-valued,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-valued {
  background-color: #ad7a1e;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar-slider,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar-slider,
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-slider,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-slider {
  background-color: #ffffff;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek {
  position: absolute !important;
  top: -50px;
  left: 0;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-slider,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-slider {
  width: 3px;
  height: 7px;
  top: -1px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-slider .time-played,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-seek .uc-bar-slider .time-played {
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume {
  display: inline-block;
  height: 100%;
  margin-left: 80px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute:before,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  background-position: -60px 0;
  width: 16px;
  height: 20px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 40px;
  margin-left: 3px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.min:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.min:after {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  background-position: -30px -10px;
  width: 7px;
  height: 15px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.middle:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.middle:after {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  background-position: -30px -10px;
  width: 7px;
  height: 15px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.max:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.max:after {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  background-position: -30px -10px;
  width: 7px;
  height: 15px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.muted:after,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute.muted:after {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  background-position: -30px 0;
  width: 7px;
  height: 7px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute span,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute-locker,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .mute-locker {
  display: inline-block;
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: 1;
  left: 0;
  top: 0;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume {
  width: 70px !important;
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  margin-top: -3px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume .uc-bar-substrata,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume .uc-bar-substrata {
  background-color: #dbdbdb;
  top: 5px !important;
  height: 5px !important;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume .uc-bar-valued,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume .uc-bar-valued {
  top: 5px !important;
  height: 5px !important;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume .uc-bar-slider,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .play-controls .controls-volume .uc-bar.volume .uc-bar-slider {
  height: 12px !important;
  width: 4px !important;
  z-index: 1;
  top: 0 !important;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-length="1"] .gallery-sides-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-length="1"] .gallery-sides-wrapper {
  display: none !important;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-length="1"][data-toggle-mode=on] .gallery-player-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-length="1"][data-toggle-mode=on] .gallery-player-wrapper {
  bottom: 90px;
}
body[data-page-type=entity] #content #content-entity .gallery-wrapper[data-length="1"][data-toggle-mode=on] .gallery-title-wrapper,
body[data-page-type=about] #content #content-about .gallery-wrapper[data-length="1"][data-toggle-mode=on] .gallery-title-wrapper {
  bottom: 40px;
}
body[data-page-type=entity] #content #content-entity .gallery,
body[data-page-type=about] #content #content-about .gallery {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-image-wrapper,
body[data-page-type=about] #content #content-about .gallery-image-wrapper {
  display: block;
  width: 100%;
  height: 300px;
}
body[data-page-type=entity] #content #content-entity .gallery-image,
body[data-page-type=about] #content #content-about .gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #dbdbdb;
  cursor: zoom-in;
}
body[data-page-type=entity] #content #content-entity .gallery-image figure,
body[data-page-type=about] #content #content-about .gallery-image figure {
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-player-toggler,
body[data-page-type=about] #content #content-about .gallery-player-toggler {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  z-index: 100;
}
body[data-page-type=entity] #content #content-entity .gallery-player-toggler:before,
body[data-page-type=about] #content #content-about .gallery-player-toggler:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.no-touch body[data-page-type=entity] #content #content-entity .gallery-player-toggler:hover:before,
.no-touch body[data-page-type=about] #content #content-about .gallery-player-toggler:hover:before,
.touch body[data-page-type=entity] #content #content-entity .gallery-player-toggler:active:not(:disabled):before,
.touch body[data-page-type=about] #content #content-about .gallery-player-toggler:active:not(:disabled):before {
  background-position: 0 -22px;
  width: 24px;
  height: 20px;
}
body[data-page-type=entity] #content #content-entity .gallery-player,
body[data-page-type=about] #content #content-about .gallery-player {
  position: relative;
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-player .um-pnav,
body[data-page-type=about] #content #content-about .gallery-player .um-pnav,
body[data-page-type=entity] #content #content-entity .gallery-player .um-audio,
body[data-page-type=about] #content #content-about .gallery-player .um-audio,
body[data-page-type=entity] #content #content-entity .gallery-player .um-youtube,
body[data-page-type=about] #content #content-about .gallery-player .um-youtube,
body[data-page-type=entity] #content #content-entity .gallery-player .um-p3d,
body[data-page-type=about] #content #content-about .gallery-player .um-p3d {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
body[data-page-type=entity] #content #content-entity .gallery-player .p3d-player,
body[data-page-type=about] #content #content-about .gallery-player .p3d-player,
body[data-page-type=entity] #content #content-entity .gallery-player .pnav-player,
body[data-page-type=about] #content #content-about .gallery-player .pnav-player {
  position: relative;
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .gallery-player .pnav-controls,
body[data-page-type=about] #content #content-about .gallery-player .pnav-controls {
  display: none !important;
}
body[data-page-type=entity] #content #content-entity .gallery-sides-wrapper,
body[data-page-type=about] #content #content-about .gallery-sides-wrapper {
  margin-top: 5px;
}
body[data-page-type=entity] #content #content-entity .gallery-sides,
body[data-page-type=about] #content #content-about .gallery-sides {
  position: relative;
  display: block;
}
body[data-page-type=entity] #content #content-entity .gallery-sides ul li,
body[data-page-type=about] #content #content-about .gallery-sides ul li {
  position: relative;
  display: inline-block;
}
body[data-page-type=entity] #content #content-entity .gallery-title-wrapper,
body[data-page-type=about] #content #content-about .gallery-title-wrapper {
  display: none;
  position: absolute;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 135px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 1.2;
  padding: 0 30px;
  font-size: .9em;
}
body[data-page-type=entity] #content #content-entity .gallery-title,
body[data-page-type=about] #content #content-about .gallery-title {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
body[data-page-type=entity] #content #content-entity-wrapper {
  clear: both;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
body[data-page-type=entity] #content #content-entity .entity-review {
  width: 100%;
  height: 100%;
  padding: 20px 0 200px;
  margin-left: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
}
body[data-page-type=entity] #content #content-entity .entity-review[data-look=right] {
  margin-left: 10px;
}
body[data-page-type=entity] #content #content-entity .entity-review[data-look=left] {
  margin-left: -10px;
}
body[data-page-type=entity] #content #content-entity .entity-review[data-reload=reload] {
  opacity: 0;
}
body[data-page-type=entity] #content #content-entity .entity-review-header {
  position: relative;
}
body[data-page-type=entity] #content #content-entity .entity-review-header-title {
  clear: both;
  margin: 20px 0 60px;
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #000000;
  font-size: 1.2rem;
}
body[data-page-type=entity] #content #content-entity .entity-review-index-wrapper {
  clear: both;
  position: relative;
  width: 100%;
  height: 30px;
}
body[data-page-type=entity] #content #content-entity .entity-review-index {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #7d7d7d;
  font-size: .9rem;
}
body[data-page-type=entity] #content #content-entity .entity-review-index-counter {
  float: right;
}
body[data-page-type=entity] #content #content-entity .entity-review-index-back {
  position: relative;
  color: #7d7d7d;
  text-decoration: none;
  cursor: pointer;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-index-back:hover {
  color: #d4af37;
  text-decoration: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-index-back:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -10px;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation-wrapper {
  width: 100%;
  height: 40px;
  clear: both;
  text-align: right;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation {
  position: relative;
  width: 100%;
  height: 100%;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button {
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 0;
  background-color: #efefef;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -30px;
  width: 16px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button[value=prev] {
  left: -40px;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button[value=prev]:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button[value=next] {
  right: -40px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button[value=next]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-navigation button:hover,
.touch body[data-page-type=entity] #content #content-entity .entity-review-navigation button:active:not(:disabled) {
  background-color: #dbdbdb;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button:disabled {
  cursor: auto;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation button:disabled:before {
  opacity: 0;
}
body[data-page-type=entity] #content #content-entity .entity-review-navigation:after {
  content: "";
  display: block;
  clear: both;
}
body[data-page-type=entity] #content #content-entity .entity-review .media-gallery {
  width: 445px;
  float: left;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul.no-scroll {
  position: relative !important;
  display: inline-block !important;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-image-wrapper {
  width: 100%;
  height: 300px;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides-wrapper {
  margin-top: 5px;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides {
  width: 100%;
  height: 85px;
  padding-bottom: 10px;
  text-align: center;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li {
  margin-left: 5px;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li:first-child {
  margin-left: 0;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li figure {
  position: relative;
  width: auto;
  height: 70px;
  max-width: 250px;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li figure:empty,
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li figure.empty {
  width: 70px;
  background-color: #dbdbdb;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li[data-type=youtube] figure {
  position: relative;
  width: 100px;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li[data-type=youtube] figure:before {
  content: "";
  display: inline-block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/media.png');
  background-position: center;
  background-repeat: no-repeat;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li[data-type=youtube] figure img {
  max-width: 100%;
  max-height: 100%;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li.selected:before {
  border-color: #ad7a1e;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li:not(.selected):hover:before,
.touch body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides ul li:not(.selected):active:before {
  border-color: #803339;
}
body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery {
  position: relative;
  margin-top: 15px;
  padding: 15px 10px;
  border-top: 1px solid #dadada;
}
body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery ul li {
  cursor: pointer;
  padding: 5px;
}
body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li *,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery ul li * {
  cursor: pointer;
}
body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li .icon,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery ul li .icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
  display: block;
  float: left;
}
body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li label,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery ul li label {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  padding: 2px 80px 0 15px;
  display: block;
  overflow: hidden;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li:not(.selected):hover label,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery ul li:not(.selected):hover label,
.touch body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li:not(.selected):active label,
.touch body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery ul li:not(.selected):active label {
  color: #ad7a1e;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player {
  position: absolute;
  left: 10px;
  right: 10px;
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls {
  display: block;
  float: right;
  height: 100%;
  padding: 5px;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .play,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .pause {
  position: absolute;
  top: 5px;
  left: 5px;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-player.svg');
  background-repeat: no-repeat;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .play:disabled,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .pause:disabled {
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .play {
  background-position: -134.5px -81px;
  width: 20px;
  height: 19px;
  /*.no-touch &:hover,
                                    .touch &:active{
                                        .cs-image-position-player-playBig-gold();
                                    }*/
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .pause {
  background-position: -156.5px -81px;
  width: 20px;
  height: 19px;
  /*.no-touch &:hover,
                                    .touch &:active{
                                        .cs-image-position-player-pauseBig-gold();
                                    }*/
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .time-played,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .time-duration {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: .9rem;
  line-height: 24px;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .time-played:after {
  content: '/';
  padding: 0 .5ex;
  vertical-align: top;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .controls-seek,
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .play-controls .controls-volume {
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-player .audio-controls .view-controls {
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-sides ul li .icon {
  background-position: -46.5px -81px;
  width: 20px;
  height: 19px;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-sides ul li:not(.selected):hover .icon,
.touch body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-sides ul li:not(.selected):active .icon {
  background-position: -68.5px -81px;
  width: 20px;
  height: 19px;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-sides ul li.selected {
  background-color: #ad7a1e;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-sides ul li.selected .icon {
  visibility: hidden;
}
body[data-page-type=entity] #content #content-entity .entity-review .audio-gallery-sides ul li.selected label {
  color: #ffffff;
}
body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li .icon {
  background-position: -200px 0;
  width: 18px;
  height: 22px;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li:not(.selected):hover .icon,
.touch body[data-page-type=entity] #content #content-entity .entity-review .pdf-gallery ul li:not(.selected):active .icon {
  background-position: -220px 0;
  width: 18px;
  height: 22px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb {
  position: relative;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #dadada;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity],
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list],
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date],
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] {
  display: block;
  overflow: hidden;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value {
  display: block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .key {
  padding: 10px 15px;
  width: 250px;
  float: left;
  color: #7d7d7d;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb a,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb a,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb a,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb a,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb label,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb label,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb label,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb label {
  z-index: 2;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover {
  color: #ffffff;
  text-decoration: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter .icon,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter .icon,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter .icon,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter .icon {
  position: absolute;
  top: 8px;
  right: 0;
  width: 30px;
  height: 30px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter .icon:before,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter .icon:before,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter .icon:before,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter .icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -40px -37px;
  width: 23px;
  height: 23px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-value {
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-key {
  position: absolute;
  padding: 10px 15px;
  width: 250px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-value {
  padding: 10px 30px 10px 270px;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ad7a1e;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: .9rem;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover .filter-key,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover .filter-key,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover .filter-key,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover .filter-key,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover .filter-value,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover .filter-value,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover .filter-value,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover .filter-value {
  display: inline-block;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover .icon:before,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover .icon:before,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover .icon:before,
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover .icon:before {
  background-position: -64px -37px;
  width: 23px;
  height: 23px;
}
.touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:active .icon:before,
.touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:active .icon:before,
.touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:active .icon:before,
.touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:active .icon:before {
  background-position: -88px -37px;
  width: 23px;
  height: 23px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .key {
  color: #7d7d7d;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .key:after {
  content: ":";
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value {
  position: relative;
  z-index: 2;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value .value-thumb {
  padding: 10px 30px 10px 270px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value .type-icon {
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value-thumb {
  position: relative;
  display: block;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value-thumb a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value-thumb a:hover {
  color: #ad7a1e;
  text-decoration: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query],
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] {
  clear: both;
  padding-top: 60px;
  border-bottom: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .key {
  font-size: 1.2rem;
  width: auto;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key:after,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .key:after {
  content: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .value,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .value {
  float: none;
  clear: both;
  padding: 20px 0 0;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .value .value-thumb,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .value .value-thumb {
  padding: 0;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .type-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key {
  display: inline-block;
  color: #803339;
  vertical-align: middle;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key .count {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: .9rem;
  min-width: 2.5em;
  text-align: center;
  padding: 2px .5em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #ad7a1e;
  vertical-align: baseline;
  margin-left: 2em;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key:after {
  content: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .show-more {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  color: #ad7a1e;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 1em;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .show-more.bottom {
  display: none;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .show-more:hover {
  color: #d4af37;
  text-decoration: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .entity-thumb:first-child {
  border-top-color: #dadada;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .entity-thumb:first-child:hover,
.touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .entity-thumb:first-child:active {
  border-color: #ad7a1e;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .key {
  line-height: 50px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #dadada;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb:first-child {
  border-top: 1px solid #dadada;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-key,
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-value {
  display: block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: .9rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-key {
  float: left;
  padding: 10px 15px;
  width: 250px;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-key a {
  color: #ad7a1e;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-key a:hover {
  color: #d4af37;
  text-decoration: none;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-key label:after {
  content: ":";
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-value {
  overflow: hidden;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-value .value-thumb {
  padding: 10px 0;
}
body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb mark {
  color: #000000;
  background-color: #d4af37;
}
body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=entity],
body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=list],
body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=date],
body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=interval],
body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=text] {
  margin-left: 490px;
}
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=entity] .key,
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=list] .key,
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=date] .key,
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=text] .key {
  display: none;
}
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=entity] .value-thumb,
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=list] .value-thumb,
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=date] .value-thumb,
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb[data-mode=text] .value-thumb {
  padding-left: 0;
}
body[data-page-type=entity] #content #content-entity .entity-review.news .entity-review-fields-thumb .filter {
  display: none;
}
body[data-page-type=about] #content #content-about-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
body[data-page-type=about] #content #content-about {
  padding-bottom: 100px;
}
body[data-page-type=about] #content #content-about .main-article {
  margin-top: 80px;
}
body[data-page-type=about] #content #content-about .sub-article {
  margin-bottom: 50px;
}
body[data-page-type=about] #content #content-about .sub-article-toggler {
  padding: 20px 0;
  margin: 20px 0 50px;
  border-bottom: 1px solid #bababa;
  vertical-align: middle;
}
body[data-page-type=about] #content #content-about .sub-article-toggler h2 {
  display: inline-block;
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #000000;
  font-size: 1.2rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
body[data-page-type=about] #content #content-about .sub-article-toggler .icon {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -10px;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
  margin-right: 15px;
}
body[data-page-type=about] #content #content-about .sub-article-content {
  display: none;
}
body[data-page-type=about] #content #content-about .sub-article[data-toggle-mode=on] .sub-article-toggler .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body[data-page-type=about] #content #content-about .sub-article[data-toggle-mode=on] .sub-article-content {
  display: block;
}
body[data-page-type=about] #content #content-about .media-gallery {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 45px;
  overflow: hidden;
}
body[data-page-type=about] #content #content-about .gallery-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 45px;
  overflow: hidden;
}
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player-wrapper {
  bottom: 146px;
}
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides-wrapper {
  margin: 0;
  height: auto;
  padding: 0;
}
body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides {
  position: relative;
  padding: 10px;
  text-align: center;
  height: 36px;
}
body[data-page-type=about] #content #content-about .gallery-navigator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
body[data-page-type=about] #content #content-about .gallery-navigator button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(( 100% - 60px ) / 2);
  top: -moz-calc(( 100% - 60px ) / 2);
  top: -webkit-calc(( 100% - 60px ) / 2);
  pointer-events: auto;
  border: 2px solid #ffffff;
  opacity: .6;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body[data-page-type=about] #content #content-about .gallery-navigator button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: -16px 0;
  width: 20px;
  height: 19px;
}
body[data-page-type=about] #content #content-about .gallery-navigator button:disabled {
  opacity: .2;
}
body[data-page-type=about] #content #content-about .gallery-navigator button[value=prev] {
  left: 20px;
}
body[data-page-type=about] #content #content-about .gallery-navigator button[value=prev]:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
body[data-page-type=about] #content #content-about .gallery-navigator button[value=next] {
  right: 20px;
}
body[data-page-type=about] #content #content-about .gallery-navigator button[value=next]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body[data-page-type=about] #content #content-about .gallery-image-wrapper {
  width: 100%;
  height: 100%;
}
body[data-page-type=about] #content #content-about .gallery-image {
  position: relative;
  width: auto;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}
body[data-page-type=about] #content #content-about .gallery-image li {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: normal;
  display: inline-block;
  font-size: inherit;
}
body[data-page-type=about] #content #content-about .gallery-image li .gallery-image-thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 100px 45px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: NotoSerif, Tahoma, Verdana, sans-serif;
  max-width: 450px;
  pointer-events: none;
}
body[data-page-type=about] #content #content-about .gallery-image li .gallery-image-thumb-index {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 100px 45px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: NotoSerif, Tahoma, Verdana, sans-serif;
  text-align: right;
  pointer-events: none;
}
body[data-page-type=about] #content #content-about .gallery-image li .gallery-image-thumb-index-total:before {
  content: "/";
  margin: 0 1em;
}
body[data-page-type=about] #content #content-about .gallery-image li figure {
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
body[data-page-type=about] #content #content-about .gallery-image li figure:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
  background-image: url('../images/overlay.png');
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: repeat-x;
  opacity: .8;
}
body[data-page-type=about] #content #content-about .gallery-player-wrapper {
  display: none;
}
body[data-page-type=about] #content #content-about .gallery-sides {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 60px 45px 60px 38px;
}
body[data-page-type=about] #content #content-about .gallery-sides li {
  width: auto;
  height: auto;
  padding: 8px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body[data-page-type=about] #content #content-about .gallery-sides li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
body[data-page-type=about] #content #content-about .gallery-sides li.selected:before {
  background-color: #ad7a1e;
}
.no-touch body[data-page-type=about] #content #content-about .gallery-sides li:not(.selected):hover:before,
.touch body[data-page-type=about] #content #content-about .gallery-sides li:not(.selected):active:before {
  background-color: #803339;
}
body[data-page-type=about] #content #content-about .gallery-title-wrapper {
  bottom: 96px;
}
body[data-page-type=about] #content #content-about article {
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  white-space: pre-line;
}
#footer-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 446px;
  display: block;
  clear: both;
  background-color: #803339;
  background-image: url('../images/footer.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  background-repeat: repeat;
}
#footer {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  padding-bottom: 30px;
}
#footer:after {
  position: relative;
  content: " ";
  display: block;
  clear: both;
}
#footer-sitemap {
  padding: 70px 0 60px;
}
#footer-title {
  position: relative;
  white-space: inherit;
  font-size: 1.5rem;
  text-align: center;
}
#footer-title:before,
#footer-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: .7em;
  border-top: 1px solid #ffffff;
  width: calc((100% - 300px)/2);
  width: -moz-calc((100% - 300px)/2);
  width: -webkit-calc((100% - 300px)/2);
}
#footer-title:before {
  left: 0;
}
#footer-title:after {
  right: 0;
}
#footer-nav {
  width: 100%;
  height: auto;
  margin-top: 50px;
  position: relative;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  -ms-column-width: 150px;
  -o-column-width: 150px;
  column-width: 150px;
}
#footer-nav button[value=close] {
  display: none;
}
#footer-nav .nav-li {
  margin-bottom: 17px;
}
#footer-nav .nav-li .type-icon {
  display: none;
}
#footer-nav .nav-li a {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch #footer-nav .nav-li a:hover {
  color: #d4af37;
  text-decoration: none;
}
#footer .footer-blocks {
  clear: both;
}
#footer-partners,
#footer-developers,
#footer-support,
#footer-copyright {
  display: block;
}
#footer-partners a,
#footer-developers a,
#footer-support a,
#footer-copyright a {
  color: #ad7a1e;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch #footer-partners a:hover,
.no-touch #footer-developers a:hover,
.no-touch #footer-support a:hover,
.no-touch #footer-copyright a:hover {
  color: #d4af37;
  text-decoration: none;
}
#footer .footer-block {
  display: block;
  float: left;
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  vertical-align: top;
  padding-right: 2em;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-partners {
  margin-top: 15px;
}
#error {
  text-align: center;
  min-height: 40%;
}
#error h3 {
  margin-top: 70px;
  font-size: 4em;
  color: #ad7a1e;
}
#error h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprites-default.svg');
  background-position: 0 -154px;
  width: 204px;
  height: 46px;
  display: block;
  margin: 17px auto 40px;
}
#error article span {
  width: 100%;
  display: block;
}
#error article a {
  display: inline-block;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  color: #ad7a1e;
  font-size: .9rem;
  font-family: OpenSansSemiBold, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: .3em .5em;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin-top: 60px;
  padding: 26px 210px;
  color: #803339;
  border-color: #ad7a1e;
}
#error article a:disabled {
  opacity: .5;
}
.no-touch #error article a:not(:disabled):hover,
.touch #error article a:not(:disabled):active {
  color: #ffffff;
  background-color: #b23b41;
}
#error article a:last-child {
  margin-left: 30px;
}
#popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  display: none;
}
.no-fixed-supported #popup-wrapper {
  position: absolute;
}
#popup {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border: 1px solid #bababa;
  background-color: #ffffff;
}
#popup-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#popup-content header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px;
}
#popup-content header h1 {
  font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
  color: #803339;
  font-size: 1.5rem;
}
#popup-close {
  z-index: 10;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ad7a1e;
  text-align: center;
}
#popup-close:after {
  background-position: -50px -20px;
  width: 10px;
  height: 10px;
}
.no-touch #popup-close:hover,
.touch #popup-close:active {
  background-color: #803339;
}
#greeting-header {
  text-align: center;
}
#greeting-content-wrapper {
  text-align: center;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: auto;
  overflow-y: auto;
  padding: 20px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#greeting-content {
  display: inline-block;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  font-family: OpenSans, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  white-space: pre-line;
}
@media screen and (min-width: 1301px) {
  #header {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=index] #content-header-wrapper #searcher-header,
  body[data-page-type=indexSearch] #content-header-wrapper #searcher-header {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=entities] #content-header-wrapper #searcher-header,
  body[data-page-type=entities] #content-header-wrapper #searcher-form,
  body[data-page-type=entities] #content-header-wrapper #searcher-footer {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  #content-header-title-group-wrapper {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  #content-top {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=index] #content,
  body[data-page-type=indexSearch] #content {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=entities] #content #content-entities-wrapper {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=entities] #content #content-entities-aside-wrapper {
    width: 370px;
  }
  body[data-page-type=entities][data-clarify-mode=on] #content #content-top,
  body[data-page-type=entities][data-clarify-mode=on] #content #content-entities-wrapper {
    padding-right: 30px;
    width: calc(100% - 370px - (100% - 1110px) / 2);
    width: -moz-calc(100% - 370px - (100% - 1110px) / 2);
    width: -webkit-calc(100% - 370px - (100% - 1110px) / 2);
    margin-right: 370px;
  }
  body[data-page-type=entity] #content #content-entity-wrapper {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=about] #content #content-about-wrapper {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1300px) {
  #header {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=index] #content-header-wrapper #searcher-header,
  body[data-page-type=indexSearch] #content-header-wrapper #searcher-header {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=entities] #content-header-wrapper #searcher-header,
  body[data-page-type=entities] #content-header-wrapper #searcher-form,
  body[data-page-type=entities] #content-header-wrapper #searcher-footer {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  #content-header-title-group-wrapper {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  #content-top {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=index] #content,
  body[data-page-type=indexSearch] #content {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=entities] #content #content-entities-wrapper {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=entities] #content #content-entities-aside-wrapper {
    width: 330px;
  }
  body[data-page-type=entities][data-clarify-mode=on] #content #content-top,
  body[data-page-type=entities][data-clarify-mode=on] #content #content-entities-wrapper {
    padding-right: 30px;
    width: calc(100% - 330px - (100% - 965px) / 2);
    width: -moz-calc(100% - 330px - (100% - 965px) / 2);
    width: -webkit-calc(100% - 330px - (100% - 965px) / 2);
    margin-right: 330px;
  }
  body[data-page-type=entity] #content #content-entity-wrapper {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-type=about] #content #content-about-wrapper {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
  }
  #content-header #searcher-header-query button[value=submit],
  #content-header #searcher-header-query button[value=clear] {
    width: 100px;
  }
  #content-header #searcher-header-query button[value=clear] {
    right: 110px;
  }
  body[data-page-type=entities] #content-header.fixed #content-header #searcher-header-wrapper {
    padding: 15px 0 0;
  }
  body[data-page-type=entities] #content-header #searcher-header-thumbs form,
  body[data-page-type=entities] #content-header #searcher-form-thumbs form {
    margin: 0 90px 0 0;
  }
  body[data-page-type=entities] #content-header #searcher-header-thumbs form:not([data-type=interval]),
  body[data-page-type=entities] #content-header #searcher-form-thumbs form:not([data-type=interval]) {
    width: calc(50% - 90px);
    width: -moz-calc(50% - 90px);
    width: -webkit-calc(50% - 90px);
  }
  body[data-page-type=index] #content #content-banners-list-wrapper {
    text-align: center;
  }
  body[data-page-type=index] #content #content-banners-list-wrapper:before,
  body[data-page-type=index] #content #content-banners-list-wrapper:after {
    content: none;
  }
  body[data-page-type=index] #content #content-banners-list {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: 730px;
  }
  body[data-page-type=index] #content #content-banners-list .banner-thumb:not( :nth-child(3n + 3)) {
    margin-right: 0;
  }
  body[data-page-type=index] #content #content-banners-list .banner-thumb:not( :nth-child(2n + 2)) {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1160px) {
  #header {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  body[data-page-type=index] #content-header-wrapper #searcher-header,
  body[data-page-type=indexSearch] #content-header-wrapper #searcher-header {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  body[data-page-type=entities] #content-header-wrapper #searcher-header,
  body[data-page-type=entities] #content-header-wrapper #searcher-form,
  body[data-page-type=entities] #content-header-wrapper #searcher-footer {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  #content-header-title-group-wrapper {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  #content-top {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  body[data-page-type=index] #content,
  body[data-page-type=indexSearch] #content {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  body[data-page-type=entities] #content #content-entities-wrapper {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  body[data-page-type=entities] #content #content-entities-aside-wrapper {
    width: 330px;
  }
  body[data-page-type=entities][data-clarify-mode=on] #content #content-top,
  body[data-page-type=entities][data-clarify-mode=on] #content #content-entities-wrapper {
    padding-right: 30px;
    margin-right: 330px;
    width: auto;
  }
  body[data-page-type=entity] #content #content-entity-wrapper {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  body[data-page-type=about] #content #content-about-wrapper {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  #footer {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  #header-top {
    padding: 35px 35px;
  }
  #header-top-title-hgroup-title {
    font-size: 1.1rem;
  }
  #header-top-title-title-description {
    font-size: .8rem;
  }
  #header-top-nav-toggler {
    display: block;
  }
  #header-top-nav .nav {
    display: none;
    display: block;
    position: absolute;
  }
  #header-top-nav .nav-li {
    display: block;
    padding: 25px 10px;
  }
  #content-top {
    margin-right: 60px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-index {
    margin-bottom: 10px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-index-back:before {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 1em;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .media-gallery {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper {
    width: 445px;
    margin: 0 auto;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-content-wrapper {
    clear: both;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity],
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list],
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date],
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] {
    padding: 15px 0 10px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=entity],
  body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=list],
  body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=date],
  body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=interval],
  body[data-page-type=entity] #content #content-entity .entity-review[data-image] .entity-review-fields-thumb[data-mode=text] {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #header-nav-toggler {
    display: block;
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .no-touch #header-nav-toggler:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  #header-nav-toggler .icon {
    display: inline-block;
    width: 33px;
    height: 100%;
    margin-right: 15px;
  }
  #header-nav-toggler .icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sprites-default.svg');
    background-position: 0 -66px;
    width: 33px;
    height: 16px;
  }
  #header-nav-toggler:before,
  #header-nav-toggler:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 33px;
    border-top: 1px solid #ffffff;
    width: calc((100% - 150px)/2);
    width: -moz-calc((100% - 150px)/2);
    width: -webkit-calc((100% - 150px)/2);
  }
  #header-nav-toggler:before {
    left: 0;
  }
  #header-nav-toggler:after {
    right: 0;
  }
  #header-nav .nav {
    position: fixed;
    display: block;
    top: 0;
    left: -100%;
    left: calc(-100% - 5px);
    left: -moz-calc(-100% - 5px);
    left: -webkit-calc(-100% - 5px);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left !important;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
    border-left: 1px solid #bababa;
    -webkit-box-shadow: 3px 0 3px #bababa;
    -moz-box-shadow: 3px 0 3px #bababa;
    -ms-box-shadow: 3px 0 3px #bababa;
    -o-box-shadow: 3px 0 3px #bababa;
    box-shadow: 3px 0 3px #bababa;
    z-index: 2000;
  }
  .no-fixed-supported #header-nav .nav {
    position: absolute;
  }
  #header-nav .nav button[value=close] {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #803339;
    text-align: center;
    display: block;
  }
  #header-nav .nav button[value=close]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sprites-default.svg');
    background-position: -50px -20px;
    width: 10px;
    height: 10px;
  }
  .no-touch #header-nav .nav button[value=close]:hover,
  .touch #header-nav .nav button[value=close]:active {
    background-color: #ad7a1e;
  }
  #header-nav .nav-li {
    display: block;
    border-bottom: 1px solid #bababa;
    font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    text-align: left !important;
    padding: 0 20px;
    margin-right: 50px;
  }
  .no-touch #header-nav .nav-li:hover {
    color: #ad7a1e;
    text-decoration: underline;
  }
  #header-nav .nav-li .type-icon {
    display: inline-block;
    margin-right: 15px;
  }
  #header-nav .nav-li a {
    display: inline-block;
    width: 100%;
    height: 77px;
  }
  #header-nav[data-toggle-mode=on] .nav {
    left: 0;
  }
  #content-top-viewers {
    float: none;
  }
}
@media screen and (max-width: 850px) {
  body[data-page-type=entities] #content-header.fixed #content-header #searcher-header-wrapper {
    padding: 15px 0 0;
  }
  body[data-page-type=entities] #content-header #searcher-header-wrapper {
    padding: 20px 0 0;
  }
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper {
    float: none;
    width: 100%;
  }
  body[data-page-type=entities] #content-header #searcher-header-form-toggler-wrapper {
    display: inline-block;
    float: left;
  }
  body[data-page-type=entities] #content-header #searcher-header-form-toggler {
    float: left;
    line-height: 60px;
    padding-left: 0;
  }
  body[data-page-type=entities] #content-header #searcher .f_fc-parts-thumb:first-child {
    margin-right: 5px;
  }
  body[data-page-type=entities] #content-header #searcher .f_fc-parts-thumb .f_fb-input {
    width: 105px;
    padding: 15px 24px 5px 5px;
  }
  body[data-page-type=entities] #content-header #searcher .f_fc-parts-thumb:after {
    right: 5px;
  }
  body[data-page-type=entities] #content-header #searcher .f_fc-parts-thumb:last-child .f_fc-parts-thumb-form {
    left: -70px;
  }
  #content .entity-thumb[data-mode=news] {
    display: block;
    width: 100%;
    margin-right: 0 !important;
  }
  body[data-page-type=index] #content #content-banners-list-wrapper {
    padding: 103px 15px 37px;
  }
  body[data-page-type=index] #content #content-banners-list {
    width: 650px;
  }
  body[data-page-type=index] #content #content-banners-list .banner-thumb:not( :nth-child(2n + 2)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  body[data-page-type=index] #content-header-wrapper #searcher-header,
  body[data-page-type=indexSearch] #content-header-wrapper #searcher-header {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  body[data-page-type=entities] #content-header-wrapper #searcher-header,
  body[data-page-type=entities] #content-header-wrapper #searcher-form,
  body[data-page-type=entities] #content-header-wrapper #searcher-footer {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  #content-header-title-group-wrapper {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  #content-top {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  body[data-page-type=index] #content,
  body[data-page-type=indexSearch] #content {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  body[data-page-type=entities] #content #content-entities-wrapper {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  body[data-page-type=entities] #content #content-entities-aside-wrapper {
    width: 330px;
  }
  body[data-page-type=entities][data-clarify-mode=on] #content #content-top,
  body[data-page-type=entities][data-clarify-mode=on] #content #content-entities-wrapper {
    padding-right: 30px;
    margin-right: 330px;
    width: auto;
  }
  body[data-page-type=entity] #content #content-entity-wrapper {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  body[data-page-type=about] #content #content-about-wrapper {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  #footer {
    width: auto;
    margin-left: 34px;
    margin-right: 34px;
  }
  #panel .panel-control {
    width: 30px;
    height: 30px;
    background-color: rgba(173, 122, 30, 0.6);
  }
  #panel .panel-control[data-tooltip]:after {
    left: 31px;
  }
}
@media screen and (max-width: 760px) {
  body[data-page-type=entities] #content-header #searcher-header-thumbs form,
  body[data-page-type=entities] #content-header #searcher-form-thumbs form {
    margin: 0 90px 0 0;
    margin-bottom: 30px !important;
  }
  body[data-page-type=entities] #content-header #searcher-header-thumbs form[data-type=interval],
  body[data-page-type=entities] #content-header #searcher-form-thumbs form[data-type=interval] {
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }
  body[data-page-type=entities] #content-header #searcher-header-thumbs form:not([data-type=interval]),
  body[data-page-type=entities] #content-header #searcher-form-thumbs form:not([data-type=interval]) {
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }
  body[data-page-type=index] #content #content-banners-list-wrapper {
    padding: 103px 15px 37px;
  }
  body[data-page-type=index] #content #content-banners-list {
    width: 100%;
    text-align: center;
  }
  body[data-page-type=index] #content #content-banners-list .banner-thumb {
    display: block;
    width: 315px;
    margin-right: auto !important;
    margin-left: auto;
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 14px;
  }
  body[data-page-type=entities][data-clarify-mode=on] {
    overflow: hidden;
  }
  body[data-page-type=entities][data-clarify-mode=on] #content-header-wrapper,
  body[data-page-type=entities][data-clarify-mode=on] #panel-wrapper {
    z-index: 0;
  }
  body[data-page-type=entities][data-clarify-mode=on] #content #content-entities-aside-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .no-fixed-supported body[data-page-type=entities][data-clarify-mode=on] #content #content-entities-aside-wrapper {
    position: absolute;
  }
  #header-wrapper:after {
    background-image: url('../images/main_768.jpg');
    background-repeat: no-repeat;
    background-position: center;
  }
  body[data-page-type=index] #header-wrapper:after {
    height: 594px;
  }
  body[data-page-type=indexSearch] #header-wrapper:after {
    height: 247px;
  }
  #header-top {
    height: 88px;
    padding: 18px 25px;
  }
  #header-top-title-logo {
    top: 3px;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }
  #header-top-title-hgroup-title {
    font-size: .9rem;
    max-width: 135px;
  }
  #header-top-title-hgroup-title-description {
    display: none;
  }
  #header-top-controls {
    top: 25px;
    right: 25px;
    vertical-align: top;
  }
  #header-top-controls-about,
  #header-top-controls-website {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: transparent !important;
    padding: 0;
    vertical-align: top;
    background-color: #bcbcbc;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .no-touch #header-top-controls-about:hover,
  .no-touch #header-top-controls-website:hover,
  .touch #header-top-controls-about:active,
  .touch #header-top-controls-website:active {
    background-color: #ad7a1e;
  }
  #header-top-controls-about:before,
  #header-top-controls-website:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sprites-default.svg');
  }
  #header-top-controls-about:before {
    background-position: -207px 0;
    width: 5px;
    height: 11px;
    vertical-align: top;
    margin: 4px 0 0 8px;
  }
  #header-top-controls-website:before {
    background-position: -193px 0;
    width: 11px;
    height: 9px;
    vertical-align: top;
    margin: 5px 0 0 5px;
  }
  #header-nav-toggler {
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
  }
  #header-nav-toggler:before,
  #header-nav-toggler:after {
    top: 25px;
  }
  #content-top-sort .p .key {
    line-height: 30px;
  }
  #content-top-sort .p .value {
    overflow: visible;
    padding: 0;
  }
  #content-top-sort .f_ddl-header,
  #content-top-sort .f_ddb-header {
    display: block;
  }
  #content-top-sort .f_ddl-header .f_fb-input,
  #content-top-sort .f_ddb-header .f_fb-input {
    height: 30px;
    border: none;
    line-height: 30px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #content-top-sort .f_ddl-header-toggler,
  #content-top-sort .f_ddb-header-toggler {
    height: 30px;
  }
  #content-top-sort .f_ddl[data-toggle-mode=on] .f_ddl-list-wrapper,
  #content-top-sort .f_ddb[data-toggle-mode=on] .f_ddl-list-wrapper {
    display: block;
  }
  #content-top-sort .f_ddl-list-wrapper,
  #content-top-sort .f_ddb-list-wrapper {
    display: none;
    position: absolute;
    border: 1px solid #bababa;
    background-color: #ffffff;
  }
  #content-top-sort .f_ddl-list,
  #content-top-sort .f_ddb-list {
    overflow-y: auto;
    padding: 0;
    display: block;
  }
  #content-top-sort .f_ddl-list li,
  #content-top-sort .f_ddb-list li {
    margin: 0;
    display: block;
    line-height: 1rem;
    border: none;
    padding: .7em 1.2em;
    font-size: .9rem;
  }
  #content-top-sort .f_ddl-list li.selected,
  #content-top-sort .f_ddb-list li.selected {
    color: #803339;
    background-color: #ffffff;
    font-family: OpenSans, Tahoma, Verdana, sans-serif;
    font-weight: bold;
  }
  .no-touch #content-top-sort .f_ddl-list li:hover,
  .touch #content-top-sort .f_ddl-list li:active,
  .no-touch #content-top-sort .f_ddb-list li:hover,
  .touch #content-top-sort .f_ddb-list li:active {
    color: #000000;
    background-color: #efefef;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .media-gallery,
  body[data-page-type=about] #content #content-about .media-gallery {
    width: 100%;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper,
  body[data-page-type=about] #content #content-about .gallery-wrapper {
    width: 100%;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-player-wrapper,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player-wrapper {
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls {
    display: none !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-title-wrapper,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-title-wrapper {
    bottom: 40px !important;
    font-size: .9rem;
    height: auto;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    z-index: 1000;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-title,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-title {
    height: auto;
    padding: 15px 0;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-title:empty,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-title:empty {
    display: none;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides-wrapper,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides-wrapper {
    height: 40px;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides {
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li {
    width: auto;
    height: auto;
    padding: 8px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li:before,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li:before {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li.selected:before,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li.selected:before {
    background-color: #ad7a1e;
  }
  .no-touch body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li:not(.selected):hover:before,
  .no-touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li:not(.selected):hover:before,
  .touch body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li:not(.selected):active:before,
  .touch body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li:not(.selected):active:before {
    background-color: #803339;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li figure,
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul li figure {
    display: none;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul {
    position: relative !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-sides ul .uc-bar {
    display: none !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-length="1"] .gallery-player-wrapper {
    bottom: 0 !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-length="1"] .gallery-title-wrapper {
    bottom: 0 !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .key {
    width: 170px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover {
    height: 150% !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-value,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-value,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-value,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-value {
    padding: 10px 30px 10px 190px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-key {
    width: 170px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value .value-thumb {
    padding: 10px 30px 10px 190px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=personage] .personage-thumb-key {
    width: 190px;
  }
  body[data-page-type=about] #content #content-about .gallery-wrapper[data-toggle-mode=on] .gallery-sides {
    position: relative;
    text-align: center;
  }
  #searcher-clarification-expanded-list-wrapper {
    padding: 20px 30px;
  }
  #popup {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }
  #popup header {
    padding: 30px 50px 30px 30px;
  }
  #popup header h1 {
    font-size: 1.3rem;
  }
  #footer .footer-block {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #header-wrapper:after {
    background-image: url('../images/main_480.jpg');
    background-repeat: no-repeat;
    background-position: center;
  }
  body[data-page-type=index] #header-wrapper:after {
    height: 441px;
  }
  #content-header #content-header-title-title {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper,
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper,
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper {
    float: none;
    width: 100%;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=submit],
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=submit],
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=submit],
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=clear],
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=clear],
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=clear] {
    color: transparent;
    width: 46px;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=submit]:after,
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=submit]:after,
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=submit]:after,
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=clear]:after,
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=clear]:after,
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=clear]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sprites-default.svg');
    margin-top: -20px;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=submit]:after,
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=submit]:after,
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=submit]:after {
    background-position: -70px -62px;
    width: 23px;
    height: 23px;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=clear],
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=clear],
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=clear] {
    right: 60px;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=clear]:after,
  body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=clear]:after,
  body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=clear]:after {
    background-position: -40px -20px;
    width: 10px;
    height: 10px;
  }
  .no-touch body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=clear]:hover:after,
  .no-touch body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=clear]:hover:after,
  .no-touch body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=clear]:hover:after,
  .touch body[data-page-type=index] #content-header #searcher-header-query-wrapper button[value=clear]:active:after,
  .touch body[data-page-type=indexSearch] #content-header #searcher-header-query-wrapper button[value=clear]:active:after,
  .touch body[data-page-type=entities] #content-header #searcher-header-query-wrapper button[value=clear]:active:after {
    background-position: -50px -20px;
    width: 10px;
    height: 10px;
  }
  body[data-page-type=index] #content-header #searcher-header-query,
  body[data-page-type=indexSearch] #content-header #searcher-header-query,
  body[data-page-type=entities] #content-header #searcher-header-query {
    margin-bottom: 15px;
  }
  body[data-page-type=index] #content-header #searcher-header-query .f_ddl-header:before,
  body[data-page-type=indexSearch] #content-header #searcher-header-query .f_ddl-header:before,
  body[data-page-type=entities] #content-header #searcher-header-query .f_ddl-header:before {
    content: none;
  }
  body[data-page-type=index] #content-header #searcher-header-query .f_fb-input,
  body[data-page-type=indexSearch] #content-header #searcher-header-query .f_fb-input,
  body[data-page-type=entities] #content-header #searcher-header-query .f_fb-input {
    padding-left: 10px;
    padding-right: 113px;
  }
  body[data-page-type=entities] #content-header #searcher-header-form-toggler-wrapper {
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
  body[data-page-type=entities] #content-header #searcher-header-form-toggler {
    line-height: 40px;
  }
  #content-header #searcher-header .f_fb-input::-webkit-input-placeholder {
    font-size: .7rem;
  }
  #content-header #searcher-header .f_fb-input::-moz-placeholder {
    font-size: .7rem;
  }
  #content-header #searcher-header .f_fb-input:-moz-placeholder {
    font-size: .7rem;
  }
  #content-header #searcher-header .f_fb-input:-ms-input-placeholder {
    font-size: .7rem;
  }
  body[data-page-type=index] #content #content-banners-carousel-navigator {
    height: 228px;
  }
  body[data-page-type=index] #content #content-banners-carousel-navigator button {
    width: 40px;
    height: 40px;
    top: 94px;
  }
  body[data-page-type=index] #content #content-banners-carousel-navigator button[value=prev] {
    left: 10px;
  }
  body[data-page-type=index] #content #content-banners-carousel-navigator button[value=next] {
    right: 10px;
  }
  body[data-page-type=index] #content #content-banners-carousel-selected {
    height: 228px;
  }
  body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header {
    padding: 30px 60px;
  }
  body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header h3 {
    font-size: 1.3rem;
  }
  body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header .article-wrapper {
    display: none;
  }
  body[data-page-type=index] #content #content-banners-carousel-selected .banner-thumb-header-link {
    margin-top: 15px;
  }
  body[data-page-type=index] #content #content-banners-carousel-list {
    height: 100px;
    background-color: #efefef;
  }
  body[data-page-type=index] #content #content-banners-carousel-list ul {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 70px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb {
    position: initial;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none !important;
    padding: 10px;
    background-color: transparent !important;
    margin: 0;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #dbdbdb;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    vertical-align: top;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:not(:last-child) {
    margin-right: 2px;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb.selected:before {
    background-color: #ad7a1e;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb.selected .banner-thumb-header {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 10px 30px;
    color: #803339;
    font-size: 1rem;
    font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
    pointer-events: none;
    line-height: 1;
    vertical-align: middle;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb.selected .banner-thumb-header label {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: center;
    height: 100%;
  }
  .no-touch body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:hover:before,
  .touch body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb:active:not(.selected):before {
    background-color: #803339;
  }
  body[data-page-type=index] #content #content-banners-carousel-list .banner-thumb-header {
    display: none;
  }
  body[data-page-type=index] #content #content-banners-news-wrapper,
  body[data-page-type=index] #content #content-banners-list-wrapper {
    margin-top: 47px;
  }
  body[data-page-type=index] #content #content-banners-news-wrapper > h3,
  body[data-page-type=index] #content #content-banners-list-wrapper > h3 {
    top: -15px;
    width: 280px;
    margin-left: -140px;
    font-size: 1.3rem;
  }
  body[data-page-type=index] #content #content-banners-list .banner-thumb {
    width: 100%;
    margin-right: 0 !important;
  }
  body[data-page-type=index] #content #content-news-wrapper {
    margin-top: 47px;
    padding-left: 0;
    padding-right: 0;
  }
  body[data-page-type=index] #content #content-news-wrapper > h3 {
    top: -15px;
    width: 280px;
    margin-left: -140px;
    font-size: 1.3rem;
  }
  body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header .type-icon {
    width: 62px;
    height: 62px;
  }
  body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header .type-icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header-title .title {
    font-size: 1.2rem;
  }
  body[data-page-type=indexSearch] #content #content-entity-types .entity-type-header-title .count {
    margin-left: 1em;
  }
  body[data-page-type=indexSearch] #content #content-entity-types .entity-type .show-more.top {
    display: none;
  }
  body[data-page-type=indexSearch] #content #content-entity-types .entity-type .show-more.bottom {
    display: block;
    margin-top: 20px;
  }
  body[data-page-type=about] #content #content-about-wrapper {
    width: 100%;
    margin: 0;
  }
  body[data-page-type=about] #content #content-about .main-article {
    margin-top: 35px;
  }
  body[data-page-type=about] #content #content-about .sub-article {
    margin-bottom: 20px;
  }
  body[data-page-type=about] #content #content-about .sub-article-toggler,
  body[data-page-type=about] #content #content-about article {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  body[data-page-type=about] #content #content-about .sub-article-toggler {
    margin-bottom: 20px;
    padding: 10px 0;
  }
  body[data-page-type=about] #content #content-about .sub-article-toggler h2 {
    font-size: 1.2rem;
  }
  body[data-page-type=about] #content #content-about .gallery-wrapper {
    height: 315px;
    margin-top: 30px;
  }
  body[data-page-type=about] #content #content-about .gallery-navigator button {
    width: 40px;
    height: 40px;
  }
  body[data-page-type=about] #content #content-about .gallery-image li .gallery-image-thumb-title {
    padding: 50px 30px;
    font-size: 1rem;
    max-width: 250px;
  }
  body[data-page-type=about] #content #content-about .gallery-image li .gallery-image-thumb-index {
    padding: 30px 30px;
  }
  body[data-page-type=about] #content #content-about .gallery-sides {
    padding: 15px 30px 15px 22px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-navigation-wrapper {
    width: 90px;
    float: right;
    height: 40px;
    clear: none;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-header-title {
    margin: 0 0 27px;
    clear: none;
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    font-size: 1rem;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-wrapper[data-toggle-mode=on] .gallery-player .pnav-controls {
    display: none;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-image-wrapper {
    height: 200px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review .gallery-sides {
    height: 80px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-content-wrapper {
    clear: both;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity],
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list],
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date],
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] {
    padding: 15px 0 10px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .key {
    padding: 0 25px;
    float: none;
    width: auto;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter:hover,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter:hover,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter:hover,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter:hover {
    height: 150% !important;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-value,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-value,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-value,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-value {
    padding: 0 25px;
    display: block;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter-key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter-key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter-key,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter-key {
    position: relative;
    width: auto;
    padding: 0 25px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb .value .value-thumb {
    padding: 5px 25px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .type-icon {
    display: block;
    width: 62px;
    height: 62px;
    float: left;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .type-icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key {
    display: block;
    font-size: 1.2rem;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key a {
    overflow: hidden;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key label {
    font-family: NotoSerifBold, Tahoma, Verdana, sans-serif;
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    display: inline-block;
    line-height: 1.1;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .key .count {
    margin-left: 0;
    float: right;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .show-more.top {
    display: none;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .show-more.bottom {
    display: block;
    margin-top: 20px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=query] .value {
    border-top: 5px solid #ad7a1e;
    padding: 0;
  }
  #error {
    padding: 0 30px;
  }
  #error h3 {
    font-size: 2rem;
  }
  #error article a {
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0;
  }
  #error article a:last-child {
    margin-left: 0;
  }
  #footer-sitemap {
    padding: 50px 0;
  }
  #footer-title {
    font-size: 1rem;
  }
  #footer-title:before,
  #footer-title:after {
    width: calc((100% - 230px)/2);
    width: -moz-calc((100% - 230px)/2);
    width: -webkit-calc((100% - 230px)/2);
  }
  #footer-nav {
    margin-top: 40px;
  }
  #footer .footer-block {
    float: none;
    width: 100%;
  }
  #footer-partners,
  #footer-developers {
    width: 50%;
  }
  #greeting-header,
  #greeting-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 400px) {
  #header-wrapper:after {
    height: 138px;
  }
  body[data-page-type=index] #header-wrapper:after {
    height: 426px;
  }
  #header-top-title-logo {
    top: 4px;
    -webkit-transform: scale(0.48);
    -moz-transform: scale(0.48);
    -ms-transform: scale(0.48);
    -o-transform: scale(0.48);
    transform: scale(0.48);
  }
  #header-top-title-hgroup-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  body[data-page-type=entity] #header:after,
  body[data-page-type=entities] #header:after,
  body[data-page-type=about] #header:after {
    height: 138px;
  }
  #content-header-title {
    height: 50px;
    line-height: 50px;
  }
  #content-header-title-type {
    width: 50px;
    height: 50px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  #content-header-title-title {
    line-height: 50px;
  }
  #content-header #searcher-header-wrapper {
    padding: 10px 0 !important;
  }
  #content-header #searcher-header-query .f_fb-input {
    height: 50px !important;
    line-height: 50px;
    padding-right: 90px !important;
  }
  #content-header #searcher-header-query button[value=submit],
  #content-header #searcher-header-query button[value=clear] {
    height: 36px;
    width: 36px !important;
  }
  #content-header #searcher-header-query button[value=submit]:after,
  #content-header #searcher-header-query button[value=clear]:after {
    margin-top: -25px !important;
  }
  #content-header #searcher-header-query button[value=clear] {
    right: 50px !important;
  }
  #content-header #searcher-header-query-mode-title {
    margin-right: 10px;
  }
  #content-header #searcher-header-query-mode ul .radio {
    margin-right: 10px;
  }
  #content-header #searcher-header-query-mode ul .radio-icon {
    margin-right: 5px;
  }
  #content-header #searcher-header-form-toggler-wrapper {
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: left !important;
  }
  #content-header #searcher-header-form-toggler {
    text-align: left;
    padding-left: 0;
    float: left !important;
  }
  #content-header #searcher-footer-info p,
  #content-header #searcher-footer-info .p {
    padding: 0;
  }
  body[data-page-type=index] #content-header #searcher-header-wrapper,
  body[data-page-type=indexSearch] #content-header #searcher-header-wrapper {
    padding: 0 0 10px !important;
  }
  body[data-page-type=index] #content-header #searcher-header-query-wrapper {
    height: 50px;
  }
  body[data-page-type=entities] #content-header #searcher-header-thumbs form {
    margin-bottom: 10px !important;
  }
  body[data-page-type=entities] #content #content-entities-empty-search {
    margin-top: 30px;
  }
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=entity] .value-thumb .filter .icon,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=list] .value-thumb .filter .icon,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=date] .value-thumb .filter .icon,
  body[data-page-type=entity] #content #content-entity .entity-review-fields-thumb[data-mode=text] .value-thumb .filter .icon {
    top: 0;
  }
  #footer {
    font-size: .9rem;
  }
  #footer-title:before,
  #footer-title:after {
    width: calc((100% - 180px)/2);
    width: -moz-calc((100% - 180px)/2);
    width: -webkit-calc((100% - 180px)/2);
  }
  #footer-sitemap {
    padding: 40px 0;
  }
  #footer-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-width: 80px;
    -moz-column-width: 80px;
    -ms-column-width: 80px;
    -o-column-width: 80px;
    column-width: 80px;
  }
}
