.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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  margin-bottom: 36px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 10px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 10px;
  margin: 0;
  float: left;
}
.list_carousel ul li .item_img {
  margin: 0;
}
.list_carousel ul li .item_img .lazy_container:before,
.list_carousel ul li .item_img .lazy_container:after {
  display: none;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #959594;
  cursor: pointer;
  margin-top: -25px;
  line-height: 50px;
  height: 50px;
}
.caroufredsel_prev .fa,
.caroufredsel_next .fa {
  font-size: 48px;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  color: #c9c8c7;
}
.caroufredsel_prev {
  left: 0;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
