.swiper-slide{
	overflow: visible !important;
}

@media (max-width: 959px){
	.rbt-visible\@m {
	    display: none !important;
	}
}

/* Info */
.rbt-info {
	position: relative;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 0 0 10px 10px;
	z-index: 1;
}

/* Thumbnail */
.rbt-thumbnail > a >img {
	width: 100%;
	display: block;
}

.rbt-thumbnail {
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px;
}

.rbt-zoom-thumbnail-yes .rbt-thumbnail img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .4s ease-in-out;
}

.rbt-zoom-thumbnail-yes .rbt-item:hover .rbt-thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.rbt-hover-thumbnail-yes .rbt-thumbnail .overlay {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s linear;
	overflow: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: rgba(255,255,255,.2);
}
 
.rbt-hover-thumbnail-yes .rbt-item:hover .rbt-thumbnail .overlay {
    transition: all .3s ease-in-out;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
	overflow: visible;
}

/* Title */
.rbt-carousel-title a{
	color: #292929;
}

.rbt-carousel-title a:hover {
	color: #777;
}

.rbt-carousel-title {
	margin-top: 20px;
	margin-bottom:15px;
	font-size: 20px;
}

/* Excerpt */
.rbt-excerpt {
	color:#676767;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2em;
}

/* Redmore */
.rbt-carousel-button > span {
	color: #717070;
	background-color: #F6F6F6;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
}

.rbt-carousel-button > span:hover {
	color: #FFFFFF;
	background-color: #777;
}
