/* Css for footer link start */

#pst_footerlink{
	text-align:center;
	margin:0;
	padding: 0;
}
#pst_footerlink li{
	display:inline-block;
	vertical-align:top;
}
#pst_footerlink li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 20px;
    padding: 7px 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #FFDD00 , #FFDD00 50%, #ffffff 50%);
    background-image: linear-gradient(to right, #FFDD00 , #FFDD00 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
#pst_footerlink li a:hover {
    color: #FFDD00;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
#links_block_footer {
    padding: 0;
}
#pst_footerlink li a:before{
	display: block;
	background-color: #FFDD00;
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	content: '';
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#pst_footerlink li:hover a:before {
    width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/* Css for footer link end */