body {
	font-family: 'Poppins' !important;
	color: #333333;
	line-height: 150%;
	padding: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	/*color: #538dce;*/
}
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 {
	/*max-width: 1500px;*/
	margin: 0 auto;
}
.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;
}
/* End General Styles */

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

/*.header_topBar {
	float: left;
	width: 100%;
	background: #fff;
	padding: 8px;
	text-align: center;
}*/
.header_topBar-text {
	display: block;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 20px;
	/*border-right: solid 1px #fff;*/
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
}

.header_mainBar {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-top: 1px solid #a1a1a1;*/
}
.mainBar_left {
	position: relative;
	/*float: left;*/
	width: 20%;
	text-align: left;
	padding-bottom: 18px;
	padding-left: 20px;

}
.mainBar_middle {
	position: relative;
	float: left;
	padding-left: 20px;
	/*width: 37.5%;*/
	/*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%;*/
	/*text-align: right;*/
}
@media (max-width: 960px) {
	.smallViewHeader {
		display: block;
	}
	#largeHeader {
		display: none;
	}
}
.main-header-links {
	/*margin-top: 27px;*/
}
.main-header-links-2 {
	margin-top: 27px;
}
.navigation__ul {
	padding-bottom: 10px;
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
}
.main-header-links .navigation__ul > li > a {
	letter-spacing: 1px;
	padding: 8px 14px;
}
.main-header-links .navigation__ul > li.dropdown > a {
	position: relative;
}
.main-header-links .navigation__ul > li.dropdown > a:after {
	content: "";
	/*position: absolute;*/
	display: inline-block;
	width: 20px;
	height: 8px;
	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: 10px;
	padding-left: 15px;
}
.header_topBar-social a {
	text-decoration: none;
}
.content {
	width: 960px;
	margin: 0 auto;

}
.mainSearchBox {
	float: right;
	height: 28px;
	border: solid 1px #000000;
}
.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;
}
.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 {
	/*padding-left: 64px;*/
}
.navigation__ul {
	margin: 0;
	padding-right: 10px;
	text-align: center;
}
.navigation__li, .navigation__ul > li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	/*float: left;*/
	text-align: center;
	text-transform: uppercase;
}
.navigation__link, .navigation__ul > li > a {
	color: #000000;
	font-weight: 500;
	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: 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: #515151;
	font-size: 12px;
	text-transform: none;
	font-weight: 300;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	background: #000000;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 500;
}
.navigation__li:hover > .dropdown-menu, .navigation__ul > li:hover > .dropdown-menu {
	opacity: 1;
	z-index: 1000;
}
@media (max-width: 830px) {
	.smallViewHeader {
		display: block;
	}
	#largeHeader {
		display: none;
	}
}
.main-wishList {
	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: -10px;
	right: -15px;
	line-height: 21px;
	width: 24px;
	height: 24px;
	background: #a6a6a6;
	color: #fff;
	z-index: 1;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;

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

/*End Header*/
.container__main {
	float: left;
	width: 100%;
	overflow: clip;
}
.main__top-content {
	position: relative;
	width: 100%;
	/*max-width: 960px;*/
	/*min-width: 960px;*/
	float: left;
	background-color: #f3f1ef;
	overflow: hidden;
}
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*height: 450px;*/
	margin: 0;
}
.img__slide {
	width: 100%;
	height: 520px;
}
/*.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 {
	/*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 );
	display: none !important;
}


@media (max-width: 767px) {
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		height: 300px;
	}
	.productLeftMain {
	padding-right: 0px;
	}
	.productRightMain {
		padding-left: 0px;
	}
	.productThreeBoxes {
		padding: 0px;
	}
	.productLeftMainMini {
	padding-right: 0px !important;
	}
	.productCenterMainMini {
		padding: 0px !important;
	}
	.productRightMainMini {
		padding-left: 0px !important;
	}
	.img__slide {
		width: 100%;
		height: unset;
	}
}

.productLeft {
	position: relative;
	float: left;
	background: url(../img/lighting_left_1.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 200px;
	padding-left: 30px;
    padding-right: 30px;
}
.productRight {
	position: relative;
	float: right;
	background: url(../img/lighting_right_1.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 200px;
	padding-left: 30px;
    padding-right: 30px;
}

.productLeftMain {
	padding-right: 5px;
}

.productRightMain {
	padding-left: 5px;
}

.productThreeBoxes {
	padding: 10px 0px 10px 0px;
}

.productLeftMini {
	position: relative;
	float: left;
	background: url(../img/lighting_left_mini.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 495px;
	padding: 175px;
	padding-left: 30px;
    padding-right: 30px;
}

.productCenterMini {
	position: relative;
	float: left;
	background: url(../img/lighting_center.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 495px;
	padding: 175px;
	padding-left: 30px;
    padding-right: 30px;
}

.productRightMini {
	position: relative;
	float: right;
	background: url(../img/lighting_right_mini.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 495px;
	padding: 175px;
	padding-left: 30px;
    padding-right: 30px;
}

.productLeftMainMini {
	padding-right: 5px;
}

.productCenterMainMini {
	padding: 0px 5px 0px 5px;
}

.productRightMainMini {
	padding-left: 5px;
}

.shopRight {
	position: relative;
	padding-left: 4px;
}

.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;
	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;
	/*margin-bottom: 50px;*/
}
.category {
	display: inline-block;
	width: 260px;
	margin: 0 10px 50px;
	/*overflow: hidden;*/
}
.category-image {
	position: relative;
	display: table;
	/*float: left;*/
	width: 100%;
	height: 240px;
	/*background: #fff;*/
}
.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%;
	/*max-width: 220px;*/
	/*max-height: 220px;*/
}

