/**
 * Template Stylsheet
 */
 html {
 	height: 100%;
 	min-height: 100%;
 }
 body {
 	height: 100%;
	font-size: 0.9rem;
	font-family: Times, Palatino, serif;
	color: #000000;
	/* height: 100%;
	margin: 0;*/
	background: lightgrey;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 1rem;
    line-height: 1.2em;
    font-family: Times, Palatino, serif;
}
h1, .h1 { font-weight: bold; }
h2, .h2 {  }
h3, .h3 {  }
h4, .h4 {  }
h5, .h5 {  }
h6, .h6 {  }
p {
	font-family: Times, Palatino, serif;
	font-size: 0.9rem;
}
ul, li {
	    font-family: Times, Palatino, serif;
	font-size: 0.9rem;
}

a {
	color: #888888;
}
a:hover, a:focus, a:active {
	color: #000000;
}
a:focus, a:active {
	color: #000000;
}
[type=reset], [type=submit], button, html [type=button] {
	padding: 6px 12px;
}
body > .container {


	background: #fffde8;
	-webkit-box-shadow: 0px 0px 43px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px -4px rgba(0,0,0,0.75);
}
/*
body > .container > .row,
body > .container #side-column,
body > .container #main-column {
	height: 100%;
}*/
#content {
	min-height: 530px;
}
#content > #content-inner {
	padding-bottom: 180px!important;
}
#content-inner > nav {
	margin-bottom: 30px;
}

#header {
	border-bottom: 2px solid #000000;
	margin-bottom: 3px;
}
#header-rule {
	border-bottom: 1px solid #000000;
	margin-bottom: 25px;
}
/*
#header:before {
	content:" ";
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 0;
	left: 0;
	border-bottom: 1px solid #000000;
}
*/
#header .logo {
	text-align: center;
	padding: 30px 0 ;
}

#side-column ul.nav {
	margin-top: 125px;
}
#side-column {
	border-right: 2px solid #000000;
}
#side-column:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 3px;
	bottom: 0px;
	border-right: 1px solid #000000;
}
#side-column .links {
	margin-top:100px;
	line-height:150%; 
	text-align: right;
}
#side-column .links img {
	margin: 0 10px 10px 0;
}
#side-column .nav-link {
	text-align: right;
}
#side-column .nav-link.active {
	font-weight: bold;
}
.product {
	padding: 20px 0 0 0;
	min-height: 210px;
}
.product img {
	width: 100%;
	border: 3px solid #ddd7ba;
}

/* contact page */
#contact-form .form-control {
	width: 300px;
}
#contact-submit {
	position: absolute;
	bottom: 0;
	right: -133px;
}


#address {
	margin: 30px auto;
	text-align: center;
	font-size: 0.7rem;
	    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
   	white-space: nowrap;

}

/* store pagination */
.browse-bar{
	font-size: 0.7rem;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-family: Times, Palatino, serif;
	border-left-style: none;
/*	border-bottom-style: dotted; */
	border-right-style: none;
	border-top-style: none;
	height: 34px;
	border-color: black;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 100%;
}

.browse-bar > table {
	width: 100%;
	max-width: 825px;
}

.page-link {
	color: #a29e70;
}
.page-link:focus, .page-link:hover {
   	color: #a29e70;
    background-color: #f8f8f8;
    text-decoration: none;
    border-color: rgb(221, 221, 221);
}
.page-item.active .page-link {
    background-color: #bdb991;
    border-color: #bdb991;
}

/* slide out nav */
#slide-nav {
	height: 100%;
	    padding: 0;
    margin: 0;
}
/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/* wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}

/* put toggle bars on the left :: not using button */
.navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 25px;
    height: 30px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
