﻿
/*footer*/
@media screen and (min-width: 300px) and (max-width: 374px){
.footermenu .menuline {
    color: white;
    padding: 0 1px;
}
}
@media screen and (min-width: 375px){
.footermenu .menuline {
    color: white;
    padding: 0 7px;
}
}
div#footerdiv {
    background: black !important;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
}
.footermenu>ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footermenu li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}
.footermenu a {
    color: white !important;
    font-size:12px;
}
.footerlink{
    margin-top:10px;
}
.footerlink ul{
    margin:0;
    padding:0;
        text-align: center;
}
.footerlink li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.footerdesc {
    text-align: center;
    margin-top: 10px;
}
    .footerdesc label {
        font-size: 13px;
        height: 25px;
        line-height: 25px;
        display: block;
    }

    .footerdesc label, .footerdesc p {
        color: white;
        line-height: 22px;
        font-size:12px;
    }

    .footerdesc p {
        margin: 0;
    }
    .footermail{
        display:none;
    }
    .footerlink img {
    width: 25px;
}
    .joinus {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}
    .joinus>a{
        color:#fff;
    }