/* General Styles */
body {
	font-family: 'Lato', sans-serif !important;
	color: #333333;
	line-height: 150%;
	padding: 0 !important;
	margin: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	margin: 20px 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
.container-fluid {
	margin: 0 auto;
}
.contentMinHeight {
	min-height: 40vh;
}
.pull-right {
	font-size: inherit;
}
#clickLog, #clickReg {
	padding: 0 10px;
}
.add20pxPadding {
	padding: 20px;
}
.add10pxPadding {
	padding: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.h100 {
	height: 100%;
}
.dibMax1200	{
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}
.dibMax1000	{
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
.dibMax700 {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.genericButton-inline {
	display: inline-block;
	background: #D0A908;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.qxrFooter {
	background: #fff;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#aside-leftmenu-navbar li {
	padding-left: 5px;
}
.inlineLink {
	display: inline-block;
	color: #0f6aac;
}
.container-1 {
	margin: 0 auto;
}
.container__main {
	float: left;
	width: 100%;
}
/* End General Styles */







/*Begin Header*/
.StickHeaderMDE {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important; 
}
.header {
	float: left;
	width: 100%;
	border-bottom: solid 1px #e8e8e8;
}
.header_topBar {
	float: left;
	width: 100%;
	background: #9b9b9b;
	padding: 8px;
	text-align: center;
}
.header_topBar-text {
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
	margin-top: 5px;
}
.header_mainBar {
	float: left;
	width: 100%;
	height: 85px;
	background: #fff;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 37.5%;
	height: 100%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}
.mainBar_middle a {
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.mainBar_middle a img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.mainBar_middle a:hover {
	text-decoration: none;
}
.mainBar_right {
	position: relative;
	float: right;
	width: 37.5%;
	height: 100%;
	text-align: right;
}
@media (max-width: 767px) {
	.smallViewHeader {
		display: block;
	}
	#largeHeader {
		display: none;
	}
}
.main-header-links {
	float: left;
	width: 100%;
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
}
.main-header-links .navigation__ul > li > a {
	letter-spacing: 1.5px;
	padding: 8px 14px;
}
.main-header-links .navigation__ul > li.dropdown > a {
	position: relative;
}
.main-header-links .navigation__ul > li.dropdown > a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background: url("../img/dropdown_arrow_new_grey.png") center center no-repeat;
	opacity: 0.3;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-header-links .navigation__ul > li.dropdown:hover > a:after {
	opacity: 1;
}
.header_topBar-text a {
	color: #fff;
}
.header_topBar-text:first-child {
	padding-left: 0;
}
.header_topBar-text:last-child {
	padding-right: 0;
	border: none;
}
.mainSearchBox {
	float: right;
	height: 25px;
	border: solid 1px #e8e8e8;
	background: #ffffff;
}
.mainSearchBox .search-query {
	width: 140px;
	height: 100%;
	padding: 0 10px 0 10px;
	float: left;
	border: none;
	outline: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton {
	width: 30px;
	height: 100%;
	float: left;
	border: none;
	outline: none;
	background: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
}
.navigation__ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navigation__ul > li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.navigation__ul > li > a {
	color: #6e6e6e;
	display: block;
	letter-spacing: 4px;
	padding: 8px 20px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.navigation__ul > li:hover > a {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.dropdown-menu {
	display: block;
	opacity: 0;
	z-index: -1000;
	margin: 0;
	padding: 0;
	min-width: 160px;

	border: solid 1px #e8e8e8;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.dropdown-menu li a {
	float: left;
	width: 100%;
	text-align: left;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	padding: 7px 20px;
	color: #6e6e6e;
	font-size: 12px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	background: #000000;
	color: #ffffff !important;
	text-decoration: none;
}
.navigation__li:hover > .dropdown-menu, .navigation__ul > li:hover > .dropdown-menu {
	opacity: 1;
	z-index: 1000;
}
.input-append .btn {
	background-color: #000;
}



/*Rebuilt Header*/



/*Quick Settings*/
body {
	/*Top Bar Height and top bar line height*/
	--omniTopBarHeight: 45px;

	/*Top Bar background color*/
	--omniTopBarBg: #000000;

	/*Top Bar font color*/
	--omniTopBarFontColor: #ffffff;

	/*Main Bar Height and main bar line height*/
	--omniMainBarHeight: 80px;

	/*Main Bar padding*/
	--omniMainBarPadding: 0px 0px;

	/*Main Bar Background*/
	--omniMainBarBackground: #ffffff;

	/*Logo Width*/
	--omniLogoWidth: 240px;

	/*Logo Negative left margin (1/2 of Logo Width)*/
	--omniLogoLeftMarg: -120px;

	/*Mobile Logo Width*/
	--omniLogoWidthMobile: 130px;

	/*Width of Hamburger Menu Button*/
	--omniNavMenuButtonWidth: 38px;

	/*Logo Padding*/
	--omniLogoImgPad: 10px 10px;

	/*Nav link hover bar color*/
	--omniNavLinkBackground: #000000;

	/*Nav link arrow color*/
	--omniNavLinkArrowColor: #cecece;
	
	/*Sub Menu Background color, parent bar hover line color*/
	--omniSubMenuBackground: #e8e8e8;
	
	/*Sub Menu title color*/
	--omniSubMenuTitleColor: #000000;

	/*Sub Menu text link color*/
	--omniSubMenuTextColor: #000000;

	/*View all categories link color*/
	--omniSubMenuViewCatColor: #8c0000;

	/*Main Nave Mobile Background color*/
	--omniNavMobileBackgroundColor: #f0f0f0;

	/*Search bar padding top*/
	--searchPadTop: 5px;

	/* Width of search button*/
	--searchButtonWidth: 45px;
}
/* End quick settings */

/* SVGs */
.SVG-search1 {
	display: block;
	width: 26px;
	height: 26px;
	
}
.SVG-search1 * {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3px;
	fill-rule: evenodd;
}
/*.omniMobileSearchToggleButton .SVG-search1 * {
	stroke: #ffffff;
}*/
/* End SVGs */


.omniHeader {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 120;


	/*Temp Styles*/
	/*min-height: 30px;
	background: #f0f0f0;
	margin: 100px 0;*/
}

/*Top Bar*/
.omniTopBar {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	background: var(--omniTopBarBg);

	height: 50px;
	height: var(--omniTopBarHeight);
	padding: 0 0px 0 20px;
}
.omniTopBar-element {
	display: inline-block;
	height: 100%;
	height: var(--omniTopBarHeight);
	line-height: var(--omniTopBarHeight);
	padding: 0 10px;
	color: var(--omniTopBarFontColor);
}
.omniTopBar-element > a {
	display: inline-block;
	height: 100%;
	height: var(--omniTopBarHeight);
	line-height: var(--omniTopBarHeight);
	color: var(--omniTopBarFontColor);
}
.omniTopBar-edges .omniTopBar-element {
	float: left;
}
.omniTopBar-element.omniTopBar-element-right {
	float: right !important;
}
.omniTopBar-element.omniTopBar-element-left {
	float: left !important;
}

.omniTopBar-element.omniTopBar-element-right.searchBarElement {
	padding-right: 0;
}


/*Main Bar*/
.omniMainBar {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	height: var(--omniMainBarHeight);
	text-align: center;
	padding: 0 10px;
	padding: var(--omniMainBarPadding);
	background: #e8e8e8;
	background: var(--omniMainBarBackground);
}
.omniMainBar-element {
	display: inline-block;
	height: 100%;
	height: var(--omniMainBarHeight);
	line-height: var(--omniMainBarHeight);
}
.omniMainBar-element.omniMainBar-element-right {
	float: right !important;
}
.omniMainBar-element.omniMainBar-element-left {
	float: left !important;
}


/*Logo*/
.omniFloatingLogo {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;

	height: var(--omniMainBarHeight);
	width: var(--omniLogoWidth);
	margin-left: var(--omniLogoLeftMarg);
}
.omniFloatingLogo > a {
	float: left;
	width: 100%;
	height: 100%;
	line-height: var(--omniMainBarHeight);
}
.omniFloatingLogo > a > img {
	/*float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: var(--omniLogoImgPad);*/
	max-height: var(--omniMainBarHeight);
	max-width: var(--omniLogoWidth);
}

#omniMobileSearchToggle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width: 0;
	height: 0;
	opacity: 0;
}
.omniMobileSearchToggleButton {
	display: none;
	padding: 0 20px;
	height: 100%;
	margin: 0;
}

.omniMobileIconsRight {
	position: absolute;
	height: var(--omniMainBarHeight);
	z-index: 2;
	right: 0;
	top: 0;
	padding-right: 15px;
	display: none;
}
.omniMobileIconsRight > a {
	float: left;
	padding: 0 5px;
	height: var(--omniMainBarHeight);
}
.wish-SVG {
	float: left;
	width: 30px;
	height: 30px;
	height: var(--omniMainBarHeight);
}
.cartSVG {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	bottom: -2px;
	height: var(--omniMainBarHeight);
}

/*Nav and subnav*/
#omniMenuButton {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width: 0;
	height: 0;
	opacity: 0;
}

.omniNavMenuControl {
	display: none;
	width: var(--omniNavMenuButtonWidth);
	height: 30px;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 10;
}
.omniNavMenuControl .menubar {
	position: absolute;
	left: 6px;
	height: 2px;
	width: 26px;
	background: #000000;
}
.omniNavMenuControl .menubar.menubar-1 {
	top: 6px;
}
.omniNavMenuControl .menubar.menubar-2 {
	top: 50%;
	margin-top: -1px;
}
.omniNavMenuControl .menubar.menubar-3 {
	bottom: 6px;
}
.omniMobileSearchToggleButton-Mobile {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: none;
}



ul.omniMainNav {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	/*height: 100px;*/
	height: var(--omniMainBarHeight);
	position: relative;
	z-index: 1;
	list-style-type: none;
}
ul.omniMainNav > li {
	display: block;
	float: left;
	height: var(--omniMainBarHeight);
	line-height: var(--omniMainBarHeight);
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.omniMainNav > li.omniLi-right {
	float: right;
}
ul.omniMainNav > li > a {
	display: block;
	float: left;
	width: 100%;
	max-width: 250px;
	height: var(--omniMainBarHeight);
	line-height: var(--omniMainBarHeight);
	padding: 0 15px;
	color: inherit;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
}
ul.omniMainNav > li > a:first-child {
	padding-left: 5px;
}
ul.omniMainNav > li > a:hover {
	text-decoration: none;
}
li.omniDropdown {
	padding: 0 5px !important;
}
li.omniDropdown > a {
	position: relative;
	padding-right: 15px !important;
}
li.omniDropdown > a:after {
	content:"";
	/*width: 0;
	height: 0;*/
	border-style: solid;
	border-width: 4px 5px 0 5px;
	border-color: var(--omniNavLinkArrowColor) transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
}
li.omniDropdown > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 5px;
	background: var(--omniNavLinkBackground);
	opacity: 0;
}
li.omniDropdown:hover > a:before {
	opacity: 1;
	transition: all 300ms;
}

ul.omniDropdown-menu {
	
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 0;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	
	text-align: left;
	background: var(--omniSubMenuBackground);

	display: flex;
	flex-direction: row;
}
.omniDropdown:hover .omniDropdown-menu {
	height: auto;
	min-height: 250px;
	padding: 10px;
}
ul.omniDropdown-menu > li {
	flex-grow: 1;
	flex-basis: 0;
	
	color: #fff;
}
.omniDropdown-menu-menuTitle {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 25px;
	line-height: 120%;
	color: var(--omniSubMenuTitleColor);
}
.omniDropdown-menu-subMenu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 20px 20px;
	list-style-type: none;
	position: relative;
}
.omniDropdown-menu-subMenu li {
	float: left;
	width: 100%;
}
.omniDropdown-menu-subMenu li a {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 120%;
	padding: 10px 10px;
	word-break: break-word;
	color: var(--omniSubMenuTextColor);
}
.omniDropdown-menu-subMenu li a:hover {
	text-decoration: none;
}

.omniDropdown-menu-subMenu li a.allCategories {
	color: var(--omniSubMenuViewCatColor);
	font-weight: bold;
}

.omniDropdown-menu-featuredImage {
	position: relative;
	background: #ffffff;
}
.omniDropdown-menu-featuredImage > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px;
}

.searchHolder {
	float: left;
	height: 100%;
	width: 260px;
	padding: 0px 0;
	position: relative;
}
.searchHolder-inner {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}
.searchHolder input {
	float: left;
	height: 100%;
	width: 100%;
	padding-right: var(--searchButtonWidth);
	padding-left: 20px;
	border: none;
	background: #333333;
	color: #ffffff;
}
.searchHolder button {
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	height: 100%;
	width: var(--searchButtonWidth);
	background: none;
	border: none;
}

@media (max-width: 991px) {
	ul.omniDropdown-menu {
		float: left;
		display: block;
	}
	ul.omniDropdown-menu > li {
		float: left;
		width: 50%;
	}
	ul.omniDropdown-menu > li:nth-child(2n) + li {
		clear: left;
	}
}
@media (max-width: 767px) {
	.omniMobileIconsRight {
		display: block;
	}
	.omniMobileSearchToggleButton {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.omniMobileSearchToggleButton-Mobile {
		display: block;
	}
	.searchHolder {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 200;
		display: none;
	}
	.searchHolder-inner {
		height: 60px;
		width: 90%;
		/*padding-right: 40px;
		padding-left: 40px;*/
		position: relative;
		top: 50%;
		left: 5%;
		margin-top: -30px;
		display: inline-block;
		z-index: 2;
	}
	.searchHolder input {
		padding-left: 20px;
	}

	#omniMobileSearchToggle:checked ~ .searchHolder {
		display: block;
	}

	.omniNavMenuControl {
		display: block;
	}
	#omniMenuButton:checked ~ ul.omniMainNav {
		display: block;
	}
	ul.omniMainNav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		padding: 20px 20px;
		height: auto;
		background: var(--omniNavMobileBackgroundColor);
	}
	ul.omniMainNav > li {
		float: left;
		width: 100%;
		height: auto;
		line-height: 120%;
	}
	ul.omniMainNav > li > a {
		line-height: 150%;
		padding: 10px 10px;
		height: auto;
		text-align: left;
		max-width: 200px;
	}
	ul.omniDropdown-menu {
		position: static;
	}
	.omniFloatingLogo {
		max-width: var(--omniLogoWidthMobile);
		left: var(--omniNavMenuButtonWidth);
		margin-left: 10px;
	}
	.omniFloatingLogo > a > img {
		max-width: var(--omniLogoWidthMobile);
	}
}
@media (max-width: 575px) {
	ul.omniDropdown-menu {
		text-align: center;
	}
	ul.omniDropdown-menu > li {
		float: left;
		width: 100%;
	}
}

