body {
	font-family: 'Lato', sans-serif !important;
	color: #333333;
	line-height: 150%;
}
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 {
	max-width: 1600px;
	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;
}
.dibMax800 {
	display: inline-block;
	width: 100%;
	max-width: 800px;
}
/* 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 #000000;
}

.header_topBar {
	float: left;
	width: 100%;
	background: #2a2a2a;
	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%;
}

.header_mainBar {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #a1a1a1;
}
.mainBar_logo {
	position: absolute;
	top: 0px;
	left: 42%;
	width: 405px;
	height: 120px;
	margin-left: -100px;
}
.mainBar_logo a {
	float: left;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}
.mainBar_logo img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 20%;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;

}
.mainBar_middle {
	position: relative;
	float: left;
	padding-left: 20px;
	
}
.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;
}
@media (max-width: 1200px) {
	.smallViewHeader {
		display: block;
	}
	#largeHeader {
		display: none;
	}
}
.main-header-links {
	margin-top: 45px;
	margin-bottom: 28px;
}
/*.main-header-links-2 {
	margin-top: 33px;
	margin-bottom: 25px;
}*/
.navigation__ul {
	padding: 0;
}
.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_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 #e8e8e8;
}
.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 {
	
}
.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;
	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: 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 10px;
	color: #000;
	font-size: 12px;
}
.dropdown-menu li hr {
	margin: 2px 0;
}
.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;
}
@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%;
}
.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%;
	margin: 0;
}
.img__slide {
	width: 100%;
	height: 620px;
}
.main__slider .slick-dots {
	background: none;
}


@media (max-width: 767px) {
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		height: 300px;
	}
}

.productLeft {
	position: relative;
	padding-right: 4px;
}

.shopRight {
	position: relative;
	padding-left: 4px;
}
@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 .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;
}
.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;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	background: #e8e8e8;
	padding: 20px 10px;
}
.category-text2 {
	position: relative;
	float: left;
	width: 100%;
	font-family:'PT Sans', sans-serif;
	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;
}

.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;
	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: #656565;
}
.topFooterBar {
	padding: 20px;
	background: #000;
	text-align: center;
}
.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: #a6a6a6;
	padding-bottom: 5px;
	padding-right: 7px;
}
.footerSocialLinks {
	width: 100%;
	text-align: center;
}
.footerSocialLinks a {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin: 2px;
	text-align: center;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}
.footerSocialLinks a img {
	display: inline-block;
	margin-top: 2px;
}
.footerSocialLinks a:hover {
	background: #edce01;
}
.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;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
.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: 1px;
	text-indent: 2px;
	color: #ffffff;
	margin-bottom: 6px;
}
.footer-section > a:hover {
	color: #fff;
}
.footer-section .effect-inline_link:after {
	background: #d2d2d2;
}
.socialTop {
	margin-bottom: 10px;
}
.footerAddress {
	color: #ffffff;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
}
.mainFooterSection {
	border-top: 4px solid #000;
}
@media (max-width: 767px) {
	.footer-section {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.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;
	opacity: 0;

	-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%;
	opacity: 1;
}
/* 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;
	bottom: 60px !important;
	right: 20px !important;
}
.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: 18px;
	height: 18px;
	background: none;
	border: solid 2px #fff;
    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: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background: #fff;
	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;

}
/*Slider Triangle Overlay*/
.triangleShapeOverlay {
	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;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}
.sliderText {
	display: none;
	position: absolute;
	top: 10%;
	color: #fff;
}

.sliderText-2 {
	width: 100%;
	font-size: 65px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 34px;
	padding-bottom: 40px;
}

.sliderText-2 a {
	text-decoration: none;
	color: #fff;
}
.sliderText-2 a:hover {
	/*color: #fff;*/
}

@media (max-width: 767px) {
	.sliderOverlay {
		display: none;
	}
}


/*New Index Sections*/
.indexSection {
	position: relative;
	min-height: 300px;
	padding: 10px;
}
.topBackground, .bottomBackground, .bottomBackground-2 {
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	z-index: 2;
}
.topBackground {
	bottom: 100%;
}
.bottomBackground, .bottomBackground-2 {
	top: 100%;
}

#index-1 {
	background: #eaeaea;
	z-index: 5;
}
#index-1 .topBackground {
	background: url("../img/home/index_section_1-top.png") left center no-repeat;
	background-size: 100% 100%;
}
#index-1 .bottomBackground {
	background: url("../img/home/index_section_1-bottom.png") left center no-repeat;
	background-size: 100% 100%;
}
#index-1 .bottomBackground-2 {
	background: url("../img/home/index_section_1-bottom-2.png") left center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
