/* Css for category cms start */

#pst_categorycmsblock {
	margin-bottom: 80px;
	clear: both;
	position:relative;
	display: inline-block;
    vertical-align: top;
    width: 100%;
}
ul.pst-categorycmsblock-inner {
    margin: 0;
}
#pst_categorycmsblock .pst-cat-item {
    padding: 0 15px;
}
#pst_categorycmsblock .pst-cat-item-inner {
	overflow: hidden;
	position: relative;
}
#pst_categorycmsblock .pst-cat-image {
	overflow: hidden;
}
#pst_categorycmsblock .pst-cat-item-inner .pst-cat-img img {
    max-width: 100%;
	transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-item:hover .pst-cat-item-inner .pst-cat-img img {
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
}
#pst_categorycmsblock .pst-cat-details {
    position: absolute;
    top: 43%;
    bottom: auto;
    left: 0;
    right: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(0);
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
	background: rgba(255,255,255,0.5);
    padding: 10px 5px;
}
#pst_categorycmsblock .pst-cat-details:hover {
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
	background: #e6eff6;
}
#pst_categorycmsblock .pst-cat-item:hover .pst-cat-details {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-text {
    display: block;
    color: #000000;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}
#pst_categorycmsblock .pst-cat-details .cat-text:hover {
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-text:before {
    content: '';
    background: #999999;
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: -3px;
    top: auto;
    left: 0;
    right: 0;
	margin:0 auto;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
#pst_categorycmsblock .pst-cat-details .cat-text:hover:before {
	width: 50%;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
#pst_categorycmsblock .owl-buttons div {
    top: 45%;
}
@media (max-width: 991px) {
#pst_categorycmsblock {
    margin-bottom: 50px;
}
}
@media (max-width: 767px) {
#pst_categorycmsblock .pst-cat-details .cat-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
}