body,
input {
  font-family: 'Prompt', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  border: none;
}
@media only screen and (max-width: 767px) {
  .search-item .col-xs-3,
  .search-item .col-sm-3,
  .search-item .col-md-2,
  .search-item .col-xs-9,
  .search-item .col-sm-9,
  .search-item .col-md-10 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-item .text-title {
    font-size: 5vw;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .select-bg {
    background-color: #FFF !important;
    border-left: 1px dotted #e1e4e6;
    border-right: 0px;
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
  }
}
@media only screen and (max-width: 767px) {
  .select-bg {
    background-color: #FFF !important;
    border-left: 1px solid #e1e4e6;
    border-right: 1px solid #e1e4e6;
    border-top: 0;
    border-bottom: 1px solid #e1e4e6;
  }
}
.styled-select {
  background: url(arrow.png) no-repeat 96% 0;
  height: 31px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 0px;
    /* If you add too much padding here, the options won't show in IE */
    width: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 105%;
  }
}
.letter-group {
  font-size: 50px;
  color: #e1e4e6;
  font-weight: 400;
  font-style: italic;
  margin-bottom: -40px;
}
.pagination-link,
.pagination-link:link,
.pagination-link:visited {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(39, 83, 96, 0.7);
  color: #FFF;
  font-weight: 200;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  float: left;
  padding-top: 4px;
}
.pagination-link:hover {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(39, 83, 96, 0.9);
  color: #FFF;
  font-weight: 200;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  float: left;
  padding-top: 4px;
  text-decoration: none;
}
#the-sticky-div.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
}
.go-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 4em;
  height: 4em;
  border-radius: 2em;
  background-color: rgba(255, 215, 0, 0.7);
  border-width: 0px;
  border-style: none;
  color: #FFF;
  font-size: 20px;
}
.author-list {
  color: #b3b1b0;
  font-weight: 400;
  font-style: italic;
}
.name {
  font-style: italic;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.search-item {
  display: block;
}
.foot > p {
  display: block;
  color: #FFF;
  font-weight: 200;
}
.suggest-word {
  font-weight: 200;
}
.link-band > a {
  display: inline-block;
  background-color: #275360;
  color: #FFF;
  font-weight: 200;
  font-size: 14px;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
.link-band > a:hover {
  display: inline-block;
  background-color: #688690;
  color: #FFF;
  font-size: 14px;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .kind-box {
    display: block;
    float: left;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
    margin-bottom: -10px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .kind-box {
    display: block;
    float: left;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
    margin-bottom: -10px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .kind-box {
    display: block;
    float: left;
    font-weight: 400;
    text-align: right;
    margin-top: 20px;
    margin-bottom: -10px;
    padding: 0;
    line-height: 1.6;
  }
}
.author {
  font-weight: 300;
}
.author i {
  font-weight: 400;
}
.abs {
  font-weight: 300;
}
.keyword {
  display: block;
  float: left;
  margin-top: 20px;
  line-height: 1.6;
}
.search-item span {
  background-color: rgba(43, 189, 233, 0.3);
  border-radius: 2px;
 //** padding-left: 3px;
  padding-right: 3px; **//
}
.author > a,
.suggest-word {
  display: inline-block;
  font-style: italic;
  background-color: #4EAAC6;
  color: #FFF;
  font-size: 14px;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.author > a:hover,
.suggest-word:hover {
  display: inline-block;
  font-style: italic;
  color: #FFF;
  background-color: #2078a5;
  text-decoration: none;
}
.line {
  border-bottom: 1px solid #e1e4e6;
  padding-bottom: 20px;
}
.text-title {
  color: #4C4C4C;
  font-size: 20px;
  font-weight: 400;
}
.text-title:hover {
  color: #202020;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.topic-st > span {
  color: #4EAAC6;
  font-size: 14px;
}
@media (max-width: 767px) {
  .bg3 {
    display: block;
    background-color: #4C4C4C;
    margin-top: 10px;
    margin-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .bg3 {
    display: block;
    background-color: #4C4C4C;
    margin-top: 10px;
    margin-bottom: 10%;
  }
}
@media (min-width: 992px) {
  .bg3 {
    display: block;
    background-color: #4C4C4C;
    margin-top: 10px;
    margin-bottom: 3%;
  }
}
.ratio {
  width: 100%;
  padding-bottom: 137%;
  background: #4C4C4C;
  position: relative;
}
.flip-ver {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
@media only screen and (max-width: 991px) {
  .bg4 {
    background-color: #4C4C4C;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 992px) {
  .bg4 {
    background-color: #4C4C4C;
  }
}
.text-link {
  display: inline-block;
  float: right;
  color: #4EAAC6;
  font-weight: 300;
  margin: 10px 25px 0 0;
}
.to-bottom {
  display: block;
  position: absolute;
  bottom: 0;
}
.box-reflect {
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 30%;
  overflow: hidden;
  top: 100%;
}
.journal-img-reflect {
  xdisplay: block;
  width: 90%;
  border: 1px solid #4C4C4C;
  margin-left: 5%;
  position: absolute;
  bottom: 0;
}
.mask {
  display: block;
  width: 98%;
  padding-top: 31%;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(bottom, rgba(76, 76, 76, 0.6), #4c4c4c);
  background: -webkit-linear-gradient(bottom, rgba(76, 76, 76, 0.6), #4c4c4c);
  background: -o-linear-gradient(bottom, rgba(76, 76, 76, 0.6), #4c4c4c);
  background: -ms-linear-gradient(bottom, rgba(76, 76, 76, 0.6), #4c4c4c);
  background: linear-gradient(bottom, rgba(76, 76, 76, 0.6), #4c4c4c);
}
.journal-box {
  display: block;
  background-color: #4C4C4C;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.journal-img {
  display: block;
  width: 90%;
  border: 1px solid #4C4C4C;
}
@media only screen and (min-width: 768px) {
  .search-item .journal-img {
    display: block;
    width: 90%;
    border: 1px solid #4C4C4C;
  }
}
@media only screen and (max-width: 767px) {
  .search-item .journal-img {
    display: block;
    width: 50%;
    border: 1px solid #4C4C4C;
  }
}
@media only screen and (min-width: 768px) {
  .topic-st {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #4C4C4C;
  }
}
@media only screen and (max-width: 767px) {
  .topic-st {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #4C4C4C;
    padding-left: 1em;
  }
}
.stat {
  display: block;
  margin-top: 20px;
}
.stat div div:first-child {
  padding-left: 0px;
  margin-left: -5%;
}
.stat a:hover {
  text-decoration: none;
}
.stat-title {
  display: block;
  font-family: 'Prompt', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #817D7C;
  margin-top: 10px;
}
.stat-title:hover {
  display: block;
  font-family: 'Prompt', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #4EAAC6;
  text-decoration: none !important;
}
.stat-value {
  display: block;
  font-family: 'Prompt', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #4C4C4C;
  border-radius: 4px;
  padding: 3px 5px 1px 5px;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 45px;
}
.stat-icon {
  display: block;
  width: 35px;
  font-size: 35px;
  color: #817D7C;
  margin: auto;
  position: relative;
}
.stat-icon:hover {
  display: block;
  width: 35px;
  font-size: 35px;
  color: #4EAAC6;
  margin: auto;
  text-decoration: none !important;
}
.adv-search {
  background-color: #4EAAC6;
  border-radius: 0 0 6px 6px;
  padding: 2px;
}
.top-space {
  padding-top: 40px;
}
.below-space {
  padding-bottom: 20px;
}
.below-space2 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bg2 .reset-padding:first-child {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bg2 .reset-padding:first-child {
    margin-left: 0px;
  }
}
.adv-search label {
  background-color: rgba(255, 255, 255, 0.2);
}
.label-appearance {
  display: block;
  padding: 0.2em 0;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
}
.label-appearance:last-child {
  display: block;
  padding: 0.2em 0;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 0 0 6px 0;
}
.menu-box,
.menu-box:link,
.menu-box:visited {
  display: block;
  padding: 0.5em 0;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
.menu-box:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-decoration: none;
}
.bg2 {
  background-color: #275360;
}
.bg1 {
  display: inline-block;
  background-color: #FFF;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
}
.bg1:before {
  display: inline-block;
  content: ":";
}
@media only screen and (min-width: 768px) {
  .search-button > .form-object-size {
    display: block;
    width: 100%;
    padding: 15px 0 15px 0;
    color: #FFF;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 20px;
    line-height: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .search-button > .form-object-size {
    display: block;
    width: 100%;
    padding: 31px 0 31px 0;
    color: #FFF;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 20px;
    line-height: 0;
    margin: auto;
  }
}
.search-button > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .search-button {
    background-color: #4C4C4C;
    padding: 0;
    height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .search-button {
    position: absolute;
    top: 0px;
    left: 91.66666667%;
    border-left: 0px;
    border-right: 1px solid #4C4C4C;
    border-top: 1px solid #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
    background-color: #4C4C4C;
    padding: 0;
    height: 62px;
  }
}
form > input {
  border-left: 1px solid #e1e4e6;
  border-right: 0px;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
}
form > input:hover,
form > input:focus,
form > input:active,
.select-style:hover,
.select-style:focus,
.select-style:active {
  border-left: 1px solid #e1e4e6;
  border-right: 0px;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
  outline: 0;
}
.select-style:hover,
.select-style:focus,
.select-style:active {
  border: 0;
}
.form-object-size,
.bg {
  display: block;
  padding: 0.5em 1em;
}
.input-text {
  color: #4C4C4C;
  height: 31px;
}
.head {
  background-color: #f7f8fa;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
}
.foot {
  box-shadow: 0 -1px 2px rgba(217, 221, 227, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.head {
  box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
}
.logo-maxheight {
  max-height: 40px;
}
.logo-block {
  display: block;
  padding: 30px 0 30px 0;
  float: none;
}
.reset-float {
  float: none;
}
.reset-padding {
  padding: 0px;
}
.reset-margin {
  margin: 0px;
}
.container-head {
  width: 100%;
}
.sub-menu-parent {
  position: relative;
}
.sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/* presentational */
nav {
  display: block;
  width: 200px;
  float: left;
}
nav a {
  color: #E00;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
nav a:hover {
  color: #F55;
}
nav ul,
nav ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav > ul {
  background: #FFF;
}
nav > ul > li {
  display: inline-block;
  border-left: solid 1px #aaa;
}
nav > ul > li:first-child {
  border-left: none;
}
.sub-menu {
  background: #DDD;
}
.select-style {
  background-color: #FFF !important;
  border-radius: 0;
  border: none;
  display: inline-block;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.ui-autocomplete-loading {
    background: white url("ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
  }

.journal-img:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px rgba(255, 255, 182, .3);
}

.top-left-badge{
    position: absolute;
    right:10px;
    top:-20px;
    background: transparent !important;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #aa1d1d;
    padding:0;
    font-size:25px;
}
