ul.alphabet-index {
	list-style: none;
	margin:0;
	padding:0;
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	overflow-x: scroll;
	/*! overflow-y: hidden; */
	flex-wrap: nowrap;
	min-height: 30px;
}

.alphabet-index li {
    /*! display: inline-block; */
    flex: 0 0 20px;
  }

  #latest-news .post {
	margin-right:30px;
	position:relative;
	min-height: 315.6px;
}

.article.article-detail.tag {
  background-color: #ed1c24;
  color: white;
  padding: 1px 6px 4px 6px;
  line-height: 2;
  border-radius: 5px;
  white-space: nowrap;
}

.article-list .article-item {
  margin: 15px 0px;
  line-height: 1.2;
  cursor: pointer;

}

.article-list .article-item a{
  color: #333;
}

.article-list .article-item a:hover{
  color: #ccc;
}

.pg_current_page {
  color: #ed1c24;
}

.comments-wrapper .media-body h2 {
	font-size:18px;
	color: black;
}

#id_honeypot {
  /* visibility: hidden; */
  display: none;
 }

 #submit-id-preview {
  display: none;
 }

 .post-inner-image .col-sm-4 {
   padding-bottom: 1rem;
 }

 .details-news .latest-news-wrapper {
   margin-right: 0px;
 }

 .audio-item {
   margin-bottom: 7px;
 }
 .audio-item p {
   margin-bottom: 0px
 }

 .pagination .current {
    color: #9c9c9c;
    font-weight: bold;
 }

 .pagination-wrapper {
   justify-content: center;
 }

 .pagination li {
   flex-grow: 1;
   padding: 0;
 }

.subcategory_link a {
  color: #ed1c24;
  cursor: pointer;

}
.subcategory_link a:hover{
  color: black;
}

.entry-header-portrait {
  float: left;
  display: inline-block;
  margin: 5px 30px 10px 0;	
  width: 40%;
}
.entry-header-portrait img {
  width: 100%;
}


 .square_in_gallery{
   margin-bottom: 15px;
 }

 /* .img-caption{
  color: silver;
  font-size: 13px;
  margin-top: -30px;
  margin-left: 30px;
  background-color: #333; 
 } */

 .entry-thumbnail .caption {
  position: relative
}

.entry-thumbnail .caption span {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255,255,255,.8);
}

.entry-thumbnail .caption:hover span {
  display: block
}


 .entry-thumbnail-portrait{
   float: left;
 }


.search-form {
  height: 40px;
  margin-top: 6px;

}

 #topbar-right {

  position: absolute;
    top: 0;
    right: 0;
    
 }


@media (max-width: 1200px){

  .search-form {
    height: 42px;
  }

  .new-search-row {
    padding: 4.5rem 13rem;
  }
}



@media (max-width: 991px){

  #topbar {
    display: none;
  }

  .new-search-row {
    padding: 4.5rem 9rem;
  }

  #topbar-right {
		position: relative;
		display: inline inline-block;
  }
  
	.searchNlogin {
		position: relative;
		display: none;
		left: 0;
  }

  .searchNlogin.expanded.show {
		display: inline-block;
  }
  
  .searchNlogin .expanded {
		position: relative;
	}
  
  .search {
		position: relative;
		left: 0px;
		margin-bottom: 10px;
  }
  
  .dropdown.language-dropdown {
    display: none;
  }
  
  .dropdown.language-dropdown.show {
    display: block;
  }

  .navbar-expand-lg .container, .navbar-expand-lg .container-fluid {
    position: relative;
  }
  
  .navbar-toggler {
    position: initial;
  }

  .dropdown-menu.language-change {
    margin-right: 70px;
    right: 0;
  }

  .pagination li {
      display: inline-block;
  }

  .pagination li.pagination_tile {
    display: none;
  }
}

@media (max-width: 700px) {
  .new-search-row {
    padding: 4.5rem 4rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .navbar-brand {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 61.5px;
  }
}

@media (min-width: 992px) {
  #topbar {
    display: block;
  }
}

@media(min-width: 1200px) {
  .new-search-row {
    padding: 4.5rem 17rem;
  }
}

@media(min-width: 1400px) {
  .new-search-row {
    padding: 4.5rem 20rem;
  }
}

