html, body {
    overflow-x: hidden;
}

body, .ShellMain ul {
    margin: 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
    line-height: normal;
}
.btn-default, .btn-primary {
    color: #fff;
    background-color: #492322;
    border-color: #fff;
}
.btn-default:hover, .btn-primary:hover {
    background: #514632;
}
    .Center {
    max-width: 1024px;
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 0 5px;
}

.ShellMainContent {
    text-align: center;
    position: relative;
}

    .ShellMainContent > .Center {
        display: inline-block;
        text-align: left;
        padding: 10px 0;
        min-height: 500px;
    }

/*Iphone phone number color reset*/
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

input {
    border-radius: 0;
}
/*Header*/
header {
    border-top: 25px solid #492322;
}

.HeaderContent .Center {
    margin: 10px auto;
    text-align: center;
}

    .HeaderContent .Center .Table-Cell {
        vertical-align: middle !important;
    }

.HeaderContent .Slogan {
    color: #492322;
    font-size: 22px;
    font-style: italic;
    border-right: 2px solid #492322;
    padding: 0px 10px;
    margin: 15px 0;
    text-align: right;
    max-height: 60px;
    float: left;
    clear: left;
}

.LoggedOut .logout {
    display: none;
}

.LoggedIn .login {
    display: none;
}

.HeaderContent .Slogan p {
    margin: 5px 0;
}

.HeaderContent .Logo {
    width: 138px;
    float: left;
    margin: 0 124px;
}

    .HeaderContent .Logo img {
        width: 150px;
    }

.HederIcons {
    min-width: 285px;
    align-self: center;
    float: right;
    clear: right;
}

    .HederIcons ul li {
        display: inline-block;
        text-align: center;
        max-width: 91px;
        width: 100%;
        padding: 5px;
        font-size: 18px;
    }

        .HederIcons ul li img {
            width: 40px;
            height: 40px;
            clear: both;
        }

        .HederIcons ul li .Ic {
            width: 40px;
            height: 40px;
            margin: 0 auto;
        }

li.Icon.logout img {
    transform: rotate(180deg);
}

.MobileIcons {
    display: none;
}

.HederIcons ul li a {
    font-size: 12px;
    color: #492322;
    text-decoration: none;
    display: inline-block;
}

    .HederIcons ul li a span {
        clear: both;
        display: inline-block;
        font-size: 12px;
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

span.CartItemCount {
    position: absolute;
    left: 0;
    top: 21px;
    font-size: 16px;
}

li.Icon.mycart {
    position: relative;
}


.HeaderBottom {
    background-color: #492322;
    padding: 10px 0;
    padding-bottom: 0 !important;
    display: inline-block;
    width: 100%;
}
.HeaderBottom .zigzag{
        margin-top: 5px;
    background-color: #ffffff;
    height: 15px;
        background-image: url(/static/images/Head-Bg.png);
}

.zigzag {
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(/static/images/Head-Bg.png);
    z-index: 0;
    position: relative;
}


.HeaderBottom .Center {
    max-width: 1000px;
}

.Navigation nav {
    display: inline-block;
    position: relative;
    width: 100%;
}

ul.HeaderSearch {
    float: left;
    margin: 10px 45px 0 100px;
    list-style:none;
}

.OnMobile {
    display: none;
}

.MenuButton, li.Shop {
    font-family: 'Sail', cursive;
    font-size: 45px;
    color: #FFF;
}

    li.Shop a {
        color: #FFF;
    }

        li.Shop a span {
            transform: rotate(90deg);
            display: inline-block;
            margin-left: 10px;
        }

.HeaderSearch, ul.NavOnDc, ul.topnav {
    align-self: center;
}

    .HeaderSearch .SerchControls {
        height: 30px;
        background-color: #FFF;
        max-width:360px;
        width:100%;
    }

    .HeaderSearch input#HeaderSearchButton {
        display: none;
    }

    .HeaderSearch input.SearchTextBox {
        float: left;
        padding: 3px;
        height: 30px;
        border: none;
        min-width: 350px;
    }

    .HeaderSearch .SearchButton {
        float: right;
        background-color: #FFF;
        display: inline-block;
        width: 27px;
        height: 24px;
        margin: 3px;
        padding-left: 3px;
        cursor: pointer;
        border-left: 1px solid;
        margin-left: -32px;
    }

ul.NavOnDc {
    float: right;
    clear: right;
    max-width: 500px;
}

.OnDc {
    display: inline-block;
}

