.container.list.article .meta h1{
	font-size: 24px;
	margin: 0;
	padding-top: 20px;
}
.container.list.article .meta{
	/*border: none !important;*/
}

ul.thumbs {
	overflow: hidden;
	height: 95px;
}
.thumb-box .thumbs li img.active {
    border-color: #31ACE2;
    opacity: 1;
}
.filmstrip li{ 
	/*background: #ddd;*/
	display: flex;
    justify-content: center;
    align-items: center;
}
.filmstrip li img{

}
.filmstrip img{
  /*width: 100px;*/
  /*height: 100px;*/
  /*height: auto;*/
  /*max-height: 60px;*/
  /*vertical-align: middle;*/
  /*width: 98px;*/
  /*height: 98px;*/
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
/*.filmstrip img.active,*/
.filmstrip .img_wrap.active{
  border: 4px solid #FC6 !important;
}
.panel {
  border: none;
  display: flex;
    justify-content: center;
    align-items: center;
    background: #DDDDDD;
}
.panel img{

}
.panel-overlay ,.overlay{
  display: none;
}
#pointer{
  border:none !important;
  width: 0 !important;
  height: 0 !important;
}
#pointer img{
  display: none;
}

.right_cont{
  overflow: hidden;
  text-align: justify;
  font-size: 14px !important;
}
.right_cont span{
  font-size: 14px !important;
}
div.more{
  float: right;
  display: none;
  position: absolute;
  right: 16px;
  bottom: 1px;
  background: #fff;    
}
div.more span{
  letter-spacing: 1px;
  font-size: 13px;
  /*color: #f49237;*/
  color: #2c60ef;
  font-weight: bold;
  cursor: pointer;
  padding-top: 10px;

}
.prev_next{
  padding: 0;
}
.prev_next .prev{
  float: left;
}
.prev_next .next{
  float: right;
}
.prev_next a{
  color: #f49237;
}
.prev_next i{
  color:#bbb;
}
