.page-top {
  border-bottom: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-top .ad {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.social-share {
  display: inline-block;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.social-share .genericon {
  float: left;
  width: 38px;
  height: 38px;
  border-right: 1px solid #ebebeb;
  color: #86888b;
  line-height: 38px;
}
.social-share .genericon:hover {
  background-color: #d40000;
  color: white;
}
.social-share .genericon-facebook-alt:hover {
  background-color: #3b5998;
}
.social-share .genericon-twitter:hover {
  background-color: #1da1f2;
}

.related {
  border-top: 1px solid #ebebeb;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  color: #3f3f40;
}
.related a {
  border-bottom: 1px solid #b8b9ba;
}
.related a:hover {
  border-bottom-width: 0;
}
.related li {
  position: relative;
  padding-left: 15px;
  margin-top: 15px;
}
.related li::before {
  content: "\f428";
  font-family: "Genericons";
  color: #3f3f40;
  position: absolute;
  top: 0;
  left: -4px;
}

time {
  display: block;
/*  text-transform: uppercase;
*/  color: #747678;
  font-size: 10px;
  margin-bottom: 5px;
}

.section-feature h3,
.section-feature h5,
.section-feature > ul > li h6 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #172122;
}
.section-feature summary {
  color: #3f3f40;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.section-feature article,
.section-feature > ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.section-feature article::before, .section-feature article::after,
.section-feature > ul > li::before,
.section-feature > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  right: -15px;
}
.section-feature article::before,
.section-feature > ul > li::before {
  height: 5px;
  background-color: #f5f5f5;
  top: 1px;
}
.section-feature article::after,
.section-feature > ul > li::after {
  height: 1px;
  background-color: #ebebeb;
  top: 0;
}
.section-feature article figure,
.section-feature > ul > li figure {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section-feature .social-share {
    display: none;
  }
  .section-feature article::before, .section-feature article::after,
  .section-feature > ul > li::before,
  .section-feature > ul > li::after {
    content: none;
  }
  .section-feature article figure,
  .section-feature > ul > li figure {
    margin-right: 0;
  }
  .section-feature article {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-feature article figure {
    -webkit-order: 1;
    order: 1;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .section-feature article h3 {
    -webkit-order: 2;
    order: 2;
    font-size: 20px;
    line-height: 24px;
    color: black;
    margin-bottom: 9px;
  }
  .section-feature article .social-share,
  .section-feature article .info {
    -webkit-order: 3;
    order: 3;
  }
  .section-feature article h5 {
    -webkit-order: 2;
    order: 2;
    font-size: 17px;
    line-height: 19px;
    color: black;
    margin-bottom: 10px;
  }
  .section-feature.col-l summary {
    color: black;
    line-height: 22px;
  }
  .section-feature.col-r summary {
    color: #717375;
    line-height: 18px;
  }
  .section-feature > ul {
    border-bottom: 1px solid #eee;
  }
  .section-feature > ul > li {
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-feature > ul > li figure {
    -webkit-order: 2;
    order: 2;
    width: 35%;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .section-feature > ul > li h6 {
    -webkit-order: 1;
    order: 1;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: black;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .most-popular .block-title {
    color: #333;
    border-bottom: 1px solid #b8b9ba;
    font-size: 14px;
  }
}

.section-list h4 {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 15px;
}
.section-list li {
  padding-top: 15px;
  position: relative;
}
.section-list li::before, .section-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  right: -15px;
}
.section-list li::before {
  height: 5px;
  background-color: #f5f5f5;
  top: 1px;
}
.section-list li::after {
  height: 1px;
  background-color: #ebebeb;
  top: 0;
}
.section-list h5 {
  color: #172122;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
.section-list .social-share,
.section-list figure {
  margin-bottom: 15px;
}
.section-list summary {
  font-size: 14px;
  line-height: 24px;
  color: #3f3f40;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-list li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-list .meta {
    -webkit-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .section-list .meta .byline,
  .section-list .meta time {
    margin-bottom: 15px;
  }
  .section-list .info {
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .section-list figure {
    width: 40%;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-list h4 {
    border-bottom: 5px solid black;
  }
  .section-list li {
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .section-list li:first-child {
    border-top: 0;
  }
  .section-list li::after, .section-list li::before {
    content: none;
  }
  .section-list time,
  .section-list .byline {
    font-size: 12px;
    line-height: 20px;
    color: #747678;
    text-transform: none;
  }
  .section-list .byline {
    margin-bottom: 15px;
  }
  .section-list h5 {
    color: black;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .section-list summary {
    line-height: 18px;
    color: #7b7b7b;
  }
  .section-list .meta {
    width: 50%;
    margin-right: 20px;
    max-width: 110px;
  }
  .section-list .info {
    width: 100%;
    max-width: 440px;
  }
  .section-list li figure img{
    max-width: 160px;
    margin-left:20px;
  }
}

.show-more {
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.show-more::after, .show-more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.show-more::after {
  height: 5px;
  top: 0;
  background-color: #f5f5f5;
}
.show-more::before {
  height: 1px;
  top: 5px;
  background-color: #eaeaeb;
}
.show-more .bt {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.gallery-view .slick-arrow {
  cursor: pointer;
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  background-color: #3f3f40;
  color: white;
}
.gallery-view .slick-arrow::before {
  display: block;
  content: "\f431";
  font-size: 30px;
  line-height: 30px;
  font-family: "Genericons";
  position: absolute;
  left: 0;
}
.gallery-view .slick-arrow:hover {
  background-color: #a0a1a2;
}
.gallery-view .slick-prev {
  left: 0;
}
.gallery-view .slick-prev::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 16px;
}
.gallery-view .slick-next {
  right: 0;
}
.gallery-view .slick-next::before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 14px;
}
.gallery-view .contain-arrows {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

main > .gallery-view {
  padding-top: 20px;
}
main > .gallery-view .breadcrumb {
  text-transform: uppercase;
  color: rgba(63, 63, 64, 0.8);
  font-weight: 900;
  font-size: 12px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 3px;
}
main > .gallery-view h2 {
  margin-bottom: 30px;
}
main > .gallery-view figcaption {
  border-top: 5px solid #eee;
  font-style: italic;
  font-size: 13px;
  color: #3f3f40;
  padding-top: 10px;
  padding-bottom: 15px;
}
main > .gallery-view .info {
  border-top: 5px solid #231815;
  padding-top: 15px;
}
main > .gallery-view .info summary {
  color: #3f3f40;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 30px;
}
main > .gallery-view .info .author {
  color: #747678;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 15px;
}
main > .gallery-view .slick-dots {
  text-align: center;
  height: 9px;
}
main > .gallery-view .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 9px;
  height: 9px;
}
main > .gallery-view .slick-dots li button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  background-color: #231815;
  width: 9px;
  height: 9px;
  font-size: 0;
  cursor: pointer;
}
main > .gallery-view .slick-dots .slick-active button {
  background-color: #a0a1a2;
}
main > .gallery-view .contain-dots {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) {
  main > .gallery-view {
    background-color: #fafafa;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
}

.gallery-list {
  padding-top: 40px;
  padding-bottom: 20px;
}
.gallery-list figure {
  margin-bottom: 10px;
}
.gallery-list h4 {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 18px;
}
.gallery-list li:nth-child(even) {
  border-left: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .gallery-list {
    font-size: 20px;
    line-height: 24px;
  }
}
