.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: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  overflow: hidden;
  max-width: 2048px;
  margin: 0 auto;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.list_carousel ul li .item_content {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.list_carousel ul li .item_content h1,
.list_carousel ul li .item_content h2,
.list_carousel ul li .item_content h3,
.list_carousel ul li .item_content h4,
.list_carousel ul li .item_content h5,
.list_carousel ul li .item_content h6 {
  color: white;
}
.list_carousel ul li .item_content .item_img {
  margin: 0;
}
.list_carousel ul li .item_content .item_content_indent {
  height: 100%;
  left: 0;
	background:url(../images/v_on.png) center no-repeat;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.list_carousel ul li .item_content .item_content_indent:hover{ background:none}
.list_carousel ul li .item_content .item_content_indent:before {
  content: "";
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.list_carousel ul li .item_content .item_content_indent:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c7000a;
  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_content .item_content_indent > .item_content_inner {
  color: #ffffff;
  max-width: 100%;
  position: relative;
	top:-32px;
  z-index: 1;
}
.list_carousel ul li .item_content:hover .item_content_indent > .item_content_inner {
  color: #ffffff;
  display: inline-block;
  max-width: 98%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
	top:0
}
.list_carousel ul li .item_content .item_content_indent:hover:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c7000a;
  opacity: 0.8;
}

.list_carousel ul li .item_content .item_content_indent .item_published { display:none}
.list_carousel ul li .item_content .item_content_indent:hover .item_published { display:block}
.list_carousel ul li .item_content .item_title {
  width: 100%;
  height:32px;
	line-height:32px;
	overflow:hidden;
}
.list_carousel ul li .item_content h3.item_title  {
	font-size:16px;
	width:100%;
	background:#c7000a;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0
}
.list_carousel ul li .item_content h3.item_title  a{
	color:#fff
}
.list_carousel ul li .item_content:hover .item_title {
  max-width: 260px;
	height:64px;
  margin: 0 auto;
  -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_content:hover h3.item_title  {
	font-size:24px;
	background:none;
	margin:20px 10px;
	border:none
}
.list_carousel ul li .item_content .btn {
  background: none;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 26px;
  color: white;
  text-transform: uppercase;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}

.list_carousel ul li .item_content .item_content_indent:hover .item_published {
  color: white;
}
.list_carousel ul li .item_content .item_content_indent:hover .item_title {
  margin: 0 auto 24px;
}
.list_carousel ul li .item_content .item_content_indent:hover .btn {
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}
.list_carousel ul li .item_content .item_published {
  color: #f36639;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  -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_content .item_published span {
  font-size: 33px;
  vertical-align: text-top;
}

.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -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 span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -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 {
  left: 30px;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}


.item ul.item_list,
.item .list1 ul,
.item .archive-module,
.item .categories-module,
.item .category-modulefaqs_anchors {
  margin-bottom: 0;
}

.item__module,
.item {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
}
.item__module.visible-first,
.item.visible-first {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

#maintop-2 {
  background: url(../images/template/parallax.jpg) center center no-repeat fixed;
  color: white;
}
#maintop-2 .mod-article-single h3.item-title {
  margin-bottom: 19px;
}
#maintop-2 .mod-article-single h3.item-title .item_title_part_0 {
  display: block;
  font-weight: 500;
  color: #f36639;
}
#maintop-2 .mod-custom {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
#maintop-2 .custom_title strong {
  color: white;
}
.mod-custom {
  margin-bottom: 38px;
}

.item {
  margin-bottom: 38px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}