.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;
  padding: 20px 0 74px;
  position: relative;
  background: #272727;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 36px;
  margin: 0;
  display: block;
  float: left;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  height: 37px;
  width: 42px;
  margin-top: -2px;
  position: absolute;
  bottom: 0%;
  z-index: 2;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  background: #2d2d2d url(../images/template/navigation.png) no-repeat;
  display: block;
  height: 37px;
  width: 42px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.caroufredsel_prev span:hover,
.caroufredsel_next span:hover {
  background-color: #cd1f37 !important;
}
.caroufredsel_prev {
  right: 42px;
}
.caroufredsel_prev > span {
  background-position: 16px 13px;
}
.caroufredsel_next {
  right: 0px;
}
.caroufredsel_next > span {
  background-position: -26px 13px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
