.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;
  position: relative;
}
.mod_caroufredsel .caroufredsel_wrapper {
  padding: 0 0 69px;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -20px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 20px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li .item_content {
  background: url(../images/border.gif) 0 0 repeat-x;
  margin: 31px 0 0;
  padding: 31px 0 0;
}
.list_carousel ul li .item_content:first-child {
  background: none;
  margin: 0;
  padding: 0;
}
.list_carousel ul li .item_published {
  color: black;
  font: 13px/18px 'asapbold';
  margin-bottom: 10px;
  text-transform: uppercase;
}
.list_carousel ul li .item_title {
  color: black;
  font: 13px/18px 'asapregular';
  margin: 0 0 12px;
  text-transform: uppercase;
}
.list_carousel ul li .item_title a {
  color: black;
}
.list_carousel ul li .item_title a:hover {
  color: #f3b113;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  bottom: 12px;
  display: block;
  height: 26px;
  width: 26px;
  background: url(../images/pag.png) no-repeat #e3e3e3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: url(../images/pag.png) no-repeat #f3b113;
}
.caroufredsel_prev {
  background-position: 9px 9px !important;
  left: 20px;
}
.caroufredsel_next {
  background-position: -22px 9px !important;
  left: 51px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