.omniHeader {
	border-bottom: solid 1px #e8e8e8;
}
/*End Omni*/


.storeNameTopBar {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
}

/*End Header*/








/*Index Page*/

/* Slider */
.main__top-content {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto 0px;
	background-color: #f3f1ef;
	overflow: hidden;
}
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 45.00vw;
	min-height: 160px;
	max-height: calc(100vh - 180px);
	margin: 0;
}
.slick-list {
	height: 100%;
}
.slick-track {
	height: 100%;
}
.regular_img {
	height: 100%;
	position: relative;
}
.pictureContainer {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.img__slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slidePlaceholderIMG {
	float: left;
	width: 100%;
	height: 100%;
}
.main__slider .slick-dots {
	width: 100% !important;
	text-align-last: left;
	padding-left: 78px !important;
	background: none;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
}
.slick-dots {
	width: auto !important;
	padding: 0px !important;
	background: rgba(0,0,0,0.2);
}
.slick-dots li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 44px !important;
	height: 44px !important;
}
.slick-dots li > button {
	opacity: 0;
	margin: 0;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.slick-dots li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
	background: none;
	z-index: 1;
	opacity: 0.5;
	background: #ffffff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 15px;
	height: 15px;
	background: #fff;
	z-index: 2;
	opacity: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.slick-dots li.slick-active:after {
	opacity: 1;
}
@media (max-width: 767px) {
	.main__slider .slick-dots {
		width: 100% !important;
	}
}
@media (max-height: 700px) {
	.main__slider {
		max-height: 600px;
	}
}

.hero-overlay {
	position: absolute;
	z-index: 10;
	bottom: 100px;
	left: 100px;
	max-width: 100%;
	max-height: calc(100% - 50px);
	padding: 30px;

	display: flex;
	flex-direction: column;

	background: rgba(0, 0, 0, 0.25);
}
.hero-overlay:after {
	content: "";
	width: 6px;
	height: 80%;
	background: #ffffff;
	position: absolute;
	z-index: 5;
	bottom: -3px;
	left: -3px;
}
.hero-text1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 130%;
	margin-bottom: 10px;
}
.hero-text2 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: 900;
	color: #ffffff;
	line-height: 120%;
	margin-bottom: 20px;
	text-transform: none;
}
.hero-text3 a {
	float: left;
	background: #000000;
	height: 44px;
	padding: 0 20px;
	border-radius: 100px;

	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	color: #ffffff;

	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1400px) {
	.hero-overlay {
		bottom: 70px;
	}
	.hero-text2 {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	.hero-overlay {
		position: static;
		width: 100%;
		background: none;
	}
	.hero-overlay:after {
		display: none;
	}
	.hero-text1, .hero-text2 {
		color: #000000;
	}
	.main__slider .slick-dots {
		padding-left: 14px !important;
	}
}
/* End Slider */



.indexCategories {
	position: relative;
	float: left;
	width: 100%;
	background: url("../img/home/index_category_background-1.png") center center no-repeat;
	background-size: cover;
	text-align: center;
}
.indexCategories-1:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 1;
}
.categoryHolder {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	text-align: center;
}
.category {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px;
}
.category-image {
	position: relative;
	display: table;
	width: 100%;
	height: 300px;
}
.category-image .imageHolder {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #ffffff;
}
.category-image img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 220px;
	max-height: 220px;
}
.category-text1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 4px;
	color: #c78800;
	text-transform: uppercase;
	background: #e8e8e8;
	padding: 20px 10px;
}
.indexCategories-2 {
	background: #ffffff;
	margin-bottom: 0;
	padding: 100px 20px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.indexCategories-2 .categoryHolder {
	flex: 0 0 100%;
	max-width: 1100px;
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.indexCategories-2 .category {
	flex: 1 1 auto;
}
.indexCategories-2 .categoryTitle {
	flex: 0 0 100%;
} 
.indexCategories-2 .category-text1 {
	background: none;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;

	position: relative;
}
.indexCategories-2 .category-text1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	height: 1px;
	background: #e8e8e8;
	max-width: 90%;

	transform: translate(-50%,0);
}
.categoryTitle {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 150%;
	padding: 0 20px 20px 20px;
	margin: 10px 0 0 0;
	color: #6a6a6a;
	letter-spacing: 3px;
}
.index-section-background {
	position: relative;
	height: 400px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	/*background: url(../img/home/index-row-background.jpg) center center no-repeat;*/
	background-size: cover;

	display: flex;
	justify-content: center;
	align-items: center;
}
.index-section-background-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #777777;
	opacity: 1;
}
.index-section-background-shade:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.75;

	display: none;
}
.index-section-background-shade picture {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	height: 100%;
}
.index-section-background-shade picture img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.index-section-background-1 {
	position: relative;
	z-index: 2;
	display: block;
	max-width: 85%;
	margin: 0 auto;
	letter-spacing: 2px;
	color: #000000;
	background: rgba(255, 255, 255, 0.9);

	padding: 30px;
}
.index-section-background-2 {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.index-section-background-3 {
	display: inline-block;
	font-size: 17px;
	margin-bottom: 20px;
}
.index-section-background-4 {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 100%;
	padding: 10px 15px;
	background: #000000;
	color: #ffffff;
	border: 2px solid #000000;

	border-radius: 50px;
}
.index-section-background:hover {
	text-decoration: none;
	color: #000000;
}
.index-section-background:hover .index-section-background-4 {
	background: #000000;
	color: #ffffff;
}
.index-section-background:hover .index-section-background-shade {
	opacity: 0.7;
}
/*End Index*/



/*Begin Footer*/
.footer {
	float: left;
	width: 100%;
}
.footer-inside {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	background: #ffffff;
}
.footerLogo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-socialBar {
	text-align: center;
	background: #f9f9f9;
	padding: 20px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	margin-top: 30px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.footer-socialBar .socialLinks {
	/*text-align: right;*/
	padding: 20px 0;
}
.footer-socialBar .socialLinks a {
	display: inline-block;
	text-decoration: none;
	width: 25px;
	height: 25px;
	padding: 2px;
	border-radius: 50%;
	background: #d7d7d7;
}
.footer-socialBar .socialLinks a > img {
	display: block;
}
.footer-socialBar .socialLinks a:hover {
	background: #a7a7a7;
}
.footerBottom {
	position: relative;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerBottom-inner {
	flex: 1 1 auto;
	max-width: 1200px;
}
.footerBottom-bar {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 50%;
	width: 5px;
	height: 90%;
	margin-left: -2.5px;
	background: #000000;
}
.footer-section {
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	color: #616161;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 120%;
	margin-top: 30px;
	text-transform: uppercase;
	word-wrap: break-word;
	overflow: hidden;
}
.footer-section-top {
	float: left;
	width: 100%;
	margin: 10px 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 15px;
	color: #5d5d5d;
}
.footer-section-top img {
	display: inline-block;
	clear: both;
	width: 35px;
}
.footer-section a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	padding: 2px 0;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #5d5d5d;
	margin-bottom: 6px;
}

.footer-section > a:hover {
	color: #fff;
}
.footer-section .effect-inline_link:after {
	background: #d2d2d2;
}
@media (max-width: 767px) {
	.footer-section {
		text-align: center;
	}
	.footerBottom-bar {
		display: none;
	}
}

.showAddress {
	line-height: 25px;
	font-weight: 300;
}
.showHours {
	line-height: 25px;
	font-weight: 300;
}
/*End Footer*/

/* Inline Link Effect */
.effect-inline_link {
	position: relative;
}
.effect-inline_link:after {
	content: "";
	position: absolute;
	top: 105%;
	left: 0%;
	height: 2px;
	width: 0;
	background: #fff;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.effect-inline_link:hover {
	text-decoration: none;
}
.effect-inline_link:hover:after {
	width: 100%;
}
/* End Inline Link Effect */
/* Swipe across effect */
.effect-swipe_across .effect-swipe_across-target {
	position: relative;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	border: 1px solid transparent;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);

	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-ms-transform: rotateX(0deg) rotateY(0deg);
	-o-transform: rotateX(0deg) rotateY(0deg);
	transform:  translateZ(1px) rotateX(0deg) rotateY(0deg);
}
.effect-swipe_across .effect-swipe_across-target:after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 100%;
	width: 200%;
	height: 200%;

	background: #fff;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;

	z-index: -1;
}
.effect-swipe_across:hover .effect-swipe_across-target:after {
	z-index: 1;
	right: -150%;
	bottom: -150%;

	-webkit-transition: all 2000ms;
	-moz-transition: all 2000ms;
	-o-transition: all 2000ms;
	transition: all 2000ms;
}
.effect-swipe_across:hover .effect-swipe_across-target {
	-webkit-transform: rotateX(12.60507149287811deg) rotateY(-12.032113697747288deg);
	transform: rotateX(12.60507149287811deg) rotateY(-12.032113697747288deg);
}
/* End Swipe across effect */


