.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
  margin: 0 0px;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 auto;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0px;
  margin: 0;
  float: left;
  position: relative;
}
.list_carousel ul li .item_img {
  margin: 0;
}
.list_carousel ul li .item_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #ff8c25;
  background: rgba(255, 140, 37, 0.78);
  padding: 11px 22px 12px;
  text-align: left;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list_carousel ul li .item_content .item_title {
  font-size: 18px;
  margin-bottom: 6px;
  text-align: left;
  color: #ffffff;
}
.list_carousel ul li .item_content .item_title a {
  color: #ffffff;
}
.list_carousel ul li .item_content .item_title a:hover {
  color: #323744;
}
.list_carousel ul li .item_content .kmt-comment {
  background: none;
  margin: 0;
}
.list_carousel ul li .item_content .kmt-comment:before {
  content: "\f075";
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 21px;
  margin-right: 5px;
}
.list_carousel ul li .item_content .kmt-comment a {
  color: #ffffff;
  text-decoration: underline !important;
}
.list_carousel ul li .item_content .kmt-comment a:hover {
  text-decoration: none !important;
}
.list_carousel ul li:hover .item_content {
  bottom: 0;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  background: #000;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: #fff;
  color: #000;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev {
  left: 36px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}