@import 'assets/css/font.css';
@import 'assets/css/animate.min.css';
@import 'assets/plugins/uikit/css/uikit.min.css';
@import 'assets/plugins/uikit/css/uikit.almost-flat.min.css';
@import 'assets/plugins/uikit/css/components/slider.css';
@import 'assets/plugins/uikit/css/components/dotnav.css';
@import 'assets/plugins/uikit/css/components/slidenav.css';
@import 'assets/plugins/css-hamburgers/dist/hamburgers.min.css';
/* Scroll
 ========================================== */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/* General
 ========================================== */
body {
  font: 14pt/1.2 'Maven Pro', monospace;
  direction: ltr;
  background: transparent;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif, sans-serif;
  margin: 0;
  line-height: 1;
}
a,
a:hover {
  text-decoration: none;
}
/* Header
 ========================================== */
header {
  background: transparent url('assets/img/header.jpg') center top no-repeat fixed;
}
header.s-home {
  min-height: 420px;
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  header {
    background-size: 100%;
  }
}
.s-brand {
  background: transparent url('assets/img/logo.png') 40px 25px no-repeat;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  height: 100px;
  padding: 10px;
}
.s-brand span {
  display: none;
  visibility: hidden;
}
@media (min-width: 640px) {
  .s-brand {
    background: transparent url('assets/img/logo.png') 150px 25px no-repeat;
    border-bottom: none;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.s-page-header {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.s-page-header > h1 {
  color: #fff;
  line-height: 3;
  font-size: 18pt;
  text-transform: uppercase;
}
/* Navigtaion
 ========================================== */
.s-nav {
  font-family: 'Montserrat', sans-serif, sans-serif;
  color: #fff;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 20px 0 0 10px;
  line-height: 30px;
}
.s-nav button {
  position: relative;
  z-index: 999;
}
.s-nav button:focus {
  outline: none;
}
@media (min-width: 640px) {
  .s-nav {
    border-bottom: none;
  }
}
.hamburger .hamburger-inner {
  background-color: #fff;
}
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
}
.hamburger-label {
  font-size: 12pt;
}
@media (min-width: 960px) {
  .hamburger-wrap {
    width: 100px;
  }
}
.s-menu {
  display: none;
  background: rgba(100, 100, 100, 0.9);
  position: fixed;
  z-index: 999;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.s-menu a {
  margin: 0;
  line-height: 1.2;
  font-size: 12pt;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 100;
}
.s-menu a:hover {
  color: #ff0;
  text-decoration: underline;
}
.s-menu-title {
  padding-left: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  color: yellow;
}
.s-menu-active {
  position: fixed;
  z-index: 999;
  transition: all 5ms ease;
}
.s-menu-header {
  padding: 34px 0;
  margin: 0 50px 30px 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.s-menu-header h1 {
  color: #fff;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: -20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: -20px;
}
.s-blur {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}
/* Header
 ========================================== */
.s-search {
  position: relative;
}
/* Simply Search
 ========================================== */
.s-search-simple {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.s-search-simple a,
.s-search-simple input {
  font-size: 14pt;
  font-family: 'Montserrat', sans-serif;
}
.s-search-simple a {
  color: #fff;
  display: inline;
  z-index: 1;
}
.s-search-simple input {
  background: transparent;
  width: 55%;
  padding: 20px 0;
  color: #fff;
  border: none;
  z-index: 1;
  position: relative;
}
.s-search-simple input:focus {
  outline: none;
}
.s-search-simple input::-webkit-input-placeholder {
  color: #fff;
}
.s-search-simple span:before {
  display: none;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 30px;
  background: url('assets/img/search.svg') no-repeat center center;
  background-size: 100%;
  z-index: 0;
}
.s-search-simple .s-search-button:focus,
.s-search-simple .s-search-button {
  border: none;
  font-size: 14pt;
  padding: 0;
  width: auto;
  background: transparent;
  cursor: pointer !important;
  position: relative;
  z-index: 998;
  color: #fff;
  outline: none;
}
.s-search-simple .s-search-button:hover {
  color: #fc0;
  background: transparent;
}
@media (min-width: 740px) {
  .s-search-simple {
    top: 20px;
  }
  .s-search-simple a {
    margin-left: 20px;
  }
  .s-search-simple span:before {
    display: block;
    content: '';
  }
  .s-search-simple input {
    left: 40px;
    padding: 20px 40px;
    width: 30%;
  }
}
@media (min-width: 740px) and (width: 1024px) {
  .s-search-simple span:before {
    display: none;
  }
  .s-search-simple input {
    left: 0;
    padding: 20px 15px;
    width: 30%;
  }
}
@media (max-width: 415px) {
  .s-search-simple {
    padding: 20px 15px;
  }
}
.s-search-advance {
  display: none;
  top: 0;
  left: 0;
  min-height: 350px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  padding: 24px 0;
}
.s-search-advance input[type="text"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 14pt;
  border: none;
  border-radius: 0;
  background: transparent !important;
  color: #fff !important;
  outline: none;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.s-search-advance .s-search-title {
  border-bottom: none !important;
}
.s-search-advance > a {
  text-align: center;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2;
  line-height: 2.7;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: solid 2px transparent;
  transition: all .25s ease;
}
.s-search-advance > a:hover {
  border-color: #fff;
}
.s-search-advance select {
  height: 40px;
  font-family: 'Montserrat', sans-serif;
}
.s-search-advance i {
  color: #ddd;
  transition: all .25s ease;
}
.s-search-advance > a:hover > i {
  color: #fff;
}
.s-search-advance-header {
  text-align: left;
}
.s-search-advance-content {
  padding-top: 30px;
}
.s-search-button {
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
  width: 200px;
  border-radius: 50px;
  border: solid 2px #fff;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.25s ease;
}
.s-search-button:hover {
  color: #fff;
  background: #000;
  white-space: nowrap;
}
footer {
  background: transparent url(assets/img/footer.jpg) center bottom no-repeat fixed;
  color: #ccc;
  padding: 75px 0 50px 0;
  position: relative;
  margin-top: 0;
}
footer h1 {
  padding-bottom: 30px;
  color: #fff;
  font-size: 20pt;
  text-transform: uppercase;
}
footer .uk-subnav a {
  font-family: 'Montserrat', sans-serif;
  color: #fc0;
}
footer li {
  padding: 0 30px;
}
@media (min-width: 960px) {
  footer {
    padding: 75px 0;
    background-size: 100%;
    margin-top: 75px;
  }
}
.s-top {
  padding: 20px;
  background: #fc0;
  width: 40px;
  line-height: 40px;
  top: -40px;
  border-radius: 50px;
  color: #fff;
  font-size: 11pt;
  font-family: 'Montserrat', sans-serif;
}
.s-top:hover {
  background: #000;
  color: #fff;
}
.s-slider {
  top: 200px;
}
.s-slider ul {
  height: 200px;
  position: relative;
}
.s-slider li {
  position: relative;
}
.s-slider img {
  width: 200px;
  height: 201px;
  position: relative;
  top: -1px;
  bottom: 1px;
}
.s-slider .uk-slidenav-position {
  padding: 0 50px;
}
.s-bookshelf {
  background: #fff;
  height: 40px;
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(100, 100, 100, 0.25);
}
.s-populer {
  max-width: 340px;
}
.s-populer .uk-article-title {
  line-height: 1.4 !important;
  margin: 30px 0 20px 0;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16pt !important;
}
.uk-slidenav:before {
  color: #fff;
}
.uk-slidenav-contrast {
  color: rgba(0, 0, 0, 0.5) !important;
}
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.uk-slidenav-contrast:active {
  color: rgba(0, 0, 0, 0.9) !important;
}
.s-cover {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  margin-top: 0;
  transition: all 0.25s ease;
}
.s-cover-detail:before,
.s-cover:before {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  bottom: 1px;
  z-index: 1;
  background: rgba(100, 100, 100, 0.1);
}
.s-cover:hover {
  margin-top: -5px;
}
.s-cover-detail {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 150px;
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
}
/* General
 ========================================== */
.s-content {
  position: relative;
}
.s-feature-title {
  background: #000;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 20px;
  left: 0;
  right: 0;
  white-space: wrap;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  color: #fff;
  font-size: 10pt;
}
.s-article .uk-article-title {
  font-family: 'Maven Pro', monospace;
  font-size: 18pt;
  line-height: 1.4;
}
.s-stats p {
  font-size: 12pt;
}
.s-summary .uk-panel-box {
  background: #fff;
  border-radius: 10px;
}
p {
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 12pt;
}
.s-latest-coll a {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
}
.s-latest-coll a strong {
  font-weight: 200;
  font-size: 10pt;
}
.cluster-list {
  margin: 0;
  padding: 0;
}
.cluster-list .cluster-title {
  margin-top: 10px;
}
.cluster-list .cluster-item {
  list-style: none;
}
.cluster-list .cluster-item a {
  color: #f00;
  font-family: 'Montserrat', sans-serif;
  font-size: 11pt;
  border-bottom: solid 1px #f1f1f1;
}
.cluster-list .cluster-item a .cluster-item-count {
  float: right;
  color: #000;
}
.biblioMarkForm,
.s-flex {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.biblioMarkForm .biblioRecord,
.s-flex .biblioRecord {
  height: 300px;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 80px 0 0 0;
}
.biblioMarkForm .biblioRecord .cover-list,
.s-flex .biblioRecord .cover-list {
  left: 50%;
  position: relative;
  bottom: 35px;
  border-radius: 5px;
  width: 140px;
  height: 185px;
  display: table-cell;
  vertical-align: bottom;
  bottom: 20px;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
.biblioMarkForm .biblioRecord .cover-list:before,
.s-flex .biblioRecord .cover-list:before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  content: '';
  width: 10px;
  height: 185px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: rgba(100, 100, 100, 0.1);
}
.biblioMarkForm .biblioRecord .cover-list > img,
.s-flex .biblioRecord .cover-list > img {
  width: 140px;
  height: 185px;
  vertical-align: bottom;
  margin: 0 auto;
  border-radius: 5px;
}
@media (min-width: 640px) and (max-width: 1024px) {
  .biblioMarkForm .biblioRecord .cover-list,
  .s-flex .biblioRecord .cover-list {
    left: 20px;
  }
}
@media (min-width: 1025px) {
  .biblioMarkForm .biblioRecord .cover-list,
  .s-flex .biblioRecord .cover-list {
    left: 40px;
  }
}
.biblioMarkForm .biblioRecord .cover-list:after,
.s-flex .biblioRecord .cover-list:after {
  opacity: 0;
  border-radius: 50%;
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  top: -25px;
  left: -30px;
  z-index: -1;
  background: rgba(100, 100, 100, 0.1);
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.biblioMarkForm .biblioRecord:hover .cover-list:after,
.s-flex .biblioRecord:hover .cover-list:after {
  opacity: 1;
}
.biblioMarkForm .biblioRecord:after,
.s-flex .biblioRecord:after {
  position: absolute;
  top: 165px;
  content: '';
  background: #fff;
  height: 40px;
  width: 75%;
  left: 10%;
  display: block;
  box-shadow: 0 3px 20px rgba(100, 100, 100, 0.25);
  z-index: 0;
}
.biblioMarkForm .biblioRecord:before,
.s-flex .biblioRecord:before {
  position: absolute;
  top: 165px;
  content: '';
  background: #fff;
  height: 40px;
  width: 100%;
  display: block;
  border-radius: 10px;
  z-index: 1;
}
.biblioMarkForm .biblioRecord .detail-list,
.s-flex .biblioRecord .detail-list {
  margin-top: 30px;
}
.biblioMarkForm .biblioRecord h4,
.s-flex .biblioRecord h4 {
  padding-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
.biblioMarkForm .biblioRecord h4 a,
.s-flex .biblioRecord h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
}
.biblioMarkForm .biblioRecord h4 a:after,
.s-flex .biblioRecord h4 a:after {
  content: '...';
}
.biblioMarkForm .biblioRecord .author,
.s-flex .biblioRecord .author {
  font-family: Georgia, serif;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.biblioMarkForm .biblioRecord .author-name,
.s-flex .biblioRecord .author-name {
  font-size: 10pt;
  padding: 0;
  margin-top: 0;
}
.biblioMarkForm .biblioRecord .subItem,
.s-flex .biblioRecord .subItem {
  width: 100%;
  font-size: 10px;
  position: absolute;
  top: 175px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 2;
  font-family: 'Montserrat', serif;
  z-index: 1;
  opacity: 0;
  transition: all 0.15s ease-in;
}
.biblioMarkForm .biblioRecord .subItem label,
.s-flex .biblioRecord .subItem label {
  cursor: pointer;
  position: absolute;
  right: 15px;
}
.biblioMarkForm .biblioRecord:hover .subItem,
.s-flex .biblioRecord:hover .subItem {
  opacity: 1;
}
.biblioMarkForm .biblioRecord .detailLink,
.s-flex .biblioRecord .detailLink {
  display: none;
  visibility: hidden;
}
.biblioMarkForm .biblioRecord .xmlDetailLink,
.s-flex .biblioRecord .xmlDetailLink {
  padding-right: 10px;
}
.biblioMarkForm .biblioRecord .xmlDetailLink,
.s-flex .biblioRecord .xmlDetailLink,
.biblioMarkForm .biblioRecord .citationLink,
.s-flex .biblioRecord .citationLink {
  color: #ccc;
}
.biblioMarkForm .biblioRecord .xmlDetailLink:hover,
.s-flex .biblioRecord .xmlDetailLink:hover,
.biblioMarkForm .biblioRecord .citationLink:hover,
.s-flex .biblioRecord .citationLink:hover {
  color: #000;
  text-decoration: line-through;
}
@media (min-width: 640px) {
  .biblioMarkForm .biblioRecord,
  .s-flex .biblioRecord {
    width: 30%;
  }
}
.biblioMarkForm .mark-active:after,
.s-flex .mark-active:after {
  opacity: 0;
  border-radius: 50%;
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  top: -25px;
  left: -30px;
  z-index: -1;
  background: rgba(100, 100, 100, 0.1);
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.biblioMarkForm .mark-active .cover-list:after,
.s-flex .mark-active .cover-list:after {
  opacity: 1;
}
.biblioMarkForm .mark-active .subItem,
.s-flex .mark-active .subItem {
  opacity: 1;
}
.s-table {
  font-size: 11pt;
}
.s-table th {
  text-align: right;
  width: 25%;
  padding-left: 0;
}
.s-detail-desc {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 12pt;
}
.s-detail-title {
  min-width: 100%;
}
.s-detail-author {
  font-size: 11pt;
}
.s-detail-author a:first-child {
  padding: 0;
}
.s-detail-author a {
  padding-left: 10px;
}
.s-detail-author br {
  display: none;
}
.s-tab {
  margin-top: 20px;
  font-size: 10pt;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
#comment {
  width: 100%;
  padding: 10px;
  font-size: 12pt;
  border-radius: 3px;
}
#cboxTitle {
  font-size: 12pt;
}
.itemList {
  width: 100%;
}
.itemList td {
  font-size: 10pt;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 0;
}
.itemList .status-available {
  color: green;
}
.itemList .status-on-loan {
  color: #B60012;
}
.s-panel {
  position: relative;
  padding: 30px 50px;
  border: none;
  margin-top: 20px;
}
.s-panel h1.uk-panel-title {
  font-size: 18pt;
  line-height: 3;
}
.s-panel .s-cover {
  width: 125px;
  position: relative;
  margin: 0 auto;
}
.s-panel .s-cover-thumb {
  width: 65px;
}
@media (min-width: 960px) {
  .s-panel .s-cover-thumb {
    margin-right: 20px;
  }
  .s-panel-yellow:after,
  .s-panel-blue:after,
  .s-panel-red:after {
    content: '';
    width: 35px;
    height: 105px;
    position: absolute;
    left: -18px;
    top: 35px;
  }
  .s-panel-yellow:after {
    background: #ff0;
  }
  .s-panel-blue:after {
    background: #00f;
  }
  .s-panel-red:after {
    background: #f00;
  }
}
.biblioPaging {
  margin-top: 30px;
  padding-top: 13px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10pt;
  width: 100%;
}
.biblioPaging .first_link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.biblioPaging .last_link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.biblioPaging a {
  padding: 10px 5px;
  color: #999;
}
.biblioPaging a:hover {
  color: #000;
}
@media (max-width: 960px) {
  .biblioPaging {
    padding: 10px 15px;
  }
}
.biblioPaging b {
  background: #ff0;
  padding: 10px 15px;
  border-radius: 50px;
}
.biblioMarkFormAction > input {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  font-family: 'Montserrat', serif;
}
.biblioMarkFormAction > input,
.biblioPaging .first_link,
.biblioPaging .last_link {
  background: #fff;
  padding: 15px 20px;
  transition: all 0.25s ease-in;
  cursor: pointer;
  border: solid 1px white;
}
.biblioMarkFormAction > input > input:hover,
.biblioPaging .first_link > input:hover,
.biblioPaging .last_link > input:hover,
.biblioMarkFormAction > input .first_link:hover,
.biblioPaging .first_link .first_link:hover,
.biblioPaging .last_link .first_link:hover,
.biblioMarkFormAction > input .last_link:hover,
.biblioPaging .first_link .last_link:hover,
.biblioPaging .last_link .last_link:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border: solid 1px #eee;
}
.share-buttons {
  position: relative;
  top: -10px;
  list-style: none;
  margin: 0;
  width: 200px;
}
.s-detail .share-buttons {
  position: relative;
  top: 10px;
  padding: 0;
}
@media (max-width: 360px) {
  .share-buttons {
    width: 185px;
    margin: 0 auto;
  }
}
.share-buttons li {
  float: left;
  padding-right: 4px;
}
.share-buttons li img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.25s ease-in-out;
  opacity: 0.3;
}
.share-buttons li img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.share-buttons li:first-child {
  display: none;
}
.loginInfo input {
  border: solid 1px #ccc;
  padding: 10px;
  min-width: 200px;
  border-radius: 5px;
}
.s-content h3,
.tagline {
  font: 18pt/1.2 'Montserrat', sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.fieldLabel,
.loginInfo {
  padding-top: 10px;
}
.fieldLabel {
  line-height: 2;
}
.login_input {
  padding-bottom: 10px;
}
.memberDetail {
  width: 100%;
  margin: 0;
  border: none;
}
.memberLoanList,
#memberLoginInfo {
  text-align: left;
  border: none;
}
#memberLogout,
.btn-default,
.s-xml-detail,
.s-article .openPopUp,
.xmlResultLink,
.jsonResultLink {
  text-transform: uppercase;
  color: #333;
  background: #f2f2f2;
  padding: 5px 10px;
  margin: 0 1px 5px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 8pt;
  border-radius: 50px;
  transition: all 0.25s ease;
  display: inline;
}
#memberLogout:hover,
.btn-default:hover,
.s-xml-detail:hover,
.s-article .openPopUp:hover,
.xmlResultLink:hover,
.jsonResultLink:hover {
  background: #333;
  color: #fff;
}
.memberDetail td {
  border: none;
}
.tagline {
  padding-top: 20px;
}
/* Login
 ========================================== */
.s-login .heading1 {
  color: #333;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 2;
  font-size: 11pt;
}
.s-login #recaptcha_response_field,
.s-login input[type=text],
.s-login input[type=password] {
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  font-size: 12pt;
  /*padding: 10px;*/
  border: solid 2px #ddd !important;
  transition: all .25s ease;
  text-align: center;
}
.s-login #recaptcha_response_field:focus,
.s-login input[type=text]:focus,
.s-login input[type=password]:focus {
  border: solid 2px #bbb;
  outline: none;
}
.s-login input[type=text]:before {
  content: '\c00';
  font-family: 'Fontawesome';
}
.s-login :after {
  content: '';
  margin: 0;
  padding: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #eee;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
#loginForm {
  border-top: solid 5px #ff0;
  padding: 50px 0 0 0;
  position: relative;
  top: 100px;
  width: 300px;
  height: 320px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#loginForm .loginButton,
#loginForm .homeButton {
  position: absolute;
  bottom: 0;
  width: 50%;
  border: none;
  background: #fff;
  padding: 20px 0;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background .25s ease;
  border-top: solid 1px #ddd;
}
#loginForm .loginButton:hover,
#loginForm .homeButton:hover {
  color: #fff;
  background: #333;
}
#loginForm .loginButton {
  left: 0;
}
#loginForm .homeButton {
  border-left: solid 1px #ddd;
  right: 0;
}
#loginForm:after {
  content: '';
  background: #000 url('assets/img/footer.jpg') left top fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: kenburns 20s infinite;
}
#recaptcha_response_field {
  width: 200px !important;
}
@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.5;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    opacity: 0;
  }
}
.librarian {
  width: 40%;
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11pt;
  line-height: 1.4;
  text-align: center;
  transition: all .25s ease;
  overflow: hidden;
}
.librarian:before {
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background: #ddd;
  width: 100%;
  height: 100px;
}
.librarian:hover {
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
}
.librarian img {
  margin: 0 auto;
  text-align: center;
}
.librarian .librarian-image {
  border: solid 4px #fff;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 20px;
}
.librarian .librarian-social {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 8pt;
}
.librarian .librarian-social li {
  line-height: 2;
  font-style: italic;
}
.librarian .key {
  color: #666;
  font-size: 10pt;
  padding-top: 15px;
}
.s-content > .alert {
  display: none;
}
.s-news a {
  font-size: 12pt;
}
/* Login
 ========================================== */
