body {
    margin: 0;
    line-height: normal;
    background-color: rgba(155,130,133,.15);
    color: #5e5e5e;
    font-family: "Open Sans";
    font-size: 12px;
}
.LoggedOut .LoggedOut {
    display: none;
}

.LoggedIn header .LoggedIn {
    display: none;
}
.ShellMain {
    max-width: 1220px;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1) 0 8px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.1) 0 8px rgba(0,0,0,.4);
    box-shadow: 0 0 8px rgba(0,0,0,.1) 0 8px rgba(0,0,0,.4);
    display:table;

}
.ShellMainContent > .Center {
    min-height: 500px;
}
.ShellStoreMainContent{
    padding:10px 0;

}

.Content.col-sm-12.col-md-6.col-lg-9.row {
    margin-right: 0;
    margin-left: 0;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
ul li {
    list-style:none;
    display:inline-block;
    }
    .Center{
    max-width:1200px;
    margin:0 auto;
    padding:0 5px;
    clear:both;
    width:100%;
}
/*Header*/
.HeaderTop {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0;
}
ul.TopLeft {
    float: left;
}

    ul.TopLeft li a{
        color:#FFF;
    }
.HeaderTop .ShellSearch {
    float: left;
}

    .HeaderTop .ShellSearch .SearchControls {
        width: 200px;
        background-color: #FFF;
        display: inline-block;
        position: relative
    }

    .HeaderTop .ShellSearch input.SearchTextBox {
        float: left;
        height: 30px;
        clear: right;
        width: 100%;
        margin-right: 0;
        border: none;
        display: inline-block;
        color:#000;
        border: solid 1px #CCC
    }
        .HeaderTop .ShellSearch input.SearchTextBox::placeholder{
            text-transform:uppercase !important;
            font-style:normal !important;
        }

        input#HeaderSearchButton {
            display: none
        }

.HeaderTop .SearchControls .SearchButton {
    height: 30px;
    min-width: 20px;
    max-width: 30px;
    float: right;
    clear: right;
    display: table;
    width: 40px;
    color: #CCC;
    margin: -30px 0px 0;
}

.SearchControls .SearchButton:hover {
    cursor: pointer;
    opacity: .6
}

.SearchControls .SearchButton img {
    width: 100%;
    max-width: 20px
}
    ul.TopRight {
        clear: right;
        float: right;
        margin-right:10px;
        margin-top:-50px;
        position:relative;
        z-index:2;
    }
ul.TopRight li{
    margin:0 10px;
    padding:2px 0px;
    margin-top:5px;
}
ul.TopRight li.TopCart {
    border-right: none;
}
    ul.TopRight li a {
        color: #FFF;
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-style: normal;
    }
    ul.TopRight li a:hover{
        text-decoration:none;
        opacity:0.6;
    }
    ul.TopRight li a {
        color: #000;
    }
        ul.TopRight li a span{
            display:block;
        }
    ul.TopRight li img {
        float: none;
        clear: both;
        max-width: 27px;
        margin: 1px;
    }

    .HeaderContent {
        width: 100%;
        display: inline-block;
    }
.Navigation {

}
.DropDown.Large {
    margin-top: 30px;
}
    .DropDown.Large nav ul li a {
    padding: 15px 30px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-style: normal;
}
    .DropDown.Large nav ul li a:hover {
       color: #578284;
    }
.Logo {
    margin: 0 auto;
    width:100%;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: max-height .14s ease;
    -moz-transition: max-height .14s ease;
    -o-transition: max-height .14s ease;
    transition: max-height .14s ease;
    text-align:center;
}
    .Logo img {
        max-height: 75px;
    }
.SectionTitle {
    margin: 40px 0;
}

    .SectionTitle h1 {
        text-transform: uppercase;
        color: #ff0000;
        font-weight: bold;
        text-align: center;
        font-size: 25px;
    }

    .SectionTitle:after {
        content: " ";
        border-bottom: 5px solid #3d441f;
        width: 150px;
        display: block;
        margin: 0 auto;
    }
.DropDown ul.topnav{
    width:100%;
    text-align:center;
}
.DropDown ul.topnav li {
    float:unset !important;
}
        /*Sub Menu*/
        /*Footer*/
        .ShellFooter {
            color: #FFF;
            width: 100%;
            float: left;
            clear: both;
            margin-top: 30px;
        }
.FooterNav{
    margin-bottom:91px;

}
.FooterNav ul {
    text-align: center;
}
.FooterNav ul li {
    display: inline-block;
}
    .FooterNav ul li a {
        display: block;
        padding: 15px 1em 0;
        color: #343434;
        font-size: 12px;
        line-height: 1em;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        text-align: left;
        font-weight: 600;
        font-style: normal
    }
        .FooterNav ul li a:hover{
           color:#818181;

        }
        /*Responsive*/
.DropDown.Small .MenuButton {
    float: right;
    margin: 10px 10px 0px;
    font-size: 25px;
}
.DropDown.Small ul.topnav{
    margin-top:5px;
}
.DropDown.Small ul.topnav li > a {
    color: #000;
    padding: 10px;
}
li.OnMobile {
    display: none;
}


li.OnMobile a img {
    max-width: 25px;
    margin: 10px 5px;
}
@media (max-width: 991px) {
    .DropDown.Large nav ul li a {
        padding: 25px 15px;
    }

    .HeaderTop .ShellSearch .SearchControls {
        width: 180px;
    }
    ul.MobileNav {
        text-align: right;
        margin-top: -45px;
    }
}

        @media (max-width: 991px) {
             li.NotOnMobile {
                display: none;
            }
            li.OnMobile {
                display: inline-block;
            }

            ul.TopRight{
                clear:both;
                float:none;
                margin-top:10px;
            }
        }

        @media (max-width: 767px) {
            .HeaderTop .ShellSearch{
                
            }
            .HeaderTop .ShellSearch .SearchControls {
                width: 100%;
            }
            .HeaderTop{
                padding:8px 0px;
            }
            ul.TopRight {
                float: none;
                clear:both;
                margin-right: 0px;
                margin: 5px;
            }
            ul.TopLeft, ul.TopRight {
                width: 100%;
                float: none;
                text-align: center;
            }



            .Logo {
                float: none;
                padding-bottom: 10px;
            }
            ul.TopRight li a span {
                display: none;
            }
            .HeaderTop .ShellSearch input.SearchTextBox{
                height:30px;
            }
            .HeaderTop .SearchControls .SearchButton {
                margin: -30px 0px 0;
            }
        }
@media (max-width: 500px) {
    .HeaderTop .ShellSearch {
        float:unset;

    }
    ul.MobileNav{
        margin-top:0;
    }
}
