ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
span { 
  display: inline-block; 
}
.news__post {
  margin-bottom: 50px;
}
.news__title {
  font: 700 35px / 40px Roboto, Arial, sans-serif;
  margin: 10px 0px;
}
.news__additional_info {
  margin: 20px 0px;
  color: grey;
  font-size: 18px;
}
.content-body{
  font: 16px / 25px Roboto, Arial, sans-serif;
  margin: 8px 0px;
}
.news__date {
  font: 700 13px / 13px Roboto, Arial, sans-serif;
  color: grey;
}
.bx-wrapper {
  margin: 0 auto;
  position: relative;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.bx-pager {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.bx-pager-item { 
  display: inline-block; 
}
.bx-pager-link {
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border: 2px solid white;
  border-radius: 50%;
}
a.active {
  background: white;
  opacity: 0.8; 
  color: white;
}
.bx-prev, .bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: black;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.4;
  text-align: center;
  transition: .4s linear;
  z-index: 10;
  cursor: pointer;
}
.bx-wrapper:hover .bx-prev, 
.bx-wrapper:hover .bx-next, 
.bx-wrapper:hover .bx-prev:active, 
.bx-wrapper:hover .bx-next:active {
  opacity: 1;
  text-decoration: none;
  color: white;
}
.bx-prev {
  left: 20px;
}
.bx-next {
  right: 20px;
}
.bx-prev:before, .bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 50px;
}
.bx-prev:before {content: "\f100";}
.bx-next:before {content: "\f101";}
.panel-default:hover {
  box-shadow: 0 0 35px rgba(33,33,33,.2);
  transition: box-shadow 0.3s ease-in-out;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.news-page-rating .star-rating {
  display: inline-block;
  margin-right: -9px;
  margin-left: 9px;
  font-size: 1.1em;
  letter-spacing: 5px;
  cursor: pointer;
}
.additional-news-block-header { 
  font-size: 1.5em; 
  margin-bottom: 1.1em; 
  font-weight: 500; 
}
.counter { 
  opacity: 0.7; 
  font-size: 1em; 
}
.rating-label { font-size: 0.9em; }
.additional-news-text {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 0.8em;
  color: #5d5d5d;
}
.trip-item__title { 
  font-size: 1.2em; 
}
.trip-item__info {
  font-size: 0.7em;
  line-height: 1.4em;
}
.news-video-block iframe {
  height: 25em;
  width: 100%
}
.post-video-frame {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 1em auto;
}

@media (min-width: 767px) {
  .news__title {
    font-size: 45px;
    line-height: 55px;
  }
  .news__additional_info {
    margin: 20px 0px;
    color: grey;
    font-size: 20px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .news-video-block iframe {
    height: 15em;
  }
  .post-video-frame {
    height: 220px;
  }
}