.s-visitor {
  position: relative;
}
.s-visitor .heading1 {
  color: #333;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 2;
  font-size: 11pt;
}
.s-visitor input[type=text],
.s-visitor input[type=password] {
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  font-size: 12pt;
  /*padding: 20px 10px;*/
  border: solid 2px #ddd !important;
  transition: all .25s ease;
  text-align: center;
}
.s-visitor input[type=text]:focus,
.s-visitor input[type=password]:focus {
  border: solid 2px #bbb;
  outline: none;
}
.s-visitor input[type=text]:before {
  content: '\c00';
  font-family: 'Fontawesome';
}
.s-visitor:after {
  content: '';
  background: #064061 url('assets/img/header.jpg') left top fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.s-visitor .s-visitor-photo {
  position: absolute;
  top: -65px;
  left: 100px;
}
.s-visitor p {
  line-height: 150%;
  padding: 20px;
}
.s-visitor #counterInfo {
  margin: 0 0 20px;
  font-size: 11pt;
  background: #eee;
  padding: 10px;
}
#visitorCounterForm {
  border-top: solid 5px #ff0;
  padding: 50px 0 0 0;
  position: relative;
  top: 100px;
  width: 300px;
  height: 400px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#visitorCounterForm .visitorButton {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: none;
  background: #fff;
  padding: 20px 0;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background .25s ease;
  border-top: solid 1px #ddd;
}
#visitorCounterForm .visitorButton:hover {
  color: #fff;
  background: #333;
}
#visitorCounterForm .visitorButton {
  left: 0;
}
/* Chat
 ================================ */
