body, .pure-g, .pure-g [class *= "pure-u"] {
    font-family: "vag-rundschrift-d",sans-serif;
    color:#666666;
    font-weight:200;
}

body {
    z-index:0;
}

.pureFull {
    width:100%;
}

a {
    text-decoration:none;
    outline:none;
}

a, a:link, a:visited, a:hover, a:active {
    outline:none !important;
}

a:hover {
    text-decoration:none;
}

h1, h2, h3, h4, h5 {
    font-weight:200;
}

/* Pure Row Width Override */

.pure-g {
    max-width:960px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

/* Faux Material Design Standards */

.mD1, .card, a.raised, button.raised, .searchBox {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index:10;
    position:relative;
}

.mD2, .searchBox.scroll, a.raised:hover, button.raised:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index:20;
    position:relative;
}

.mD3, .fab {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index:30;
    position:relative;
}

.mD4, .navDrawer, .bottomSheet, .fab:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    z-index:40;
    position:relative;
}

.mD5, .dialog, .picker {
    z-index:50;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    position:relative;
}

/* Menu REQUIRED Styles */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu { 
    -webkit-transition: all .4s;
    transition: all .4s;
    margin:13px 0;
}
.topMenuBG .sf-menu {
    margin:0;
}
.sf-menu > li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu > li > a {
	display: block;
	position: relative;
}


