/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
html,
body {
  padding: 0;
  margin: 0;
}
* {
  font-family: 'Source Sans Pro', Arial;
}
a {
  color: #323232;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  cursor: pointer;
}
.site-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 1340px;
}
header {
  height: 60px;
  background-color: #fff;
}
header .site-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
header img {
  float: left;
  margin-top: 6px;
}
header .logo-titles {
  margin-right: 95px;
  float: left;
}
header .logo-title {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19px;
  margin-left: 20px;
  display: block;
  color: #000;
}
header .logo-subtitle {
  font-size: 14px;
  color: #323232;
  text-transform: none;
  letter-spacing: 0;
  line-height: 15px;
  margin-left: 20px;
  display: block;
  float: left;
  color: #000;
}
header .menu-items1 {
  float: left;
  height: 40px;
  line-height: 40px;
}
header .menu-items2 {
  float: right;
}
header .header-link {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-right: 34px;
  float: left;
}
header .header-link:last-child {
  margin-right: 0;
}
.lang {
  float: right;
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  cursor: pointer;
  background-image: url(/imgs/lang-icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-y: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.lang:hover {
  opacity: 1;
  text-decoration: none;
}
.search {
  text-align: center;
  position: relative;
}
.search.cover {
  background: url(/imgs/cover.png) no-repeat top left;
  /*background-position-y: -71px;*/
  background-size: 100% 300px;
  height: 300px;
}
.search .search-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  padding: 45px 0 0 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.search .search-container-wrap {
  width: 679px;
  margin: 0 auto;
}
.search .search-container-wrap.no-results .search-input-wrap,
.search .search-container-wrap.no-results .advanced {
  position: relative;
  z-index: 1001;
}
.search .search-input-wrap {
  border: 1px solid #8D8D8D;
  border-radius: 8px;
  background: #fff;
  height: 36px;
}
.search .search-input-wrap .submit-icon {
  cursor: pointer;
  margin-left: 18px;
  border: none;
  background: url(/imgs/icons/magnifying-glass.png) no-repeat top left;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .search .search-input-wrap .submit-icon {
    background: url(/imgs/icons/magnifying-glass@2x.png) no-repeat top left;
    background-size: 23px 23px;
  }
}
.search input {
  display: block;
  width: 561px;
  float: left;
  border: none;
  height: 36px;
  background: transparent;
  padding: 12px 15px;
  font-size: 14px;
}
.search .advanced {
  float: right;
  color: #000;
  font-size: 14px;
  margin-top: 5;
  font-weight: bold;
}
.keyboard-icon {
  cursor: pointer;
  border: none;
  background: url(/imgs/icons/keyboard.png) no-repeat top left;
  width: 33px;
  height: 20px;
  margin-top: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .keyboard-icon {
    background: url(/imgs/icons/keyboard@2x.png) no-repeat top left;
    background-size: 33px 20px;
  }
}
.action-line {
  width: 100%;
  margin: 20px auto;
  height: 40px;
  line-height: 39px;
}
.action-line .content {
  width: 1340px;
  margin: 0 auto;
}
.action-line .select-view {
  width: 290px;
  float: left;
}
.action-line .select-view label {
  font-weight: bold;
}
.action-line .select-view-buttons {
  float: right;
}
.action-line .pagination-result-count {
  width: 479px;
  float: left;
}
.action-line .result-count {
  font-size: 14px;
}
.action-line .pagination {
  line-height: 40px;
  float: left;
  font-size: 14px;
}
.action-line .pagination .btn-small {
  border: none;
  display: inline-block;
  margin-right: 2px;
}
.action-line .pagination .total-pages {
  display: inline-block;
  margin-left: 8px;
}
.action-line .actions {
  float: right;
}
.action-line .actions select {
  border: none;
  background: none;
  font-size: 14px;
  margin-top: 9px;
}
.action-line .actions .sort {
  width: 188px;
  margin-right: 91px;
}
.action-line .actions .item-limit {
  min-width: 90px;
}
.pagination-footer {
  margin-top: 30px;
}
.btn {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  background: #ede7df;
  cursor: pointer;
}
.btn.primary {
  background: #305eb1;
  color: #fff;
  font-weight: bold;
}
.btn:active {
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}
.btn-small {
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
  line-height: 19px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  color: #000;
}
.btn-small:hover {
  color: #fff;
  background-color: #aaa;
  text-decoration: none;
}
.btn-small.active {
  color: #fff;
  background-color: #979797;
}
.btn-small.condensed {
  height: auto;
  line-height: initial;
  padding: 3px 5px;
  min-width: 12px;
}
.btn-small.centered {
  text-align: center;
}
.btn-small.h28 {
  line-height: 20px;
  height: 20px;
}
.btn-small.h28img {
  position: relative;
  top: -1px;
  padding-bottom: 6px;
  padding-top: 8px;
}
.btn-small.h28img img {
  vertical-align: middle;
}
.advanced-search {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.advanced-search .input-wrap {
  position: relative;
}
.advanced-search .input-wrap .cross-big {
  position: absolute;
  top: 13px;
  right: 142px;
  display: none;
}
.advanced-search .input-wrap.active .cross-big {
  display: initial;
}
.advanced-search .simple-keyboard {
  position: absolute;
  width: 657px;
  height: 230px;
  top: initial;
  bottom: -189px;
  left: 251px;
}
.advanced-search .dropmic {
  position: absolute;
  display: none;
}
.advanced-search .frow {
  margin-bottom: 15px;
}
.advanced-search .filter {
  height: 40px;
  width: 250px;
  display: block;
  float: left;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  padding: 0 15px;
  border: 1px solid #917864;
  border-right: none;
}
.advanced-search .filter-value {
  height: 40px;
  width: 657px;
  display: block;
  float: left;
  font-size: 14px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  border: 1px solid #917864;
  padding: 0 15px;
  margin-right: 15px;
}
.advanced-search .filter-value.error {
  border: 1px solid red;
}
.advanced-search .log-operator {
  width: 113px;
  border-radius: 8px;
  text-align: center;
  border-right: 1px solid #917864;
}
.advanced-search .search-submit {
  float: right;
  width: 113px;
}
.advanced-search .goto-basic-search {
  float: right;
  line-height: 40px;
  margin-right: 15px;
  font-size: 14px;
}
.frow-sample {
  display: none;
}
.main-wrap {
  width: 1035px;
  margin-left: 15px;
  float: left;
  position: relative;
}
.arrow-down {
  width: 7px;
  height: 3px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  border: 1px solid #323232;
}
.results-wrap,
.page-wrap {
  /* background: linear-gradient(180deg, #FFFFFF 0%, #DFD6C7 0%, #FFFFFF 100%); */
  background: #e3e3e2;
  /* opacity: 0.8; */
  padding-bottom: 20px;
}
.results-container {
  width: 1340px;
  margin: 0 auto;
}
a.white-box {
  display: block;
}
.white-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 12px 22px;
  box-sizing: border-box;
}
.white-box.simmetric {
  padding: 15px;
}
.white-box h4 {
  font-size: 14px;
  font-weight: normal;
}
.white-box.actions {
  height: 40px;
}
.white-box.actions label {
  float: right;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.white-box.actions .icon {
  margin-right: 8px;
}
.bottom-spacing {
  margin-bottom: 15px;
}
.icon {
  width: 16px;
  height: 16px;
  float: left;
}
.icon.copy {
  background: url(/imgs/icons/copy@2x.png) no-repeat top left;
  background-size: 16px 16px;
}
.icon.print {
  background: url(/imgs/icons/printer@2x.png) no-repeat top left;
  background-size: 16px 16px;
}
.icon.download {
  background: url(/imgs/icons/download-1@2x.png) no-repeat top left;
  background-size: 16px 16px;
}
.icon.share {
  background: url(/imgs/icons/share@2x.png) no-repeat top left;
  background-size: 16px 16px;
}
.checkbox {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
  width: 13px;
  height: 13px;
  float: left;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox.active {
  background-color: #979797;
}
.checkbox.active:after {
  content: "";
  display: block;
  height: 8px;
  width: 4px;
  margin-left: 4px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.checkbox.big {
  width: 18px;
  height: 18px;
}
.checkbox.big.active:after {
  height: 9px;
  width: 4px;
  margin-left: 6px;
  margin-top: 2px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.checkbox-wrap:after,
.clear-fix:after {
  content: "";
  clear: both
;
  display: table;
}
.badge {
  color: #8D8D8D;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E6E0D8;
  margin-top: 2px;
  float: right;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 14px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  box-sizing: border-box;
}
.filters-wrap {
  width: 290px;
  float: left;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.filters-wrap .clear-filters {
  border-bottom: 1px solid #E7E1D8;
  padding-bottom: 11px;
  margin-bottom: 12px;
}
.filters-wrap .clear-filters img {
  vertical-align: bottom;
  margin-left: 9px;
  height: 25px;
}
.filter {
  font-size: 14px;
  color: #000;
}
.filter.fixed-height {
  height: 189px;
  /*height: 250px; 7 rows*/
  position: relative;
  overflow: hidden;
}
.filter.fixed-height .show-more {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 26px;
  line-height: 25px;
  display: block;
  width: 274px;
  color: #707070;
  text-align: right;
  padding-right: 14px;
  box-sizing: border-box;
}
.filter h4 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #000;
}
.filter .checkbox {
  margin-right: 9px;
  margin-top: 4px;
}
.filter .checkbox-wrap {
  color: #000;
}
.filter .checkbox-wrap .text {
  width: 204px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.filter .checkbox-wrap:hover {
  border-bottom: 1px solid #D6C2A9;
}
.filter label {
  cursor: pointer;
  line-height: 20px;
  height: 20px;
}
.filter .checkbox-wrap:after {
  margin-bottom: 5px;
}
.filter .more {
  font-size: 12px;
  color: #FF5555;
  margin-left: 25px;
  display: block;
}
.filter .ui-slider {
  width: 246px;
  height: 8px;
  left: 8px;
  margin-top: 13px;
  background-color: #E6E0D8;
  border: none;
}
.filter .ui-slider-range {
  background-color: #979797;
  height: 6px;
  top: 1px;
  border-radius: 0;
}
.filter .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-color: #979797;
  border: 1px solid #979797;
  top: -3px;
  /*&.ui-state-active {
            background-color: #979797;
            border: 1px solid #979797;
        }*/
}
.filter .year-box {
  border: 1px solid #979797;
  border-radius: 4px;
  margin-top: 16px;
  width: 40px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.filter .year-box-max {
  float: right;
}
.filter.filter-others .text {
  width: 147px;
}
.empty .title {
  text-align: center;
  position: absolute;
  z-index: 1001;
  font-size: 22px;
  margin-top: 32px;
  font-weight: normal;
  width: 286px;
  margin-left: 280px;
}
.empty .not_found {
  position: relative;
  z-index: 1000;
  width: 500px;
  margin-top: 96px;
  margin-left: 162px;
}
.book-item.white-box {
  padding: 13px;
}
.book-item .cover {
  width: 105px;
  margin-right: 13px;
  overflow: hidden;
  float: left;
  border-radius: 8px;
}
.book-item .cover img {
  border-radius: 8px;
}
.book-item .cover .checkbox {
  display: none;
  position: absolute;
  right: 13px;
  z-index: 1;
}
.book-item .cover .checkbox.active {
  background: #979797;
  display: block;
}
.book-item:hover .cover .checkbox {
  display: block;
}
.book-item .book-info {
  float: left;
  position: relative;
  height: 135px;
  width: 891px;
}
.book-item .book-info h4 {
  font-size: 14px;
  line-height: 16px;
  width: 865px;
}
.book-item .book-info h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #323232;
}
.book-item .book-info em {
  background-color: lightgray;
  font-style: normal;
  padding: 0 3px;
}
.book-item .book-info .year {
  float: left;
}
.book-item .book-info .item-num {
  opacity: 0.64;
  float: right;
}
.book-item .book-info .footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.book-item.bottom-spacing {
  margin-bottom: 15px;
}
.book-item.small.current {
  cursor: default;
  position: relative;
}
.book-item.small.current .overlay {
  line-height: 161px;
  text-align: center;
  color: #666;
  font-weight: bold;
  display: table;
  background: #eee;
  opacity: 0.9;
  height: 161px;
  position: absolute;
  width: 300px;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: 99;
}
.book-item.small .overlay {
  display: none;
}
.book-item.small .cover {
  width: 90px;
  overflow: hidden;
  margin-right: 9px;
  float: left;
}
.book-item.small .cover img {
  border-radius: 0;
}
.book-item.small .book-info {
  width: 175px;
  height: 135px;
  float: left;
  font-size: 12px;
}
.book-item.small .book-info h4 {
  width: auto;
}
.book-item.small .book-info h3 {
  font-size: 14px;
  height: 50px;
}
.book-item.map {
  margin-bottom: 30px;
}
.book-item.map .cover {
  width: 40px;
  overflow: hidden;
  margin-right: 9px;
  float: left;
}
.book-item.map .book-info {
  width: 550px;
  height: auto;
  font-size: 12px;
}
.book-item.map .book-info h4 {
  font-size: 13px;
  font-weight: normal;
}
.book-item.map .book-info h3 {
  margin: 4px 0;
  font-size: 14px;
  height: auto;
  line-height: 17px;
}
.book-item.map .footer {
  position: static;
}
.cover.book {
  background: url("/imgs/Kolaj 2020 2-1.png") no-repeat top left;
  background-size: 100% 320px;
  height: 138px;
  background-size: cover;
  background-position: bottom;
}
.book-left-col {
  width: 290px;
  float: left;
}
.book-left-col label {
  font-size: 14px;
}
.book-left-col .book-map {
  height: 290px;
}
.book-left-col .covers-preview {
  margin-top: 14px;
}
.book-left-col .covers-preview .covers-wrapper.bottom-spacing img {
  margin-bottom: 10px;
}
.book-left-col .link.secondary {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
.link.secondary {
  font-size: 13px;
  color: #999;
}
.tabs-nav {
  margin-left: 249px;
  margin-top: 15px;
}
.tabs-nav li {
  width: 252px;
  height: 36px;
  margin-top: 4px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  opacity: 0.5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  list-style-type: none;
  float: left;
  display: block;
  margin-right: 15px;
  transition: opacity 0.2s ease-out;
}
.tabs-nav li:last-child {
  margin-right: 0;
}
.tabs-nav li.active,
.tabs-nav li:hover {
  opacity: 1;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  font-weight: bold;
}
.tabs-nav li.active img {
  display: inline-block;
}
.tabs-nav li img {
  display: none;
}
.tabs-nav li a {
  display: block;
}
.tabs-nav li a:hover {
  text-decoration: none;
}
.tabs-nav li a img {
  float: right;
  margin-top: 7px;
  margin-right: 10px;
}
.tab-content {
  border-radius: 8px;
  border-top-right-radius: 0;
  background-color: #fff;
  padding: 15px;
}
.tab-content.inactive {
  display: none;
}
.row {
  border-bottom: 1px solid #C1C1BF;
  padding: 11px 0;
}
.row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.row .col-left {
  width: 224px;
  float: left;
  text-align: right;
  font-weight: bold;
  margin-right: 15px;
}
.row .col-left.minor {
  font-weight: normal;
}
.row .col-right {
  float: left;
  width: 663px;
}
.pre-lines {
  white-space: pre-line;
}
.marc th {
  width: 100px;
}
.heading3 {
  text-align: center;
  font-size: 18px;
}
.search-navigation-title {
  margin-top: 30px;
}
.search-navigation {
  width: 1340px;
  height: 175px;
  white-space: nowrap;
  margin: 15px 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
.search-navigation .book-item {
  display: inline-block;
  white-space: normal;
  margin-right: 30px;
  margin-bottom: 0;
}
.search-navigation .book-item:last-child {
  margin-right: 0;
}
.select-group {
  float: left;
  margin-right: 9px;
}
.select-group-item {
  float: left;
  background-color: #E3E3E3;
  height: 16px;
  width: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: 2px;
}
.select-group-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.select-group-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select-group-item.active,
.select-group-item:hover:not(.disabled) {
  background-color: #8D8D8D;
}
.select-group-item.active .check,
.select-group-item:hover:not(.disabled) .check {
  border-color: #fff;
}
.select-group-item.active .cross:before,
.select-group-item:hover:not(.disabled) .cross:before,
.select-group-item.active .cross:after,
.select-group-item:hover:not(.disabled) .cross:after {
  background-color: #fff;
}
.select-group-item.disabled,
.select-group-item.disabled:hover {
  cursor: default;
}
.check {
  height: 8px;
  width: 4px;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: 2px solid #8D8D8D;
  border-right: 2px solid #8D8D8D;
}
.cross {
  position: relative;
}
.cross:before,
.cross:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  width: 11px;
  height: 2px;
  background-color: #8D8D8D;
}
.cross:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cross-big {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cross-big:before,
.cross-big:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  width: 17px;
  height: 2px;
  background-color: red;
}
.cross-big:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-big:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.none-sign {
  height: 7px;
  width: 7px;
  display: inline-block;
  border: 2px solid #8D8D8D;
  border-radius: 100%;
  margin-top: 0.5px;
  margin-left: -1.5px;
  position: relative;
}
.none-sign:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 2.5px;
  width: 9px;
  height: 2px;
  background-color: #8D8D8D;
  transform: rotate(-45deg);
}
.vert-separator {
  margin: 0 5px;
}
.view div {
  background: #fff;
  border-radius: 8px;
  float: left;
  padding: 6px 7px;
  opacity: 0.6;
}
.view div.list {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 10px;
}
.view div:hover,
.view div.active {
  opacity: 1;
  box-shadow: 0px 3px 6px #00000029;
}
.view.centered {
  margin: 0 auto;
  width: 76px;
  height: 37px;
  float: none;
}
.button-group {
  background-color: #F5F5F5;
  border-radius: 8px;
}
.button-group.view {
  float: left;
}
.button-group.view.centered {
  margin: 0 auto;
  width: 160px;
  height: 37px;
  float: none;
}
.button-group .btn {
  display: block;
  float: left;
  padding: 0;
  height: 37px;
  line-height: 37px;
  width: 80px;
  text-align: center;
  background-color: transparent;
}
.button-group .btn.active {
  background-color: #919191;
  color: #fff;
  font-weight: bold;
}
.map-view {
  display: none;
}
.loading {
  display: none;
}
.loader-wrap {
  float: left;
  width: 1035px;
  margin-left: 15px;
  text-align: center;
  margin-top: 100px;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
#scrolltop-button {
  display: inline-block;
  background-color: #919191;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#scrolltop-button:after {
  content: "";
  height: 12px;
  width: 12px;
  display: inline-block;
  transform: rotate(225deg);
  margin-top: 24px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#scrolltop-button:hover {
  background-color: #555;
}
#scrolltop-button:active {
  background-color: #555;
}
#scrolltop-button.show {
  opacity: 1;
  visibility: visible;
}
.simple-keyboard {
  position: relative;
  z-index: 2000;
  top: -25px;
}
.selected-items {
  position: fixed;
  bottom: 10px;
  width: 235px;
  margin-left: 769px;
  border: 1px solid #4D4D4D;
  border-radius: 8px;
  padding: 8px 15px;
  line-height: 12px;
  background: #fff;
  opacity: 0.6;
  z-index: 2000;
}
.selected-items .selected-count {
  line-height: 22px;
}
.selected-items:hover {
  opacity: 1;
}
.selected-items .actions {
  float: right;
}
.selected-items .actions img {
  margin-left: 10px;
  cursor: pointer;
}
.content-action {
  float: right;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 15px;
  line-height: 12px;
  background: #fff;
  margin-top: -5px;
}
.content-action img {
  margin-left: 10px;
  cursor: pointer;
}
.content-action img:first-child {
  margin-left: 0;
}
.back-to-search {
  margin-top: 17px;
  display: block;
}
.report-error {
  display: inline-block;
  margin-top: 10px;
}
#view-main a {
  text-decoration: underline;
}
#view-main a:hover {
  text-decoration: none;
}
article {
  width: 1340px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 200px;
  box-sizing: border-box;
}
article h1 {
  font-size: 21px;
  margin-bottom: 20px;
}
article h2 {
  margin-bottom: 5px;
}
article p {
  margin-bottom: 20px;
}
article sup {
  vertical-align: super;
  font-size: 11;
  margin-left: 3px;
}
article .info {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-style: italic;
}
article ul {
  margin-left: 50px;
}
article.abbrs h2 {
  margin-top: 30px;
}
article.abbrs h2:first-child {
  margin-top: 0;
}
article.abbrs p {
  margin-bottom: 5px;
}
.modal {
  display: none;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  z-index: 100;
}
.modal .success {
  display: none;
  width: 300px;
  margin: 0 auto;
  height: 240px;
}
.modal .success.feedback-form h2 {
  padding-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.modal .success.feedback-form h3 {
  font-weight: normal;
  text-align: center;
}
.modal .success.feedback-form .button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: initial;
  margin-top: 50px;
}
.feedback-form {
  width: 680px;
  height: 450px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  position: relative;
  background: #E6E0D8;
  box-shadow: 2px 3px 6px #00000029;
  opacity: 1;
}
.send-cover-modal .feedback-form {
  height: 530px;
}
.send-cover-modal .feedback-form.success {
  height: 240px;
}
.feedback-form .textarea {
  width: 100%;
  height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.feedback-form .form-element,
.feedback-form .textearea,
.feedback-form .upload-file {
  border-radius: 8px;
  margin-bottom: 5px;
  margin-top: 6px;
  outline: none;
  padding-left: 10px;
  border: none;
  box-sizing: border-box;
}
.feedback-form h2 {
  font-size: 20px;
  margin: 0;
}
.feedback-form .error-message {
  line-height: 12px;
  height: 25px;
  color: red;
}
.feedback-form .input,
.feedback-form .upload-file {
  width: 100%;
  height: 30px;
}
.feedback-form form {
  font-size: 12px;
  margin: 34px 0px 40px 40px;
  position: relative;
  z-index: 2;
  width: 290px;
}
.feedback-form .button {
  background: #4B639D;
  width: 290px;
  height: 30px;
  border-radius: 8px;
  color: white;
  border: none;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.feedback-form .form,
.feedback-form .image {
  display: flex;
  flex-direction: column;
}
.feedback-form .image {
  width: 276px;
  margin-left: 40px;
  margin-top: 52px;
}
.feedback-form .close-button {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  z-index: 1;
  width: 16px;
}
.feedback-form .upload-file {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: white;
}
.feedback-form .image-upload {
  margin-left: 40px;
  margin-top: 128px;
}
.feedback-form .image-upload img {
  width: 276px;
}
.submit-book {
  float: right;
  margin-top: -27px;
}
.refs {
  margin-top: 40px;
}
.refs hr {
  width: 240px;
  height: 1px;
  background-color: #000;
  border: none;
  margin-bottom: 15px;
}
.refs sup {
  margin-right: 3px;
}
