#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-title {
  color: #18244d;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-images {
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
  border: 3px solid #18244d;
}
.each-new-result {
  margin-bottom: 85px;
}
#articles {
  background: linear-gradient(90deg, rgba(246,176,81,0.2) 20%, rgba(103,191,194,0.2) 100%);
  padding-bottom: 200px;
  position: relative;
}
#articles::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(59,62,65,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(59,62,65,0) 100%);
  background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(59,62,65,0) 100%);
  height: 75px;
}
.news .page-header {
  padding-bottom: 130px;
}
.news-publish-back-image {
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #18244d;
}
.news-title-publish {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-publish-page {
  margin-top: 145px;
  margin-bottom: 250px;
  background: linear-gradient(90deg, rgba(246,176,81,0.2) 20%, rgba(103,191,194,0.2) 100%);
  position: relative;
  padding-bottom: 100px;
}
.news-grid {
  width: auto;
  max-width: 815px;
  margin: 0 auto;
  padding: 0;
}
.content-news-publish {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.news-publish-page {
  margin-top: 145px;
  margin-bottom: 300px;
  background: linear-gradient(90deg, rgba(246,176,81,0.2) 20%, rgba(103,191,194,0.2) 100%);
  position: relative;
}
.news-publish-page::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(59,62,65,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(59,62,65,0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(59,62,65,0) 100%);
  height: 95px;
}
.news-publish-page::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(59,62,65,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(59,62,65,0) 100%);
  background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(59,62,65,0) 100%);
  height: 75px;
}
.content-news-publish p {
  font-size: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1550px) {
  #articles {
    padding-bottom: 70px;
  }
  .news-title-publish {
    font-size: 50px;
  }
  .news-title-publish {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1500px) {
  .news-publish-page {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .news-publish-page {
    margin-top: 80px;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1280px) {
  .news-title {
    font-size: 19px;
  }
  .news-title-publish {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-news-publish {
    margin-top: 40px;
  }
  .content-news-publish p {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .news-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-publish-page {
    margin-top: 70px;
  }
  .news-publish-page .page-header-lines {
    display: block;
  }
  .news-title-publish {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .news .page-header {
    padding-bottom: 80px;
  }
  #articles {
    padding-bottom: 20px;
  }
  .each-new-result {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 769px) {
  .news-publish-page {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  .news .page-header {
    padding-bottom: 50px;
  }
  .each-new-result {
    margin-bottom: 15px;
  }
  .news-title {
    font-size: 18px;
    height: 3.9em;
    -webkit-line-clamp: 3;
    line-height: 1.3;
  }
  .news-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-news-publish p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .news-title-publish {
    font-size: 22px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 550px) {
  .content-news-publish p {
    font-size: 17px;
  }
  .news-title-publish {
    font-size: 19px;
  }
}
@media only screen and (max-width: 500px) {
  .news-title {
    font-size: 17px;
  }
  .each-new-result {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .news-images {
    padding-top: 70%;
  }
}