body {
	background-color:#f7efd5;
	background: url(../images/back_texture.jpg); /* no-repeat center center fixed;*/
    /* -webkit-background-size: cover; /* For WebKit*/
    /* -moz-background-size: cover;    /* Mozilla*/
    /* -o-background-size: cover;      /* Opera*/
    /* background-size: cover; */
}

#container {
	background-color:white;
}

#content {
	min-height: 400px;
	margin-left: 15px;
	margin-right: 15px;
}

#jview {
	display:none;	
}

#text-header {
	background-color: black;
    color: white;
    text-align:center;
    font-size: larger;
    padding:10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    height:45px;
    overflow-y:hidden;
}

@media screen and (max-width: 767px) {
	#text-header {
		border-width: 0 0 1px;
	    top: 0;
	    border-radius: 0;
	    left: 0;
	    position: fixed;
	    right: 0;
	    z-index: 1050;
    	max-height: 100%;
	    overflow-y:hidden;
	    overflow-x:hidden;
	}
}

#header-xs-spacer {
	height:58px;
}
#header-xs-spacer.pushed {
	height:103px;
}

.red, .error {
	color: #ff0000;
}
.blue {
	color: #0000ff;
}

.green {
	color: #00cc33;
}

.wrapper {
	position: relative;
}

.top-carousel img {
	width:100%;
}

.centered-responsive {
	margin-left:auto;
	margin-right:auto;
}

.bold {	font-weight: bold;} .italic {font-style: italic;} .underline {text-decoration:underline;}

/*a {	color: blue;text-decoration: none;} a:hover {color: blue;text-decoration: underline;}*/

.centered{text-align:center;}.righted{text-align:right}.lefted{text-align:left}

.mb-0 {margin-bottom:0;}.mb-5{margin-bottom:5px;}.mb-10{margin-bottom:10px;}.mb-15{margin-bottom:15px;}.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}.mb-30{margin-bottom:30px;}.mb-35{margin-bottom:35px;}.mb-40{margin-bottom:40px;}
.mt-0 {margin-top:0;}.mt-5{margin-top:5px;}.mt-10{margin-top:10px;}.mt-15{margin-top:15px;}.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}.mt-30{margin-top:30px;}.mt-35{margin-top:35px;}.mt-40{margin-top:40px;}
.pb-0 {padding-bottom:0;}.pb-5{padding-bottom:5px;}.pb-10{padding-bottom:10px;}.pb-15{padding-bottom:15px;}.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}.pb-30{padding-bottom:30px;}.pb-35{padding-bottom:35px;}.pb-40{padding-bottom:40px;}
.pt-0 {padding-top:0;}.pt-5{padding-top:5px;}.pt-10{padding-top:10px;}.pt-15{padding-top:15px;}.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}.pt-30{padding-top:30px;}.pt-35{padding-top:35px;}.pt-40{padding-top:40px;}

@media screen and (min-width: 768px) { /* width greater than or equal to 768  (>sm) */
	.sm-left {text-align: left !important;}.sm-right{text-align:right !important;}.sm-center{text-align:center !important;}
	.xs-only {display:none;}
}

#recaptcha_image, #recaptcha_image img {
    min-height: 57px;
    width: 100% !important;
}

blockquote {
    border-left: none !important;
}

.graycell {
	background-color: #E0E0E0;
}

