@font-face {
	font-family: 'Be-safe';
	src:url('fonts/Be-safe.ttf.woff') format('woff'),
		url('fonts/Be-safe.ttf.svg#Be-safe') format('svg'),
		url('fonts/Be-safe.ttf.eot'),
		url('fonts/Be-safe.ttf.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
}

:root {
	--c7-bg: #F1EBE0;
	--c7-bg-alt: #E4DCCC;
	--c7-font-family: Arial, Helvetica, sans-serif;
	--c7-body-text-color: #000000;
	--c7-font-size: 16px;
	--c7-header-text-color: #FFFFFF;
	--c7-heading-font-family: "Be-safe", Arial, Helvetica, sans-serif;
	--c7-heading-font-weight: normal;
	--c7-heading-text-color: #000000;
	--c7-primary-color: #000000;
	--c7-primary-color-dark: #820023;
	--c7-primary-button-bg: #820023;
	--c7-primary-button-bg-hover: #B10332;
	--c7-primary-color-text: #F1EBE0;
	--c7-primary-button-text-color: #FFFFFF;
	--c7-alt-button-bg: #820023;
	--c7-alt-button-bg-hover: #B10332;
	--c7-alt-button-text-color: #FFFFFF;
/*	--c7-border-radius: 0px;*/
	--c7-button-border-radius: 0px;
	--c7-link-color: #820023;
	--c7-field-border-radius: 0px;
	--c7-field-border-color: #E4DCCC;

/*
  --c7-page-width: 1300px;
  --c7-page-width-checkout: 1500px;
  --c7-alt-text-color: #50505a;
  --c7-font-size-sub: 14px;
  --c7-primary-color-focus: rgba(56, 96, 214, 0.25);
  --c7-border-color: #e3e3e8;
  --c7-loading-bg: rgba(255, 255, 255, 0.5);
  --c7-modal-border-radius: 8px;
  --c7-modal-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  --c7-overlay-bg: rgba(0, 0, 0, 0.1);
  --c7-progress-bar: var(--c7-primary-color);
  --c7-pill-bg: #f3f6ff;
  --c7-pill-text-color: var(--c7-primary-color-text);
  --c7-field-bg: #fff;
  --c7-field-focus-color: rgba(0, 0, 0, 0.07);
  --c7-field-focus-border-color: rgba(0, 0, 0, 0.54);
  --c7-field-option-selected-color: var(--c7-primary-color);
  --c7-field-option-focus-color: var(--c7-primary-color-focus);
  --c7-field-placeholder: #b2b2b8;
  --c7-field-dropdown-shadow: 2px 2px 10px 0 rgb(0 0 0 / 8%);
  --c7-info-bg: #f1f1f4;
  --c7-error: #ca0505;
  --c7-error-bg: #ffebeb;
  --c7-warning: #fba213;
  --c7-warning-bg: #fff6e5;
  --c7-success: #016047;
  --c7-success-bg: #e8fcf7;
  --c7-notification: #ca0505;
  --c7-cart-count-bg: var(--c7-primary-color);
  --c7-cart-count-bg-focus: var(--c7-primary-color-focus);
  --c7-cart-count-text-color: #fff;
  --c7-side-cart-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
  --c7-dropdown-border-radius: 8px;
  --c7-dropdown-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%);
  --c7-dropdown-hover: #e6e8ed;
  --c7-block-bg: var(--c7-bg);
  --c7-block-border-color: var(--c7-border-color);
  --c7-block-border-radius: var(--c7-border-radius);
  --c7-block-shadow: 0 1px 3px 0 rgba(222, 222, 227, 0.3);
*/
}

/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #222222;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

html.webp {
	background-image: url('../images/background.webp');
}

html.no-webp {
	background-image: url('../images/background.jpg');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	background-color: transparent;
}

body.editor, body.short_editor {
	background-image: none;
	background-color: #F1EBE0;
	min-height: 400px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

#content .tox-edit-area__iframe {
	padding: 0px 10px;
	background-color: transparent;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
	margin-bottom: 1em;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p, .block p {
	margin-bottom: 1em;
}

.block p:last-child {
	margin-bottom: 0px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 1em;
}

#content li, #page_blocks li, .editor li {
	line-height: 1.75em;
	margin-bottom: .25em;
}

h1 {
	font-family: "Be-safe", Arial, Helvetica, sans-serif;
	font-size: 40px !important;
	line-height: 1em !important;
	font-weight: normal;
	letter-spacing: .05em;
	margin-bottom: .5em !important;
}

h2, .h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: .25em;
}

