.active{
    background-color: #f6f6f6;
}

.footer-image-show{
    display: block;
}

.footer-image-hide{
    display: none;
}

.footer-qrcode{
    float: left;
    width: 22%;
    text-align: center
}

.footer-qrcode img{
    width: 100%;
}

.footer-email{
    float: right;
    font-size: 12px;
    width: 75%;
    height: 25px;
    position: relative
}

.footer-email img{
    width: 30px;
    top: 0px;
    position: absolute;
    left: 50px;
}

.footer-email p{
    bottom: -28px;
    position: absolute;
    margin-left: 90px;
    margin-right: 5px;
    margin-bottom: 30px;
}

.footer-phone{
    float: right;
    font-size: 12px;
    width: 75%;
    height: 74px;
    position: relative
}

.footer-phone img{
    width: 30px;
    top: 10px;
    position: absolute;
    left: 50px;
}

.footer-phone p{
    bottom: 0px;
    position: absolute;
    margin-left: 90px;
    margin-right: 5px;
    margin-bottom: 30px;
}

.footer-search{
    float: right;
    font-size: 1.2em !important;
    width: 75%;
    position: relative;
    padding-left: 50px;
    padding-right: 100px;
    margin-top: -15px;
}

.footer-search input{
    width: 100%;
    height: 50px;
    background: #ececec none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding-left: 12px;
}

.footer-search div{
    font-size: 16px;
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 12px;
    float: right;
    margin-right: -50px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .footer-image-show{
        display: none;
    }

    .footer-image-hide{
        display: block;
    }

    .footer-qrcode{
        width: 100%;
        text-align: center
    }

    .footer-qrcode img{
        width: 100px;
    }

    .footer-email{
        font-size: 12px;
        width: 100%;
        height: 55px;
        position: relative;
        text-align: center;
    }

    .footer-email img{
        width: 30px;
        top: 0;
        position: inherit;
        left: 0;
    }

    .footer-email p{
        bottom: 0;
        position: inherit;
        margin: 0 ;
    }

    .footer-phone{
        font-size: 12px;
        width: 100%;
        height: 30px;
        position: relative;
        text-align: center;
    }

    .footer-phone img{
        width: 30px;
        top: 0;
        position: inherit;
        left: 0;
    }

    .footer-phone p{
        bottom: 0;
        position: inherit;
        margin: 0 ;
    }

    .footer-search{
        font-size: 1.2em !important;
        width: 100%;
        position: relative;
        padding-left: 50px;
        padding-right: 100px;
        margin-top: 50px;
    }

    .footer-search input{
        width: 100%;
        height: 50px;
        background: #ececec none repeat scroll 0 0;
        border: 1px solid #ccc;
        padding-left: 12px;
    }

    .footer-search div{
        font-size: 16px;
        width: 50px;
        height: 50px;
        background-color: black;
        color: white;
        text-align: center;
        padding-top: 12px;
        float: right;
        margin-right: -50px;
        margin-top: -50px;
        cursor: pointer;
    }

    .m-header{
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .m-header .navbar-default-col{
        padding: 0;
    }

    .m-header .navbar-default-col button{
        margin-left: 10px;
    }

    .m-header .navbar-default-col .search-icon-mobile{
        margin-right: 10px;
    }
}