@media(min-width: 1600px) {
  .new-search-row {
    padding: 4.5rem 32rem;
  }
}

.homepage .navbar-brand {
    padding-left: 8px;
}

.searchNlogin {
    z-index: 10;
    margin-top: 4px;
}

.outlined {
  border-radius: 10px !important;
  border: 1px #9cba36 solid !important;
}

.gallery img {
  padding: 2px;
}

.gallery img:hover {
  /* transform: scale(0.95); */
}

.clickable-post {
  cursor: pointer;
}
 .literature {
   font-size: 14px;
 }

 .entry-content p {
  color: black;
  /* margin-bottom: unset; */
}

.details-news .entry-meta .posted-by a {
	text-transform:unset;
}

#comment .small-post .post-content p {
  font-size: 17px;
}

* {
  box-sizing: border-box;
}

/* Style the search field */
form.search-new input[type=text] {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #B2C964;
  float: left;
  background:  #EEECEC;
  box-shadow: 0 0 14px rgba(195, 192, 192, 0.6);
  border-radius: 8px;
}

form.search-new input[type="text"]:focus {
  /* border: 1px solid #9AA0A9; */
  border: 1px solid #ED1E23
}

/* Style the submit button */
form.search-new button {
  /* float: left; */
  position: absolute;
  right: 1px;
  width: 46.5px;
  background: #ED1E23;
  color: white;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #9cba36;
  border-left: none; /* Prevent double borders */
  padding: 10px;
  font-size: 17px;
  cursor: pointer;
}

form.search-new button:hover {
  /* background: #0b7dda; */
}

/* Clear floats */
formsearch-new::after {
  content: "";
  clear: both;
  display: table;
}


/* Element | http://localhost:8000/hr/ */

.new-search-box {
  width: 100%;
  box-shadow: 0 0 14px rgba(195, 192, 192, 0.6);
  padding-right: 0px;
  padding-left: 0px;
}

/* Element | http://localhost:8000/hr/ */
.new-search-row {
  justify-content: center;
  /* margin-bottom: 3em; */
  /* padding: 4.5rem 17rem; */
  background-color: #9cba36;
}

.post-content p.search-literature {
  font-size: small;
}

.post-content p.search-author {
  font-size: small;
}

.post-content p.search-content {
  line-height: normal;
}

.post-content .entry-title a {
  font-weight: bold;
}

figure img {
  display: block;
  margin: 0 auto;
}
figcaption {
  padding: 10px;
  font-size: small;
  font-style: italic;
}

#main-wrapper {
	min-height: 720px;
}

ul.cms-plugin {
  list-style: unset;
  padding-left: 40px;
}

.main-logo {
  height: 60px !important;
}

.alphabet-index a {
  color: #9cba36;
  font-weight: bold;
}

.bottom-widgets .widget li a.main-link {
  font-weight: bold;
  font-size: 16px;
}

#cooperation ul {
  list-style: unset;
  padding-left: 2em;
  margin-bottom: 2em;
}

.modal-content {
  width: 80%;
}

.quiz-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}


/* Element | http://localhost:8000/hr/close-newsletter/ */
h1.date-today {
  font-size: 24px;
  color: #ed1c24;
  margin-top: 0px;
  padding-top: 8px;
}

.post.article-detail {
  margin-top: 0px;
 }
 
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   margin-bottom: 0.8rem !important;
 }

 h1.section-title.title {
	margin-bottom: 45px !important;
}

h1.section-title {
	margin-bottom: 20px !important;
}

.literature {
  word-break: break-word;
}

.list-post li.list-post-first {
  border-top-color: white;
}

span.logo-subtitle.section-title::after {
  background-color: white;
}

#topbar {
  min-height: 86px;
}

.article-detail-portrait .entry-meta ul.list-inline {
  float: right;
  max-width: 55%;
}

b, strong {
  /* font-weight: bolder; */
  font-weight: bold;
}

.literature span {
  background-color: unset !important;
}

.listing-search .entry-meta h2.entry-title {
  margin-bottom: 5px !important;
}

.listing-search .list-inline {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .post .entry-title {
    font-size: 18px;
  }

  p.search-content {
    font-size: 16px;
  }
}
