body {
	font-family: 'Lato', sans-serif !important;
	color: #333333;
	line-height: 150%;
	padding: 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;
}
.hideLabel {
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: -1000;
	opacity: 0;
	overflow: hidden;
}
.smallH1 {
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 30px;
	display: inline-block;
	padding: 5px 10px;
	background: #f0f0f0;
}
.btn-red {
	background: #981b1b !important;
}
.product-option-label {
	background: #0070a0 !important;
}
#divCnfOptions .ui-tabs-nav .ui-tabs-anchor {
	color: #000000 !important;
}
.container-fluid {
	margin: 0 auto;
	max-width: 1500px;
}
.contentMinHeight {
	min-height: 40vh;
}

/* General Styles */
.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;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.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;
}
.tab-header-cell img {
	min-width: 250px;
}
.qxrFooter {
	background: #fff;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.h100 {
	height: 100%;
}
.dibMax1200 {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}
.dibMax1000 {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
.dibMax900 {
	display: inline-block;
	width: 100%;
	max-width: 900px;
}
.dibMax800 {
	display: inline-block;
	width: 100%;
	max-width: 800px;
}
.siteMaxWidth {
	display: inline-block;
	width: 99.9%;
	max-width: 1500px;
}
.underline {
	text-decoration: underline;
}
/* End General Styles */

/* Paste from site */
.inlineLink {
	display: inline-block;
	color: #0f6aac;
}
.container-1 {
	min-width: 960px;
	margin: 0 auto;
}
.header {
	float: left;
	width: 100%;
	border-bottom: solid 1px #e8e8e8;
	position: relative;
	z-index: 16;
}

.header_topBar {
	float: left;
	width: 100%;
	background: #f0f0f0;
	padding: 8px;
	text-align: center;
}
.header_topBar-text {
	/*display: inline-block;*/
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 2px 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
}
a.header_topBar-text:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.7;
}

.header_mainBar {
	float: left;
	width: 100%;
	height: 85px;
	background: #fff;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 35%;
	max-width: 200px;
	height: 100%;
	text-align: left;
}
.mainBar_left a {
	float: left;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
}
.mainBar_left a img {
	display: block;
	width: 100%;
	max-width: 165px;
	height: 100%;
	object-fit: contain;
}
.mainBar_left a:hover {
	text-decoration: none;
}
.mainBar_middle {
	position: relative;
	float: left;
	padding-left: 20px;
	height: 100%;
}

.mainBar_right {
	position: relative;
	float: right;
	height: 100%;
	padding-right: 10px;
}
@media (max-width: 960px) {
	/*.smallViewHeader {
		display: block;
	}
	#largeHeader {
		display: none;
	}*/
}
.main-header-links {
	/*margin-top: 27px;*/
	float: left;
	width: 100%;
}
.main-header-links-2 {
	margin-top: 27px;
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
	float: left;
	width: 100%;
}
.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_dark.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: #000;
}
.header_topBar-text:first-child {
	padding-left: 0;
}
.header_topBar-text:last-child {
	padding-right: 0;
	border: none;
}