.navbar-toggle > .icon-bar {
	background: #bdb991;
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
.navbar-toggle.slide-active .icon-bar {
    background: #bdb991;
}
.navbar-header {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 10;
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative;
}

/*** Page CSS ***/
.home #content {
	width: 80%; 

	margin: 0 auto 15px auto;
	text-align: center;
}
.home .cycle-slideshow {
	margin-top: 15px;
	margin-bottom: 25px;
}
.home .cycle-slideshow img {
	height: 260px;
		border: 3px solid #ddd7ba;
}
/* browse page */
#products {
	margin-bottom: 30px;
}
#products .product-desc {
	height: 110px;
	margin-top: 8px;
}
#products .product-desc h2 {
	font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.15rem;
    height: 60px;
}
#products .product-desc p {
	font-size: 0.7rem;
}
#products .text-center {  
	flex-basis: auto;
}
/* detail page */
#product-detail-col-1 {
	margin-bottom: 15px;
}
#product-detail-col-1 p {
	margin-bottom: 0.4rem;
}
#product-detail .zoom_gallery{
	margin-bottom: 30px;
}
#product-detail .zoom_gallery li {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
#product-detail .zoom_gallery li img {
	width: 100%;
		border: 3px solid #ddd7ba;
}
#product-detail-col-2 .zoom_gallery li {
	margin-bottom: 30px;
}
/* about page */
.about #content h1,
.about #content h2 {
	text-align: center!important;
}
.about #content .img {
		text-align: center;
		margin: 25px 0;
}
/* search page */
body.search-page {
	min-height: 100%;
}
#category_search select {
	width: 100%;
}
#keyword_search {
	margin-top: 25px;
}
#keyword_search input {
	
}
/* contact page */
.contact-response {
	color: red; 
	font-weight: bold; 
}
/* Misc */
body .form-control,
body .custom-select {
	border-radius: 0!important;
}
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/g/zoom-icon.png);
}
.mobile {
	display: none;
}
.tablet {
	display: none;
}
.desktop {
display: block;
}

.contact_buttons {
	background-color: transparent;
	border: 1px solid black;
	text-decoration: none;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
    border-radius: 0;
	
}

.contact_buttons:hover{
  text-decoration: underline;
}


/*** Media Queries - Responsive CSS ***/
@media (max-width: 992px) and (min-width: 576px){

		#products .product-desc {
		height: 150px;
	}
	#products .product-desc h2 {
		font-size: 0.8rem;
		height: 90px;
	}
}
@media (max-width:767px) { 
	/* detail page */
	#product-detail-col-1 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	#product-detail-col-2 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#side-column {
		height: 100%;
		width: 25%;
	}
	#slide-nav .container {
	    margin: 0!important;
	    padding: 0!important;
      height:100%;
	}
	#slide-nav .navbar-header {
	    margin: 15px auto 0 auto;
	    padding: 0 15px;
	    z-index: 9;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 25%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #fffde8;
	    left: 0;
	    width:100%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: 0;
	    margin: 0;
	    height: 100%;
	    border-right: 2px solid #000;
	}
	#slide-nav #slidemenu:before {
		content: " ";
		position: absolute;
		z-index: 1;
		top: 0;
		right: 3px;
		bottom: 0px;
		border-right: 1px solid #000000;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls */
	#navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
      bottom:0;
	    width: 25%;
	    left: -25%;
	    background: #f7f7f7;
	}
	#navbar-height-col.inverse {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}
@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}

	.navbar-header {
	/*    left: 0!important*/
	}
	.navbar-toggle {
		display: none;
	}
	#content > #content-inner {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 1px){
	body {
		background: #fffde8;
	}
	body > .container {
		max-width: 100%!important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#side-column {
		position: fixed;
		top: 0;
		left: -25%;
		z-index: 1;
		border: 0;
		width: 25%;
	}
	#side-column:before {
		border: 0;
	}
	#main-column {
		max-width: 100%;
		flex: 0 0 100%;
	}
	#content {
		padding: 0 5%;
	}
	.searchbutton {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 576px){
	.mobile {
		display: none;
	}
	.tablet {
		display: block!important;
	}

	.desktop {
		display: none;
	}
}
@media only screen and (max-width: 575px) and (min-width: 1px){
	#header .logo {
		padding: 20px 0;
	}
	#slide-nav {
		height: auto;
	}
	.home #content {
		width: 100%;
		margin: 0;
	}
	.home .cycle-slideshow img {
		height: 200px;
	}
	.home #prev,
	.home #next {
		display: none;
	}
		
	#header .logo img { 
		width: 65%;
	}
	#products-col-1,
	#products-col-2,
	#products-col-3 {
		max-width: 100%;
		flex-basis: auto;
	}
	#product-detail-col-1 {
		flex: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	#product-detail-col-2 {

	}
	/* about page */
	.about img {
		width: 100%;
	}


	.mobile {
		display: block!important;
	}
	.tablet {
		display: none;
	}
		.desktop {
		display: none;
	}
}