#indexYoullLove {
	position: absolute;
	top: 10%;
	left: 0;
	width: 15%;
	height: 80%;
	padding: 20px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 1px 3px black;
}
#indexLightingCategoriesText {
	position: absolute;
	top: 10%;
	left: 20px;
	width: 15%;
	height: 80%;
	background: url("../img/home/lighting_categories_home.png") center center no-repeat;
	background-size: contain;
}
#index-2 {
	background: #949494;
	padding-top: 130px;
}
#index-2 .topBackground {
	background: url("../img/home/index_section_2-top.png") left center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
#index-2 .bottomBackground {
	background: url("../img/home/index_section_2-bottom.png") left center no-repeat;
	background-size: 100% 100%;
}
#index-2 .bottomBackground-2 {
	background: url("../img/home/index_section_2-bottom-2.png") left center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.dib {
	display: inline-block;
}
.max1200 {
	width: 100%;
	max-width: 1200px;
}
.index1-section {
	display: inline-block;
	/*width: 380px;*/
	height: 390px;
	text-align: center;
	padding: 10px;
}
.index1-section2 {
	display: inline-block;
	/*width: 380px;*/
	height: 390px;
	text-align: center;
}
.index1-section-1 {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.index1-section-1-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.index1-section-1-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	color: #001bff;
	z-index: 2;
	padding: 20px 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
#index-1-1 {
	background: url("../img/home/4129.jpg") center center no-repeat;
	background-size: cover;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#index-1-2 {
	background: url("../img/home/5900.jpg") center center no-repeat;
	background-size: cover;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#index-1-3 {
	background: url("../img/home/2024-BoV-Winner-Logo.png") center center no-repeat;
	background-size: 83%;
}
@media (max-width: 767px) {
#index-1-3 {
    background-size: 46%;
	}
}
@media (max-width: 625px) {
#index-1-3 {
    background-size: 65%;
	}
}

.indexCircle {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.indexCircle-1 {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 260px;
	background: #ffffff;
	overflow: hidden;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.indexCircle-2 {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: 1;
}
.indexCircle-2 img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px;
}
.indexCircle-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 15px 22px 15px;
	background: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #001bff;

	z-index: 2;
}
/* #indexCircleImage-1 {
	background: url("https://cdn.lightsamerica.com/images/SM3/875381.jpg") center center no-repeat;
	background-size: contain;
}
#indexCircleImage-2 {
	background: url("https://cdn.lightsamerica.com/images/SM3/875425.jpg") center center no-repeat;
	background-size: contain;
}
#indexCircleImage-3 {
	background: url("https://cdn.lightsamerica.com/images/SM3/438546.jpg") center center no-repeat;
	background-size: contain;
}
#indexCircleImage-4 {
	background: url("https://cdn.lightsamerica.com/images/SM3/869025.jpg") center center no-repeat;
	background-size: contain;
}
#indexCircleImage-5 {
	background: url("https://cdn.lightsamerica.com/images/SM3/816681.jpg") center center no-repeat;
	background-size: contain;
}
#indexCircleImage-6 {
	background: url("https://cdn.lightsamerica.com/images/SM3/840255.jpg") center center no-repeat;
	background-size: contain;
} */
#indexComeVisit {
	position: absolute;
	top: 15%;
	right: 20px;
	width: 12%;
	height: 70%;
	background: url("../img/home/come_visit_home.png") center center no-repeat;
	background-size: contain;
}
#index-3 {
	position: relative;
	height: 600px;
	max-height: 100vh;
	background: url("../img/homenew.jpg") center center no-repeat;
	background-size: cover;
}
#indexMapPin {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 60px;
	margin-left: -25px;
	margin-top: -30px;
	background: url("../img/home/home_map_pin.png") center center no-repeat;
	background-size: contain;
	z-index: 2;
}
#indexMapText {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	z-index: 2;
	background: rgba(255,255,255,0.85);
}
#indexMapShade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 1;
	opacity: 0.3;
}
@media (max-width: 1225px) {
	#indexYoullLove {
		width: 25%;
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.topBackground, .bottomBackground, .bottomBackground-2 {
		height: 70px;
	}
	#index-2 {
		padding-top: 70px;
	}
	#indexLightingCategoriesText, #indexComeVisit, #indexYoullLove {
		display: none;
	}
	#index-3 {
		height: 350px;
	}
}
@media (max-width: 767px) {
.index1-section {
		width: 100%;
		height: 600px;
	}
}
/*End New Index Sections*/
/*Linecard*/
.lineCard {
	float: left;
	width: 100%;
	padding: 30px 10px 10px 10px;
	border-bottom: solid 1px #e8e8e8;
}
.lineCard:first-child {
	border-top: solid 1px #e8e8e8;
}
.lineCard-1 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
/*End LineCard*/

