h1,h2,h3,h4,h5 {
  color: #bc9254;
  font-family: "Open Sans";
  font-size: 24px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.0
}
.container {
  padding-left: 0px;
}
a {
  color: #bc9254;
  font-family: "Open Sans";
}
h1 {
  font-size: 20px;
}
h1 a, h3 a {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
}
p {
  line-height: 1.6;
  font-size: 14px;
}
.wrap-checkered {
  background: url(../img/test.jpg) no-repeat center;
  background-size: cover;
}
.wrap-grey {
  background: #F2F2F2;
  padding: 15px 0;
}
.wrap-blue {
  background: #FAD389;
  color: #FFF9F8;
}
.wrap-padding {
  padding: 25px 0;
}
.img-bordered {
  border: 1px solid #FAD389;
  border-radius: 3px;
}
header .wrap {
  background: url(../img/test.jpg) no-repeat center;
  background-size: cover;
  padding-top: 20px;
}
header .logo {
  max-height: 100px;
}
header .navbar {
  margin-top: 20px;
  background: rgba(55, 42, 66, 0.5);
  border: none;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
}
header .navbar.navbar-default .navbar-nav li > a {
  color: #E4BF88;
  font-size: 18px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 991px) {
  header .navbar.navbar-default .navbar-nav li > a {
    padding: 10px;
  }
  .article-intro p {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  header .navbar.navbar-default .navbar-nav li > a {
    font-size: 14px;
  }
}
header .navbar.navbar-default .navbar-nav li > a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid white;
}
header .navbar.navbar-default .navbar-nav li.active > a {
  background: transparent;
  border-bottom: 3px solid #FAD389;
  font-weight: bold;
}
header .navbar.navbar-default .navbar-nav li.active > a:hover,
header .navbar.navbar-default .navbar-nav li.active > a:active {
  color: #FAD389;
}
header .navbar.navbar-default .navbar-nav li ul {
  background-color: rgba(55, 42, 66, 0.9);
}
header .navbar.navbar-default .navbar-nav li ul li a {
  border: none;
}
header .navbar.navbar-default .navbar-nav li ul li a:hover {
  border: none;
}
h1.heading-title {
  font-size: 22px;
  color: #372A42;
  border-bottom: 1px solid #372A42;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0;
}
h1.heading-title span {
  font-size: 18px;
  float: right;
  font-weight: normal;
}
@media (max-width: 991px) {
  h1.heading-title {
    font-size: 21px;
  }
  h1.heading-title span {
    float: none;
    display: block;
  }
}
.article-intro h1 {
  font-weight: normal;
  margin-top: 0;
}
.article-intro p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .article-intro .btn {
    display: block;
  }
}
.btn-orange {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  background-color: #FAD389;
  border-color: #372A42;
  color: #372A42;
  padding: 6px 9px;
  font-size: 12px;
  margin-top: 7px;
  margin-right: 10px;
}
.btn-orange:hover {
  background-color: #f9ca71;
}
.articles-section {
  margin-bottom: 50px;
}
.articles-section .articles-section-title {
  border-bottom: 1px solid #FAD389;
}
.articles-section .articles-section-title h1 {
  display: block;
  font-size: 18px;
  color: #372A42;
}
@media (min-width: 992px) {
  .articles-section {
    display: flex;
  }
  .articles-section .articles-section-title {
    border-right: 1px solid #FAD389;
    border-bottom: none;
    text-align: right;
  }
}
.articles-section-listing {
  -webkit-column-width: 30em;
  -moz-column-width: 30em;
  column-width: 30em;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
.articles-section-listing h1 {
  font-size: 17px;
  font-weight: normal;
  margin: 4px;
}
.articles-section-listing p {
  font-size: 14px;
  line-height: 1.6;
  color: #372A42;
  margin-left: 5px;
}
.articles-section-item {
  display: inline-block;
  padding: 15px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
.articles-section-item.search {
  border: none;
  border-radius: 0px;
  display: inline-block;
  padding: .25rem;
  width: 100%;
  border-bottom: 1px solid #FAD389;
  height: auto;
  background-color: transparent;
  margin-bottom: 0px;
}
.articles-section-item.author span,
.articles-section-item.author p,
.articles-section-item.author .article-infobar {
    margin-left: 0px;
    font-size: 14px;
}
.articles-section-item.author span {
  color: #372A42;
  font-weight: 500;
}
.articles-section-item.author h1 {
    margin-left: 0px;
    font-size: 18px;
}
.articles-section-item.author .btn-orange {
  margin-top: 0px;
}
.articles-section-item.search h3 {
  margin-bottom: 5px;
  margin-left: 0px;
  margin-top: 5px;
}
.articles-section-item.search span {
  margin-left: 0px;
  line-height: 1.6;
}
.articles-section-item.search p,
.articles-section-item.search span {
  color: #372A42;
  font-weight: 500;
}
.articles-section-item.search .article-infobar {
  margin-left: 0;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
.articles-section-item.search span.highlight {
  white-space: normal;
  display: inline-block;
  width: auto;
}
.articles-section-item article {
  position: relative;
  display: block;
}
.list-labels li {
  margin-bottom: 10px;
}
.list-articles li {
  font-size: 16px;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #fad389;
}
.list-articles li a {
  font-family: "Open Sans";
  display: block;
  padding: 10px 0;
  font-weight: 100;
  line-height: 1.2;
  font-size: 13px;
}
.article-infobar {
  position: relative;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: normal;
}
.article-infobar.view {
  padding-bottom: 18px;

}
.articles-section-item .article-infobar,
.well.well-sm .article-infobar {
  margin-left: 5px;
  color: #1a69c7;
}
.a-author {
  color: #1a69c7;
  margin-bottom: 0px;
}
.list-authors {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.list-authors a {
  font-size: 15px;
}
.list-authors:hover {
  height: auto;
  background-color: #fff;
  box-shadow: rgba(38, 39, 39, 0.55) 0px 2px 3px;
  padding: 0 10px 5px 10px;
}
.article article p {
  font-size: 16px;
  line-height: 1.6;
}
#footer {
  margin-top: 40px;
}
#footer h1 {
  font-size: 18px;
  color: #bc9254;
}
#footer p {
  color: #bc9254;
}
#footer .logo {
  max-height: 90px;
  float: right;
}
#footer a:hover {
  color: white;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 20px;
  }
  .articles-section-listing h1 {
    font-size: 21px;
  }

  .articles-section-listing p {
    font-size: 12px;
    line-height: 1.5;
  }
  .article article p {
    font-size: 14px;
  }
  h1 {
    font-size: 20px;
  }
  h4 {
    font-size: 14px;
  }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 1px solid #bc9254;
  border-radius: 5px;
}
.navbar-form.pull-right.hidden-sm.search {
  border: none;
  border-radius: 0px;
}
.navbar-default .navbar-toggle {
  background-color: #bc9254 ;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #bc9254;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: black;
}
.breadcrumb {
  margin: 0 10px;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-style: 18px;
}
.breadcrumb a {
  color: #FFF9F8;
}
.highlight {
  background: #FAD389;
}
.navbar {
  min-height: 0;
}
.navbar.open {
  min-height: 50px;
}
.nav-toggle {
  font-size: 24px;
  margin-top: 12px;
  width: 50px;
  height: 50px;
}