ul li.OnDc a, .SubnavWrap h1, .ErrorContent h1 {
    padding: 15px;
    font-size: 35px;
    color: #FFF;
    text-decoration: none;
    font-family: 'Parisienne', cursive;
}
.ErrorContent h1{
    color:#492322;
    margin:0;
    padding:0 15px;
}
/*Subnav*/
.DropDown.Large .subnav {
    left: 0;
    width:127%;
}

.SubnavWrap {
    margin-top: 60px;
    display: inline-block;
    background-color: #492322;
    padding: 10px;
    line-height: 1.5;
    width:100%;
    min-height:200px;
    float:left;
}

    .SubnavWrap a {
        color: #FFF;
        text-decoration: none;
        text-transform:uppercase;
    }


    .Links:not(.MultiLevel) {
    -webkit-column-width: 280px;
    -moz-column-width: 280px;
    column-width: 280px;
    max-height: 290px;
    padding-bottom: 10px;
}
.SubnavWrap h1 {
    margin: 0;
    padding: 0 15px;
}
.Links {
    float: left;
    margin-left: 30px;
    margin-right: 36px;
    width: calc(100% - 72px);
    line-height: 1.8em;
}
.subnav .zigzag {
    margin-top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0) !important;
}
/*End Header*/

/*Mini cart*/
.ShellLegacyMiniCart {
    max-width: 200px;
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.66);
    border: 1px solid #492322;
    padding: 5px;
    margin-right: 5px;
}

/*Footer*/
.ShellFooter {
    float: left;
    clear: both;
    width: 100%;
}

footer {
    background-color: #492322;
    margin-top:20px;
}

.FooterZigzag {
        padding-top: 5px;
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(/static/images/Foot-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
     margin-top: -10px;
    z-index: 0;
    position: relative;


}

.FooterTop .Center {
    position: relative;
    text-align:center;
}

footer .PayPalLogo {
    background-color: #FFF;
    border-radius: 5px;
    padding: 0 8px;
    position: absolute;
    left: 0;
}

    footer .PayPalLogo img {
        max-width: 150px;
    }

 footer .FooterNav {
    max-width: 700px;
    margin:0 auto;
    display:inline-block;
}


    footer .FooterNav nav ul li {
        float: left;
        margin: 0;
        margin-top: 10px;
	list-style: none;
    }

        footer .FooterNav nav ul li a {
            color: #FFF;
            text-decoration: none;
            text-transform: uppercase;
            padding: 5px;
            font-size: 16px;
        }

footer .FooterTop {
    padding: 10px;
    margin-bottom:10px;
    display: inline-block;
    width: 98%;
}



    .FooterLogo img {
        width: 100%;
    }

.FooterBottom {
background-image:url(/Static/images/footer-border.png);
background-repeat:repeat-x;
text-align:center;
margin-top:5px;
padding:5px;
}

    .FooterBottom h1 {
        color: #FFF;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
    }
	

/*End Footer*/
/*Responsive*/
p.MobileSlogan {
    display: none;
}

@media only screen and (max-width :1200px){
    .ShellLegacyMiniCart {
    background: none repeat scroll 0 0 #fff;
    padding: 0 3%;
    right: 0;
    top: 20%;
    width: 94%;
    z-index: 10;
    position: relative;
    border-radius: 0px;
    max-width: 100%;
    border: none;
    margin: 0;
}}
    .MenuButton {
        font-size: 25px;
        max-width: 150px;
        float: left;
        font-family: "Open Sans",sans-serif;
    }

@media only screen and (max-width :1000px) {
    header {
        border-top: 10px solid #492322;
    }

    .HeaderContent .Center {
        margin: 5px;
    }

    .HeaderContent .Logo {
        margin: 0 10px;
    }

    .HeaderContent .Slogan {
        font-size: 20px;
        max-height:70px;
 
    }

    /*Mobile Navigation*/

    .Links:not(.MultiLevel) {
    max-height:100%;
    padding-bottom:0;
    }
    .MenuButton {
        font-size: 25px;
        max-width: 150px;
        float: left;
        font-family: "Open Sans",sans-serif;
    }

    li.Shop {
        font-family: "Open Sans",sans-serif;
        font-size: 18px;
        line-height: 1.8;
    }

        li.Shop span {
            display: none !important;
        }

    .DropDown div.icon-menu, .OnMobile {
        display: block !important;
        font-size: 18px;
    }

    .DropDown.Small ul.topnav {
        margin-top: 15px;
    }

        .DropDown.Small ul.topnav a {
            color: #FFF;
            text-transform:uppercase;
        }

    div#ShopCLONED .SubnavWrap {
        margin-top: 0;
        padding-top: 0px;
    }

        div#ShopCLONED .SubnavWrap h1, .subnav .zigzag {
            display: none;
        }
        .SubnavWrap .Links{
            margin:0;
        }
        .SubnavWrap{
            min-height:0;
        }

    .DropDown.Small ul.topnav div.icon-menu {
        font-size: 24px;
        position: absolute;
        right: 15px;
    }

    .OnDc {
        display: none !important;
    }

    ul.HeaderSearch {
        max-width: 350px;
        width: 100%;
        position: absolute;
        right: 0;
        top:0;
        margin:0;
        margin-right: 5px;
    }

    .HeaderSearch input.SearchTextBox {
        min-width: 310px;
        border: none;
        width:80%;
    }

        .HeaderSearch input.SearchTextBox:focus {
            box-shadow: none;
            outline: none;
        }

    .Navigation nav {
        display: block !important;
    }
        .PayPalLogo {
        display: none;
    }
        .FooterNav{
            margin-left:0;
        }
        .FooterTop .Center {
    text-align:left;
}
}