/* Menu Skin */
.sf-menu {
	float: right;
}
.sf-menu > li > a {
	padding: .75em 0 5px 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu > li > a {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.1s;
    border-bottom:none;
}
.sf-menu > li > a:hover, .sf-menu > li > a.active {
	color: #ffffff;
    border-bottom:2px solid #FAA96A;
}
.sf-menu > li {
    background:none;
    padding-left:0.75em;
    padding-right:0.75em;
    margin-right:20px;
    border-bottom:none;
    border-color:#FAA96A;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sf-menu > li:last-child {
    margin-right:0;   
}

/* Handy Styles */

.txtC {
    text-align:center;
}

.txtL {
    text-align:left;
}

.txtR {
    text-align:right;
}

.txtLmC {
    text-align:left;
}

.txtCmL {
    text-align:center;
}

.txtRmC {
    text-align:right;
}

.txtRmL {
    text-align:right;
}

.txtXS {
    font-size:11px;
}

.txtS {
    font-size:14px;
}

.txtM {
    font-size:20px;
}

.txtLg {
    font-size:30px;
}

.txtLmS {
    font-size:30px;
} 

.txtLmM {
    font-size:30px;
}

.txtXL {
    font-size:40px;
}

.txtThin {
    font-weight:300;
}

.txtTIT {
    font-style:italic;
    font-weight:300;
}

.txtN {
    font-weight:400;
}

.txtNIT {
    font-style:italic;
    font-weight:400;
}

.txtB {
    font-weight:700;
}

.txtBIT {
    font-style:italic;
    font-weight:700;
}

.txtWhite {
    color:white;   
}

img.imgC {
    text-align:center;
    margin:0 auto;
    display:block;
}

img.imgL {
    float:left;
}

img.imgR {
    float:right;
}

.hPad {
    padding:0;
    margin:0;
}

.hPad-top {
    padding-top:0;
    margin-top:0;
}

.hPad-bottom {
    padding-bottom:0;
    margin-bottom:0;
}

/* Lean Modal */

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal {
    width:500px;
    height:375px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
    z-index:50;
    background:white;
}

.iframeBox { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
} 
.iframeBox iframe, .iframeBox object, .iframeBox embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/* Start Custom CSS Here */

.headerBar {
    height:100px;
}

.logo {
    max-height:100px;
    display:block;
}

.logo img {
    max-width:100%;
}

.greyBG {
    background:#cdcdcd;
}

.pure84 {
    width:84%;
    margin:0 auto;
    display:block;
}

.bold {
    font-weight:normal;
}

.heavy {
    font-weight:bold;
}

.heroBG {
    position:relative;
    z-index:10;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.heroBG > div {
    position:relative;
    z-index:20;
}

.heroBG > div h1 {
    text-align:center;
    padding:50px 130px;
    font-size:54px;
    color:white;
    text-shadow:0px 0px 5px #000000, 0px 3px 12px #000000;
}

.heroBG:after {
    content:'';
    position:absolute;
    top:0; left:0;
    width:100%;
    height:100%;
    z-index:15;
}

.homeURL {
    line-height:12px;
    color:#666666;
    text-align:right;
    padding:0 15px;
    display:block;
    box-sizing: border-box;
    transition: 0.3s all;
}

.homeURL:hover {
    color:#3c3c3c;
}

.loginMenu, .mainMenu, .footerMenu, .otherSiteMenu {
    padding:0;
    list-style-type:none;
    margin:0;
}

.loginMenu {
    text-align:right;
}

.mainMenu, .otherSiteMenu {
    text-align:center;
}

.otherSiteMenu {
    width:100%;
    margin:15px 0 2px 0;
}

.loginMenu li, .mainMenu li, .otherSiteMenu li {
    display:inline-block;
    margin-left:10px;
}

.loginMenu li {
    line-height:100px;
    vertical-align:middle;
}

.mainMenu li {
    line-height:60px;
}

.loginMenu li:first-child, .mainMenu li:first-child, .otherSiteMenu li:first-child {
    margin-left:0;
}

.loginMenu li a, .mainMenu li a {
    border-radius:7px;
    padding:5px 10px;
    box-sizing: border-box;
}

.footerMenu > li > ul > li > ul > li {
    margin:5px 0;
}

.footerMenu > li > ul > li > a {
    font-size:24px;
}

.footerMenu > li > ul > li > ul > li > a, .footerMenu > li > ul > li > ul > li > a.subFootA {
    color:#666666;
    transition:0.3s all;
}

.footerMenu > li > ul > li > ul > li > a:hover, .footerMenu > li > ul > li > ul > li > a.subFootA:hover {
    color:#333333;
}

.footerMenu ul {
    list-style-type:none;
    padding:0;
}

.footerMenu {
    margin:15px 0 25px 0;
}

.footerMenu > li > ul > li > a {
    pointer-events:none;
}

.footerMenu > li > ul > li.blank {
    pointer-events:none;
    visibility:hidden;
}

.footerMenu > li > a {
    display:none;
}

.footerMenu > li {
    display:inline-block;
    width:33%;
    vertical-align: top; /* here */
}

.goneButNotForgotten {
    height:0; width:0; overflow:hidden; position:absolute; left:-100000px;
}

blockquote {
    font-size:20px;
    margin-top:0;
    padding-top:0;
    text-align:justify;
}

p {
    margin:10px 0;
    line-height:1.6em;
}
    
.pure-g {
    padding:0 20px; box-sizing: border-box;
}

.pure-g .pure-g {
    padding:0; box-sizing: border-box;
}

.officialLogos {
    padding:0;
    margin:1em auto;
    width:100%;
    text-align:center;
    list-style-type:none;
}

.officialLogos li {
    display:inline-block;
    margin:0 5px;
}

.officialLogos li img {
    max-height:100px;
}

.fsc img {
    width:96%;
}

table.null td, table.null th {
    padding:5px;
}

table.null {
    width:100%;
    border:1px solid white;
}

table.null tr, table.null td, table.null th {
    border:1px solid white;
}

table.null td {
    vertical-align: top;
}

table.null tr:first-child td strong, table.null th strong {
    font-weight:400;
}

.PDFs li a, a.PDF, a.DOC, table.null a {
    position:relative;
    box-sizing: border-box;
    padding-left:30px;
    text-align:left;
}

.PDFs li a, table.null a {
    display:block;
}

table.null a {
    width:130px;
}

table.null a:before, .PDFs li a:before, a.PDF:before, a.DOC:before {
    width:20px;
    height:20px;
    content:'';
    position:absolute;
    left:0;
    top:0;
    background-image:url('../images/icon_pdf.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

a.DOC:before {
    background-image:url('../images/icon_doc.png');
}

blockquote {
    padding-left:25px;
    padding-bottom:10px;
    margin:0 0 1em 0;
}

blockquote h3 {
    margin-top:0;
}

blockquote ul {
    margin-bottom:0;
}

.leftContent {
    padding-right:10px;
    box-sizing: border-box;
}

.rightContent {
    padding-left:10px;
    box-sizing: border-box;
}

h2 {
    border-top: 1px dashed #666666;
    padding-top: 20px;
    margin-top:20px;
}

ol {
    counter-reset: item;
    line-height:150%;
}

ol > li {
    counter-increment: item;
    margin-bottom:15px;
}

ol > li > strong:first-child {
    font-size:18px;
    font-weight:normal;
}

ol ol > li {
    display: block;
    margin:10px 0;
}

ol ol {
    margin:15px 0;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

.ie7_html .loginMenu li {
    margin:0 !important;
}

.woocommerce-cart-tab__contents {
    background-color: #4bae49 !important;
    bottom:23px !important;
}

.woocommerce-cart-tab {
    height:100px !important;
}

#content {
    padding-left:240px !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width:35% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width:62% !important;
}

.wooSidebar {
    width:230px;
    border-right:1px solid #f0f0f0;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

.wooSidebar h3 {
    width:100%;
    color:white;
    background:#0F4B2F;
    margin-top:0;
    padding:4px 10px;
    box-sizing: border-box;
}

#content {
    position:relative;
}

li.product {
    border-radius:7px;
    background:#0F4B2F;
    padding:10px !important;
    box-sizing: border-box;
    text-align:center;
}

li.product img {
    width:calc(100% - 2px) !important;
    border:1px solid #ffffff;
}

mark.count {
    display:none !important;
}

.quantity {
    padding-left: 78px;
    width: 100%;
    margin-bottom: 10px !important;
    position: relative;
}

.quantity:after {
    content: 'Quantity:';
    position: absolute;
    left: 0;
    top: 2px;
}

.woocommerce div.product form.cart .variations label {
    font-weight:lighter !important;
}

.woocommerce div.product form.cart .variations .label {
    width:62px;
}

.woocommerce div.product form.cart .variations label:after {
    content:':';
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background:#0f4b2f !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background:#0b5f0b !important;
}

.woocommerce ul.products li.product h3 {
    color:white;
}

/* Woo gallery pics */

.woocommerce-product-gallery__image {
        margin: 0 5px 5px 0;
}

/* Mobile Styles */

@media screen and (max-width:47.938em) {

    #content {
        padding-left:0px !important;
    }
    
    .wooSidebar {
        display:none;
    }
    
    .leftContent, .rightContent {
        padding-left:0;
        padding-right:0;
    }
    
    .mainMenu {
        margin-top:14px;
    }
    
    .mainMenu li {
        line-height:42px;
    }
    
    .logo {
        position:relative;
        top:50%;
        transform:translateY(-50%);
    }
    
    .loginMenu li {
        line-height:34px;
    }
    
    .loginMenu {
        margin-top:14px;
        text-align:center;
    }

    .footerMenu > li {
        width:100%;
    }
    
    .pure84 {
        width:100%;
    }
    
    .heroBG > div h1 {
        font-size:32px;
        padding:15px 20px;
    }
    
    /* Custom CSS Above Here */
    
    .txtLmM {
        font-size:18px;
    }

    .txtM {
        font-size:18px;
    }

    .txtLg {
        font-size:24px;
    }

    .txtLmS {
        font-size:14px;
    }

    .txtCmL {
        text-align:left;
    }

    .txtXL {
        font-size:32px;
    }

    .txtLmC {
        text-align:center;
    }

    .txtRmC {
        text-align:center;
    }

    .txtRmL {
        text-align:left;
    }
    
}

/* Auctions */

.wdm-auction-listing-container,
.wdm-db-listing-container {
    margin-bottom: 50px;
}

.auction_container {
    margin: 50px 0;
}

#wdm-auction-bids-placed #wdm-total-bids-link,
.page .wdm-auction-listing-container .wdm-apt,
.page .wdm-mark-red,
.page .auc_single_list .wdm-mark-normal,
.page .wdm-mark-green,
.page input[type=button],
.page .wdm-auction-listing-container .wdm-apd,
#wdm-auction-sorting-tabs .auc_single_list a,
a.wdm_db_auc_link,
.wdm_ua_act_links,
.wdm_bidder_info {
    color: #0f4b2f !important;
}

.wdm-single-auction-title,
.wdm-single-auction-author {
    float: none !important;
}

.wdm-single-auction-author {
    margin-bottom: 30px;
}

.wdm-auction-single-item .wdm_single_auction_thumb img {
    margin: 0 !important;
}

.page .wdm-auction-listing-container .wdm_auctions_list li {
    padding: 20px 10px;
}

.page .wdm-auction-listing-container .wdm_auctions_list li li {
    padding: 1px;
}
.woocommerce-cart-tab-container .widget_shopping_cart{
    letter-spacing: 0em;
}