.indexExploreSection {
	/*position: absolute;*/
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.helpStyle {
	font-size: 36px;
	font-weight: 100;
	color: #0c0c0c;
	text-align: center;
	line-height: 100%;
	letter-spacing: 4px;
}
.helpStyle-2 {
	font-size: 36px;
	font-weight: 600;
	color: #0c0c0c;
	text-align: center;
	line-height: 100%;
	letter-spacing: 4px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.exploreMore-1 {
	float: left;
	width: 100%;
	text-align: center;
}

.exploreMore-1 a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #5f6062;
	border: 1px solid #5f6062;
	padding: 20px 50px;
	line-height: 100%;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.exploreMore-1 a:hover {
	background: #5f6062;
	color: #fff;
}
.exploreLists {
	margin: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	/*padding-left: 120px;*/
	width: 100%;
}
.exploreLists a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 10px;
	border: 2px solid #000;
	display: inline-block;
	margin: 0 3px 6px;
}
.exploreLists a:hover {
	color: #585858;
}

/* Start Explore Lists Mini - 3 smaller boxes */

.exploreMore-1Mini {
	/*float: left;*/
	text-align: center;
}

.exploreMore-1Mini a {
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	padding: 12px 25px;
	line-height: 100%;
	/*width: 100%;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-size: 23px;
}

.exploreMore-1Mini a:hover {
	background: #5f6062;
	color: #fff;
}

.exploreMore-1 a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	padding: 20px 50px;
	line-height: 100%;
	font-size: 33px;
}

/* End Explore More */

/* Start Spotlight Section */
.spotlightSection {
	margin: 10px 0px 10px 0px;
}
.spotlightTopHeading {
	
}
.spotlightLine {
	background: #071C2C;
	width: 50px;
	float: left;
	height: 2px;
	/*margin-top: 14px;*/
	margin-left: 3px;
}
.spotLeft {
	text-align: left;
	padding: 65px 15px 0px 65px;
}
.spotDescription {
	padding-right: 5px;
}

.imageRightMain {
	float: right;
}
.spotImageRight {
	position: relative;
	float: right;
	background: url(../img/spotlight_right_image.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 200px;
}

.spotShowNow {
	/*float: left;*/
	/*width: 100%;*/
	/*text-align: center;*/
}

.spotShowNow a {
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 25px;
	line-height: 100%;
	/*width: 100%;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #000000;
}


.spotShowNow a:hover {
	background: #5f6062;
	color: #fff;
}

/* End Spotlight Section */

@media (max-width: 1100px) {
		
}

@media (max-width: 767px) {
	.spotLeft {
		text-align: left;
		padding: 5px 15px 0px 50px;
	}
	.spotImageRight {
		margin-top: 20px;
	}
	.spotlightLine {
		background: none;
	}
	.helpStyle {
		font-size: 24px;
		letter-spacing: 1px
	}
	.helpStyle-2 {
		font-size: 24px;
		padding: 10px 0;
		letter-spacing: 1px;
	}
	.exploreLists {
		padding: 20px 0;
	}
	.productLeft {
		margin: 0 auto 10px;
	}
	.productLeftMain {
		padding-right: 0px;
	}
	.productRightMain {
		padding-left: 0px;
	}
	.productRight {
		margin: 0 auto 10px;
	}
	.productLeftMini {
		max-width: none;
		margin: 0 auto 10px;
		background: url(../img/lighting_left_mini.jpg) top center no-repeat;
	}
	.productCenterMini {
		max-width: none;
		margin: 0 auto 10px;
		background: url(../img/lighting_center.jpg) top center no-repeat;
	}
	.productRightMini {
		max-width: none;
		margin: 0 auto 10px;
		background: url(../img/lighting_right_mini2.jpg) top center no-repeat;
	}
}


/*.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-size: 35px;
	font-weight: 600;
	/*line-height: 10%;*/
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	background: #e8e8e8;
	padding: 20px 10px;
}
.category-text2 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	letter-spacing: 4px;
	color: #000;
	text-transform: uppercase;
	background: #e8e8e8;
	padding-bottom: 10px;
}
.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/all_about_lighting_web.jpg') center center no-repeat;
	background-size: cover;
	padding: 150px 100px;
}
.allBoutGradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	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;
	margin: 0 10px 50px;
	/*overflow: hidden;*/
}