@media only screen and (max-width :750px) {
    p.MobileSlogan {
        display: block;
    }

    p.DcSlogan {
        display: none;
    }

    .HeaderContent .Slogan {
        border: none;
        width: 96%;
        text-align: center;
        margin: 5px 0;
        font-size: 20px;
        padding:0;
    }

    .HederIcons {
        min-width: 100%;
        text-align: center;
    }

        .HederIcons .Icon span {
            display: none;
        }

    span.CartItemCount {
        display: block !important;
        padding: 0;
    }

    .HederIcons ul li img {
        max-width: 35px;
    }

    .HeaderContent .Center .Table-Cell {
        display: block;
    }

    .HeaderContent .Logo {
        width: 130px;
        margin: 0 auto;
        width: 100%;
    }
    footer .FooterNav nav ul li a{
        font-size:15px;
    }

}

@media only screen and (max-width :600px) {
    section#Firs > img {
        display: none;
    }

    section#Firs > .Center {
        background: #492322;
        padding: 20px 5px;
        padding-bottom: 30px;
    }

    section#Firs .ShellInfo {
        margin: 0 10px;
        position: relative !important;
    }

    section#second .Category {
        max-width: 364px !important;
    }

    .Category .Image {
        width: 40% !important;
    }

    .FooterLogo {
        position: absolute;
        right: 15px;
    }

    footer .FooterNav nav ul {
        display: block;
        margin: 0 auto;
    }

        footer .FooterNav nav ul li {
            float: none;
            margin-top: 5px;
        }
        .HeaderContent .Slogan{

        }
}

@media only screen and (max-width :500px) {
    .HeaderSearch input.SearchTextBox {
        min-width: 180px;
    }

    ul.HeaderSearch {
        max-width: 190px;
    }
}
/*Search auto complete*/
.ui-menu .ui-menu-item{
    max-width:300px;
}
.RogueBlogIcon {
z-index:11;
}
/*Blog Inputs*/
.BlogEntry .LeaveComment .Name input, .BlogEntry .LeaveComment .Email input, .BlogEntry .LeaveComment .Comment textarea{
            outline: none;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        line-height: 1.1;
        text-transform: none;
        color: #646464;
        width:calc(100% - 20px) !important;
        margin: 0;
        height: 30px;
        border-radius: 0;
        padding: 6px 10px;
        background-color: #fff;
        margin:10px 0;
}
.BlogEntry .LeaveComment .Comment textarea{
     height:80px;
    max-width:450px;
}

.Category .Text a {
  display: block;
}

footer h1 {
  color: #fff;
  font-size: 5em;
  font-weight: bold;
  text-align:center;
  margin: 0px;
}

.FooterLogo {
  box-shadow: 0 0 10px 0 #492322;
  float: right;
  margin: -30px;
  max-width: 100px;
  min-width: 80px;
  position: relative;
  top: 0;
  transform: rotate(-15deg);
}

footer .locations {
  background-image: url("/Static/images/sectionBG.jpg");
  padding: 20px 0 0;
  margin:0 0 15px;
}
.Table-Cell {
  display: inline-block;
  vertical-align: top;
}
.locations .ContactInformations {
  min-width: 100%;
  text-align: center;
}
.ContactInformation .Info {
    max-width: 300px;
    width: 290px;
    text-align: center;
    margin: 10px;
    float: left;
    display: inline-block;
}
.SlideText#First h1, .SlideText#Second h1, .SlideText#Third h1{
        font-size: 50px;
		background: rgba(54, 25, 25, .5)
    }