#articles.layout-left aside,
#articles.layout-right aside,
#articles.layout-top aside {
  float: left;
  width: 60px;
  margin-right: 10px;
}
#articles.layout-left aside > div,
#articles.layout-right aside > div,
#articles.layout-top aside > div {
  display: block;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: .75em 0 0;
  text-align: center;
  width: 50px;
  margin-top: .7em;
}
#articles.layout-left aside > div span.day,
#articles.layout-right aside > div span.day,
#articles.layout-top aside > div span.day {
  font-size: 2.2em;
  line-height: 40px;
  border-bottom: 1px solid #53BD99;
  display: block;
  padding-bottom: 5px;
}
#articles.layout-left aside > div span.year,
#articles.layout-right aside > div span.year,
#articles.layout-top aside > div span.year {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: .75em;
  line-height: 2.5;
}
#articles.layout-left section,
#articles.layout-right section,
#articles.layout-top section {
  overflow: hidden;
  position: relative;
}
#articles.layout-left section > .header,
#articles.layout-right section > .header,
#articles.layout-top section > .header {
  display: block;
  margin-bottom: 1.6em;
}
#articles.layout-left section .title,
#articles.layout-right section .title,
#articles.layout-top section .title {
  display: inline-block;
  float: left;
  width: 100%;
}
#articles.layout-left section h3,
#articles.layout-right section h3,
#articles.layout-top section h3 {
  display: inline-block;
  font-size: 1.8em;
  line-height: 100%;
  margin: .85em 0 0;
  padding: 0 0 .85em;
  font-weight: 500
}
#articles.layout-left section .divided.list,
#articles.layout-right section .divided.list,
#articles.layout-top section .divided.list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  width: 100%
}
#articles.layout-left section .description,
#articles.layout-right section .description,
#articles.layout-top section .description {
  line-height: 1.6em;
}
/* == Item Rating/Voting == */
.sk.rating-read b,
.sk.rating-vote b {
  font-family: Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 1em;
  color: #445c6a;
  cursor: pointer
}
.sk.rating-read b {
  cursor: default
}
.sk.rating-read b:before,
.sk.rating-vote b:before {
  content: "\f005";
  padding-right: 4px;
  color: #445c6a
}
.sk.rating-read b.rated:before,
.sk.rating-vote b:hover:before,
.sk.rating-vote b.rated:before {
  content: "\f005";
  color: #53BD99;
  transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s
}
.sk.rating-vote b.rated:hover:before {
  color: #53BD99
}
.sk.rating-read i,
.sk.rating-vote i {
  padding-left: 5px;
  font-size: 12px!important
}
.sk.rating-vote {
  display: block;
}
.sk.rating-vote b,
.sk.rating-vote.small b {
  font-size: 1.8em;
  margin-right: 0.3em
}
.sk.rating-vote.small b {
  font-size: 1.2em;
}
.sk.voting {
  display: inline-block;
  background: #445c6a;
  border-radius: 4px;
}
.sk.voting b {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding-left: 5px
}
.sk.voting a {
  display: inline-block;
  padding: 7px 15px;
}
.sk.voting i {
  font-size: 1em!important;
  color: #53BD99
}
.sk.voting a.vote-up > i {
  color: #92CF5C
}
.sk.voting a.vote-up:hover {
  background: #92CF5C;
  border-radius: 3px 0 0 3px
}
.sk.voting a.vote-down:hover {
  background: #53BD99;
  border-radius: 0 3px 3px 0
}
.sk.voting a.vote-up:hover > i,
.sk.voting a.vote-down:hover > i {
  color: #fff
}
.news-images {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.news-title {
  font-size: 25px;
  color: #28AFB4;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1em;
  height: 3em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-short-desc {
  color: #4C5367;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.25em;
  height: 7.5em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#articles {
  margin-top: 12em;
}
.news-result-line {
  border-bottom: 3px solid #28AFB4;
}
.news-title-publish {
  font-size: 45px;
  color: #28AFB4;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: -14px;
}
.news-publish {
  margin-top: 5em;
  margin-bottom: 35px;
}
.news-publish-buttons {
  margin-bottom: 10em;
  margin-top: 2em;
}
.content-news-publish {
  margin-bottom: 2em;
  text-align: justify;
}
.news-publish-buttons a.disabled {
  pointer-events: none;
  color: rgba(76,83,103,0.5);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.each-new-result {
  margin-bottom: 8em;
}
.news-publish-buttons a {
  color: #28AFB4;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.news-publish-buttons a:hover {
  color: #28AFB4;
}
.news-title-pushlish-right {
  font-size: 25px;
  color: #28AFB4;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 7px;
}
.each-publish-new {
  margin-bottom: 5em;
}
.news-publish-line {
  border-bottom: 3px solid #28AFB4;
  padding-top: 14px;
}
.back-news-button a {
  background-color: #28AFB4;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1.2em 2em;
}
.back-news-button img {
  padding-right: 1em;
}
 .back-news-button {
   margin-bottom: 19px;
 }
.news-publish-back-image {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.publish-image-news {
  margin-right: 4em;
  margin-bottom: 2em;
}
.news-publish-right {
  padding-left: 80px;
}
.left-arrow-btn {
  padding-right: 2em;
}
.right-arrow-btn {
  padding-left: 2em;
}
.back-news-button a:hover {
  background-color: #7DC7C1;
}
.block.news-images-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(37,175,180,0.7);
  opacity: 0;
}
.each-new-result a:hover .news-images-over {
  opacity: 1;
}
.news-links {
  color: #4B5266;
}
@media only screen and (max-width: 1380px) {
  .news-short-desc {
    height: 185px;
  }
}
@media only screen and (max-width: 1240px) {
  .news-publish-left {
    width: 100%;
  }
  .news-publish-right {
    width: 100%;
    padding-left: 30px;
  }
  .news-publish-right-container {
    margin: 0 -15px;
  }
  .news-publish-right .each-publish-new {
    width: 50%;
    padding: 0 15px;
  }
  #articles {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 1024px) {
  body, html {
    overflow-x: hidden;
  }
  .news-title-publish {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .news-publish-right {
    width: 100%;
  }
  .news-short-desc {
    height: 105px;
  }
  .news-publish-right {
    padding-left: 25px;
    padding-right: 25px;
  }
  .each-publish-new {
    margin-bottom: 0em;
  }
  .news-publish-buttons {
    margin-bottom: 4em;
  }
  .news-title-publish {
    font-size: 24px;
  }
  .news-publish-right {
    display: none;
  }
}
@media only screen and (max-width: 515px) {
  .news-short-desc {
    height: 155px;
  }
  .left-arrow-btn {
    padding-right: 1em;
  }
  .right-arrow-btn {
    padding-left: 1em;
  }
  .news-publish-buttons {
    font-size: 12px;
  }
}
@media only screen and (max-width: 414px) {
  .news-short-desc {
    height: 195px;
  }
}
@media only screen and (max-width: 320px) {
  .news-short-desc {
    height: 235px;
  }
}