#myfooter3{
    overflow: hidden;
    text-align: center;
    background: #fff;
    margin-top: 30px;
}
#myfooter3 a{
    text-decoration: none;
}
#myfooter3 ul {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0px;
}
#myfooter3 ul h3{
display: inline-block;
color: #aaa;
text-shadow: 1px 1px 1px #333;
}
#myfooter3 ul h3:hover{color: #6AC610;}
#myfooter3 ul li {
display: inline-block;
list-style: none;
}
#myfooter3 ul li a{
    display: block;
    padding: 3px;
    margin: 2px;
    text-decoration: none;
    line-height: 30px;
    padding: 0px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-weight: 400;
    background: #F2F2F2;
}
#myfooter3 ul li a:hover{margin-top: 10px;background: #6AC610;color: #fff;border-color: #6AC610;}
.footer-bg{background: #555555;color: #fff;line-height: 40px;}
.footer-bg a{color: #fff;}
@media only screen and (orientation:portrait) {
#myfooter3 ul{
    display: block;
    width: 100%;
}
#myfooter3 ul li{
    display: block;
    width: 100%;
    padding: 0px;
}

