.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;
  position: relative;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0 0 45px;
  width: auto;
  position: relative;
  margin: 0 0 0 -30px;
}
.list_carousel .item__module,
.list_carousel .item {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li.item {
  padding: 0 0 0 30px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li.item .item_content .item_header {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 18px;
  padding-top: 20px;
}
.list_carousel ul li.item .item_content .item_header a.popup {
  background: #1c1c1c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  float: right;
  font: bold 16px/32px 'Open Sans', sans-serif;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 32px;
}
.list_carousel ul li.item .item_content .item_header a.popup:hover {
  background: gray;
}
.list_carousel ul li.item .item_content .item_header .item_title {
  line-height: 32px;
  margin: 0;
}
.list_carousel ul li.item .item_content .item_img {
  margin: 0 0 28px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  background: url(../images/navigation.png) no-repeat;
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  display: block;
  height: 27px;
  width: 19px;
  margin: 0;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.caroufredsel_prev {
  background-position: 0 0;
  left: 50%;
  margin-left: -30px;
}
.caroufredsel_prev:hover {
  background-position: 0 bottom;
}
.caroufredsel_next {
  background-position: right bottom;
  right: 50%;
  margin-right: -30px;
}
.caroufredsel_next:hover {
  background-position: right top;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
