@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
.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;
  width: auto;
  position: relative;
  margin: 0 0 0 -36px;
}
.list_carousel ul {
  margin: 0 0 79px;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 36px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li img {
  max-width: 240px;
}
.list_carousel ul li h3 {
  margin-bottom: 6px;
}
.list_carousel ul li h6 {
  font-size: 18px;
  color: #4189a7;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.list_carousel ul li .img-intro {
  margin-top: 27px;
  margin-bottom: 19px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  bottom: 0;
  display: block;
  height: 38px;
  width: 38px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  text-indent: -9999px;
  font-size: 0px;
  cursor: pointer;
  height: 38px;
  width: 38px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/car_arr.png) no-repeat;
}
.caroufredsel_prev span:hover,
.caroufredsel_next span:hover {
  background-position: 0 bottom;
}
.caroufredsel_prev {
  left: 50%;
  margin-left: -38px;
}
.caroufredsel_next {
  right: 50%;
  margin-right: -38px;
}
.caroufredsel_next span {
  background-position: right 0;
}
.caroufredsel_next span:hover {
  background-position: right bottom;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
