* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_goUp, .vc_goDown {
  display: block;
}
.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}
.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;

}
.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}


/* line 13, ../sass/style.scss */

/* line 19, ../sass/style.scss */
.recentArticles {
  width: 168px;
  margin-top: 50px;
  background-color: transparent;
  position: relative;
}

/* line 24, ../sass/style.scss */

/* line 36, ../sass/style.scss */
.vc_goUp, .vc_goDown {
  position: absolute;
  left: 0;
  display: block;
  width: 38px;
  height: 36px;
  background: #fff;
  text-align: center;
  color: #000;
  z-index: 10;
  text-align: center;
  border:1px solid #e1e5ed;
}
.arrowvc img{
  margin-top: 8px;
}
.vc_goUp{
  top:0;
}
.vc_goDown{
  bottom:0;
}
/* line 45, ../sass/style.scss */
.recentArticlesHeader .vc_goUp:active, .recentArticlesHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */
.recentArticlesGroup.vc_list > li {
  width: 168px;
  height: 109px;
  margin-bottom: 15px;
  border:1px solid #e1e5ed;
  padding: 15px;
}
.recentArticlesGroup.vc_list > li:hover{
  border:1px solid #c4ccdd;
}
.recentArticlesGroup.vc_list > li.active{
  border:1px solid #c4ccdd; 
}
/* line 57, ../sass/style.scss */
.recentArticlesGroup.vc_list > li h4 {
  margin: 0px 0px 15px;
}
/* line 60, ../sass/style.scss */
.recentArticlesGroup.vc_list > li p {
  margin: 0px 0px 0px;
}