hr {
	border: 0px;
	height: 1px;
	margin: 1em auto;
	color: #000000;
	background-color: #000000;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

#content img, .editor img {
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #820023;
}

a:hover, button.c7-link:hover {
	color: #000000;	
}

a, button, .button, input[type="button"], input[type="submit"], .c7-link * {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#page_blocks .block_content_photo .embed_container, #page_blocks .block_video .embed_container {
	height: 100%;
	min-height: 400px;
	margin-bottom: 0px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#page_blocks .embed_container iframe, #page_blocks .embed_container object, #page_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.block_content_photo .right_photo, .block_content_photo .left_photo {
        width: 50%;
}

.block_content_photo .right_photo {
        margin-left: 5%;
}

.block_content_photo .left_photo {
        margin-right: 5%;
}

.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: block;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 40px 40px 0px;
	display: block;
	max-width: 50%;
}

@media only screen and (max-width: 699px) {

	.right_photo, .left_photo {
		width: 100% !important;
		max-width: 100% !important;
		float: none;
		margin: 0px auto 20px auto !important;
	}

}

.col2 {
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {

	.cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.cols .col2 {
		width: 45%;
	}

}

/* FORM CSS */

label, .label {
	white-space: nowrap;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: .5em .75em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button, .button, .fancy_button, input[type="button"], input[type="submit"], .layout_admin .ui-dialog-buttonset .ui-button {
	border: 0px;
	background-color: #000000;
	color: #F1EBE0;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

button:hover, .button:hover, .fancy_button:hover, input[type="button"]:hover, input[type="submit"]:hover, .layout_admin .ui-dialog-buttonset .ui-button:hover, .c7-user-nav__account__login:hover {
	color: #EDC45B;
}

.c7-btn:hover, c7-btn--alt:hover {
	background-color: #B10332;
	color: #FFFFFF;
}

button:disabled, button[disabled], input[type="button"]:disabled {
	background-color: #999999;
	cursor: default;
}

.fancy_button {
	display: inline-block;
	padding: .5em .5em;
	font-family: "Be-safe", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: .05em;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px 100px;
	position: relative;
}

#skip_content {
	position: absolute;
	top: 0px;
	right: 10px;
	transform: translateY(-150%);
	background-color: #000000;
	color: #F1B15A;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 500;
}

#skip_content:focus {
	transform: translateY(10px);
}

header {
	position: relative;
	padding-top: 200px;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: none;
	z-index: 50;
}

#header_inner .container {
	max-width: 1800px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 30px;
}

#logo img {
	width: 100%;
	max-width: 150px;
	display: inline-block;
}

#header_photo {
	max-width: 2000px;
}

#header_photo .container_inner {
	overflow: hidden;
}

#header_photo img {
	display: block;
	width: 100%;
	max-width: none;
}

@media only screen and (max-width: 809px) {

	#header_photo {
		height: 250px;
		overflow: hidden;
	}

	#header_photo img {
		width: 750px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -375px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -187.5px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -562.5px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -80px;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,.9);
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 98%, rgba(0,0,0,0) 100%);
	z-index: 50;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #logo, .collapsed #logo {
	top: 10px;
	height: 60px;
	overflow: hidden;
}

.collapsed_temp #logo img, .collapsed #logo img {
	max-width: 63px;
}

.collapsed_temp #nav, .collapsed #nav {
	padding-top: 10px;
}

.collapsed_temp #cart_nat > .c7-user-nav__cart > .c7-link:first-child, .collapsed .c7-user-nav__cart > .c7-link:first-child,
.collapsed_temp .c7-user-nav__account, .collapsed .c7-user-nav__account {
	display: none;
}

#content {
	max-width: 2000px;
}

#content_inner {
	background-color: #F1EBE0;
}

#ctas {
	max-width: 2000px !important;
}

#ctas .container {
	background-color: #E4DCCC;
	max-width: none;
}

@media only screen and (min-width: 1300px) {

	#ctas .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

}

.cta {
	position: relative;
}

.cta img {
	display: block;
	width: 100%;
	height: auto;
}

.cta a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}

.cta a:hover {
	background-color: rgba(0,0,0,.45);
}

.cta a span.content {
	display: block;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Be-safe", Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .05em;
	color: #F1B15A;
}

@media only screen and (min-width: 750px) {

	#ctas .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

}

