.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 {
  background-color: white;
  overflow: hidden;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 36px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li .item_content {
  position: relative;
  overflow: hidden;
}
.list_carousel ul li .item_content:before {
  font-size: 75px;
  line-height: 90px;
  font-weight: bold;
  padding: 110px 0px 112px;
  width: 444px;
  background-color: #ffd565;
  float: left;
  content: "history";
  text-transform: uppercase;
  color: white;
  margin-right: 35px;
  text-align: center;
}
.list_carousel ul li .item_content:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ffd565;
  position: absolute;
  left: 444px;
  top: 49%;
}
.list_carousel ul li .item_content .item_title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 13px;
}
.list_carousel ul li .item_content .item_title.item_title__title {
  padding-top: 67px;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 32px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  background: #f5f5f5 url(../images/template/carnav.png) no-repeat;
  position: absolute;
  top: 21%;
  right: 8%;
  display: block;
  height: 32px;
  width: 32px;
  margin: 0;
  line-height: 32px;
  text-align: center;
  -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-color: #ffd565;
}
.caroufredsel_prev {
  margin-right: 32px;
  background-position: 12px 12px;
}
.caroufredsel_next {
  background-position: -20px 12px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