.paginator {
  text-align: center;
  color: #bc9254;
  font-size: 17px;
}
.pagination > li > a, .pagination > li > span {
  color: #bc9254;
  border: 1px solid #bc9254;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #E4BF88;
  color: black;
  border-color: black;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 1;
  color: black;
  background-color: #bc9254;
  border-color:black;
}
.btn.btn-default.btn-xm.dropdown-toggle {
  margin-bottom: 10px;
  border-color: black;
  font-size: 17px;
  color: #bc9254;
  width: 100%;
}
.btn-group {
  width: 90%;
}
.btn.btn-default.btn-xm.dropdown-toggle:hover {
  color: black;
}
.articles-index {
  padding: 30px;
  background:  url(../img/background-check.jpg) repeat left top;
}
.logo.sub-text {
  color: #EFDCBA;
  float: right;
}
.thumbnail {
  border: 1px solid #bc9254;
  font-size: 17px;
}
.thumbnail hr {
  margin: 5px;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: black;
  background-color: #bc9254;
  border-color: #adadad;
}
.btn-default:focus,
.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  color: black;
  background-color: #bc9254;
  border-color: #8c8c8c;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: black;
  background-color: #bc9254;
  border-color: #8c8c8c;
}



.btn-default:focus,
.btn-default.focus {
  color: black;
  background-color: #bc9254;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: white;
  background-color: #bc9254;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: black;
  background-color: #bc9254;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: black;
  background-color: #bc9254;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: black;
  background-image: none;
}
.btn-default .badge {
  color: black;
  background-color: #bc9254;
}

