.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 {
  margin-top: -55px;
  overflow: hidden;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding-bottom: 30px;
  padding-top: 63px;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item_content{
	padding:20px;
}
.list_carousel ul li {
  padding: 0 10px 0 36px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li .item_img {
  margin-bottom: 0;
}
.list_carousel ul li .item_title {
  font-size: 18px;
  font-weight: normal;
  background: #373736;
  color: #f4f2ef;
  padding: 20px 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .list_carousel {
    margin: 0 0 0 -20px;
  }
  .list_carousel ul li {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 979px) {
  .list_carousel {
    margin: 0 0 0 -12px;
  }
  .list_carousel ul li {
    padding: 0 0 0 12px;
  }
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  position: absolute;
  top: 0%;
  display: block;
  text-align: center;
  color: #df390d;
  font-size: 48px;
  -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:hover,
.caroufredsel_next:hover {
  color: #b8a99e;
}
.caroufredsel_prev {
  right: 22px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
