.hidden {
	display: none!important;
}

.section-banner .h1 {
	text-transform: uppercase;
    font-size: 3.875rem;
    line-height: .952;
	color: #fff;
	position: relative;
}

.section-banner .h1::before {
    background-color: #9c8969;
    content: '';
    display: block;
    left: 50%;
    height: 1px;
    position: absolute;
    top: -1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5rem;
}

.section-product-seo h1 {
    color: #3f4041;
    font-family: "Montserrat",sans-serif;
    font-size: 2.225rem;
    font-weight: 700;
    line-height: 1.277;
    text-transform: uppercase;
}

.product-btns {
	margin-top: 1rem;
}

.font2 p {
    font-family: "Montserrat",sans-serif;
    font-size: .938rem;
    font-weight: 300;
}

.section-cards .card {
	border: 1px solid #9c8969;
	padding: 2rem;
  margin-bottom: 2.5rem;
}

.section-cards .card .h5 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
}

.section-cards .card .nmb {
	font-weight: 700;
	color: #000;
}

.section-cards .card .button:hover .nmb {
	color: #fff;
}

.pad50 {
	padding-bottom: 3rem;
}

.content-section h2 {
    font-family: "Montserrat",sans-serif !important;
	color: #3f4041;
    font-size: 1.755rem;
    font-weight: 700;
    line-height: 1.277;
    text-transform: uppercase;
}

.section-gallery {
	max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.section-gallery .flex-direction-nav {
 min-height: 1px; 
}

.section-gallery .flex-direction-nav a {
 line-height: 1; 
}

.section-gallery .section-inner2 {
  padding: 2rem 1.5rem;
}

.section-gallery .flexslider {
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  background: none;
}

.section-gallery #slider.flexslider {
    border: 2px solid #ddd; 
}

.section-gallery .flex-direction-nav {
 position: absolute; 
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
  right: 0;
}

.section-gallery #slider.flexslider li  {
 position: relative; 
}

.section-gallery #slider.flexslider li .slide-caption {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 14px;
}

.col {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.section-gallery #carousel .flex-direction-nav {
 display: none; 
}

@media (min-width: 1024px) {
.card-section .button {
   min-width: 100%; 
}
}

@media (max-width: 1140px) and (min-width: 1024px) {
 .card-section .button { font-size: .638rem; 
}

@media (max-width: 767px) {
  .seo-s1 h1 { font-size: 28px; } 
}