/*
Theme Name: hkopenbus
*/
#cokho img{width:100%;height:180px;}
.social-box li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 5px;
    padding: 0;
}
.social-box li a {
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 18px;
    padding: 11px;
    width: 40px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.footer-shop a {
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: arial;
    font-size: 14px;
}