.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;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.module_container {
  position: relative;
}
.list_carousel {
  margin: 0 0 0 -30px;
  padding: 0;
  position: relative;
  width: auto;
}
.list_carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_carousel ul li {
  display: block;
  float: left;
  padding: 0;
}
.list_carousel ul li .item_content {
  margin: 0;
  padding: 0 0 0 30px;
  text-align: left;
}
.list_carousel ul li .item_content .item_content_inner {
  min-height: 300px;
  background: #27272b;
  color: white;
  position: relative;
}
.list_carousel ul li .item_content .item_content_inner:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/template/itembg.png) 0 bottom repeat-x;
  content: '';
}
.list_carousel ul li .item_content .item_content_inner a {
  color: white;
}
.list_carousel ul li .item_content .item_content_inner a:hover {
  color: #62bfe6;
}
.list_carousel ul li .item_content .item_content_inner .item_img {
  margin-bottom: 0;
}
.list_carousel ul li .item_content .item_content_inner .item_content_indent {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}
.list_carousel ul li .item_content .item_published,
.list_carousel ul li .item_content .komento,
.list_carousel ul li .item_content .komento *,
.list_carousel ul li .item_content .item_createdby {
  display: inline-block;
  vertical-align: top;
}
.list_carousel ul li .item_content .item_published,
.list_carousel ul li .item_content .komento,
.list_carousel ul li .item_content .item_createdby {
  margin-right: 6px;
}
.list_carousel ul li .item_content .item_published:before,
.list_carousel ul li .item_content .komento:before,
.list_carousel ul li .item_content .item_createdby:before {
  font-family: 'FontAwesome';
}
.list_carousel ul li .item_content .item_published:before {
  content: "\f017";
}
.list_carousel ul li .item_content .kmt-comment:before {
  font-family: 'FontAwesome';
  content: "\f0e5";
}
.list_carousel ul li .item_content .item_createdby:before {
  content: "\f007";
}
.list_carousel ul li .item_content .tags {
  margin: 10px 0 0;
}
.list_carousel ul li .item_content .tags li {
  padding: 0 13px 13px 0;
}
.list_carousel ul li .item_content .tags li a {
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: white;
  color: #606364;
  padding: 0 4px;
}
.list_carousel ul li:before {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  cursor: pointer;
  color: #606364;
  display: block;
  font-size: 77px;
  line-height: 78px;
  margin-top: -39px;
  position: absolute;
  top: 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: white;
}
.caroufredsel_prev {
  left: 0;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
