.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-bottom: 52px;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0 0 18px;
  width: auto;
  position: relative;
  margin: 0 0 0 -20px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  display: block;
  float: left;
}
.list_carousel ul li .item_content {
  padding: 0 0 10px 20px;
  margin: 0;
}
.list_carousel ul li .item_content .item_img {
  margin-bottom: 10px;
}
.news .list_carousel .item_content {
  padding-bottom: 45px;
}
.news .list_carousel .item_content .item_published {
  background: #f6f6f6;
  color: #1b2126;
  float: right;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  margin-left: 20px;
  padding: 29px 23px 32px;
}
.news .list_carousel .item_content p {
  padding-bottom: 10px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  background: url(../images/template/navigation.png) no-repeat;
  position: absolute;
  bottom: 0%;
  left: 50%;
  display: block;
  height: 31px;
  width: 31px;
  -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: none;
}
.caroufredsel_prev {
  background-position: 0 0;
  margin-left: -41px;
}
.caroufredsel_prev:hover {
  background-position: 0 bottom;
}
.caroufredsel_next {
  background-position: right bottom;
  margin-left: 10px;
}
.caroufredsel_next:hover {
  background-position: right top;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
