.spoton-navigation {
    position: fixed;
    display: flex;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #36353a;
    flex-flow: row wrap;
    z-index:1000;
}

.spoton-navigation a {
    color: #fff;
    line-height: 13px;
    text-align: center;
    flex: 1 auto;
    padding-top: 10px;
}

.spoton-navigation a img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.spoton-navigation-html {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll;
    bottom: -100%;
    left: 0;
    background-color: #fff;
    -webkit-transition: bottom 0.4s ease-in-out;
    -moz-transition: bottom 0.4s ease-in-out;
    -o-transition: bottom 0.4s ease-in-out;
    transition: bottom 0.4s ease-in-out;
    z-index: 9999;
}

.spoton-navigation-html .content {
    padding: 15px;
}

.spoton-navigation-html .close {
    background: grey none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 20px;
    color: white;
    cursor: pointer;
    font-size: 15pt;
    font-weight: bold;
    line-height: 13px;
    padding: 14px;
    position: absolute;
    right: 20px;
}

.spoton-navigation-html.active {
    bottom: 0;
}

@media only screen and (min-width : 480px) {
    .spoton-navigation {
        display: none;
    }
}

span.title {
    font-size: 10px;
}