.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;
}
.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 {
  display: block;
  float: left;
}
.list_carousel ul li .item_content {
  padding: 0 0 0 30px;
  margin: 0;
}
.list_carousel ul li .item_content .item_img {
  margin-right: 18px;
  margin-bottom: 32px;
}
.list_carousel ul li .item_content .item_title .dropcap {
  display: block;
  padding-top: 12px;
  color: #d90202;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  background: url(../images/template/pagination.png) no-repeat;
  position: absolute;
  top: 11px;
  display: block;
  height: 28px;
  width: 17px;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: none;
}
.caroufredsel_prev {
  right: 28px;
  background-position: 0 bottom;
}
.caroufredsel_prev:hover {
  background-position: 0 0;
}
.caroufredsel_next {
  right: 0;
  background-position: right top;
}
.caroufredsel_next:hover {
  background-position: right bottom;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