@media only screen and (max-width: 749px) {

	#ctas .container {
	}

	.cta {
		max-width: 570px;
		margin: 1px auto 0px auto;
	}

	.cta:first-child {
		margin-top: 0px;
	}

}

footer {
	max-width: 2000px !important;
}

footer .container {
	background-color: #090909;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: none !important;
	min-height: 699px;
	padding-top: 100px;
}

.webp footer .container {
	background-image: url('../images/footer-bg.webp');
}

.no-webp footer .container {
	background-image: url('../images/footer-bg.jpg');
}

#footer_logo {
	text-align: center;
	height: 146px;
	overflow: hidden;
	margin-bottom: 100px;
}

#footer_logo img {
	width: 150px;
}

#footer_cols {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0px auto;
	font-size: 15px;
	line-height: 21px;
	font-style: italic;
	color: #E4DCCC;
	margin-bottom: 120px;
}

#footer_cols .title {
	font-family: "Be-safe", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.1em;
	letter-spacing: .05em;
	color: #F1B15A;
	margin-bottom: .4em;
}

#footer_cols a {
	color: #E4DCCC;
}

#footer_cols a:hover {
	color: #F1B15A;
}

#social {
	padding: 0px;
}

#social li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	font-size: 22px;
	line-height: 22px;
}

#social li a {
	display: block;
}

#email_box {
	vertical-align: top;
	width: 148px;
	height: 30px;
	border: 1px solid #E4DCCC;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: transparent;
	color: #787878;
	font-style: italic;
}

#email_submit {
	vertical-align: top;
	width: 82px;
	height: 30px;
	border: 1px solid #E4DCCC;
	border-left: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: transparent;
	font-size: 13px;
	color: #F1B15A;
	font-style: italic;
}

#email_submit:hover {
	color: #E4DCCC;
}

#copyright {
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
	color: #787878;
}

#copyright span, #copyright a {
	white-space: nowrap;
}

#copyright a {
	color: #787878;
}

#copyright a:hover {
	color: #B6B6B6;
}

@media only screen and (max-width: 849px) {

	footer .container {
		padding-top: 60px;
	}

	#footer_logo {
		margin-bottom: 60px;
	}

	#footer_cols {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 0px auto 70px auto;
	}

	#footer_cols .col {
		text-align: center;
	}

	#footer_col1, #footer_col3 {
		width: 150px;
	}

	#footer_col2, #footer_col4 {
		width: 230px;
	}

	#footer_col3, #footer_col4 {
		margin-top: 50px;
	}

	#footer_nav {
		max-width: 500px;
		margin: 0px auto 20px auto !important;
	}

	#footer_nav li:nth-child(3):before {
		display: none;
	}

}

@media only screen and (max-width: 649px) {

	footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: auto;
	}

	#footer_logo {
		margin-bottom: 40px;
	}

	#footer_cols {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 499px) {

	#footer_cols {
		max-width: 230px;
	}

	#footer_cols .col {
		width: 230px !important;
	}

	#footer_col2, #footer_col3, #footer_col4 {
		margin-top: 30px;
	}

	#footer_nav {
		max-width: 400px;
	}

	#footer_nav li:nth-child(4):before {
		display: none;
	}

}

@media only screen and (max-width: 349px) {

	#footer_nav {
		max-width: 280px;
	}

	#footer_nav li:before {
		display: none;
	}

}

/* NAVIGATION CSS */

#main_nav {
	padding: 0px;
}

#main_nav li {
	font-family: "Be-safe", Arial, Helvetica, sans-serif;
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: .05em;
}

#main_nav a, #main_nav li.active li a {
	color: #F1EBE0;
}

#main_nav a:hover, #main_nav li.active a, #main_nav li li.active a:hover {
	color: #EDC45B;
}

#main_nav li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

#subnav {
	padding: 10px 0px 0px 0px;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

#subnav li a {
	color: #000000;
}

#subnav li a:hover, #subnav li.active a {
	color: #820023;
}

#back_link {
	text-align: center;
}

#footer_nav {
	text-align: center;
	margin-bottom: 15px;
}

#footer_nav ul {
	padding: 0px;
}

#footer_nav li {
	display: inline;
	padding: 0px 20px 0px 25px;
	position: relative;
	font-style: italic;
	line-height: 18px;
	white-space: nowrap;
}

#footer_nav li:before {
	content: "\\";
	position: absolute;
	left: 0px;
	top: 0px;
	color: #666666;
}

#footer_nav li.first:before {
	display: none;
}

