

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

footer {
    background-color: #555555;
    font-family: 'Open Sans', sans-serif;
	padding: 20px 10px 20px 10px;
    color: #fff;
}

.footer-ul
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;

}

.footer-ul li
{
    line-height: 29px;
    font-size: 12px;

}

.footer-ul li a
{
    color: #ffffff;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.footer-ul i{
    margin-right: 7px;
    color: #FEBD64;
}

.footer-ul li a:hover
{
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #BDE4F9;
}
.foothead
{
    font-size: 13px;
    font-weight: 700;
	margin-top: 15px; !important;
    margin-bottom: 17px;
    color: #ffffff;
}
#disclaimer
{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
}











