.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 {
  margin-bottom: 48px;
  position: relative;
}
.mod_caroufredsel.testimonials {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}
.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.item {
  display: block;
  float: left;
  font-weight: normal;
  margin-bottom: 56px;
  padding: 0 0 0 30px;
}
.list_carousel ul li.item .item_content {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
.list_carousel ul li.item .item_content .item_title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 0;
  padding-left: 72px;
  position: relative;
}
.list_carousel ul li.item .item_content .item_title:before {
  border-top: 2px solid black;
  content: '';
  display: block;
  left: 0;
  max-width: 54px;
  top: 17px;
  position: absolute;
  width: 100%;
}
.list_carousel ul li.item:before {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #000000;
  cursor: pointer;
  color: #222222;
  font-size: 16px;
  display: block;
  height: 24px;
  line-height: 24px;
  margin: 0;
  position: absolute;
  text-align: center;
  bottom: 0%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 24px;
  left: 50%;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: #222222;
  color: white;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  cursor: pointer;
  display: block;
  -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 {
  margin-left: -40px;
}
.caroufredsel_next {
  margin-left: 10px;
  width: 21px;
  padding-left: 3px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  margin: 0px 9px;
  padding: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.caroufredsel_pagination a:hover,
.caroufredsel_pagination a.selected {
  background: #29b6f6;
}
