.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;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.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;
  float: left;
}
.list_carousel ul li .item_content {
  position: relative;
}
.list_carousel ul li .introtext {
  position: absolute;
  top: 42%;
  width: 70%;
  color: white;
  padding: 0 15%;
  text-align: center;
  font-size: 14px ;
  line-height: 18px;
  z-index: 3;
}
.list_carousel ul li .introtext .item_img a:after,
.list_carousel ul li .introtext .item_img a .BWfade {
  display: none !important;
}
.list_carousel ul li .introtext .item_title {
  font: 66px/66px 'Cuprum', sans-serif;
  color: white;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  height: 55px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 55px;
  z-index: 4;
  background: url(../images/template/navbutton.png) no-repeat;
  font-size: 0;
  line-height: 0;
}
.caroufredsel_prev {
  left: 8%;
  background-position: 0 0;
}
.caroufredsel_prev:hover {
  background-position: 0 bottom;
}
.caroufredsel_next {
  right: 8%;
  background-position: right bottom;
}
.caroufredsel_next:hover {
  background-position: right top;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}