.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-bottom: 36px;
  margin-bottom: 54px;
  position: relative;
}
.mod_caroufredsel.double .list_carousel ul li {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod_caroufredsel.double .list_carousel ul li .item_content {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod_caroufredsel.double .list_carousel ul li .item_content + div {
  padding-top: 30px;
}
.mod_caroufredsel.double .list_carousel ul li .item_content:hover {
  color: #827a6a;
}
.mod_caroufredsel.double .list_carousel ul li .item_content:hover .text {
  color: #827a6a;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -30px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  padding: 0 0 0 30px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li .item_published {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  display: block;
  margin-bottom: 12px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  background: url(../images/template/pagination.png) no-repeat;
  position: absolute;
  bottom: 0%;
  display: block;
  height: 28px;
  width: 63px;
  cursor: pointer;
}
.caroufredsel_prev {
  right: 76px;
  background-position: 0 0;
}
.caroufredsel_prev:hover {
  background-position: 0 bottom;
}
.caroufredsel_next {
  right: 0;
  background-position: right bottom;
}
.caroufredsel_next:hover {
  background-position: right 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
