/* Css for footer link start */

#pst_footerlink{
	text-align:left;
	margin:0;
}
#pst_footerlink li{
	display:inline-block;
	vertical-align:top;
}
#footer #links_block_footer li a {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    float: left;
	padding:0 40px 0 0;
}
#footer #links_block_footer li a:hover {
	color: #999999;
}
#footer #links_block_footer {
    margin: 0 0 15px;
    line-height: 24px;
}
#footer #links_block_footer li a:before {
	display:none;
}

@media (max-width: 991px){
#footer #pst_footerlink {
    text-align: center;
    margin: 0;
	padding:0;
}
#footer #links_block_footer {
    margin: 0 0 20px;
}
#footer #links_block_footer li a {
    padding: 0 15px;
}
}


/* Css for footer link end */