.title_c {
    display: none !important;
}
.title_e {
    display: none !important;
}
.text_top {
    display: none !important;
}
.contactPad {
	padding-right: 280px;
	padding-left: 280px;
}
@media (max-width: 1000px) {
.contactPad {
	padding-right: 40px;
	padding-left: 40px;
	}
}
.ButtonLoc {
	background: #001bff;
	color: #ffffff;
	padding: 10px 20px;
}
.ButtonLoc {
  padding: 8px 16px; 
  background-color: #001bff; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer; 
  width: 198px;
}
.ButtonLoc a {
  color: white; 
}

.ButtonLoc:hover {
  background-color: #000000; 
}
.ButtonLoc2 {
  padding: 8px 16px; 
  background-color: #001bff; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer; 
  width: 110px;
  margin-top: 10px;

}
.ButtonLoc2 a {
  color: white; 
}

.ButtonLoc2:hover {
  background-color: #000000; 
}
.fanBlade {
  transform: scale(0.5);
}
.TopLoc {
  color: #ffffff !important;
}
.TopLoc2 {
  color: #ffffff !important;
}
.horizontal-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
  justify-content: space-between;

}
.horizontal-list li {
  margin-right: 10px; /* Optional: add space between items */
}
.indexList {
  list-style: none;
}
.indexpad {
	padding-right: 170px;
	padding-left: 170px;
}
@media(max-width: 767px){
.indexpad {
	padding-right: 30px;
	padding-left: 30px;
	}
}
/*Section Style 3*/
.sec_style3 {
	float: left;
	width: 100%;
	margin-top: 130px;
}
.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;
	/*flex-wrap: wrap;
	justify-content: center;*/
	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: #ffffff;
	padding: 5%;
}
.sec_style3-textBlock-1 {
	float: left;
	width: 100%;

	color: #000000;
	font-size: 25px;
	font-weight: bold;
	line-height: 150%;

	margin-bottom: 10px;
}
.sec_style3-textBlock-2 {
	float: left;
	width: 100%;

	color: #000000;
	font-size: 17px;
	line-height: 150%;
}
.sec_style3-brandsBlock {
	flex: 0 0 calc(66.6666666666% + 10px);
	/*background: #f0f0f0;*/
	padding: 30px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}
.sec_style3-brandsBlock-inner {
	float: left;
	width: 100%;
	padding-left: 20px;
	/*overflow: hidden;*/
}
.sec_style3-brandsBlock-element {
	float: left;
	width: 100%;
}
.sec_style3-brandsBlock-element a {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;

	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;

	font-size: 14px;
    font-weight: 600;
}
.sec_style3-brandsBlock-element a img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sec_style3-brandsBlock .slick-list {
	height: 100%;
}
.sec_style3-brandsBlock .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-brandsBlock-inner {
		padding-left: 0;
	}
	.sec_style3-textBlock {
		flex: 0 0 100%;
	}
	.sec_style3-brandsBlock {
		flex: 0 0 100%;
	}
}
@media(max-width: 500px){
	
}
/*End Section Style 3*/

/* Index Text Section */
.underleftPAD {
    padding-right: 899px;
}
.underrightPAD {
    padding-left: 899px;
}