.header_topBar-social {
	padding-top: 4px;
	padding-left: 10px;
}
.header_topBar-social a {
	text-decoration: none;
}
.content {
	width: 960px;
	margin: 0 auto;

}
.mainSearchBox {
	position: relative;
	float: right;
	height: 30px;
	border: solid 1px #e8e8e8;
}
.mainSearchBox .search-query {
	width: 140px;
	height: 100%;
	padding: 0 30px 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 {
	position: absolute;
	top: 0;
	right: 0px;
	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;
	margin: 0 auto;
}
.header__link23 {
	position: relative;
	top: -8px;
}
.header__nav {
	background: none;
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.nav__navigation {
}
.navigation__ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.navigation__li, .navigation__ul > li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.navigation__link, .navigation__ul > li > a {
	color: #000;
	display: block;
	letter-spacing: 4px;
	padding: 8px 20px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.navigation__link-last {
	color:  #c95f5f !important;
}
.navigation__li:hover > a, .navigation__ul > li:hover > a {
	background: #fff;
	color: #828282;
	text-decoration: none;
}
.dropdown-menu {
	display: none;
	opacity: 0;
	z-index: 2;
	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: #000;
	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;
	display: block;
}
.wishList {
	float: right;
	margin-left: 10px;
	position: relative;
}
.main-wishList {
	position: relative;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	/*padding-top: 10px;*/
}
.wishListI {
	float: left;
	position: relative;
	margin-right: 10px;
}
.wishListI img {
	max-width: 30px;
}
.wishListI .main-wishList-count {
	position: absolute;
	top: -6px;
	right: -6px;
	line-height: 120%;
	color: #000000;
	z-index: 1;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: 900;
}


.extraMenu-wish {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #ffffff;
	width: 250px;
	z-index: 2;
	border: solid 2px #e8e8e8;
	padding: 20px;
	text-align: left;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	/*-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.9);*/
}
.wishList:hover .extraMenu-wish {
	display: block;
}
/*.extraMenu-wish:after, .extraMenu-wish:before {
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.extraMenu-wish:after {
	border-color: rgba(232, 232, 232, 0);
	border-bottom-color: #e8e8e8;
	border-width: 5px;
	margin-right: -5px;
}
.extraMenu-wish:before {
	border-color: rgba(232, 232, 232, 0);
	border-bottom-color: #f0f0f0;
	border-width: 8px;
	margin-right: -8px;
}*/
.extraMenu-top {
	float: left;
	width: 100%;
	text-transform: none;
	margin-bottom: 5px;
}
.extraMenu-top-main {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 900;
	line-height: 120%;
}
.extraMenu-top-sub {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
}
.extraMenu-divider {
	float: left;
	width: 100%;
	height: 2px;
	background: #e8e8e8;
	margin: 10px 0;
}
.extraMenu-wishList-1 {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin-top: 5px;
	text-align: center;
	text-transform: none;
}
.extraMenu-wishList-1 span {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
}
.extraMenu-wishList-count {
	float: left;
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
.extraMenu-wishList-2 {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 5px;
	text-align: center;
	text-transform: none;
}
.extraMenu-button {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.extraMenu-button a {
	float: left;
	width: 100%;
	background: #0062ab;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	padding: 10px;
	margin-bottom: 5px;
	text-decoration: none;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.extraMenu-button a.signout {
	background: #9e2222;
}


/*SVGs*/
.SVG-user {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.SVG-user * {
	stroke: #333333;
}
.wish-SVG {
	position: relative;
	top: -2px;
	float: left;
	width: 25px;
	height: 25px;
}
.wish2-SVG {
	display: inline-block;
	position: relative;
	/*top: -2px;*/
	width: 15px;
	height: 15px;
	bottom: -3px;
	margin-right: 5px;
}
.wish2-SVG * {
	fill: #ffffff;
	stroke: #ffffff;
}
.email-SVG {
	display: inline-block;
	position: relative;
	/*top: -2px;*/
	width: 15px;
	height: 15px;
	bottom: -3px;
	margin-right: 5px;
}
.email-SVG * {
	fill: #ffffff;
	stroke: #ffffff;
}
.logout-SVG {
	display: inline-block;
	position: relative;
	/*top: -2px;*/
	width: 15px;
	height: 15px;
	bottom: -3px;
	margin-right: 5px;
}
.logout-SVG * {
	fill: #ffffff;
	stroke: #ffffff;
}
.searchSVG {
	position: relative;
	width: 15px;
	height: 15px;
}
.searchSVG-elem1 {
	fill: #ffffff;
}
.searchSVG-small {
	width: 10px;
	height: 10px;
}
.cartSVG {
	position: relative;
	top: 2px;
	float: left;
	width: 25px;
	height: 25px;
}
.cartSVG * {
	fill: #000 !important;
}
.menuSVG {
	position: relative;
	top: -3px;
	float: left;
	width: 24px;
	height: 24px;
}
.menuSVG * {
	fill: #000 !important;
}
.mobileMenuButton {
	padding-left: 10px;
	display: none !important;
}
.closeLeftMobileMenu {
	display: inline-block;
	background: #a51010;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	margin: 10px 0;
	line-height: 100%;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.closeMobileButton {
	display: none !important;
}
@media (max-width: 960px) {
	
	.mainBar_middle {
		position: fixed;
		top: 0;
		right: 100%;
		z-index: 999;
		display: block;
		width: 100%;
		height: 100%;
		background: #ffffff;
		overflow-y: auto;
		padding-left: 0;

		-webkit-transition: right 500ms;
		-moz-transition: right 500ms;
		-o-transition: right 500ms;
		transition: right 500ms;
	}
	.mobileMenuButton {
		display: inline-block !important;
	}
	.mainBar_middle.mobileMenuOpen {
		right: 0;
	}
	.closeMobileButton {
		display: block !important;
	}
	.mainBar_middle .navigation__ul {
		float: left;
		width: 100%;
	}
	.mainBar_middle .navigation__ul li {
		float: left;
		width: 100%;
	}
	.mainBar_middle .navigation__ul li a {
		padding: 20px;
	}
	.mainBar_middle .navigation__ul li .dropdown-menu {
		position: static;
		float: left;
		width: 100%;
		display: block;
		background: #f0f0f0;
		opacity: 1;
	}
	.mainBar_middle .navigation__ul li .dropdown-menu li {
		float: left;
		width: 100%;
	}
	.mainBar_middle .navigation__ul li .dropdown-menu li a {
		float: left;
		width: 100%;
		color: #000000;
		text-align: center;
	}
}
@media (max-width: 520px) {
	.header_mainBar {
		height: auto;
	}
	.mainBar_left {
		width: 100%;
		max-width: none !important;
	}
	.mainBar_left a img {
		float: none;
		display: inline-block;
	}
	.mainBar_right {
		width: 100%;
		padding: 10px 0;
	}
	.extraMenu-wish {
		right: initial;
		left: 0;
	}
	.extraMenu-wish:after, .extraMenu-wish:before {
		right: initial;
		left: 0px;
	}
}

/*Make login appear on top of entire site*/
#divLogReg {
	overflow-y: auto;
	position: relative;
	z-index: 2;
	margin-right: 0;
	width: 100%;
}
.wlNotification {
	float: left;
	width: 100%;
	padding: 10px;
	background: #ffdd88;
	border: solid 2px #f9b909;
	margin-bottom: 15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.wlNotification-base {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	line-height: 120%;
}
.wlNewCloseButton {
	position: absolute;
	top: 0;
	right: 15px;
	background: #b51010;
	color: #ffffff;
	line-height: 100%;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	z-index: 3;
}
.wlNewCloseButton:hover {
	cursor: pointer;
}
.wlNewCloseShade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 1;
}
.wlNewCloseShade:hover {
	cursor: pointer;
}
/*End Make login appear on top of entire site*/
/*IMAP Holiday Hide on home page (header is on top of content)*/

#IMAPsaleHolder {
	display: none;
}
.homePage #IMAPsaleHolder {
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 14;
	background: rgba(0,0,0,0.5);
}
#IMAPsaleHolder.showTheBanners {
	display: block;
}
#IMAPopenButton {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 20px;
	text-transform: uppercase;
}
.homePage #IMAPopenButton {
	color: #ffffff;
}
#IMAPopenButton:hover {
	text-decoration: none;
	cursor: pointer;
}
#IMAPsales {
	display: none;
	float: left;
	width: 100%;
}
.noScroll6437 #IMAPsaleHolder {
	z-index: 16;
}
@media (max-width: 767px) {
	.homePage #IMAPsaleHolder {
		position: static ;
	}
	.homePage #IMAPsaleHolder {
		background: none;
	}
	.homePage #IMAPopenButton {
		color: #000000;
	}
}
/*End IMAP Holiday Hide on home page (header is on top of content)*/

