.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: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-moz-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-ms-keyframes h-progress {
  0% {
    width: 0;
  }
}
@-o-keyframes h-progress {
  0% {
    width: 0;
  }
}
@keyframes h-progress {
  0% {
    width: 0;
  }
}
@-webkit-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-moz-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-ms-keyframes v-progress {
  0% {
    height: 0;
  }
}
@-o-keyframes v-progress {
  0% {
    height: 0;
  }
}
@keyframes v-progress {
  0% {
    height: 0;
  }
}
.mod_caroufredsel {
  overflow: hidden;
  position: relative;
}
.mod_caroufredsel.testimonials .item_title {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: normal;
  padding-left: 34px;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.list_carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_carousel ul li.item {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.list_carousel ul li.item .item_img {
  margin-bottom: 0px;
}
.list_carousel ul li.item .item_img .image_content {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(18, 21, 31, 0.8);
  color: white;
  font-size: 18px;
  line-height: 28px;
  padding: 20px;
  text-align: center;
  opacity: 0;
  -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 ul li.item .item_img .image_content:before {
  content: "";
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.list_carousel ul li.item .item_img .image_content > div {
  color: #f0a40c;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
  max-width: 98%;
  vertical-align: middle;
}
.list_carousel ul li.item .item_img .image_content > div h1.item_title {
  color: #f0a40c;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 0px;
}
.list_carousel ul li.item .item_img:hover .image_content {
  opacity: 1;
}
.list_carousel ul li.item .item_content {
  margin: 0;
  padding: 0;
}
.list_carousel ul li.item:before {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  color: #345d74;
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -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:hover,
.caroufredsel_next:hover {
  color: #f0a40c;
}
.caroufredsel_prev {
  left: 30px;
}
.caroufredsel_next {
  right: 30px;
}
/*Pagination*/
.caroufredsel_pagination {
  padding: 28px 0 56px;
  text-align: center;
}
.caroufredsel_pagination a {
  background: white;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  height: 8px;
  margin: 4px;
  padding: 0;
  width: 8px;
  vertical-align: top;
}
.caroufredsel_pagination a.selected,
.caroufredsel_pagination a:hover {
  background: none;
}