.categoryLighting-text1 {
	position: relative;
	/*text-align: center;*/
	font-size: 48px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 100px;
	padding-bottom: 10px;
	z-index: 2;
}
.categoryLighting-text2 {
	position: relative;
	/*text-align: center;*/
	font-size: 24px;
	letter-spacing: 4px;
	/*line-height: 17px;*/
	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-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	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%;
	/*text-align: center;*/
	padding-bottom: 30px;
	background: #fff;
}
.topFooterBar {
	padding: 20px;
	background: #fff;
	border-top: 1px solid #cacaca;
	/*margin-top: 8px;*/
}
.footerLogoLeft {
	float: left;
	/*padding-left: 30px;*/
	width: 30%;
}

.footerSocialBarRight {
	/*float: right;*/
	text-align: center;
	/*padding-right: 55px;*/
}
.footerSocialBarRight a {
	padding: 5px;
	text-decoration: none;
}
.footerSocialHeader {
    float: right;
    width: 100%;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
	text-decoration: underline;
}
.footerSocialLinks {
	width: 100%;
	text-align: center;
}
.footerSocialPad {
	padding-top: 5px;
    margin-top: 20px;
}
/*.newFooterRules {
	text-align: left;
	padding-left: 75px;
}*/
.newFooterRules a {
	display: inline-block;
	font-size: 12px;
	padding: 4px 0;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #000000;
	margin-bottom: 6px;
	font-weight: 500;
}
.newFooterRules a:hover {
    color: #0095da; 
    text-decoration: none; 
}
.newFooterRulesRight {
	text-align: left;
	padding-right: 75px;
}
.newFooterRulesRight a {
    color: #afafaf;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: lighter;
}
.footer-section {
	display: inline-block;
	text-align: left;
	/*width: 18%;*/
	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: 20px 0 20px;
	text-transform: uppercase;
	/*letter-spacing: 2px;*/
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	text-decoration: underline;
}

.footer-section-top-center {
	float: left;
	/*width: 100%;*/
	margin: 20px 0 20px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	text-decoration: underline;
}

.footer-section-top img {
	display: inline-block;
	clear: both;
	width: 35px;
	line-height: 45px
}
.footer-section a {
	display: inline-block;
	/*text-transform: uppercase;*/
	font-size: 11px;
	padding: 4px 0;
	letter-spacing: 2px;
	/*line-height: 10px;*/
	text-indent: 2px;
	color: #afafaf;
	margin-bottom: 6px;
}
.footer-section > a:hover {
	color: #fff;
}
.footer-section .effect-inline_link:after {
	background: #d2d2d2;
}

.footerSectionLeft {
	float: right;
}

