/*
 * HTML24 styles
 * Date 03-03-2016
 */
@font-face {
  font-family: "Akzidenz Regular";
  src: url("../fonts/Akzidenz Gr Lt Regular.ttf");
}
/* header */
#search-notification {
  display: none;
  float: left;
  margin: 0 0 5px 0;
  color: white;
}
#search-notification span {
  color: red;
}

/* search page */
.search-page .search-list {
  margin: 0 0 10px 17px;
}

.mk-pagination {
  margin: 15px 0;
}
.mk-pagination .mk-page-nr {
  display: inline-block;
  padding: 5px;
  width: 20px;
  border: 1px solid #ECECEC;
  text-align: center;
  margin: 5px 3px 2px 0px;
  text-decoration: none;
}
.mk-pagination .mk-page-nr.active {
  color: #EF3030;
  background-color: #ECECEC;
}

/* Author page */
.span6.article.author-page {
  background: #000000;
}

#article-list .author-article-list {
  list-style: none;
  margin-top: 10px;
}

/* Auto complete search on article names in the sidebar */
.relative-wrapper {
  position: relative;
}

.articles_container_wrapper {
  position: absolute;
  width: 100%;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .articles_container_wrapper {
    position: relative;
    top: 0;
  }
}

.search-overlay {
  z-index: 10;
  position: relative;
}

.search-overlay .form-container {
  text-align: center;
}

.search-overlay .form-container input {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 0 0 0 10px;
  margin: 0;
  border: 0;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-appearance: none;
}
.search-overlay .form-container input:focus {
  outline: none;
  box-shadow: none;
}

.search-overlay .form-container .livesearch {
  text-align: left;
  background: #fff;
}

.search-overlay .form-container .livesearch ul {
  list-style: none;
  display: block;
  max-width: 100%;
  overflow: inherit;
  padding: 0;
  margin: 0;
  max-height: 600px;
}

.search-overlay .form-container .livesearch ul li {
  display: block;
  width: 100%;
}

.search-overlay .form-container .livesearch ul li a {
  display: block;
  background: #fff;
  line-height: 36px;
  font-size: 15px;
  padding-left: 10px;
  color: #000000;
  text-decoration: none;
}
.search-overlay .form-container .livesearch ul li a:hover, .search-overlay .form-container .livesearch ul li a.active {
  background-color: #f1f1f1;
  color: #0088cc;
  cursor: pointer;
}

.search-overlay .form-container .spinner-wrap {
  width: 100%;
  text-align: center;
  background-color: white;
}

.search-overlay .form-container .spinner-wrap .sprite-spinner {
  margin: 0 auto;
  display: none;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-align: center;
}

.search-overlay .form-container .spinner-wrap .sprite-spinner img {
  width: 10%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Top banner */
.banner-wrapper {
  max-width: 80%;
  text-align: left;
  margin-left: 17.5%;
}
.banner-wrapper a {
  font-family: "Akzidenz Regular";
  color: #ffffff;
  font-size: 23px;
  line-height: 34px;
}
.banner-wrapper a:hover, .banner-wrapper a:focus {
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .banner-wrapper a {
    font-size: 21px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .banner-wrapper {
    margin-left: 19%;
    font-size: 21px;
  }
}
@media screen and (min-width: 100px) and (max-width: 980px) {
  .banner-wrapper {
    margin-left: 20.5%;
  }
}

/* Feedback button */
.feedback-wrapper {
  text-align: right;
  margin: 15px auto;
}

.feedback-wrapper #btn-feedback {
  padding: 15px;
  border: 1px solid #B1AFAF;
  color: #000000;
  line-height: 49px;
  text-decoration: none;
}
