@media only screen and (max-width: 1150px)  {

    #header-logo
    {
        width: 100vw;
        padding-left: 25px !important;
    }
    
}

@media only screen and (max-width: 760px)  {

    .footer-info > h2 > a > img
    {
        width: 360px;
        height: 92.69px;
    }
    
    .footer-info > h2 > a > img
    {
        margin: auto !important;
    }
    
}

@media only screen and (max-width: 500px)  {

    #header5
    {
        width: 80%;
        height: 80%;
    }
    
}

@media only screen and (max-width: 424px)  {

    #desc
    {
        width: 100% !important;
        height: 314px;
    }
    
    #desc > img.undefined
    {
        float: none !important;
    }
}

@media only screen and (max-width: 378px)  {

    #header5
    {
        float: none;
    }
}

button.btn-primary > span.glyphicon-search
{
    color: white !important;
}


#header5
{
    max-width: 350px;
    max-height: 360px;
}

ul > ul
{
    list-style-position: inside;
    padding-left: 50px;
}

/*.headerText2 > span*/
/*{*/
/*    display:table-cell;*/
/*    vertical-align:middle;*/
/*}*/

/*.headerText2*/
/*{*/
/*    background-color: #000066;*/
/*    height: 68px;*/
/*    display: table;*/
/*    width: 100%;*/
/*}*/

/*.headerText > span*/
/*{*/
/*    display:table-cell;*/
/*    vertical-align:middle;*/
/*}*/

/*.headerText*/
/*{*/
/*    background-color: #990000;*/
/*    height: 68px;*/
/*    display: table;*/
/*    width: 100%;*/
/*}*/

.fa-toggle-up
{
    color: #000066 !important;
}

.footer-nav > ul > li > a
{
    color: #000066;
}

.primary-background-color-hover:hover
{
    background-color: #000066 !important;
}

.primary-background-color-hover
{
    color: #000066 !important;
}

#custom-page > ul
{
    list-style-position: inside;
}

p.leftAl
{
    text-align: left !important;
}

.side-bar-header > h1
{
    background-color: #000066 !important;
    color: white !important;
}

.side-bar-header
{
    background-color: #000066 !important;
    color: white !important;
}

.nav_cart
{
    background-color: #970E08 !important;
}

.banner
{
    background-color: #970E08;
}

/****************************************************************************/

p {
    color: black !important;
}

@media only screen and (max-width: 990px) and (min-width: 760px)  {
    /* Centering featured items when rows of two are displayed */
    .featured-item {
        left: 20%;
    }
}

.header-logo-links {
    padding: 0;
}

.banner {

}
.top_nav_right .nav_cart {

}

footer table div {
    /* make the footer stretch across the screen */
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
}
footer {
    padding-bottom: 0;
}

