.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;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -30px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  padding: 0 0 0 30px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li .readmore {
  padding-bottom: 46px;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  background: #edebe0;
  border: 1px solid #edebe0;
  color: #383532;
  padding: 17px 68px 21px;
}
.list_carousel ul li .readmore:hover {
  background: #262626;
  color: #ffffff;
}
.mod_caroufredsel {
  overflow: hidden;
}
.mod_caroufredsel.fright {
  max-width: 50%;
  background: #65A837;
  position: relative;
  left: 50%;
}
.mod_caroufredsel.fright .list_carousel ul li .item_content {
  color: #262626;
  padding: 15% 14%;
  text-align: center;
}
.mod_caroufredsel.fright .list_carousel ul li .item_content .item_title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 23px;
}
.mod_caroufredsel.fright .list_carousel ul li .item_content .item_introtext {
  padding-bottom: 14px;
}
.mod_caroufredsel.fright .list_carousel ul li .item_content .btn {
  border: none;
}
.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: 30px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
  vertical-align: top;
  padding-bottom: 10%;
}
.caroufredsel_pagination a {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  height: 15px;
  width: 15px;
  font-size: 0;
  line-height: 0;
  border: 2px solid #262626;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  vertical-align: top;
}
.caroufredsel_pagination a:hover,
.caroufredsel_pagination a.selected {
  background: #262626;
}