/*End Header*/
.container__main {
	float: left;
	width: 100%;
}
.main__top-content {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto 25px;
	background-color: #f3f1ef;
	overflow: hidden;
}
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
}
.img__slide {
	width: 100%;
	height: 54vw;
	max-height: 700px;
	object-fit: cover;
}
/*.main__slider .slick-dots {
	width: 100% !important;
	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 );
}*/
.main__slider .slick-dots {
	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 );
}


@media (max-width: 767px) {
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		/*height: 300px;*/
	}
}
.sliderIcons {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	/*background: rgba(0,0,0,0.5);*/
	padding: 3% 30px;
}
.sliderIcons a {
	display: inline-block;
	margin-right: 5px;
	color: #ffffff;
}
.sliderIcons a img {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.25);

	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.sliderIcons a span {
	display: inline-block;
	color: #ffffff;
	background: rgba(0,0,0,0.75);
	padding: 5px 10px;
	line-height: 120%;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;

	border-radius: 5px;
}
@media (max-width: 767px) {
	.sliderIcons {
		position: static;
	}
	.sliderIcons a img {
		background: rgba(0,0,0,1);
	}
	.sliderIcons a span {
		color: #000000;
		background: none;
		font-weight: bold;
	}
}


.productLeft {
	position: relative;
	padding-right: 4px;
	padding-bottom: 8px;
}

