.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: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
  padding-bottom: 60px;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  display: block;
  float: left;
}
.list_carousel ul li .item_content {
  padding: 0 0 0 36px;
  margin: 0;
  line-height: 20px;
}
.list_carousel ul li .item_content blockquote {
  color: #939383;
  font-style: italic;
  background: white;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
  margin-bottom: 60px;
  padding: 33px 40px 36px 41px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.list_carousel ul li .item_content blockquote:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 62px;
  height: 65px;
  background: #fff;
  border: 1px solid  #c0c0c0;
  margin-top: -2px;
  -moz-transform: translate(-11px, -58px) skewY(-56deg) rotate(16deg);
  -ms-transform: translate(-11px, -58px) skewY(-56deg) rotate(16deg);
  -o-transform: translate(-11px, -58px) skewY(-56deg) rotate(16deg);
  -webkit-transform: translate(-11px, -58px) skewY(-56deg) rotate(16deg);
  transform: translate(-11px, -58px) skewY(-56deg) rotate(16deg);
  clip: rect(0, 50px, 100px, auto, 0);
  z-index: -2;
  margin-left: -8px;
}
.list_carousel ul li .item_content blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
}
.list_carousel ul li .item_content small {
  font-size: 14px;
  font-weight: bold;
  color: #0081b4;
  text-align: center;
  display: block;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -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 span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -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 {
  left: 36px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin: 27px 6px;
  text-indent: 9999px;
  width: 13px;
  background: #939383;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_pagination a:hover,
.caroufredsel_pagination a.selected {
  background: #0088cc;
}
