.html,body{
	margin: 0px auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #302116;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #48261e;
}
::-webkit-scrollbar-thumb:active {
  background: #48261e;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

p {
	line-height: 24px;
}

.bg-brown {
	background-color: rgb(49, 45, 38) !important;
}

.product-list div.h4,#about-box-6 h5.h5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product-list img.card-img-top {
	height: 250px;
	object-fit: contain;
}

.card a{
	text-decoration: none;
}

.top{
	position: relative;
	width: 100%;
	height: 120px;
	/* background-image: url(../images/bg.jpg); */
	/* background: #e9e7d8; */
	background-size: cover; 
	background-position: center center;
	line-height: 120px;
}

.bg-img{
	position: relative;
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-size: cover; 
	background-position: center center;
}
.box-shadow{
	box-shadow: 3px 3px black;
}

.menu{
	position: static;
	z-index: 99;
	height: 60px; 
	width: 100%;
	background: rgb(49, 45, 38); 
	color: white;
	/* text-align: center; */
}

.menu a{
	text-decoration: none;
}

.menu-cover{
	position: fixed;
	z-index: -1;
	height: 60px; 
	width: 100%;
	/* background: rgba(49, 45, 38,0);  */
	opacity: 0;
}


.webBtn{
	display: inline-block;
    height: 58px;
    line-height: 60px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 10px 0 10px;
    background: rgb(49, 45, 38);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: white;
}
.webBtnSearch{
	display: inline-block;
    height: 40px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 10px 0 10px;
    background: rgb(49, 45, 38);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: white;
}
.webBtnSearch input {
	width: 150px !important;
	max-width: 100%;
}

.mobileBtn{
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
	font-size: 2rem;
	line-height: 60px;
	text-align: center;
	background: rgb(49, 45, 38);
	-webkit-transition:0.3s; /* Safari */
    transition: 0.3s;
}

.webBtn:hover,.mobileBtn:hover{
	background: rgb(77, 68, 53);
}
.logoBtn{
	display: none;
}

.menuIsActive{
	display: inline;
}

.card{
	-webkit-transition:0.3s; /* Safari */
	transition: 0.3s;
	background: rgba(0, 0, 0,0);
	border: 0px;
}

.card:hover{
	background: #e9e7d8;
}

.footer{
	width: 100%;
	background: rgb(49, 45, 38);
	color: white;
}

.footer li{
	line-height: 1.8rem;
	color: #aaa;
	-webkit-transition:0.3s; /* Safari */
	transition: 0.3s;
	cursor: pointer;
}

.footer li:hover{
	color: #fff;
}

.footer ul a{
	text-decoration: none;
}

.footer-border{
	border-right: 1px dashed white;
}

.about-switch-active {
	background-color: #000 !important;
}

[id^="about-area-"] {
	background-color: #999;
	color: #fff;
	cursor: pointer;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

[id^="about-area-"]:hover {
	background-color: #000;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.about-image img {
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.about-border {
	border: 5px double #a99e5c;
	background: url('../images/about/about-bg.jpg') repeat;
}

.about-border-2 {
    border: rgba(169, 75, 75, 0.66) solid 2px;
    background: rgba(255, 255, 255, 0.33);
    padding: 1em;
	width: 95%;
	margin:15px auto;
}

.about-border-2 li {
	margin-bottom: 10px;
}

#about-box-6 .card-text {
	overflow-y: auto;
	height: 100px;
	padding: 5px;
}

.art-images {
	border-radius: 50%;
	background-color: #8A6D3B;
	width: 100%;
	max-width: 60px;
	margin:0 auto;
}

#art-box-a2 .card-text {
	overflow-y: auto;
	height: 200px;
	padding: 5px;
}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.mobileBtn{
		display: none;
	}
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.mobileBtn{
		display: none;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.mobileBtn{
		display: inline;
	}
	.menu{
		position: static;
		height: auto; 
		width: 100%;;
		background: rgb(49, 45, 38); 
		color: white;
		/* text-align: center; */
	}
	.webBtn{
		display: block;
		height: 50px;
		width: 100%;
	}
	.mobileBtn{
		display: inline;
	}
	.menuIsActive{
		display: none;
	}
	.footer-border{
		border-right: 0px;
	}
	.logoBtn{
		display: block;
		height: 60px;
	}

	.top{
		display: none;
	}
	
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.mobileBtn{
		display: inline;
	}
	.menu{
		position: static;
		height: auto; 
		width: 100%;;
		background: rgb(49, 45, 38); 
		color: white;
		/* text-align: center; */
	}
	.webBtn{
		display: block;
		height: 50px;
		width: 100%;
	}
	.mobileBtn{
		display: inline;
	}
	.menuIsActive{
		display: none;
	}
	.footer-border{
		border-right: 0px;
	}
	.logoBtn{
		display: block;
		height: 60px;
	}
	.top{
		display: none;
	}
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	.logoBtn{
		display: inline;
	}
	.menu{
		position: static;
		height: auto; 
		width: 100%;;
		background: rgb(49, 45, 38); 
		color: white;
		/* text-align: center; */
	}
	.webBtn{
		display: block;
		height: 50px;
		width: 100%;
	}
	.mobileBtn{
		display: inline;
	}
	.menuIsActive{
		display: none;
	}
	.footer-border{
		border-right: 0px;
	}
	.logoBtn{
		display: block;
		height: 60px;
	}
	.top{
		display: none;
	}
}