.shopRight {
	position: relative;
	padding-left: 4px;
	padding-bottom: 8px;
}
@media (max-width: 767px) {
	.productLeft {
		padding: 0 0 10px 0;
	}
	.shopRight {
		padding: 0;
	}
}
.indexCategories {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*.indexCategories-1:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 1;
}*/
.indexCategories .heading-1 {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 50px 0;
}
.categoryHolder {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	text-align: center;
	background: #000000;
}
.category {
	display: inline-block;
	width: 260px;
	margin: 0 10px 50px;
}
.category-image {
	position: relative;
	display: table;
	width: 100%;
	height: 240px;
}
.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;
	width: 100%;
}

.indexExploreSection {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.helpStyle {
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #0c0c0c;
	text-align: center;
	line-height: 100%;
	letter-spacing: 4px;
}
.helpStyle-2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0c0c0c;
	text-align: center;
	line-height: 100%;
	letter-spacing: 4px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.exploreLists {
	margin: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	width: 100%;
}
.exploreLists a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family:'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	border: 2px solid #000;
	display: inline-block;
	margin: 0 3px 6px;
}
.exploreLists a:hover {
	color: #585858;
}
@media (max-width: 767px) {
	.helpStyle {
		font-size: 24px;
		letter-spacing: 1px
	}
	.helpStyle-2 {
		font-size: 24px;
		padding: 10px 0;
		letter-spacing: 1px;
	}
	.exploreLists {
		padding: 20px 0;
	}
}
/*.exploreLists ul {
	margin-top: 20px;
}
.exploreLists li {
	list-style: none;
	display: inline;
	text-align: center;
	padding: 30px;
}*/

