.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;
}
.mod_caroufredsel__testimonials .item_content {
  font: italic 18px/22px 'Roboto', sans-serif;
  margin-left: 70px;
  padding: 37px 0 0 91px;
}
.mod_caroufredsel__testimonials .item_content:before {
  content: '“';
  font: 248px/200px 'Roboto', sans-serif;
  position: absolute;
  left: 94px;
  top: 0;
}
.mod_caroufredsel__testimonials .item_content .item_img img {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
}
.mod_caroufredsel__testimonials .item_content .item_introtext {
  max-width: 920px;
  padding-bottom: 5px;
  padding-top: 8px;
}
.mod_caroufredsel__testimonials .item_content .item_title {
  font-weight: 100;
  font-style: normal;
  margin-bottom: 20px;
}
.mod_caroufredsel__gallery .item {
  margin-bottom: 0px;
}
.mod_caroufredsel__gallery .item .item_content {
  margin-bottom: 30px;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  margin: 0 0 0 -30px;
  padding: 0;
  position: relative;
  width: auto;
}
.list_carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_carousel ul li {
  display: block;
  float: left;
  margin-bottom: 25px;
  padding: 0 0 0 30px;
}
.list_carousel ul li:before {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  font-size: 48px;
  line-height: 56px;
  position: absolute;
  top: 0%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #404040;
  right: 0;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  color: black;
  color: rgba(0, 0, 0, 0.49);
}
.caroufredsel_prev {
  margin-right: 23px;
}
/*Pagination*/
.caroufredsel_pagination {
  margin-bottom: 36px;
  text-align: center;
}
.caroufredsel_pagination a {
  background: white;
  font-size: 0.1px;
  line-height: 0;
  display: inline-block;
  line-height: 16px;
  margin: 8px;
  padding: 0;
  width: 16px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.caroufredsel_pagination a.selected,
.caroufredsel_pagination a:hover {
  background: #225058;
}
