/* Css for footer link start */
#links_block_footer {
    margin-top: 50px;
}
#pst_footerlink{
	margin:0;
}
#pst_footerlink li{
	display:inline-block;
	vertical-align:top;
	padding: 0 20px;
	position: relative;
}

#pst_footerlink li a:before{
    content: '/';
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    color: #999999;
    right: 0;
    left: auto;
}
#pst_footerlink li:last-child a:before{
	display:none;
}

@media (max-width: 991px) {
    #links_block_footer {
        margin-top: 30px;
    }
}
/* Css for footer link end */