.s-pchat {
  position: relative;
  left: -25px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .s-pchat {
    position: absolute;
    left: auto;
    right: 55px;
    margin: 0;
    top: -10px;
  }
}
.s-pchat a {
  display: block;
  color: #fff;
  background-color: #ff0;
  border-radius: 50px;
  padding: 15px;
  width: 20px;
  height: 20px;
  margin: 20px auto 0 auto;
}
.s-pchat-toggle {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 25px;
  display: block;
  background: #f00;
  font-size: 10pt;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #show-pchat {
    right: 0px;
  }
}
.s-chat {
  z-index: 9;
  position: fixed;
  bottom: 0;
  right: -275px;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
  text-align: left;
  width: 275px;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .s-chat {
    bottom: 60px;
  }
}
.s-chat-header {
  text-align: center;
  display: block;
  background-color: #282828;
  width: 275px;
  padding: 21px 0;
  position: relative;
  font-size: 7pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.s-chat-content {
  padding: 18px 20px;
  position: relative;
}
.s-chat-content label {
  padding: 10px 0;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.s-chat-content #log {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  padding: 10px;
  width: 100%;
  border: solid 1px #f8f8f8;
  font-size: 12px;
}
.s-chat-content #log p {
  line-height: 1;
  padding-bottom: 5px;
  margin: 0;
}
/* Chat theme */
.c1,
.c6,
.c11,
.c16 {
  color: #3E966E !important;
}
.c2,
.c7,
.c12,
.c17 {
  color: #F36C32 !important;
}
.c3,
.c8,
.c13,
.c18 {
  color: #2A7BCC !important;
}
.c4,
.c9,
.c14,
.c19 {
  color: #7C378A !important;
}
.c5,
.c10,
.c15,
.c20 {
  color: #333333 !important;
}
.s-chat-content textarea,
#message {
  width: 100%;
  border: solid 1px #ddd;
  padding: 5px 0;
}
.s-chat-content #log,
.s-chat-content textarea {
  min-height: 200px;
  line-height: 24px;
}
.s-chat footer {
  border-top: solid 1px #f8f8f8;
  font-size: 10px;
  padding: 8pt !important;
  background: #333;
  margin-top: 0;
}
.s-chat footer p {
  font-size: 8pt;
}
.s-maximize {
  right: 0;
  bottom: 0;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}
@media only screen and (min-width: 768px) {
  .s-maximize {
    bottom: 60px;
  }
}
.s-chat .btn {
  border-radius: 0;
  margin-top: 5px;
}
.s-chat hr {
  display: none;
  visibility: hidden;
}
/* Header
 ========================================== */
.s-main-page {
  background: #f1f1f1;
  color: #333;
}
/* Simply Search
 ========================================== */
.s-search-simple a:hover {
  color: #fc0;
}
.s-search-simple > a.is-active {
  color: #fff;
}
