﻿.container {
    width: 100%;
}

.back_to_top {
    z-index: 1000;
    position: fixed;
    bottom: 30px;
    right: 60px;
    height: 30px;
}

.footer_sub_panel {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.footer_contact_us_panel {
    position: relative;
    /*left: 50px;*/
}

.navbar-right {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .footer_contact_us_panel {
        left: auto;
    }
}

/*Added for Mobile Display*/
@media screen and (min-width: 768px) {

    /*#logoLinkMobile > img,*/
    .logo-mobileview {
        display: none;
    }

    .mymenu_link > img {
        display: none;
    }

    #loginLink {
        padding: 0;
        padding-left: 1vw;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .navbar-toggle {
        display: block;
        position: absolute;
        top: 1vh;
        right: 1vh;
    }

    #logoLinkMobile > img {
        /*display: block;*/
        left: auto;
        right: auto;
        height: 50px;
    }

    /*For collapsed navbar in mobileview*/
    .container > .navbar-collapse {
        margin-left: 15px;
    }

    #example-navbar-collapse > .navbar-header {
        display: none;
    }

    /*Newly added*/
    .category-container > ul > li > a {
        left: 5%;
    }
}

.hotSearch {
    display: inline-block;
    margin: auto 30px;
}

    .hotSearch > label,
    .hotSearch > a {
        color: #FFF;
    }

    .hotSearch h2 {
        line-height: 24px;
        font-size: 14px;
    }

.search_textbox {
    width: 94%;
    font-size: 22px;
}

    .search_textbox::placeholder {
        opacity: 0.42;
    }

.search_button {
    font-size: 22px;
}

.headerHotSearch {
    margin: 15px 5px;
}

    .headerHotSearch > label,
    .headerHotSearch > a {
        color: #000;
        line-height: 25px;
        margin: 0px;
    }

.header_navbar_link {
    padding: 0px !important;
}

    .header_navbar_link img {
        /* max-width: 1vh; */
        max-height: 2.5vh;
        position: relative;
        top: 1.5vh;
        padding-left: 1vh;
    }

.social_media_links a img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    padding: 0 0 0 10px
}

a.LogoLink {
    color: black;
}

a.HyperLink:visited {
    color: black;
}
