.box {
  font-size: 19px;
  background-color: #ecebe8;
  border: 10px solid #e3e3e2;
}
.news_box {
  font-size: 19px;
  background-color: #ecebe8;
  border: 10px solid #e3e3e2;
  font-size: 17px;
  margin-bottom: 20px;
}
.small-box {
  text-align: center;
  font-size: 19px;
  background-color: #ecebe8;
  border: 10px solid #e3e3e2;
  margin-bottom: 20px;
}
.box-holder {
  padding-bottom: 70px;
  padding-top: 70px;
}
.more {
  background: #e3e3e2;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.more:before {
  display: block;
  content: " ";
  width: 50px;
  height: 100%;
  top: 0px;
  background-color: #e3e3e2;
  position: absolute;
  left: -20px;
  transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  border: 2px solid #e3e3e2;
  z-index: -1;
}
.cycle-vertical {
  width: 100% !important;
}
.cycle-vertical .wrapper {
  width: auto !important;
}
#ui-carousel-next {
  background: url("../img/arrow_up.png");
  font-size: 0;
  width: 84px;
  height: 53px;
  display: inline-block;
}
#ui-carousel-prev {
  background: url("../img/arrow_down.png");
  font-size: 0;
  width: 84px;
  height: 53px;
  display: inline-block;
}
.news-element {
  cursor: pointer;
  background: #fff;
  border: 5px solid #e3e3e2 !important;
  padding: 5px;
  width: 100% !important;
  height: auto !important;
  min-height: 160px;
}
