.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 {
  position: relative;
}
.caroufredsel_wrapper {
  cursor: auto !important;
  margin: 0 !important;
}
.list_carousel {
  margin: 0 !important;
  padding: 0;
  position: relative;
  width: auto;
}
.list_carousel ul {
  list-style: none;
  margin: 0 0 0 -40px !important;
  padding: 0;
}
.list_carousel ul li.item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5e5e5e;
  font: 18px/28px 'Vollkorn', serif;
  display: block;
  float: left;
  margin-bottom: 0;
  padding: 0 0 0 40px;
}
.list_carousel ul li.item .item_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_carousel ul li.item .item_content .item_published {
  color: #998675;
  font: 14px/20px 'Oswald', sans-serif;
  float: left;
  width: 100%;
  max-width: 90px;
  margin-right: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.list_carousel ul li.item .item_content .item_published span {
  display: block;
  font-size: 60px;
  line-height: 70px;
}
.list_carousel ul li.item .item_content .overflow {
  overflow: hidden;
}
.list_carousel ul li.item:before {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #998675;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  color: #5e5e5e;
}
.caroufredsel_prev {
  left: -194px;
}
.caroufredsel_next {
  right: -194px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  background: white;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  line-height: 16px;
  margin: 8px 2px;
  padding: 0;
  width: 16px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.caroufredsel_pagination a.selected,
.caroufredsel_pagination a:hover {
  background: #000000;
}