.btn-default,
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, 
.btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, 
.btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, 
.btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, 
.btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, 
.btn-default.active[disabled], fieldset[disabled] .btn-default.active {
	font-weight: bold;
	background: rgba(183,213,61,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(78,119,60,1) 0%, rgba(183,213,61,1) 32%, rgba(183,213,61,1) 70%, rgba(78,119,60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(78,119,60,1) 0%,rgba(183,213,61,1) 32%,rgba(183,213,61,1) 70%,rgba(78,119,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(78,119,60,1) 0%,rgba(183,213,61,1) 32%,rgba(183,213,61,1) 70%,rgba(78,119,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e773c', endColorstr='#4e773c',GradientType=0 ); /* IE6-9 */
}

.btn-default:hover {
	background: -moz-linear-gradient(top, rgba(78,119,60,1) 0%, rgba(183,213,61,1) 32%, rgba(183,213,61,1) 70%, rgba(78,119,60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(78,119,60,1) 0%,rgba(183,213,61,1) 32%,rgba(183,213,61,1) 70%,rgba(78,119,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(78,119,60,1) 0%,rgba(183,213,61,1) 32%,rgba(183,213,61,1) 70%,rgba(78,119,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e773c', endColorstr='#4e773c',GradientType=0 ); /* IE6-9 */
}

.btn-default.warnme,
.btn-default.warnme.disabled, .btn-default.warnme[disabled], fieldset[disabled] .btn-default.warnme, .btn-default.warnme.disabled:hover, 
.btn-default.warnme[disabled]:hover, fieldset[disabled] .btn-default.warnme:hover, .btn-default.warnme.disabled:focus, 
.btn-default.warnme[disabled]:focus, fieldset[disabled] .btn-default.warnme:focus, .btn-default.warnme.disabled.focus, 
.btn-default.warnme.focus[disabled], fieldset[disabled] .btn-default.warnme.focus, .btn-default.warnme.disabled:active, 
.btn-default.warnme[disabled]:active, fieldset[disabled] .btn-default.warnme:active, .btn-default.warnme.disabled.active, 
.btn-default.warnme.active[disabled], fieldset[disabled] .btn-default.warnme.active {
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c84f3c+0,b7d53d+32,b7d53d+70,c84f3c+100 */
	background: #c84f3c; /* Old browsers */
	background: -moz-linear-gradient(top, #c84f3c 0%, #b7d53d 32%, #b7d53d 70%, #c84f3c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c84f3c 0%,#b7d53d 32%,#b7d53d 70%,#c84f3c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c84f3c 0%,#b7d53d 32%,#b7d53d 70%,#c84f3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c84f3c', endColorstr='#c84f3c',GradientType=0 ); /* IE6-9 */
}

.btn-default.warnme:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c84f3c+0,b7d53d+32,b7d53d+70,c84f3c+100 */
	background: #c84f3c; /* Old browsers */
	background: -moz-linear-gradient(top, #c84f3c 0%, #b7d53d 32%, #b7d53d 70%, #c84f3c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c84f3c 0%,#b7d53d 32%,#b7d53d 70%,#c84f3c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c84f3c 0%,#b7d53d 32%,#b7d53d 70%,#c84f3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c84f3c', endColorstr='#c84f3c',GradientType=0 ); /* IE6-9 */
}

#mini_cart {
	position: absolute;
	top:20px;
	right:20px;
	background-color: #ffffff; 
	width:175px;
	font-size: 18px;
/*	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
*/
}

#mini_cart.pushed {
	top: 65px;
}

#mini_cart a {
	color:black;
	background-color:#ffffff;
	width:100%; 
	display: block;
	padding: 5px 10px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e773c+0,b7d53d+32,b7d53d+70,4e773c+100 */
background: rgb(78,119,60); /* Old browsers */
background: -moz-linear-gradient(top, rgba(78,119,60,1) 0%, rgba(183,213,61,1) 32%, rgba(183,213,61,1) 70%, rgba(78,119,60,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(78,119,60,1) 0%,rgba(183,213,61,1) 32%,rgba(183,213,61,1) 70%,rgba(78,119,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(78,119,60,1) 0%,rgba(183,213,61,1) 32%,rgba(183,213,61,1) 70%,rgba(78,119,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e773c', endColorstr='#4e773c',GradientType=0 ); /* IE6-9 */
}

/* #mini_cart a:hover {

} */

#np_blurb {
	display:none;
}

@media screen and (min-width: 768px) { /* width greater than or equal to 768 */
	#np_blurb {
		position:absolute;
		top:0px;
		left:300px;
		display: block;
	}
	
	#np_blurb.pushed {
		top:45px;
	}
}

@media screen and (min-width: 992px) {
	#np_blurb {
		position:absolute;
		top: 30px;
		left:400px;
		display: block;
	}
	
	#np_blurb.pushed {
		top:75px;
	}
	
}

@media screen and (min-width: 1200px) {
	#np_blurb {
		position:absolute;
		top:60px;
		left:500px;
		display: block;
	}
	
	#np_blurb.pushed {
		top:105px;
	}
}

@media screen and (max-width: 768px) {
    .visible-xs-inline {
        display: inline-block !important;
    }
}

@media screen and (min-width: 768px) {
    .visible-xs-inline {
        display: none !important;
    }
}

.large {
	font-size: 18px;
}

.nav-like {
	font-weight: bold !important;
	color: rgb(51, 51, 51);
    font-family: 'Maiden Orange', cursive;
    font-size: 24px;
}
.depth-2{margin-left:30px;}.depth-3{margin-left:60px;}

.discount-display, .discount {
	color: green;
	font-weight: bold;
}

.shaded-row {
	 background-color:#dff7ef;
}

#covid-disclaimer {
	font-size: 22px;
	color: red;
	font-weight: bold;
}

/* Arrow placement */

#our-history {
	position: relative;
}

#our-history-arrow1 {
	display: none;
	/* position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -125px; */
}

#our-history-arrow2 {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -115px;
}

#arrow-pointer {
	display:none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#our-history {
		position: relative;
		display: inline;
	}
	
	#our-history-arrow1 {
		/* display: block; */
		position: absolute;
		top: -30px;
		left: 0px;
		margin-left: 0px;
	}

	#our-history-arrow2 {
		display: none;
	}

	#arrow-pointer {
		display:block;
		position: absolute;
		right: 0px;
		width: 130px;
		top: 280px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#our-history-arrow1 {
		display: none;
	}

	#arrow-pointer {
		display:block;
		position:absolute;
		right: 20px;
		width: 150px;
		top: 319px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	#arrow-pointer {
		right: 80px;
		width: 165px;
		top: 357px;
	}
}


