/* zoom iamge */
.mz-zoom-thumbnail-yes .rbt-carousel-thumbnail img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .4s ease-in-out;
}
.mz-zoom-thumbnail-yes .mz-posts:hover .rbt-carousel-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-carousel-thumbnail img {display: block;}

/* data */ 
.rbt-carousel-data {position: absolute;bottom: 0;left: 0;background: red;color: #fff;z-index: 1;padding:10px 30px}

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

.mz-posts{
	position: relative;
}

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

.rbt-carousel .swiper-slide {
  padding: 0px 20px 40px 20px;
}

/*####################### style-1 ######################## */

.sp-1 .rbt-carousel-thumbnail {overflow: hidden;position: relative;}

/* thumbnail */
.sp-1 .rbt-carousel-thumbnail::after {
	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);
	opacity: 1;
	background-color: rgba(255,255,255,.2);
}
 
.sp-1.mz-posts:hover .rbt-carousel-thumbnail::after {
    transition: all .3s ease-in-out;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
	opacity: 1;
}

.sp-1 .rbt-carousel-thumbnail, .sp-1 .rbt-carousel-thumbnail img {border-radius: 5px 5px 0 0;}

/* title */
.sp-1 .rbt-carousel-title a{color: #292929;}
.sp-1 .rbt-carousel-title a:hover {color: #ac0000;}
.sp-1 .rbt-carousel-title {margin-top: 20px;margin-bottom:15px;font-size: 20px;}

/* meta */
.sp-1 .rbt-carousel-meta span * {color: #7A7A7A;}
.sp-1 .rbt-carousel-meta span:hover,.sp-1 .rbt-carousel-meta span:hover a { color: #ac0000;}
.sp-1 .rbt-carousel-meta {margin-bottom:15px}

/* button redmore */
.sp-1 .rbt-carousel-button {background-color:#ac0000;border-radius:50px;padding: 2px 4px 0px 4px;color:#fff;right:87%;bottom:-12px;}

.sp-1 .rbt-carousel-button .rbt-carousel-button-icon {font-size:15px}

.sp-1 .rbt-carousel-button:hover {background-color:#292929;}

/* other */
.sp-1.mz-posts{background-color: #fff;border-radius: 5px;}

.sp-1 .info-post {padding: 0 20px 10px 20px;}

.sp-1 .rbt-carousel-excerpt {color:#676767;margin-bottom: 30px;}

/* box shodow */
.sp-1.mz-posts {transition: .5s;box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.08);}
.sp-1.mz-posts:hover {box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);}

/*####################### style-2 ######################## */

.sp-2.mz-posts {
	display: block;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    overflow: hidden;
    margin-top: 15px;
}

.sp-2.mz-posts .overlay {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-color: rgba(0,0,0,1);
	opacity: 0;
	z-index: 2;
	transition: all 500ms ease;
	-webkit-all: opacity 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.sp-2.mz-posts:hover .overlay {
	opacity: .8;
	top: 0;
}

.sp-2.mz-posts img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.sp-2.mz-posts .info-post {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	z-index: 3;
	opacity: 0;
	color: #fb4848;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	border-top: 3px solid #ac0000;
}

.sp-2.mz-posts:hover .info-post {
	opacity: 1;
	bottom: 0;
}

/* title */
.sp-2 .rbt-carousel-title a {color: #ac0000;}
.sp-2 .rbt-carousel-title {margin-bottom: 10px;}

/* category */
.rbt-carousel-categories a {color:#fff;}

/* button redmore */
.sp-2 .rbt-carousel-button {color:#fff;right:46%;bottom:110px;}
.sp-2 .rbt-carousel-button .rbt-carousel-button-icon i {font-size:20px}

.post-grid .page-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-content {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.08);
	padding: 30px 20px 40px 20px;
	text-align: center;
	border-radius: 10px;
}

.page-content h1, .page-content p {
	margin-bottom: 15px;
}

.page-content label,
.page-content input {
	background: #EEEEEE;
}

.page-content .search-form label input {
	background-color: #EEEEEE;

}

.page-content .search-form label {
	padding: 2px 10px 4px 0;
	border-radius: 0 10px 10px 0px;
	background-color: #EEEEEE;
}

.page-content .search-form > input {
	cursor: pointer;
	background: #ac0000;
	padding: inherit;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 0 0 10px;
}

/**
    post-list  
**/
.rbt-post-list .rbt-post-list-item {
	margin-right: 0
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-excerpt {
	margin-bottom: 10px
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-link {
	color: #444
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-link:hover {
	color: #000
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-read-more {
	margin-left: 10px;
	font-weight: bolder;
	padding-right: 0;
	padding-left: 0;
	display: inline-block
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-desc .rbt-post-list-meta {
	margin-top: 0;
	color: #999
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-desc .rbt-post-list-meta * {
	font-size: 13px;
	font-weight: 400
}
.rbt-post-list .rbt-post-list-item .rbt-post-list-desc span {
	color: inherit
}
.rbt-post-list .rbt-post-list-item.list-part .rbt-post-list-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px
}
.rbt-post-list .rbt-post-list-item.list-part .rbt-post-list-thumbnail img {
	width: 80px;
	height: auto
}
.rbt-post-list .rbt-post-list-tag-wrap span {
	padding: 2px 6px;
	color: #fff;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px
}
.rbt-post-list .rbt-post-list-tag-wrap span+span {
	margin-right: 5px
}
.rbt-post-list.rbt-post-list-skin-base .rbt-has-divider.rbt-child-width-1-2\@m li:nth-child(n+3)>div {
	border-top: 1px solid #ddd;
	padding-top: 40px
}
.rbt-post-list.rbt-post-list-skin-base .rbt-has-divider.rbt-child-width-1-3\@m li:nth-child(n+4)>div {
	border-top: 1px solid #ddd;
	padding-top: 40px
}
.rbt-post-list.rbt-post-list-skin-base .rbt-has-divider.rbt-child-width-1-4\@m li:nth-child(n+5)>div {
	border-top: 1px solid #ddd;
	padding-top: 40px
}

/**
    post-list  
**/
.rbt-list {
	padding: 0;
	list-style: none
}
.rbt-list>*>:last-child {
	margin-bottom: 0
}
.rbt-list>:nth-child(n+2), .rbt-list>*>ul {
	margin-top: 10px
}
.rbt-list-disc>*, .rbt-list-circle>*, .rbt-list-square>*, .rbt-list-decimal>*, .rbt-list-hyphen>* {
	padding-right: 30px
}
.rbt-list-decimal {
	counter-reset: decimal
}
.rbt-list-decimal>* {
	counter-increment: decimal
}
[class*='rbt-list']>::before {
	content: '';
	position: relative;
	right: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: left
}
.rbt-list-disc>::before {
	list-style-type: disc
}
.rbt-list-circle>::before {
	list-style-type: circle
}
.rbt-list-square>::before {
	list-style-type: square
}
.rbt-list-decimal>::before {
	content: counter(decimal, decimal) '\200A.\00A0'
}
.rbt-list-hyphen>::before {
	content: '–\00A0\00A0'
}
.rbt-list-muted>::before {
	color: #999 !important
}
.rbt-list-emphasis>::before {
	color: #333 !important
}
.rbt-list-primary>::before {
	color: #1e87f0 !important
}
.rbt-list-secondary>::before {
	color: #222 !important
}
.rbt-list-bullet>* {
	padding-right: 30px
}
.rbt-list-bullet>::before {
	content: "";
	position: relative;
	right: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	background-image: url("../../images/backgrounds/list-bullet.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.rbt-list-divider>:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(214, 214, 214, 0.49)
}
.rbt-list-striped>* {
	padding: 10px 10px
}
.rbt-list-striped>:nth-of-type(odd) {
	background: #f8f8f8
}
.rbt-list-striped>:nth-child(n+2) {
	margin-top: 0
}
.rbt-list-large>:nth-child(n+2), .rbt-list-large>*>ul {
	margin-top: 20px
}
.rbt-list-collapse>:nth-child(n+2), .rbt-list-collapse>*>ul {
	margin-top: 0
}
.rbt-list-large.rbt-list-divider>:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px
}
.rbt-list-collapse.rbt-list-divider>:nth-child(n+2) {
	margin-top: 0;
	padding-top: 0
}
.rbt-list-large.rbt-list-striped>* {
	padding: 20px 10px
}
.rbt-list-collapse.rbt-list-striped>* {
	padding-top: 0;
	padding-bottom: 0
}
.rbt-list-large.rbt-list-striped>:nth-child(n+2), .rbt-list-collapse.rbt-list-striped>:nth-child(n+2) {
	margin-top: 0
}