/*@media (max-width: 767px) {
	.helpStyle {
		font-size: 28px;
	}
	.helpStyle-2 {
		font-size: 28px;
	}
	.exploreLists {
		width: 100%;
	}
	.exploreLists a {
		font-size: 10px;
		padding: 5px;
	}
}
@media (max-width: 480px) {
	.helpStyle {
		font-size: 20px;
	}
	.helpStyle-2 {
		font-size: 20px;
	}
	.exploreLists {
		width: 100%;
	}
	.exploreLists a {
		font-size: 5px;
		padding: 5px;
	}
}*/
.shape-1 {
	position: absolute;
	top: -27px;
	left: 50%;
	height: 15px;
	width: 76px;
	margin-left: -38px;
	background: url("../img/shape_1.png") center center no-repeat;
}
.category-text1 {
	position: relative;
	float: left;
	width: 100%;
	font-family:'PT Sans', sans-serif;
	font-size: 35px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px 30px 20px 20px;
}
.category-text1:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #ffffff;
	line-height: 30px;
	color: #000000;
	font-family:'PT Sans', sans-serif;
	font-size: 35px;
	font-weight: bold;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.category-text2 {
	position: relative;
	float: left;
	width: 100%;
	font-family:'PT Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 4px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 20px;
}
.category-divider {
	display: none;
	width: 100%;
	clear: both;
}
@media (min-width: 1000px) {
	.category-divider {
		display: block;
	}
}
.indexCategories-2 .category-text1 {
	background: #000;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 26px;
}
.catBubble {
	position: absolute;
	top: -50px;
	left: 20px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	background: url('../img/home/lighting_categories_text_image.png') center center no-repeat #000000;
	background-size: 75% 75%;
	z-index: 3;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	o--border-radius: 50%;
	border-radius: 50%;
}
.indexCategories-2 {
	background: #d7d7d7;
	margin-bottom: 0;
	padding-top: 100px;
}

.allBoutLighting {
	position: relative;
	margin-top: 5px;
	margin-bottom: 40px;
	background: url('../img/index/savoy-house-1-0801-5-124_1038649471x2400.jpg') center center no-repeat; /* SKU:643255 Savoy House#: 1-0801-5-124 */
	background-size: cover;
	padding: 150px 100px;
}
.allBoutGradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 1;
	/* background: -moz-linear-gradient(top, rgba(211,211,211,0) 0%, rgba(224,224,224,0.25) 49%, rgba(160,160,160,0.45) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(211,211,211,0) 0%,rgba(224,224,224,0.25) 49%,rgba(160,160,160,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(211,211,211,0) 0%,rgba(224,224,224,0.25) 49%,rgba(160,160,160,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3d3d3', endColorstr='#73a0a0a0',GradientType=0 ); /* IE6-9 */
}
.categoryLightingHolder {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.categoryLighting {
	display: inline-block;
	width: 260px;
}

.categoryLighting-text1 {
	position: relative;
	font-family:'PT Sans', sans-serif;
	font-size: 48px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 100px;
	padding-bottom: 10px;
	z-index: 2;
}
.categoryLighting-text2 {
	position: relative;
	font-family:'PT Sans', sans-serif;
	font-size: 24px;
	letter-spacing: 4px;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
	padding-top: 10px;
}
.exploreAllBout {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 40px 0;
	z-index: 2;
}
.exploreAllBout a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'PT Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #fff;
	padding: 12px;
	border: 3px solid #fff;
}
@media (max-width: 768px) {
	.categoryLighting-text1 {
		font-size: 24px;
	}
	.categoryLighting-text2 {
		font-size: 14px;
	}
}

/*End Index*/
/*Begin Footer*/
.footer {
	float: left;
	width: 100%;
}
.footer-inside {
	position: relative;	
	float: left;
	width: 100%;
	padding-bottom: 30px;
	background: #ffffff;
}
.topFooterBar {
	padding: 20px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
}
.footerLogoLeft {
	float: left;
	padding-left: 30px;
}

