.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: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -30px;
}
.list_carousel .caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel .caroufredsel_wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel .caroufredsel_wrapper > ul > li {
  display: block;
  float: left;
  padding: 0 0 0 30px;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  padding: 33px 10px 30px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content .item_title {
  color: #345db5;
  margin-bottom: 0;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content h2.item_title {
  font-weight: normal;
  margin-bottom: 6px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content span.price {
  color: #345db5;
  display: block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content ul {
  margin: 0 0 17px;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content ul li {
  color: #ef962d;
  padding-bottom: 10px;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content .readmore {
  display: inline-block;
  position: relative;
}
.list_carousel .caroufredsel_wrapper > ul > li .item_content .readmore:after {
  background: #e9e9e9;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 100%;
  margin-top: 16px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  content: '';
  height: 1px;
  -webkit-filter: blur(2px);
  -moz-filter: blur(24px);
  filter: blur(2px);
}
.list_carousel .caroufredsel_wrapper > ul > li#item_19 .item_content {
  background: url(../images/template/carbg1.jpg) center top no-repeat #ffffff;
  background-size: cover;
}
.list_carousel .caroufredsel_wrapper > ul > li#item_20 .item_content {
  background: url(../images/template/carbg2.jpg) center top no-repeat #ffffff;
  background-size: cover;
}
.list_carousel .caroufredsel_wrapper > ul > li#item_21 .item_content {
  background: url(../images/template/carbg3.jpg) center top no-repeat #ffffff;
  background-size: cover;
}
.list_carousel .caroufredsel_wrapper > ul > li#item_22 .item_content {
  background: url(../images/template/carbg4.jpg) center top no-repeat #ffffff;
  background-size: cover;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  bottom: 0%;
  left: 50%;
  display: block;
  height: 39px;
  width: 20px;
  background: url(../images/template/pagination.png) no-repeat;
  cursor: pointer;
}
.caroufredsel_prev {
  margin-left: -27px;
  background-position: 0 bottom;
}
.caroufredsel_prev:hover {
  background-position: 0 top;
}
.caroufredsel_next {
  margin-left: 7px;
  background-position: right 0;
}
.caroufredsel_next:hover {
  background-position: right bottom;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #345db5;
  display: inline-block;
  height: 13px;
  margin: 4px;
  padding: 0;
  width: 13px;
}
.caroufredsel_pagination a:hover,
.caroufredsel_pagination a.selected {
  background: #c5d0e5;
}