.container {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    flex-direction: column;
}

.text-section {
	flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 10px;
}

.text-section h2 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Stack sections on smaller screens */
    }
}
.footText {
	font-size: 11px;
	padding-bottom: 10px;
}
/* END Index Text Section */

/* Custom button styling */
.custom-button {
    background-color: #000000; /* Green background */
    color: white; /* White text */
    padding: 12px 24px; /* Padding */
    font-size: 16px; /* Font size */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow */
    transition: all 0.3s ease; /* Smooth hover transition */
	width: 250px !important;
}

/* Hover effect */
.custom-button:hover {
    background-color: #c4c4c4; /* Darker green */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); /* Slight lift */
}

/* Active effect */
.custom-button:active {
    background-color: #3e8e41; /* Even darker green */
    transform: translateY(0); /* Reset lift */
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.button-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.custom-button2 {
    background-color: #000000; /* Green background */
    color: white; /* White text */
    padding: 12px 24px; /* Padding */
    font-size: 16px; /* Font size */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow */
    transition: all 0.3s ease; /* Smooth hover transition */
    width: 87% !important;
	margin: 10px;
}

/* Hover effect */
.custom-button2:hover {
    background-color: #c4c4c4; /* Darker green */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); /* Slight lift */
}

/* Active effect */
.custom-button2:active {
    background-color: #3e8e41; /* Even darker green */
    transform: translateY(0); /* Reset lift */
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.buttonsBox {
	display: inline-block;
}
.flex-text-section {
	display: flex;
}
.text-section b {
	font-size: 17px;
}
.reviewColor {
    background-color: #eaeaea !important;
}

@media (max-width: 990px) {
	.flex-text-section {
		display: block;
	}
	.button-container {
		display: block;
	}
}
.veniceBrand {
	display: block;
}
.storeFront {
  display: block;
  max-width: 100%; /* Ensures responsiveness */
  height: auto; /* Maintains aspect ratio */
  max-height: 500px; /* Limits height on larger screens */
  margin: 0 auto; /* Centers the image if block layout is used */
}
@media (min-width: 1024px) {
.storeFront {
	max-width: 45%; /* Restrict size on larger screens */
	}
}
@media (max-width: 1023px) {
.storeFront {
	max-width: 67%; /* Restrict size on smaller screens */
	}
}
@media (max-width: 700px) {
.storeFront {
	max-width: 100%; /* Restrict size on smaller screens */
	}
}

.policyPAD {
	padding-right: 100px ;
	padding-left: 100px;
}
@media (max-width: 650px) {
.policyPAD {
	padding-right: 30px ;
	padding-left: 30px;
	}
}
/*MOBILE HEAD*/
.smallProdLinks a {
    line-height: 24px !important;
    font-size: 13px;
}
@media (max-width: 350px) {
	.smallProdLinks a {
    line-height: 24px !important;
    font-size: 12px !important;
	}
}
@media (max-width: 600px) {
	.img__slide {
		width: 100%;
		height: unset;
	}
}
.Venicebutton {
    width: 170px !important;
    padding-right: 1.2%;
    padding-left: 1.2%;
    text-align: center;
    font-size: 10pt;
    line-height: 31pt !important;
    background: #000000 !important;
    color: #ffffff !important;
	margin-bottom: 13px;
}
.Venicebutton:hover {
    background: #cccccc !important;
    color: #000000 !important;       
}
.Venicebutton2 {
    width: 392px !important;
    padding-right: 1.2%;
    padding-left: 1.2%;
    text-align: center;
    font-size: 15pt;
    line-height: 31pt !important;
    background: #000000 !important;
    color: #ffffff !important;
    margin-bottom: 13px;
}
.Venicebutton2:hover {
    background: #cccccc !important;
    color: #000000 !important;       
}
/*VENICE IMAGE GRID*/
.image-gridME {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.image-gridME img {
	width: 100%;
	height: auto;
	display: block;
}

.image-containerME {
	flex: 1 1 22%;
}

@media (max-width: 768px) {
	.image-containerME {
		flex: 1 1 100%;
	}
}
/*END VENICE IMAGE GRID*/
