/* 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 {
    position: static;
	width: auto;
    margin: 0 -15px;
	float: none;
}
#pst_categorycmsblock .pst-cat-item {
    padding: 0 15px;
}
#pst_categorycmsblock .pst-cat-item-inner {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	overflow: hidden;
}
#pst_categorycmsblock .pst-cat-image {
	overflow: hidden;
}
#pst_categorycmsblock .pst-cat-item-inner .pst-cat-img img {
    max-width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	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 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;
    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 {
    background-color: #F5F5F5;
    padding: 40px 40px;
	text-align: left;
    font-size: 13px;
}
#pst_categorycmsblock .pst-cat-details .cat-text {
    display: block;
    color: #999999;
    padding: 0 0 15px;
	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:hover {
	color:#194d59;
	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-btn {
    position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
#pst_categorycmsblock .pst-cat-details .cat-btn:before {
    content: '';
    background: #194d59;
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: -3px;
    top: auto;
    left: 0;
    right: 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-btn:after {
    content: '';
    background: #000000;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3px;
    top: auto;
    left: 0;
    right: auto;
	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-btn:hover:after {
	width: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;
}
#pst_categorycmsblock .pst-cat-details .cat-btn:hover:before {
	width: 100%;
	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;
}
@media (max-width: 991px) {
#pst_categorycmsblock {
    margin-bottom: 50px;
}
}
