.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: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-moz-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-ms-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-o-keyframes h-progress {
  0% {
    width: 0;
  }
}
@keyframes h-progress {
  0% {
    width: 0;
  }
}
@-webkit-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-moz-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-ms-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-o-keyframes v-progress {
  0% {
    height: 0;
  }
}
@keyframes v-progress {
  0% {
    height: 0;
  }
}
.mod_caroufredsel {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  margin: 0 0 0 -20px;
  padding: 0;
  position: relative;
  width: auto;
}
.list_carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_carousel ul li {
  display: block;
  float: left;
  padding: 0;
  padding: 0 0 0 20px;
}
.list_carousel ul li .item_content {
  color: #dbdbdb;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}
.list_carousel ul li .item_content .item_img {
  margin-bottom: 26px;
}
.list_carousel ul li .item_content .item_img:before,
.list_carousel ul li .item_content .item_img:after {
  display: none;
}
.list_carousel ul li .item_content .item_img img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.list_carousel ul li .item_content .item_introtext {
  margin-bottom: 20px;
  position: relative;
}
.list_carousel ul li .item_content .item_introtext:after {
  bottom: 0;
  position: absolute;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  width: 100%;
  max-width: 94px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  display: block;
}
.list_carousel ul li:before {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  color: #aec32d;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -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: #222222;
}
.caroufredsel_prev {
  margin-left: -20px;
}
.caroufredsel_next {
  margin-left: 10px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
