@charset "utf-8";
/* CSS Document */
.clear{
	clear:both;
}
.easy-carousel *{
	text-shadow:none !important;
}
.easy-carousel {
	padding: 0;
	position: relative;
}
.ecs-wrap {
	padding:0;
	margin:0;
	position: relative;
	overflow:hidden;
}
.easy-carousel-list .ecs-item {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	position:relative;
	overflow:hidden;
	width:auto;
}
.easy-carousel-list .ecs-item img{
	border-radius:0;
	height:100%;
	max-width:none;
}
.ecs-item .item-content{
	position:absolute;
	top: 100%;
	transition: all ease-in-out .4s;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	color:#fff;
	font-size:13px;
	line-height:160%;
}
.easy-carousel-list .ecs-item .no-thumb-div{
	border-radius:0;
	height:100%;
	box-shadow:inset 0 0 20px -3px rgba(0,0,0,.1);
}
.ecs-item:hover .item-content, .ecs-item.hover_effect .item-content{
	top: 0;
}
.ecs-item .item-content-pad{
	padding:20px;
}
.ecs-item .item-content h2{
	font-size:22px;
	line-height:100%;
	margin:0 0 12px;
}
.ecs-item .head-bottom{
	width:40px;
	border:solid 1px #fff;
	margin:0 0 10px;
}
.ecs-item .item-content .item-excerpt{
	margin:0 0 10px;
}
.ecs-item .item-content a{
	color:#fff;
	text-decoration:none;
}
.ecs-item .item-content .item-link{
	display:block;
}
.ecs-item .item-content .item-link:hover{
	opacity:0.8;
}
.ecs-item .item-content .item-link i{
	margin-right:6px;
}

/*head*/
.easy-carousel-header{
	background:#aa0c23;
	padding:12px 10px 8px;
	margin:0;
	color:#fff;
	float:left;
	overflow:hidden;
}
.easy-carousel-header.topright,.easy-carousel-header.bottomright{
	float:right;
}
.easy-carousel .easy-carousel-header h1,.easy-carousel .easy-carousel-header h3{
	margin:0 0 0 -1px;
	padding:0 10px;
	display:inline-block;
}
.easy-carousel-header-inner{
	overflow:hidden;
}
.easy-carousel .easy-carousel-header h1{
	font-size:26px;
	line-height:100%;
}
.easy-carousel .easy-carousel-header h3{
	font-size:13px;
	border-left:solid 1px #fff;
	line-height:150%;
	font-weight:normal;
}

/*control*/
.easy-carousel a.ecsprev, .easy-carousel a.ecsnext {
	width: 40px;
	height: 36px;
	line-height:36px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top:-18px;
	background:#aa0c23;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	opacity:0.5;
}
.easy-carousel a.ecsprev:hover, .easy-carousel a.ecsnext:hover {
	opacity:1 !important;
}
.easy-carousel .head-control{
	display:inline-block;
	line-height:100%;
	vertical-align:top;
	margin-bottom:2px;
}
.easy-carousel .head-control a.ecsprev, .easy-carousel .head-control a.ecsnext {
	width: 26px;
	height: 26px;
	line-height:26px;
	display: inline-block;
	position: inherit;
	top: inherit;
	margin: 0 2px;
	background: rgba(255,255,255,0.25) !important;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	border-radius:4px;
	box-shadow:0 1px 0px rgba(0,0,0,0.1);
	opacity:0.8;
}
a.ecsprev {
	left: 0px;
}
a.ecsnext {
	right: 0px;
}

a.ecsprev.disabled, a.ecsnext.disabled {
	cursor: default;
}
a.ecsprev span, a.ecsnext span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: #ddd;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
.ecs-righttoleft .ecs-item .item-content h2, .ecs-righttoleft .ecs-item .item-content .item-excerpt, .ecs-righttoleft .ecs-item .item-content .item-link {
	text-align:right;
}
.ecs-righttoleft .ecs-item .item-content .head-bottom{
	float:right;
}