.socialTop {
	margin-bottom: 10px;
}
/*.footerLogo {
	margin-top: 20px;
	opacity: 0.4;
}*/
.footerAddress {
	color: #000000;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
	text-align: left;

}
.mainFooterSection {
	border-top: 1px solid #cacaca;
}
@media (max-width: 767px) {
	.footer-section {
		text-align: center;
	}
	.footerSocialHeader {
		float: none;
	}
	.newFooterRules {
		text-align: center;
    	padding-left: 0px;
	}
	.footer-section-top-center {
		float: none;
	}
	.footerAddress {
		text-align: center;
	}
	.newFooterRulesRight {
		text-align: center;
		padding: 10px 0px 5px 0px;
	}
}
@media (max-width: 767px) {
	.topFooterBar {
		text-align: center;
	}
	.footerLogoLeft {
		float: none;
		padding: 0 0 10px 0;
		display: contents;
	}
	.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: none;
	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: #fff;*/
	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 {
	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;
}
/*Instagram Slider Home Page */
.insta-galleryHolder {
	padding: 50px 20px;
	border-bottom: #e4e4e4 solid .2px;
	text-align: center;
}
.insta-galleryHolder .slick-next {
	width: 30px;
	height: 30px;
	background: none;
	right: 0;
	z-index: 7;
}
.insta-galleryHolder .slick-next:before {
	/*content:"right";*/
	/*content: "\25b6";*/ /*right facing triangle*/
	content: "\276f"; /*right facing chevron*/
	color: #000000;
}
.insta-galleryHolder .slick-prev {
	width: 30px;
	height: 30px;
	background: none;
	left: 0;
	z-index: 7;
}
.insta-galleryHolder .slick-prev:before {
	/*content:"left";*/
	/*content: "\25c0";*/ /*left facing triangle*/
	content: "\276e"; /*left facing chevron*/
	color: #000000;
}
.insta-galleryHolder .slick-next:hover, .insta-galleryHolder .slick-prev:hover {
	background: rgba(255,255,255,0.75);
}
.hiddenFancyContent {
	display: none;
}
.fancyOpenedInside {
	position: relative;
}
.fancyImageOpened {
	max-height: 70vh;
}
.fancyLink {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 10px;
	line-height: 25px;
	background: #000;

	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.fancyLink:hover {
	text-decoration: none;
	background: #555;
	color: #fff;
}
.homeCategorySlides {
	height: 211px;
	overflow: hidden;
}

.hashTagShowroom {
	font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #666666;
    text-transform: none;
    text-decoration: none !important;
}

.hashTagShowroom a:focus, .hashTagShowroom a:hover {
	color: #dedede !important;
}


/*End Instagram Slider Home Page */
/* 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;

}
/*Slider Triangle Overlay*/
.triangleShapeOverlay {
	/*float: left;*/
	width: 100%;
	background: url('../img/338_triangle_shape_overlay.png') center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: none;
}

.sliderOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 1;
}
.sliderBkg {
	position: absolute;
	/*top: 0;*/
	/*left: 0;*/
	right: 0;
	width: 100%;
	height: 100%;
	background-position: left bottom;
	background-color: red;
}
.sliderText {
	position: absolute;
	bottom: 0;
}

.sliderText-2 {
	width: 100%;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	padding: 20px 50px;
	color: #ffffff;
	background-color: #000;
}

.sliderText-2 a {
	text-decoration: none;
	color: #ffffff;
}
.sliderText-2:hover {
	background-color: #5f6062;
}
/*.sliderTextLink a {
	text-decoration: none;
	color: #000;
}
.sliderTextLink a:hover {
	color: #fff;
}*/

@media (max-width: 767px) {
	.sliderOverlay {
		display: none;
	}
}
/* Start Mobile */
.popupMenus .topTitle {
	font-weight: normal;
}

.popupMenus .popupLinks li a {
	font-weight: normal;
}
/* End Mobile */



/*.module {
  background: white;
  border: 1px solid #ccc;
  margin: 3%;
}

.stripe-1 {
  color: white;
  background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
}

.module {
  background: white;
  border: 1px solid #ccc;
  margin: 3%;
}

.stripe-2 {
  color: black;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ccc 10px,
    #ccc 20px
  ),
  linear-gradient(
    to bottom,
    #eee,
    #999
  )
}*/
/*IMAP Holiday Hide on home page (header is on top of content)*/

#IMAPsaleHolder {

}
.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)*/
.block_contact {
	padding-right: 250px;
	padding-left: 250px;
}
@media (max-width: 890px) {
	.block_contact {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.mainPagetxt {
	padding-right: 5px;
	padding-left: 5px;
}
@media (max-width: 767px) {
	.mainPagetxt {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.burgerMenu {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 30px;
    padding: 5px;
    background: unset;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    z-index: 1;
}
.IMAPtextsize {
	font-size: 16px !important;
}
.btn-popup, .btn-popup2 {
    font-size: 10px !important;
	margin-left: 2px !important;
	margin-right: 0px !important;
}

/*extra header*/
.header_bottomBar {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 0 8px;
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
}
.dBlockMax1680ME {
    display: block;
    width: 100%;
    max-width: 1680px;
    margin: auto;
}
.header_bottomBar ul.normalUL {
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.dropdown-ver2 {
    position: relative;
	cursor: default;
}
.dd-toggle:hover, .dd-toggle:focus, .dd-toggle:active {
	outline: none;
	text-decoration: none;
}
.dd-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.header__nav {
	background: none;
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.nav__navigation {
	
}
.navigation__ul {
	display: block;
	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: #000000;
	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: #0095da;
	text-decoration: none;
}
.dropdown-menu-ver2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-menu-ver2 {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px !important;
	border: none;

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

	box-shadow: 0 20px 30px #444444;
}
.closeRight .dropdown-menu-ver2 {
	left: initial;
	right: 0;
}
.dropdown-menu-ver2 .dropdown-menu-ver2 {
	top: -30px;
	left: 100%;
}
.dropdown-menu-ver2 hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dropdown-menu-ver2 li {
	position: relative;
	float: left;
	width: 100%;
}
.dropdown-menu-ver2 li a, .header_bottomBar .dropdown-menu-ver2 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: 5px 10px;
	color: var(--dropdown-text);
	font-size: 11px;
}
.dropdown-menu-ver2 li:hover > a, .dropdown-menu-ver2 li a:hover, .dropdown-menu-ver2 li a:focus, .dropdown-menu-ver2 li a:active {
	background: #0095da;
	color: #ffffff !important;
	text-decoration: none;
}
@media (min-width:768px) {
	.navigation__li:hover > .dropdown-menu-ver2, .navigation__ul li:hover > .dropdown-menu-ver2, .dropdown-ver2:hover > .dropdown-menu-ver2 {
		opacity: 1;
		z-index: 1000;
		display: block;
	}
}
.header_bottomBar {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 0 8px;
	text-align: center;
	border-bottom: solid 1px #f1f1f1;
}
@media (max-width:960px) {
	.header_bottomBar {
		display: none;
	}
}
.header_bottomBar ul.normalUL {
	display: flex;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.header_bottomBar ul li {
	float: left;
	flex-grow: 1;
	list-style-type: none;
	line-height: 110%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.header_bottomBar ul > li a {
	float: left;
	width: 100%;
	line-height: inherit;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 8px;
	text-align: center;

	transition: all 300ms;
}
.header_bottomBar ul li a:hover {
	text-decoration: none;
	color: var(--dropdown-textnobkg-hover);
}


.sliderContainer {
	margin-bottom: 25px;
}
.saleColorR a {
	color: #ed1c24 !important;
}
@media (max-width:960px) {
	.logo__link {
		max-width: 200px;
	}
}
.header_topBar {
    float: left;
    /*width: 100%;*/
    background: #ffffff;
    padding: 0 8px;
    /*text-align: center;*/
}
.header_topBar ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.header_topBar ul li {
    float: left;
    list-style-type: none;
    line-height: 110%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.header_topBar ul li a {
    float: left;
    line-height: inherit;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    padding: 6px 8px;
    text-transform: uppercase;
}
.header_topBar ul li a:hover {
    color: #0095da;
	text-decoration: none;
}
.dBlockMax1680ME {
    display: block;
    width: 100%;
    max-width: 1680px;
    margin: auto;
}
.hero-overlay {
    position: absolute;
    z-index: 10;
    bottom: 27px;
    left: 34px;
    max-width: 100%;
    max-height: calc(100% - 50px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    background: rgba(60, 60, 60, 0.75);
}
.hero-text1 {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 130%;
    margin-bottom: 10px;
}
.hero-text2 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    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: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
}
.hero-text3 a:hover {
    text-decoration: none;
    background: #5f6062;
    color: #ffffff;
}
.hero-overlay:after {
    content: "";
    width: 6px;
    height: 80%;
    background: #2e3192;
    position: absolute;
    z-index: 5;
    bottom: -3px;
    left: -3px;
}
@media (max-width: 991px) {
    .hero-overlay {
        position: static;
        width: 100%;
        background: none;
    }
	.hero-text1, .hero-text2 {
		color: #000000;
    }
}
.adress_hours a {
	color: #000000 !important;
}
.showroom__link {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}
/* Hack CSS to style the Add to Cart Button */
.specific-cart, .wlAddCartCss {
	background: #0095da;
	position: relative;
	color: #ffffff;
}
.specific-cart:after, .wlAddCartCss:after {
	content: "Add to Cart";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0095da;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
}
/*banner animation*/
.wind-text {
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-300px) skewX(20deg) rotate(-5deg);
	animation: windFlowIn 2.5s ease-out forwards;
}

@keyframes windFlowIn {
	0% {
		opacity: 0;
		transform: translateX(-300px) skewX(20deg) rotate(-5deg);
	}
	30% {
		opacity: 0.6;
		transform: translateX(-100px) skewX(10deg) rotate(-2deg);
	}
	60% {
		opacity: 0.8;
		transform: translateX(30px) skewX(-5deg) rotate(1deg);
	}
	80% {
		opacity: 1;
		transform: translateX(0px) skewX(2deg) rotate(0deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0px) skewX(0deg) rotate(0deg);
	}
}
.Topphone {
	display: flex;
    justify-content: flex-end;
    line-height: 142%;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    padding: 6px 8px;
    text-transform: uppercase;
}
.Topphone a {
	color: #000000;
}
.Topphone:hover a {
	color: #0275d8;
	text-decoration: none;
}
.FootMap {
	width: 100%;
	height: 200px;
	border: 0;
}
/*three image spot*/
.containerME2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
    padding: 20px;
}
.text-areaME2 {
	flex: 1 1 100%;
}
.imagesME2 {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	gap: 20px;
}

.image-boxME2 {
	flex: 1 1 calc(33.333% - 13.34px);
	position: relative;
	aspect-ratio: 1 / 1;
	background-color: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-boxME2 a  {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #000000;
	color: white;
	padding: 10px 0;
	text-transform: uppercase;
}
.image-boxME2:hover a  {
	background: #5f6062;
	transition: 300ms;
}

@media (min-width: 868px) {
	.containerME2 {
		flex-wrap: nowrap;
	}

	.text-areaME2 {
		flex: 1;
		max-width: 30%;
	}

	.imagesME2 {
		flex: 2;
		max-width: 70%;
		flex-wrap: nowrap;
	}
}
@media (max-width: 768px) {
	.image-boxME2  {
		flex: unset;
		position: relative;
		aspect-ratio: 1 / 1;
		background-color: #ddd;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/*header*/
.dBlockMaxME {
    display: inline-block;
}
.PhoneSizeTop {
	font-size: 20px !important;
	color: #ed1c24 !important;
}
.PhoneSizeTop2 {
	font-size: 20px !important;
	display: block;
}
.PhoneSizeTop2 b {
	color: #ed1c24;
}

/* Change In Stock to On Display */
.product-instock-label {
	position: relative;
	height: 24px;
	background: none;
}
.product-instock-label:before {
	content: "On Display";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0095da;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
/* End Change In Stock to On Display */
/*SAVE*/

/*Landing list section*/
.sec_style3 {
	float: left;
    width: 72%;
}
.sec_style3-maxWidth {
	display: block;
	max-width: var(--sitemaxwidth);
	width: 100%;
	margin: 0 auto;
}
.sec_style3-inner {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
}

.sec_style3-textBlock {
	flex: 0 0 calc(33.3333333333% - 10px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	background: #000000;
	padding: 5%;
}
.sec_style3-textBlock-1 {
	float: left;
	width: 100%;

	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	line-height: 150%;

	margin-bottom: 10px;
}
.sec_style3-textBlock-2 {
	float: left;
	width: 100%;

	color: #ffffff;
	font-size: 17px;
	line-height: 150%;
}
.sec_style3-fansBlock {
	/*flex: 0 0 100%;*/
	flex: auto;
	padding: 30px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}
.sec_style3-fansBlock-inner {
	float: left;
	width: 100%;
	padding-left: 20px;
}
.sec_style3-fansBlock-element {
	float: left;
	width: 100%;
}
.sec_style3-fansBlock-element a {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;
	color: #000000;
    text-transform: uppercase;
}
.sec_style3-fansBlock-element a img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sec_style3-fansBlock .slick-list {
	height: 100%;
}
.sec_style3-fansBlock .slick-track {
	height: 100%;
}
.sec_style3 .slick-slide {
	opacity: 1;
}
.sec_style3 .slick-prev:before, .sec_style3 .slick-next:before {
	color: #487c7d;
}


@media(max-width: 991px){
	
}
@media(max-width: 767px){
	.sec_style3-inner {
		flex-wrap: wrap;
	}
	.sec_style3-fansBlock-inner {
		padding-left: 0;
	}
	.sec_style3-textBlock {
		flex: 0 0 100%;
	}
	.sec_style3-fansBlock {
		flex: 0 0 124%;
	}
}
@media(max-width: 500px){
	
}

.sec_style3 .slick-prev:before, .sec_style3 .slick-next:before {
	color: #0095DA;
}


.slick-track div a img {
	max-height: 200px;
}
/*End Landing list section*/
/*SAVE*/
.onDisplaybutton {
	background: #2e3192;
}
.onDisplaybutton a {
	color: #ffffff;
	font-weight: 700;
    letter-spacing: 2px;
}
.CatsectionMain {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
}
.CatsectionMain h1{
	color: #ffffff;
	text-align: center;
	padding: 84px;
    font-size: 34px;
    text-shadow: 4px 2px 10px black;
}
.slick-slider {
    height: fit-content !important;
}
.sec_style3-fansBlock-element span {
	display: inline-block;
    color: #000000;
    opacity: 0;
    transform: translateY(20px); 
    transition: all 0.3s ease; 
}
.sec_style3-fansBlock-element:hover span {
    opacity: 1;
    transform: translateY(-5px);
}
/*CAT IMAGES*/

.img1Cat {
	background: url("../img/homecats/ceilinglights.png") center center no-repeat;
	height: 263px;
    background-size: contain;
}
.img2Cat {
	background: url("../img/homecats/walllights.png") center center no-repeat;
	height:	263px;
    background-size: contain;
}
.img3Cat {
	background: url("../img/homecats/Currey_Company_0309200422_Final(edited).png") center center no-repeat;
	height:	263px;
    background-size: contain;
}
.img4Cat {
	background: url("../img/homecats/fans.png") center center no-repeat;
	height: 263px;
    background-size: contain;
}
.img5Cat {
	background: url("../img/homecats/maxim-outdoor(edited).png") center center no-repeat;
    height: 263px;
    background-size: contain;
}

/*END CAT IMAGES*/

.welcome-wrap-mde {
  background: linear-gradient(135deg, #0a2540, #3a7bd5);
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.welcome-inner-mde {
  max-width: 800px;
  margin: 0 auto;
}

.welcome-title-mde {
  font-size: 3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.welcome-text-mde {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.welcome-btn-mde {
  display: inline-block;
  padding: 14px 32px;
  background-color: #9fc54f;
  color: #0a2540;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.welcome-btn-mde:hover {
  background-color: #fff;
  color: #0a2540;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.aboutImageMDE img{
	height: auto;
	width: 50%;
}
.DesktopCATS {
	display: block;
}
.MobileCATS {
	display: none;
}
@media(max-width: 767px){
	.aboutImageMDE img{
		height: auto;
		width: unset;
	}
	.CatsectionMain {
		display: block;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
	}
	.img1Cat {
		background: url(../img/homecats/ceilinglights.png) center center no-repeat;
		height: 263px;
		background-size: contain;
		width: 100%;
	}
	.img2Cat {
		background: url("../img/homecats/walllights.png") center center no-repeat;
		height: 263px;
		background-size: contain; 
		width: 100%;
	}
	.img3Cat {
		background: url("../img/homecats/Currey_Company_0309200422_Final(edited).png") center center no-repeat;
		height: 263px;
		background-size: contain; 
		width: 100%;
	}
	.img4Cat {
		background: url("../img/homecats/fans.png") center center no-repeat;
		height: 263px;
		background-size: contain;
		width: 100%;
	}
	.img5Cat {
		background: url("../img/homecats/maxim-outdoor(edited).png") center center no-repeat;
		height: 263px;
		background-size: contain;
		width: 100%;
	}
	.DesktopCATS {
		display: none;
	}
	.MobileCATS {
		display: block;
	}
	.sec_style3-fansBlock-element span {
		display: block;
		opacity: 1;
		transform: translateY(0px);
	}
	.sec_style3 {
		float: left;
		width: 80% !important;
	}
}
.saleColorME {
	color: #ff0000 !important;
}
@media(max-width: 1025px){
	.sec_style3 {
		float: left;
		width: 58%;
	}
}