.dropdown-menu > li > a {
  color: #bc9254;
}
.dropdown-menu > li > a:hover {
  color: black;
  background-color: #bc9254;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: black;
  text-decoration: none;
  outline: 0;
  background-color: #bc9254;
}
@media (max-width: 991px) {
  .btn-group {
    width: auto;
  }
  .row.index {
    padding: 30px;
  }
  .logo.sub-text {
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .logo.sub-text span {
    white-space: nowrap;
  }
  .logo.sub-text hr {
    margin: 3px;
  }
  .articles-section-item span,
  .well-sm span {
    font-size: 12px;
  }
  .year a,
  .year a span {
    font-size: 14px;
    margin: 0_!important;
  }
  .container {
    padding-left: 15px;
  }
  .articles-section-item {
    height: auto;
  }
  p.authors {
    margin-bottom: 1px
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #E4BF88;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li:focus {
    background-color: white;
    color: #E4BF88;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .navbar-default .navbar-nav > .open > a:focus {
    color: black;
  }
  .navbar-default .navbar-nav > .open > a:hover {
    color: #E4BF88;
  }
  .year a,
  .year a span {
    font-size: 13px;
  }
}
@media(max-width: 500px) {
  .list-authors {
    position: relative;
  }
  .article-infobar {
    height: auto;
  }
  .article-infobar span {
    display: block;
    width: 100%;
  }
  .article-infobar span.year {
    width: auto;
  }
  .articles-section-item span,
  .well-sm span {
    display: block;
    width: 100%;
  }
  h1 {
    font-size: 16px
  }
  h1 a {
    font-size: 14px
  }

  .article-infobar {
    padding-bottom: 0px;
  }
  .articles-section-item.search h3 {
    margin-bottom: 5px;
    margin-left: 3px;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container
  {
    display:table;
  }
  .row
  {
    display: table-row;
  }
  .col-sm-4
  {
    display: table-cell;
  }
  .img-bordered {
    margin: 15px;
  }
  .col-xs-4.col-md-2.col-sm-3.archive {
    display: table;
  }
  .articles-section-item span, .well-sm span {
    margin-right: 0px;
  }
}
@media screen and (max-width: 545px) {
  header .logo {
    width: 100%;
  }
  .navbar-form {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
  }
  .img-bordered {
    margin: 15px;
  }
  .col-xs-4.col-md-2.col-sm-3.archive img {
    margin: 0;
  }
}

.year,
.stron-year
 {
  height: 20px;
  margin-right: 5px;
  float: left;
}
.well.well-sm.archive {
  float: left;
  width: 100%;
}
@media (max-width: 500px) {
  .col-xs-4.col-md-2.col-sm-3.archive img {
    margin: 0;
  }
  .articles-section-item span.year, .well-sm span.year {
    width: auto;
  }
  .year-strong a {
    font-size: 16px;
  }

}
@media (max-width: 331px) {
  .col-xs-4.col-md-2.col-sm-3.archive {
    width: 100%;
  }
  .col-xs-4.col-md-2.col-sm-3.archive img {
    margin: 5px auto;
  }
}
.articles-section-item span,
.well-sm span {
  white-space: nowrap;
  margin-left: 5px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 500;
}
.well-sm span:first-of-type {
  white-space: normal;
}
.article-infobar span {
  margin-right: 5px;
  margin-bottom: 3px;
  display: inline-block;
}
.keywords {
  white-space: normal!important;
  display: block;
  font-size: 14px!important;
  font-weight: 600;
}
.header-journal {
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid #fad389;
}
.list-inline.list-labels a {
  margin: 2px;
}
.list {
  padding: 0;
}
.modal-content p {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500!important;
  color: black!important;
}
.a-modal {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
 font-weight: 600;
}
.button.search {
  margin-top: -10px;
}
.yes-img img {
  margin: 0;
  margin-bottom: 3px;
  border-radius: 0;
}
.list-articles .similiar {
  font-family: "Open Sans";
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list-articles .similiar p {
  line-height: 1.2;
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  float: left;
  color: #372a42;
}
.list-articles .similiar .bold a {
  font-weight: 600;

  color: #bc9254;
}
.list-articles .similiar a {
  float: left;
  margin: 0;
  padding: 0;
}
.invalid {
  border: red 1px solid;
}
