@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

@font-face {
    font-family: 'satisfactionregular';
    src: url('../fonts/notnorvalhmk/notnorvalhmk-webfont.eot');
    src: url('../fonts/notnorvalhmk/notnorvalhmk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notnorvalhmk/notnorvalhmk-webfont.woff') format('woff'),
         url('../fonts/notnorvalhmk/notnorvalhmk-webfont.ttf') format('truetype'),
         url('../fonts/notnorvalhmk/notnorvalhmk-webfont.svg#notnorvalhmkregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'satisfactionregular';
    src: url('../fonts/satisfaction/satisfaction-webfont.woff2') format('woff2'),
         url('../fonts/satisfaction/satisfaction-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #20120D;
    font-weight: normal;
    text-decoration: none;
    line-height: 12pt;
    background-image: url(bkgd.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #20120D;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
a {
    text-decoration: none;
}
.main1 {
    background-color: #FFF;
    width: 1100px;
    max-width: 100%;
    padding: 5px;
    margin: 0 auto;
}
.main2 {
    border: 1px dotted #20120D;
    max-width: 100%;
    padding: 5px;
    margin: 0 auto;
}
.layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* HEADER STYLES */

header {
    background-image: url(header.png);
    background-color: #20120D;
    background-position: center right;
    background-repeat: no-repeat;
    margin-top: 0px !important;
    height: 150px;
}
header .sb_content .sitelogo {
    display: block;
    z-index: 0;
    padding-top: 40px;
    padding-left: 20px;
}
header .sb_content .sitelogo a {
    width: auto;
    height: auto;
}
.logo,
.logo a:link,
.logo a:active,
.logo a:hover,
.logo a:visited {
    font-family: 'satisfactionregular';
    font-size: 36pt;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tagline {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #8f3c44;
    text-decoration: none;
    font-size: 11pt;
    text-transform: uppercase;
    margin-top: 19px;
    margin-left: 30px;
}
header .viewcartbox {
    position: absolute;
    right: 155px !important;
    top: 40px !important;
}
.title2 {
    font-family: 'satisfactionregular';
    font-size: 24pt;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#social {
    text-align: right;
}
.social {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 45px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    background: #8f3c44;
}
.social:hover {
    width: 45px;
    height: 45px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #8f3c44;
    font-size: 24px;
    font-weight: normal;
    line-height: 45px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    background: #FFF;
}
.sb_hpages {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #FFF !important;
    text-decoration: none;
    font-size: 10pt;
    background-color: #8f3c44;
    border-top: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
}
.sb_hpages a:link,
.sb_hpages a:active,
.sb_hpages a:visited {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #FFF !important;
    text-decoration: none;
    font-size: 10pt;
}
.sb_hpages a:hover {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #20120D !important;
    text-decoration: none;
    font-size: 10pt;
}
/* HIDES DIV IN FULL SCREEN VIEW */

div.hidefull {
    display: none;
}
/* LEFT COLUMN STYLES */

.navheader {
    font-family: 'satisfactionregular';
    font-size: 18pt;
    font-weight: normal;
    color: #20120D;
    text-decoration: none;
    padding-top: 15px;
}
/* NAVIGATION - VERTICAL LINKS (GENERAL) */

.sbnav_vertical ul {
    margin-top: 5px !important;
}
.sbnav_vertical ul li a,
nav[class^='sbnav_bu'] li a {
    color: #20120D !important;
}
.sbnav_vertical ul li a:hover,
nav[class^='sbnav_bu'] li a:hover {
    color: #8f3c44 !important;
}
/* NAVIGATION - VERTICAL SUBCATEGORY LINKS */

.sbnav_vertical ul ul li a,
nav[class^='sbnav_bu'] ul li a {
    color: #8f3c44 !important;
}
.sbnav_vertical ul ul li a:hover,
nav[class^='sbnav_bu'] ul li a:hover {
    color: #20120D !important;
}
/* NAVIGATION - VERTICAL END CATEGORY LINKS */

.sbnav_vertical ul ul ul li a,
nav[class^='sbnav_bu'] ul ul li a {
    color: #20120D !important;
}
.sbnav_vertical ul ul ul li a:hover,
nav[class^='sbnav_bu'] ul ul li a:hover {
    color: #8f3c44 !important;
}
.sbnav_vertical ul li.sel>a,
nav[class^='sbnav_bu'] li.sel>a {
    font-weight: bold;
}
.cartcolor {
    color: #20120D !important;
}
.cartcolor:hover {
    color: #8f3c44 !important;
}
/* PRICE SEARCH AND SEARCH FORM SIZES */

section.sidebar_left form.search_form input[type='text'],
section.sidebar_left select {
    width: 70%;
    height: 30px;
    margin-right: 3px;
    margin-bottom: 0px;
}
/* MAIN CONTENT STYLES */

.nav1 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #20120D !important;
    text-decoration: none;
    font-size: 10pt;
}
.nav1 a:link,
.nav1 a:active,
.nav1 a:visited {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #8f3c44 !important;
    text-decoration: none;
    font-size: 10pt;
}
.nav1 a:hover {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #20120D !important;
    text-decoration: none;
    font-size: 10pt;
}
/* PAGE HEADER STYLES */

.lgfont {
    font-family: 'satisfactionregular';
    font-size: 30pt;
    font-weight: normal;
    color: #20120D;
    text-decoration: none;
}
/* FORM BUTTONS */

.formbutton {
    padding: 4px 6px !important;
    font-size: 10pt;
    border: 1px solid #8f3c44;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFF;
    background-color: #8f3c44;
}
.formbutton:hover {
    padding: 4px 6px !important;
    font-size: 10pt;
    border: 1px solid #20120D;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFF;
    background-color: #20120D;
}
/* HOMEPAGE STYLES */

.img {
    width: 100%;
}
.title1 {
    font-family: 'satisfactionregular';
    font-size: 30pt;
    font-weight: normal;
    color: #20120D;
    text-decoration: none;
    text-align: center;
    z-index: 1;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* FOOTER BOXES */

.buttons1 {
    height: 100px;
    padding: 5px;
    background-color: #20120D;
}
.nav1 .buttons2 {
    height: 90px;
    border: 1px dotted #FFF;
    font-family: 'satisfactionregular';
    font-size: 24pt;
    font-weight: normal;
    color: #8f3c44;
    text-decoration: none;
    line-height: 70pt;
    text-align: center;
    z-index: 1;
}
.nav1 .buttons2,
.nav1 .buttons2 a:link,
.nav1 .buttons2 a:active,
.nav1 .buttons2 a:hover,
.nav1 .buttons2 a:visited {
    height: 90px;
    font-family: 'satisfactionregular';
    font-size: 24pt;
    font-weight: normal;
    color: #8f3c44 !important;
    text-decoration: none;
    line-height: 70pt;
    text-align: center;
    z-index: 1;
}
/* BOTTOM NAVBAR */

.bottomlinks {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #FFF !important;
    text-decoration: none;
    font-size: 10pt;
    background-color: #8f3c44;
    border-top: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
}
.bottomlinks a:link,
.bottomlinks a:active,
.bottomlinks a:visited {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #FFF !important;
    text-decoration: none;
    font-size: 10pt;
}
.bottomlinks a:hover {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #20120D !important;
    text-decoration: none;
    font-size: 10pt;
}
/* FOOTER STYLES */

.footer {
    background-color: #20120D;
    height: 40px;
}
/* COPYRIGHT STYLES */

.copy,
.copy a:link,
.copy a:active,
.copy a:visited {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #FFF !important;
    text-decoration: none;
    font-size: 9pt;
}
.copy a:hover {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;
    color: #8f3c44 !important;
    text-decoration: none;
    font-size: 9pt;
}
.smfont {
    font-family: 'Century Gothic', sans-serif;
    font-size: 9pt!important;
}
@media screen and (max-width: 800px) {
    body {
        margin-top: 0px;
    }
    header .sb_content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .tagline {
        margin-left: 0px;
        margin-top: 30px;
    }
    header {
        height: auto;
    }
    #social {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #overwrap {
        background: #FFFFFF;
    }
    .layout {
        display: block !important;
    }
    .mainwrap {
        width: 100% !important;
    }
    div.hidefull {
        display: inline;
    }
    div.hidemobile {
        display: none;
    }
	ul.mobile-menu li.cart {
		display: none !important;
	}
    /* MOBILE MENU */
    
    ul.mobile-menu {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #8f3c44 !important;
    }
    ul.mobile-menu li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 22%;
        text-align: center;
        cursor: pointer;
        font-size: 10pt !important;
        height: 2.5em;
        line-height: 2.5em;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }
    ul.mobile-menu li,
    ul.mobile-menu a,
    ul.mobile-menu a:hover {
        text-decoration: none;
        color: #FFF !important;
        font-size: 10pt !important;
    }
    ul.mobile-menu li:hover {
        color: #FFF !important;
        background-color: #20120D !important;
    }
    ul.mobile-menu li:hover a:hover {
        color: #FFF !important;
    }
    /* TOP NAVIGATION */
    
    nav.sb_hlinks ul li {
        background-color: #8f3c44 !important;
        border-top: 1px solid #FFF !important;
        border-bottom: none !important;
        border-right: none !important;
        border-left: none !important;
        color: #FFF !important;
    }
    nav.sb_hlinks ul li a {
        color: #FFF !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    nav.sb_hlinks ul li a:hover {
        color: #20120D !important;
    }
    /* BOTTOM NAVIGATION */
    
    .bottomlinks {
        border-top: none !important;
        border-bottom: none !important;
    }
    .bottomlinks nav.sb_hlinks {
        margin-bottom: 0;
        display: block !important;
        padding: 0;
    }
    .bottomlinks nav.sb_hlinks ul {
        padding: 0;
        z-index: 100;
    }
    .bottomlinks nav.sb_hlinks ul li {
        display: block;
        margin: 0;
        line-height: 1;
        background-color: #8f3c44 !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 1px solid #FFF !important;
        border-right: none !important;
        text-align: center;
        color: #FFF !important;
    }
    .bottomlinks nav.sb_hlinks ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        color: #FFF !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .bottomlinks nav.sb_hlinks ul li a:hover {
        color: #20120D !important;
    }
}
@media screen and (max-width: 500px) {
    header .sb_content .sitelogo {
        padding-top: 40px;
        padding-left: 0px;
    }
    .logo,
    .logo a:link,
    .logo a:active,
    .logo a:hover,
    .logo a:visited {
        font-size: 24pt;
        line-height: 36pt;
    }
    .tagline {
        font-size: 10pt;
        margin-top: 5px;
        margin-left: 0px;
    }
}