
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
}
.list_carousel {
  padding: 0 0 23px;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  font-weight: bold;
}
.list_carousel ul li .item_title {

}
.list_carousel ul li .item_published {
  font-size: 24px;  
  font-weight: bold;
  color: #FFF;
  background: #1e69a5;
  display: inline-block;
  text-align: center;
  padding: 0 0 16px;
  margin: 0 0 9px;
  width: 60px;
  line-height: 20px;
  position: relative;
}
.list_carousel ul li .item_published:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 15px 30px;
  border-color: transparent transparent #ffffff transparent;
}
.list_carousel ul li .item_published .month {
  font-size: 15px;
}
.list_carousel ul li .item_published .day {
  font-size: 20px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/

.caroufredsel_prev,
.caroufredsel_next {
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0;
  position: absolute;
  top: 30%;
  height: 34px;
  width: 34px;
  cursor: pointer;
}

.caroufredsel_next {
  top: 25%;
  bottom: auto;
  left: auto;
  right: 0;
}

.caroufredsel_prev {
  top: 25%;
  bottom: auto;
  left: 0;
  right: auto;
}

.caroufredsel_next i {
  background: url("../images/next.svg") no-repeat center;
  background-size: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.caroufredsel_prev i {
  background: url("../images/prev.svg") no-repeat center;
  background-size: 30px;
  display: block;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.caroufredsel_prev:hover,
.caroufredsel_next:hover{
  background: transparent;
  opacity: 0.7;
}


/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
