.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
  margin: 0 -10px;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0px;
}
.list_carousel ul {
  margin: 0 0 0 -10px;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  display: block;
  float: left;
  margin-bottom: 36px;
  padding: 0 0 0 20px;
}
.list_carousel ul li .item_content {
  margin: 0;
}
.list_carousel ul li .item_content .item_img {
  margin-bottom: 0;
}
.list_carousel ul li .item_content .item_content_indent {
  background: #ececec;
  line-height: 18px;
  padding: 17px 20px 16px;
}
.list_carousel ul li .item_content .item_content_indent .item_title {
  margin: 0;
}
.list_carousel ul li .item_content .item_content_indent .item_title a {
  color: #151413;
}
.list_carousel ul li .item_content .item_content_indent .item_title a:hover {
  color: #99b908;
}
.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;
  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 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: 20px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