#footer_nav li a {
	color: #787878;
}

#footer_nav li a:hover {
	color: #B6B6B6;
}

/* PAGE BLOCK CSS */

.block.bgcolor1 {
	background-color: #EBE4D6;
}

.block.padding_top {
	padding-top: 80px;
}

.block.padding_bottom {
	padding-bottom: 80px;
}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo.parallax {
	min-height: 500px;
	background: transparent;
}

.block_photo img {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 799px) {

	.block_photo {
		height: 400px;
		overflow: hidden;
	}

	.block_photo img {
		width: 800px;
		max-width: none;
	}

	.block_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -400px;
	}

	.block_photo.right img {
		float: right;
	}

	.block_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -150px;
	}

	.block_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -450px;
	}

}

.block_content_photo .container {
	max-width: none;
}

#content .block_content_photo .photo img {
	width: 100%;
/*	height: 100%;
	object-fit: cover;*/
	display: block;
}

.block_content_photo .content_inner {
	padding: 1
}

@media only screen and (min-width: 1050px) {

	.block_content_photo.stretch .container {
		display: flex;
	}

	.block_content_photo.stretch.right .container {
		flex-direction: row-reverse;
	}

	.block_content_photo.stretch .container .photo {
		flex: 1;
		margin-bottom: 0px;
	}

	.block_content_photo.stretch .content {
		display: flex;
		flex: 1;
		align-items: center;
	}

	.block_content_photo.stretch .content_inner {
		padding-right: 10%;
	}

}

.block_boxes .container {
	max-width: none;
}

.block_box {
	margin-bottom: 40px;
}

.block_box img {
	width: 100%;
}

@media only screen and (min-width: 768px) {

	.block_boxes .container_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_box {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 767px) {

	.block.padding_top {
		padding-top: 30px;
	}

	.block.padding_bottom {
		padding-bottom: 30px;
	}

}

/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	max-width: 2000px;
	margin: 0px auto;
	position: relative;
}

.block_slideshow ul {
	margin: 0px;
	padding: 0px !important;
	position: relative;
	width: 100%;
	background-color: #F1EBE0;
}

.block_slideshow .rslides li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

.block_slideshow .rslides li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow .rslides li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

.block_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.block_slideshow .rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 10;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

@media only screen and (max-width: 1108px) {

	.block_slideshow ul {
		height: 420px;
		overflow: hidden;
	}

	.block_slideshow .rslides li img {
		width: 1008px;
		height: 420px;
		max-width: 100%;
	}

}

/* NEWS AND EVENTS CSS */

.block_news_events .container {
	max-width: none;
}

.block_news_events .container_inner, .c7-product-collection__product-list {
        display: grid;   
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 30px;
        margin-top: -30px;
}

.c7-product-collection__product-list, .c7-product-allocation__product-list {
	row-gap: 0px;
}

.block_news_events h2 {
	text-align: center;
	margin-bottom: .75em;
}
 
.block_news_events .item, .c7-product-collection__product-list .product {
	border: 1px solid #E4DCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 20px;
	margin-top: 30px;
}

.block_news_events.bgcolor1 .item {
	border: 1px solid #D2C7B2;
}

.block_news_events .item img, .c7-product-collection__product-list .product img {
	margin-bottom: .5em;
}

.block_news_events .item .h2, .c7-product-collection__product-list .h2 {
	margin-bottom: 0px;
}

.block_news_events .item .date {
	font-size: 18px;
}

.block_news_events .item .content {
	line-height: 1.5em;
}

.block_news_events .fancy_button {
	padding: .25em .5em 0px .75em;
	font-size: 22px;
	margin-top: .5em;
}

.c7-product__add-to-cart__form .c7-btn {
	background-color: #820023;
}

.c7-product__add-to-cart__form .c7-btn:hover {
	background-color: #B10332;
	color: #FFFFFF;
}

@media only screen and (max-width: 1699px) { 

	.block_news_events .container_inner, .c7-product-collection__product-list {
        	display: grid;   
	        grid-template-columns: 1fr 1fr 1fr;
	}

}

@media only screen and (max-width: 1399px) { 

	.block_news_events .container_inner, .c7-product-collection__product-list {
        	display: grid;   
	        grid-template-columns: 1fr 1fr;
	}

}

@media only screen and (max-width: 649px) {

	.block_news_events .container_inner, .c7-product-collection__product-list {
		margin: 0px;
		display: block;
	}

}

/* GALLERY CSS */

.gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 599px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 449px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

.block_faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
}

.block_faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.block_faqs div.answer {
	display: none;
}

.block_faqs div.expand div.question:before {
	content: '\f0d8';
}

.block_faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
	white-space: normal;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* POPUP CSS */

#popup {
	display: none;
	width: 90%;
	max-width: 650px;
	background-color: #FFFFFF;
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#popup p {
	line-height: 1.5em;
}

#popup p:last-of-type {
	margin-bottom: 0px;
}

div.close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
}

@media only screen and (max-width: 700px) {

	#popup {
		padding: 30px;
	}

}

/* COMMERCE7 CSS */

#cart_nav {
	position: absolute;
	top: 5px;
	right: 0px;
}

#c7-cart, #c7-account {
	display: inline-block;
	vertical-align: top;
}

#c7-cart {
	margin-right: 15px;
}

.c7-user-nav__account > a, .c7-user-nav__cart > button {
	padding: 0px;
}

/*
.c7-user-nav__cart__title svg {
	stroke: #FFFFFF;
}
*/

.c7-user-nav__cart > .c7-link:hover .c7-user-nav__cart__title svg {
        stroke: #EDC45B;
}

.c7-user-nav__cart > .c7-link:hover .c7-user-nav__cart__count {
	box-shadow: none;                                   
}

.c7-user-nav__account {
	padding-right: 0px;
}

.c7-user-nav__account > a {
	padding: 0px;
}

.c7-user-nav__account__dropdown {
	line-height: 22px;
}

.c7-btn {
	display: inline-block;
	min-height: 37.5px;
	font-family: "Be-safe", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: .05em;
	padding: .25em .5em 0px .75em;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

button.c7-link {
	font-weight: normal;
}

.c7-modal__header button, .c7-link {
	background-color: transparent !important;
}

.c7-link:not([disabled]):hover, .c7-link:not([disabled]):active, .c7-link:not([disabled]):focus {
	text-decoration: none;
}

.c7-pagination {
	display: none;
}

.c7-account__header {
	padding: 0px;
}

.c7-account__menu {
	box-shadow: none;
}

.c7-modal__header button svg {
	stroke: #FF00FF;
}

#c7-modal h1, #c7-content h1 {
	margin-bottom: 0px !important;
}

.c7-back::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" role="presentation" width="16" height="16" viewBox="0 0 24 24" stroke="%23000000" stroke-width="2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 19L3 12M3 12L10 5M3 12L21 12" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.c7-product__add-to-cart__price__variant, .c7-order-item__description {
	display: none;
}

.block_c7.wide .container {
	max-width: none;
}

#c7-content .c7-product-collection h1 {
	margin-bottom: .5em !important;
}

.c7-product-collection .c7-product__add-to-cart__form {
	justify-content: center;
}

.c7-product__add-to-cart__price, .c7-product__add-to-cart__form, .c7-product__add-to-cart__form__quantity {
	display: inline-block;
	vertical-align: top;
}

.c7-product__add-to-cart__price {
	margin: 13px 10px 0px 0px;
}

.c7-product__add-to-cart__form input {
	height: 38.5px !important;
	width: 50px !important;
}

.c7-product__details h2 {
	margin-top: 1em;
}

.c7-product__details .spec {
	display: table;
}

.c7-product__details dt {
/*
	float: left;
	clear: both;
	width: 140px;
	margin-bottom: 20px;
*/
	display: table-cell;
	width: 125px;
	font-weight: bold;
}

.c7-product__details dd {
/*
	margin-left: 100px;
	margin-bottom: 20px;
*/
	display: inline-block;
	display: table-cell;
}

.c7-product__details dd:after{
	display: block;
	content: '';
}

.c7-product-detail .c7-product__add-to-cart {
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
	.c7-product-detail .c7-product__image {
		flex: 0 0 32.5%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 768px) {
	.c7-product-detail .c7-product__image img {
		max-height: 600px;
	}
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1000px) {

	#mobile_nav_logo {
		display: none;
	}

	#nav_trigger {
		display: none;
	}

	#nav {
		position: absolute;
		top: 0px;
		right: 30px;
		padding-top: 142px;
	}

	#main_nav {
		float: right;
		height: 58px;
	}

	#main_nav > li {
		float: left;
		margin-left: 0px;
		display: inline;
		background-repeat: no-repeat;
		background-position: right top;
		padding: 17px 55px 0px 0px;
		height: 58px;
	}

	.webp #main_nav > li {
		background-image: url('../images/nav-divider.webp');
	}

	.no-webp #main_nav > li {
		background-image: url('../images/nav-divider.png');
	}

	#main_nav > li:last-child {
		background-image: none;
		padding-right: 0px;
	}

	#main_nav li > ul {
		position: absolute;
		top: 50px;
		left: 0px;
		padding: 5px 0px;
		z-index: 20;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #010101;
	}

	#main_nav li:hover > ul, #main_nav li.hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#main_nav li li a {
		display: block;
		padding: 7px 10px;
	}

}

