.postcarousel-layout3 .bx-wrapper {
	max-width: 100% !important;
}
.cshero-post-carousel.postcarousel-layout3 .cshero-header {
	margin: 50px 0;
}
.postcarousel-layout3 .cshero-carousel-title {
    line-height: 36px;
    margin-bottom: 0;
}
.postcarousel-layout3 .cshero-carousel-title a {
	-webkit-transition: all 0ms linear 0ms;
       -moz-transition: all 0ms linear 0ms;
         -o-transition: all 0ms linear 0ms;
        -ms-transition: all 0ms linear 0ms;
            transition: all 0ms linear 0ms;
}
.postcarousel-layout3 h4.cshero-carousel-title {
	font-size: 23px;
}
.postcarousel-layout3 .cshero-carousel-effect {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.postcarousel-layout3 .cshero-carousel-effect:before {
	content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
	background: transparent;
	-webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.postcarousel-layout3 .cshero-carousel-meta {
	position: relative;
	z-index: 1;
	padding: 28px 23px;
	opacity: 0;
}
.postcarousel-layout3 .cshero-carousel-container:hover .cshero-carousel-meta {
	background: transparent;
}
.postcarousel-layout3 .cshero-carousel-date {
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
    margin-bottom: 18px;
}
.postcarousel-layout3 .cshero-carousel-date .cshero-day,
.postcarousel-layout3 .cshero-carousel-date .cshero-month {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
}
.postcarousel-layout3 .cshero-carousel-date .cshero-day {
	font-size: 24px;
}
.postcarousel-layout3 .cshero-carousel-inner {
	bottom: 0;
    color: #fff;
    font-size: 18px;
    left: 0;
    padding: 28px 23px;
    position: absolute;
    width: 100%;
    opacity: 0;
}
.postcarousel-layout3 .cshero-carousel-post-read-more {
	padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #fff;
}
.postcarousel-layout3 .cshero-carousel-post-read-more a {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.postcarousel-layout3 .cshero-carousel-post-read-more a:hover {
	color: #222;
}
.postcarousel-layout3 .cshero-carousel-container:hover {
	cursor: pointer;
}
.postcarousel-layout3 .cshero-carousel-container:hover .cshero-carousel-effect .cshero-carousel-inner,
.postcarousel-layout3 .cshero-carousel-container:hover .cshero-carousel-effect .cshero-carousel-meta {
	opacity: 1;
}
.postcarousel-layout3 .cshero-nav {
	line-height: 0;
	height: 0;
}
.postcarousel-layout3 .cshero-nav li {
	position: absolute;
	top: 12px;
	left: 0;
}
.postcarousel-layout3 .cshero-nav li.next {
	left: inherit;
	right: 0;
}
.postcarousel-layout3 .cshero-post-carousel-item, 
.csbody .postcarousel-layout3 article:hover .cshero-carousel-body {
	background: transparent !important;
}
.cshero-post-carousel.postcarousel-layout3 .cshero-nav li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.postcarousel-layout3 .cshero-carousel-container:hover .cshero-carousel-title a,
.postcarousel-layout3 .cshero-carousel-container:hover .cshero-carousel-post-description {
	color: #fff !important;
}