.footerSocialBarRight {
	float: right;
	text-align: center;
	padding-left: 50px;

}
.footerSocialBarRight a {
	padding: 5px;
	text-decoration: none;
}
.footerSocialHeader {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #292929;
	padding-bottom: 5px;
	padding-right: 7px;
}
.footerSocialLinks {
	width: 100%;
	text-align: center;
}
.footer-section {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 120%;
	margin-top: 20px;

}
.footer-section-top {
	float: left;
	width: 100%;
	margin: 10px 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	color: #454545;
}
.footer-section-top img {
	display: inline-block;
	clear: both;
	width: 35px;
	line-height: 45px
}
.footer-section a {
	color: inherit;
	text-decoration: none;
	letter-spacing: 0px;
}
.footer-section.largeLinks a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 0;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #454545;
	margin-bottom: 6px;
}
.footer-section > a:hover {
	color: #fff;
}
.footer-section .effect-inline_link:after {
	background: #d2d2d2;
}
.socialTop {
	margin-bottom: 10px;
}
/*.footerLogo {
	margin-top: 20px;
	opacity: 0.4;
}*/
.footerAddress {
	color: #454545;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;

}
.mainFooterSection {
	border-top: 4px solid #bbbbbb;
	background: #f0f0f0;
	padding: 50px 20px;
}
@media (max-width: 767px) {
	.footer-section {
		text-align: center;
	}
	.topFooterBar {
		text-align: center;
	}
	.footerLogoLeft {
		float: none;
		padding: 0 0 10px 0;
	}
	.footerSocialBarRight {
		float: none;
		padding: 0;
	}
}
/*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 */
/* Slick Slider Dots CSS Changes */
.slick-dots {
	width: auto !important;
	padding: 7px 7px 10px 10px !important;
	background: rgba(0,0,0,0.2);
	text-align: right !important;
	z-index: 10;
}
.slick-dots li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: 18px;
	width: 18px !important;
	height: 18px !important;
}
.slick-dots li > button {
	opacity: 0;
}
.slick-dots li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff; opacity:0.4;
	border: solid 2px #fff;
	border-radius: 50%;
	 -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:100%;

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

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
}
.slick-dots li:after {
	content: "";
	position: absolute;
	top: 5%;
	left: 5%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 2px #fff;
	border-radius: 50%;
	 -moz-border-radius:50%;
    -webkit-border-radius:50%;
	opacity: 0;

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

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

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;*/
}
.slick-dots li.slick-active:after {
	opacity: 1;
}
/* END Slick Slider Dots CSS Changes */
.categorytitles {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.loginsub {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.leftlogin {
	border-right: solid 1px #e8e8e8
}
.rightlogin {
	margin-left: 20px;
}
.signbuttons {
	font-family: "Lato", sans-serif !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.homeNewRow-item {
	color: #000;
}
.homeNewRow-item:hover {
	color: #000;
	text-decoration: none;
}
.homeNewRow-item p {
	display: inline-block;
	max-width: 300px;
}
/* End Paste from site */

/* Brands Dropdown */
/*.brandsDropdown .dropdown-menu {
	width: 600px;
	left: initial;
	right: 0;
	max-height: 400px;
	overflow: auto;
	padding: 10px 0;
	border: 1px solid #cecece;
}
.brandsDropdown .dropdown-menu li {
	float: left;
	width: 100%;
}
.brandsDropdown .dropdown-menu li h1 {
	display: none;
}
.brandsDropdown .dropdown-menu .brandHolder {
	border-top: none;
}
.brandsDropdown .dropdown-menu li .brand {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
.brandsDropdown .dropdown-menu li .brand a {
	text-align: center;
	height: auto;
	border-color: #fff;
}
.brandsDropdown .dropdown-menu li .brand a .brandImage {
	float: left;
	width: 25%;
	height: 50px;
}
.brandsDropdown .dropdown-menu li .brand a .brandName {
	float: left;
	width: 75%;
	text-align: left;
	padding-left: 10px;
	color: #000;
}
.brandsDropdown .dropdown-menu li .brand a:hover {
	background: #fff;
	border-color: #ececec;
	color: #000;
}
.brandsDropdown .dropdown-menu li .brand a:hover .brandName {
	color: #000;
}*/
/* End Brands Dropdown */

.contractorLicense {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 20px 0 0 0;
	border-top: solid 1px #e8e8e8;
	padding: 10px;
}

.input-append .btn {
	background-color: #000;

}



/* Cart Counter */
.cartButton {
	padding-right: 10px;
}
.cartButton.noCart {
	padding-right: 0px;
}
.cartCounterHolder {
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 8px;
	height: 20px;
	width: 35px;
	overflow: hidden;
}
.cartCounterHolder #cmQty {
	float: right;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
.foxyHolder {
	position: absolute;
	z-index: 1;
	top: -6px;
	right: 10px;
	overflow: hidden;
}
.foxyCount {
	line-height: 120%;
    color: #000000;
    z-index: 1;
    text-align: right;
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: 900;
}
/* End Cart Counter */


/*Featured Items*/
.featuredItems {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.featuredItems-header {
	float: left;
	width: 100%;
	text-align: center;
}
.featuredItems-header-text {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 120%;
	background: #000000;
	color: #ffffff;
	padding: 10px 20px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.featuredItems-header-text:hover {
	text-decoration: none;
	background: #484848;
	color: #ffffff;
}
.featuredItems-bottomLink {
	float: left;
	width: 100%;
	text-align: center;
}
.featuredItems-bottomLink a {
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	color: #333333;
	border: solid 1px;
	padding: 5px 20px;
	letter-spacing: 1px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.featuredItems-bottomLink a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #333333;
}
.featuredItems-inner {
	display: inline-block !important;
	width: 100%;
	/* max-width: 1200px; */
	padding: 50px 45px;
}
.featuredItems .slick-prev, .featuredItems .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 0px;
	background: #000000;
	color: #ffffff;
	border: none;
	padding: 0;
	opacity: 1 !important;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.featuredItems .slick-prev {
	left: 5px;
}
.featuredItems .slick-next {
	right: 5px;
}
.featuredItems .slick-prev:before {
	content: "\2190" !important;
	width: 100%;
	height: 100%;
	line-height: 35px;
	font-weight: 900;
	opacity: 1;
}
.featuredItems .slick-next:before {
	content: "\2192" !important;
	width: 100%;
	height: 100%;
	line-height: 35px;
	font-weight: 900;
	opacity: 1;
}
.featuredItems .slick-prev:hover, .featuredItems .slick-prev:focus, .featuredItems .slick-next:hover, .featuredItems .slick-next:focus {
	background: #333333;
}
.featured-item {
	padding: 10px;
	/* border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8; */
}
.featured-item:first-child {
	/* border-left: solid 1px #e8e8e8; */
}
.featured-item-1 {
	float: left;
	width: 100%;
	color: #333333;
	line-height: 120%;
	text-align: center;
}
.featured-item-1:hover, .featured-item-1:focus, .featured-item-1:active {
	color: #333333;
	text-decoration: none;
	outline: none;
	border: none;
}
.featured-item-image {
	float: left;
	width: 100%;
	height: 240px;
	padding: 5px;
	margin-bottom: 10px;
}
.featured-item-image img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.featured-item-price {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;

}
.featured-item-name {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #000000;
	padding: 20px;
	background: #f0f0f0;
}
/*End Featured Items*/


/* Start Lower 2 Section */
.lower2 {
	height: 150px;
	/* padding: 0 10px; */
}

.lower2 .categoryHolder {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.lower2 .categoryLower {
	height: 100%;
	padding: 0;
}
.lower2 .categoryLower:first-child {
	padding-right: 4px;
}
.lower2 .categoryLower:last-child {
	padding-left: 4px;
}
.blackSection {
	height: 100%; 
	background: #202020;
	color: #fff;
}
.lowerImageHolder {
	height: 100%;
}
#aboutLower {
	background: url("../img/about_us_image.jpg") center center no-repeat;
	background-size: cover;
}
#directionsLower {
	background: url("../img/directions_map.jpg") center center no-repeat;
	background-size: cover;
}
.blackSectionLargeText {
	font-size: 30px;
	text-transform: uppercase;
}
.blackSectionLargeText img {
	position: relative;
	top: -3px;
}
.blackSection p {
	margin: 0;
}
@media (max-width: 991px) {
	.lower2 {
		height: auto;
	}
	.lowerImageHolder {
		height: 150px;
	}
	.lower2 .categoryLower {
		margin-bottom: 20px;
	}
	.lower2 .categoryLower:first-child {
		padding-right: 0px;
	}
	.lower2 .categoryLower:last-child {
		padding-left: 0px;
	}
	.blackSection {
		padding: 40px 10px;
	}
}
/* End Lower 2 Section */