#subnav {
	text-align: center;
}

#subnav li {
	display: inline;
	margin-left: 15px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}

#subnav li.first {
	margin-left: 0px;
	padding-left: 0px;
}

#subnav li:before {
	content: "\\";
	position: absolute;
	left: 0px;
	top: 0px;
}

#subnav li.first:before {
	display: none;
}

#section_title {
	display: none;
}


@media only screen and (max-width: 1299px) { 

	.container {
		padding: 0px 50px;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1199px) { 

	#main_nav > li {
		font-size: 24px;
		padding: 17px 50px 0px 0px;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1099px) { 

	#main_nav > li {
		background-image: none !important;
		font-size: 24px;
		padding: 17px 32px 0px 0px;
	}

}

@media only screen and (max-width: 999px) {

	.mobile_nav body {
		overflow: hidden;
	}

	.container {
		padding: 0px 30px;
	}

	#header_inner {
		padding: 0px;
	}

	#logo {
		left: 0px;
		width: 100%;
		text-align: center;
	}

	#logo img {
		width: 100%;
	}

 	#mobile_nav_logo {
		text-align: center;
		height: 146px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav_trigger {
		border: 0px;
		background-color: transparent;
		width: 30px;
		padding: 0px;
		position: absolute;
		top: 15px;
		right: 30px;
		z-index: 100;
		cursor: pointer;
	}

	.mobile_nav #nav_trigger {
		top: 8px;
	}

	#nav_trigger:after, #nav_trigger:before, #nav_trigger span {
		content: '';
		display: block;
		background-color: #F1EBE0;
		border-radius: 2px;
		height: 5px;
		margin: 5px 0px;
		transition: all .2s ease-in-out;
	}

	.mobile_nav #nav_trigger:before {
		transform: translateY(10px) rotate(45deg);
	}

	.mobile_nav #nav_trigger:after {
		transform: translateY(-10px) rotate(-45deg);
	}

	.mobile_nav #nav_trigger span {
		transform: scale(0);
	}

	.mobile_nav #nav_trigger:after, .mobile_nav #nav_trigger:before, .mobile_nav #nav_trigger span {
		background-color: #000000;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #010101;
		padding-top: 80px;
		z-index: 10;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#main_nav li {
		display: block;
		font-size: 30px;
		text-align: center;
	}

	#main_nav li a {
		display: block;
		padding: 10px 15px;
	}

	#main_nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#main_nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#main_nav li li {
		font-size: 16px;
	}

	#main_nav li li a {
		padding: 6px 30px;
	}

	#user-tools {
		text-align: center;
		top: 0px;
		left: 0px;
		background-color: #F1EBE0;
		height: 50px;
		color: #000000;
		z-index: 500;
		padding-top: 7px;
	}

	#user-tools a {
		color: #000000;
	}

	#user-tools a:hover {
		color: #820023;
	}

/*
	#subnav {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
		text-align: center;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #010101;
		z-index: 30;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		line-height: 1.1em;
	}

	#subnav li:first-child {
		padding-top: 10px;
	}

	#subnav li:last-child {
		padding-bottom: 10px;
	}

	#subnav li a {
		display: block;
		padding: 10px 15px;
		color: #F1EBE0;
	}

	#subnav li a:hover {
		color: #EDC45B;
	}
*/

}

@media only screen and (max-width: 767px) { 

	.container {
		padding: 0px 15px;
	}

	#nav_trigger {
		right: 15px;
	}

}

@media only screen and (max-width: 549px) { 

	#user-tools {
		text-align: left;
		padding-left: 15px;
	}

}

@media only screen and (max-width: 399px) { 

	#nav {
		padding-top: 85px;
	}

	#user-tools {
		height: 55px;
	}

	.v65-widgetModalCart {
		display: block;
		line-height: 1em;
	}

	.v65-widgetModalCart-dropdown {
		top: 55px;
	}

}
