/* Css for category cms start */

#pst_categorycmsblock {
	float: right;
    position: relative;
    padding: 0 0 0 15px;
}


#pst_categorycmsblock .pst-cat-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
     margin-bottom: 30px;
}
#pst_categorycmsblock .pst-cat-item:last-child {
    margin-bottom: 0;
}
#pst_categorycmsblock .categorycmsblock {
    margin: 0;
}
#pst_categorycmsblock .pst-cat-item .pst-cat-inner  {
	position: relative;
    display: block;
	text-align: center;
}

#pst_categorycmsblock .pst-cmsblock-detail {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    bottom: auto;
    text-align: center;
	z-index: 2;
}
 
#pst_categorycmsblock .pst-cmsblock-detail .text1 {
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: block;
}
#pst_categorycmsblock .pst-cmsblock-detail .text2 {
    display: block;
    font-size: 50px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

#pst_categorycmsblock .pst-cmsblock-detail .pst-cmsblock-btn {
     display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    background-color: #88BB22;
    color: #ffffff;
    padding: 8px 21px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

#pst_categorycmsblock .pst-cmsblock-detail .pst-cmsblock-btn:hover
{
    background-color: #000000;
    color: #ffffff;
}



#pst_categorycmsblock .pst-cat-item:last-child .pst-cmsblock-detail {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    bottom: auto;
    text-align: center;
}
#pst_categorycmsblock .pst-cmsblock-detail .text a{
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

#pst_categorycmsblock .pst-cmsblock-detail .text a:hover
{
    color: #88bb22;
}

/*****************  first pst_cmsbannerblock effect start ********************** */

 

#pst_categorycmsblock .pst-cat-item:last-child .pst-cat-inner .pst-categorycmsblock-img:after,
#pst_categorycmsblock .pst-cat-item:last-child .pst-cat-inner .pst-categorycmsblock-img:before
{
    position: absolute;
    top:15px ;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
 }
#pst_categorycmsblock  .pst-cat-item:last-child .pst-cat-inner .pst-categorycmsblock-img:before {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
 
#pst_categorycmsblock  .pst-cat-item:last-child .pst-cat-inner .pst-categorycmsblock-img:after {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
#pst_categorycmsblock .pst-cat-item:last-child:hover .pst-cat-inner .pst-categorycmsblock-img:before,
#pst_categorycmsblock .pst-cat-item:last-child:hover .pst-cat-inner .pst-categorycmsblock-img:after  {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*****************  first pst_cmsbannerblock effect end ********************** */




#pst_categorycmsblock .pst-categorycmsblock-img {
    overflow: hidden;
}
#pst_categorycmsblock .pst-categorycmsblock-img img {
    max-width: 100%;
}

#pst_categorycmsblock .pst-cat-item:first-child .pst-cat-inner:before{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#pst_categorycmsblock .pst-cat-item:first-child  .pst-cat-inner:after {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#pst_categorycmsblock .pst-cat-item:first-child  .pst-cat-inner:after,
#pst_categorycmsblock .pst-cat-item:first-child  .pst-cat-inner:before{
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
 
 
#pst_categorycmsblock .pst-cat-item:first-child:hover .pst-cat-inner:before, 
#pst_categorycmsblock .pst-cat-item:first-child:hover .pst-cat-inner:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
@media (max-width: 1800px) {
#pst_categorycmsblock .pst-cat-item {
    margin-bottom:25px;
}
}
@media (max-width: 1649px) {
#pst_categorycmsblock {
    width: 24.6%;
}
 
#pst_categorycmsblock .pst-cat-item {
    margin: 0 0 25px 0;
}
#pst_categorycmsblock .pst-cmsblock-detail {
    top: 20%;
}
#pst_categorycmsblock .pst-cmsblock-detail .text1 {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 5px 0;
}
#pst_categorycmsblock .pst-cmsblock-detail .text2 {
    font-size: 30px;
    line-height: 30px;
}
#pst_categorycmsblock .pst-cmsblock-detail .pst-cmsblock-btn {
    font-size: 11px;
    padding: 3px 10px;
    margin: 15px 0 0 0;
}
#pst_categorycmsblock .pst-cat-item:last-child .pst-cmsblock-detail {
    top: 20px;
}
#pst_categorycmsblock .pst-cmsblock-detail .text a {
    font-size: 20px;
}
}
@media (max-width: 1299px) {
#pst_categorycmsblock {
    width: 25%;
}
#pst_categorycmsblock .pst-cmsblock-detail .text1 {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 5px 0;
}
#pst_categorycmsblock .pst-cmsblock-detail .text2 {
    font-size: 27px;
    line-height: 27px;
}
#pst_categorycmsblock .pst-cmsblock-detail .pst-cmsblock-btn {
    font-size: 11px;
    padding: 3px 8px;
    margin: 10px 0 0 0;
} 
}
 @media (max-width: 991px)
{
  
#pst_categorycmsblock {
    padding: 0;
	width: 100%;
}
#pst_categorycmsblock .pst-cat-item .pst-cat-inner {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#pst_categorycmsblock .pst-cat-item {
    margin:0 0 20px 0;
    float: left;
	text-align: center;
}
#pst_categorycmsblock .pst-cat-item:first-child
{
    padding: 0 15px 0 0;
    text-align: left;
}
#pst_categorycmsblock .pst-cat-item:last-child
{
    padding: 0 0 0 15px;
    text-align: right;
}
#pst_categorycmsblock .pst-cat-item {
    margin: 0 ;
}
#pst_categorycmsblock .pst-cmsblock-detail {
    top:28%;
}
#pst_categorycmsblock .pst-cat-item:last-child .pst-cmsblock-detail {
    top: 40px;
}
#pst_categorycmsblock .pst-cmsblock-detail .text1 {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

#pst_categorycmsblock .pst-cmsblock-detail .text2 {
     font-size: 40px;
    line-height: 40px;

}
#pst_categorycmsblock .pst-cmsblock-detail .text a {
    font-size: 30px;
}

#pst_categorycmsblock .pst-cmsblock-detail .pst-cmsblock-btn {
    font-size: 14px;
    padding: 6px 17px;
    margin: 20px 0 0 0;
}
}

 @media (max-width: 767px)
{

#pst_categorycmsblock .pst-cat-item:first-child {
    padding: 0 ;
    text-align: center;
    margin: 0 0 30px 0;
}
#pst_categorycmsblock .pst-cat-item:last-child {
    padding: 0 ;
    text-align: center;
}

}


@media (max-width: 479px) { 
 
#pst_categorycmsblock .pst-cmsblock-detail .text a {
    font-size: 20px;
}
#pst_categorycmsblock  .pst-cmsblock-detail .text1 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
#pst_categorycmsblock  .pst-cmsblock-detail .text2 {
    font-size: 35px;
    line-height: 35px;
}
#pst_categorycmsblock .pst-cmsblock-detail .pst-cmsblock-btn {
    font-size: 11px;
    padding: 3px 15px;
    margin: 15px 0 0 0;
}
#pst_categorycmsblock .pst-cmsblock-detail  {
    top: 20%;
}
#pst_categorycmsblock .pst-cat-item:last-child .pst-cmsblock-detail {
    top: 20px;
}
}
  
  
  

 
/* Css for category cms end */