/* BASIC css start */
#foot {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    text-align: center;
    left:0;
    bottom:0;
}
#foot ul {text-align:center; margin-bottom:20px;}
#foot ul li {display:inline-block; margin:0 20px;}
#foot ul li a {
    font-family:'LatoBold', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#foot .info {margin-bottom:20px;}
#foot .info span {font-family: 'Noto sans', sans-serif; font-size:13px; margin:0 10px; color:#000000; display:inline-block; line-height:20px;}

#foot .copyright {text-align:center; margin:40px 0 10px 0; font-size:13px; color:#a4a4a4;}
/* BASIC css end */

