.panel-video-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background-color: #EBEBEB;
  margin-bottom: 4px;
  border-radius: 2px;
  border-left: 2px solid #EBEBEB;
}

.panel-video-wrapper i {
  font-style: italic;
}

.panel-video-wrapper:last-child {
  margin-bottom: 0px;
}

.video-title {
  padding: 0px 5px 0px 5px;
  flex-grow: 1;
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
  line-height: 1.2;
}

.video-title:hover {
  text-decoration: underline;
  color: #1E5184;
}

.wrap-stat {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.video-stat {
  width: 55px;
  font-size: 15px;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

.video-views {
  width: 80px;
  font-size: 15px;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

.video-more {
  height: 48px;
  padding: 8px 15px 8px 15px;
  font-size: 30px;
  color: #FFFFCC;
  font-weight: bold;
  cursor: pointer;
}

.article-more {
  height: 48px;
  padding: 8px 15px 8px 15px;
  font-size: 30px;
  color: #FFFFCC;
  font-weight: bold;
  cursor: pointer;
}

.panel-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 525px;
}

.panel-nav {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.panel-nav button {
  flex-grow: 1;
  padding: 4px 0px 4px 0px;
  font-weight: bold;
  border: 0px;
  background-color: #EBEBEB;
  cursor: pointer;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
  border: 2px solid #EBEBEB;
  border-radius: 2px;
}

.panel-nav button:last-child {
  margin-right: 0px;
}

.panel-result {
  margin-top: 7px;
  width: 100%;
  height: 307px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.panel-loading {
  position: absolute;
  margin-top: 130px;
  margin-left: 225px;
}

@media screen and (max-width: 1100px) {
  .panel-wrap {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 500px;
  }
}

@media screen and (max-width: 520px) {
  .panel-wrap {
    display: none;
  }
}

#video-panel-info {
  padding-bottom: 80px;
  width: 500px;
  height: 340px;
  border: 1px solid white;
  background-color: black;
}

.info-button-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 13px;
}

.video-panel {
  cursor: pointer;
}

.wrap-icon-text {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}

.info-button-wrap a {
  text-decoration: none;
}

.wrap-icon-text:hover .icon-text {
  color: #B7AB6A;
}

.wrap-icon-text:hover .fontello {
  color: #B7AB6A;
}

.icon-text {
  color: #CDCDCD;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
  margin-left: 5px;
  cursor: pointer;
}

.panel-post {
  width: 498px;
  height: 281.25px;
  padding: 20px;
  background-position: 50% 50%;
  background-size: cover;
}

.panel-post-link {
  text-decoration: none;
  color: black;
}

.panel-excerpt {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.panel-excerpt p {
  font-size: 18px;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

.panel-about-us {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.3);
}

.panel-adress p {
  text-align: center;
  color: #FFFFCC;
}

.articles-wrap {
  height: 48px;
}

.popular-title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 10px 10px 5px;
  flex-grow: 1;
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
  line-height: 1.2;
}

.popular-title:hover {
  text-decoration: underline;
  color: #1E5184;
}

.popular-count {
  margin-right: 10px;
  font-family: Arial, Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
  min-width: 50px;
}