/* New Mega Menu */
body.stopScrolling {
	overflow: hidden;
}
.newMegaMenu {
	position: absolute;
	z-index: 119;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding-top: calc( var(--omniTopBarHeight) + var(--omniMainBarHeight) );
	/*padding-bottom: 60px;*/
	display: none;
}
.newMegaMenu.newMegaMenu-open {
	/*display: block;*/
}
.newMegaMenu-close {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newMegaMenu-menu {
	position: relative;
	z-index: 5;
	float: left;
	width: 800px;
	max-width: 100%;
	max-height: 100%;
	padding: 54px 30px 30px 30px;
	background: #f9f9f9;

	display: flex;
	align-items: stretch;
}
.newMegaMenu-xButton {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	float: left;
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000000;

	padding: 10px 30px 0 30px;
}
.newMegaMenu-xButton a {
	color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #862323;
	color: #ffffff;
	border-radius: 5px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.newMegaMenu-xButton a:hover {
	cursor: pointer;
	text-decoration: none;
}
.newMegaMenu-level {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	max-height: 100%;
	overflow-y: auto;

	transition: max-width 200ms opacity 500ms;
}
.selectedHighlight {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	z-index: 1;
	background: #ffffff;

	transition: all 1000ms;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.selectedHighlightSmall {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 44px;
	z-index: 2;
	background: #d5d5d5;

	transition: all 700ms;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.newMegaMenu-level1 {
	flex: 0 0 160px;
}
.newMegaMenu-level2 {
	flex: 1 1 auto;
	/*background: #ffffff;*/
}
.newMegaMenu-level ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 3;
}
.newMegaMenu-level li {
	float: left;
	width: 100%;
	padding: 10px 40px 10px 20px;
	margin: 0;
	min-height: 44px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #727272;
	font-weight: bold;
	transition: all 300ms;
}
.newMegaMenu-level li:hover {
	cursor: pointer;
}
.newMegaMenu-level li.selectedMenu {
	color: #000000;
}
.newMegaMenu-level li.selectedTab {
	background: #ffffff;
	color: #000000;
}

.newMegaMenu-level li a {
	color: inherit;
	text-decoration: underline;
	transition: all 300ms;
	position: relative;
}
.newMegaMenu-level1 li a {
	text-decoration: none;
}
.newMegaMenu-level li a:hover {
	color: #000000;
}
.newMegaMenu-level.newMegaMenu-level2 {
	max-height: 100%;
	overflow-y: hidden;
}
.newMegaMenu-level.newMegaMenu-level2 .newMegaMenu-level2-holder {
	float: left;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	display: none;
	background: #ffffff;

	position: absolute;
	z-index: 1;
	opacity: 0;
	/*transition: all 0ms;*/
	transition: all 500ms;
	/*padding-bottom: 140px;*/
}
.newMegaMenu-level2-images {
	float: left;
	width: 100%;
	height: 120px;
	padding: 0 20px 20px 20px;
	/*background: #f0f0f0;*/
	z-index: 2;

	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.newMegaMenu-level2-images img {
	padding-right: 20px;
	object-fit: contain;
	max-width: 33.3333333%;

	position: relative;
	top: 10px;
	opacity: 0;
	transition: all 500ms;
	transition-delay: 200ms;
}
.newMegaMenu-level.newMegaMenu-level2 ul {
	/*display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-auto-flow: row dense;*/

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	z-index: 1;

	padding: 20px;
	
	width: 100%;
	/*height: 100%;*/

}
.newMegaMenu-level.newMegaMenu-level2 li {
	display: flex;
	padding: 10px;
	width: auto;
}
.newMegaMenu-level.newMegaMenu-level2 li a {
	position: relative;
	top: 10px;
	opacity: 0;
	transition: all 300ms;
}
.newMegaMenu-level.newMegaMenu-level2 li.backButton {
	flex: 0 0 100%;
	padding: 0 0 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

.newMegaMenu-level.newMegaMenu-level2 li.backButton a {
	font-size: 12px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #000000;
	color: #ffffff;
	padding: 5px 15px 5px 10px;
	border-radius: 5px;
	margin-right: 20px;

	display: none;
}
.tabbing-events .newMegaMenu-level.newMegaMenu-level2 li.backButton a {
	display: flex;
}


.newMegaMenu-level.newMegaMenu-level2 .newMegaMenu-level2-holder.selectedMenu {
	display: block;
	position: relative;
	height: auto;
	opacity: 1;
	
	z-index: 5;
}
.newMegaMenu-level.newMegaMenu-level2 .selectedMenu li a {
	top: 0;
	opacity: 1;
}
.newMegaMenu-level.newMegaMenu-level2 .selectedMenu .newMegaMenu-level2-images img {
	top: 0px;
	opacity: 1;
}

@media (max-width: 1200px) {
	.newMegaMenu-level.newMegaMenu-level2 ul {
		/*grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(5, 1fr);*/
	}
}
@media (max-width: 790px) {
	.newMegaMenu-menu {
		height: 100%;
	}
	.newMegaMenu-level1 {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		z-index: 2;
	}
	.menuL2selected .newMegaMenu-level1 {
		opacity: 0;
		overflow: hidden;
	}
	.newMegaMenu-level2 {
		/*max-width: 300px;*/
		position: absolute;
		z-index: -1;
		opacity: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: calc(100% - 60px);
		max-height: calc(100% - 80px) !important;
	}
	.menuL2selected .newMegaMenu-level2 {
		z-index: 3;
		opacity: 1;
		/*flex: 1 1 100%;*/
		/*max-width: 100%;*/
	}
	.newMegaMenu-level.newMegaMenu-level2 li.backButton a {
		display: flex;
	}
}
@media (max-height: 499px) {
	.selectedHighlight, .selectedHighlightSmall {
		display: none;
	}
	.newMegaMenu-level li.selectedTab {
		background: #ffffff;
	}
}
/* End New Mega Menu */





