body {
	font-family: 'Open Sans', sans-serif !important;
	color: #333333;
	line-height: 130%;
	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;
}
h1 small {
	display: inline-block;
	color: white;
	font-size: 10px;
	margin-left: 144px;
}
.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;
}
.map-canvas {
	min-width: 220px !important;
}
/* 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%;
	position: relative;
	z-index: 120;
	box-shadow: none;
	background: white;
}

.header_topBar {
	float: left;
	width: 100%;
	background: #393939;
	padding: 8px;
	text-align: center;
}
.header_topBar-text {
	display: block;
	color: #fff;
	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;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 37.5%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	width: 25%;
	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: 810px) {
	.smallViewHeader {
		display: block;
	}
	.smallViewHeader .logo img {
		max-width: 250px;
		margin-top: 10px;
		margin-bottom: 10px;

	}
	#largeHeader {
		display: none;
	}
}
.main-header-links {
	margin-top: 27px;
}
.main-header-links-2 {
	margin-top: 27px;
}
.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: "";
	//position: absolute;
	display: inline-block;
	width: 20px;
	height: 10px;
	background: url("../img/dropdown_arrow.png") center center no-repeat;
	opacity: 0.3;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-header-links .navigation__ul > li.dropdown:hover > a:after {
	opacity: 1;
}


.header_topBar-text a {
	color: #fff;
}
.header_topBar-text:first-child {
	padding-left: 0;
}
.header_topBar-text:last-child {
	padding-right: 0;
	border: none;
}
.content {
	width: 960px;
	margin: 0 auto;

}
.mainSearchBox {
	float: right;
	height: 28px;
	border-bottom: solid 1px #000000;
	margin-top: 13px;
}
.mainSearchBox .search-query {
	width: 140px;
	height: 100%;
	padding: 0 10px 0 10px;
	float: left;
	border: none;
	outline: none;
	background: none;
	//color: #fff;
	color: #000000 !important;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;

	-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: 0;
	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: #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 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;
	z-index: 1000;
}	
/*End Header*/
.container__main {
	float: left;
	width: 100%;
}
.main__top-content {
	position: relative;
	width: 100%;
	//max-width: 960px;
	//min-width: 960px;
	float: left;
	margin: 0 auto 25px;
	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 );
}
@media (max-width: 767px) {
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		height: 300px;
	}
}

.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;
	/*margin-bottom: 25px;*/
}
.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;
	max-width: 220px;
	max-height: 220px;
}
.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: 23px;
	line-height: 120%;
	letter-spacing: 4px;
	//font-weight: 300;
	color: #000;
	text-transform: uppercase;
	background: #e8e8e8;
	padding: 20px 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;
}
/*End Index*/
/*Begin Footer*/
.footer {
	float: left;
	width: 100%;
}
.footer-inside {
	position: relative;
	float: left;
	width: 100%;
	text-align: left !important;
	padding-bottom: 30px;
	background: url("../img/footer-background.jpg");
	padding: 20px 20px;
}
.footer-inside a {
	text-align: left;
}
.footContainer {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}
.socialTop {
	margin-bottom: 10px;
}
.footerSection > a, .footerSection > div {
	max-width: 240px;
	clear: left;
}
.footerLogo {
	float: right;
	margin-top: 30px;
	opacity: 0.6;
	max-width: 300px;
}
.socialFoot {
	text-align: left;
}
.socialFoot .foot-links {
	float: none !important;
	display: inline-block;
	width: auto;
	margin: 0 8px 8px 0;
}
.socialFoot > img {
	display: inline-block;
	margin: 0px 5px 10px 0;
	max-width: 60px;
}
.socialFoot > a {
	display: inline-block;
	margin: 0px 5px 10px 0;
	max-width: 60px;
}
@media (max-width: 767px) {
	.footer .footer-inside {
		text-align: center !important;
	}
	.footer .footerHeading-line {
		float: none !important;
		display: inline-block;
	}
	.footer-inside a {
		text-align: center;
	}
	.footerHeading {
		text-align: center;
		font-size: 20px !important;
		margin-top: 20px;
	}
	.footerSection {
		float: none !important;
		display: inline-block;
		clear: both;
		max-width: 250px;
		margin-bottom: 20px;
	}
	.footerLogo {
		float: none;
		max-width: 100%;
	}
	.socialFoot {
		text-align: center;
	}
}
/*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);
}
.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;
	border: solid 2px #fff;
	z-index: 1;

	-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: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
	background: #fff;
	z-index: 2;
	opacity: 0;

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

	-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: #801b1b;

}



/*FROM V7*/

.container-main {
	padding: 10px 0 10px 0;
	//overflow: hidden;
}
.middle {
	padding: 0px 0px 10px;
	position: relative;
	z-index: 100;
	background: #fff;
}
.pad-left {
	padding-left:25px;
}
.middle:not(.index) {
	padding-top:47px;
}
.showroom .pad {
	font-weight:300;
}
#CustomerSignIn {
	font-family:'Open Sans', sans-serif !important;
}
.categorytitles {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.newFont {
	font-weight:300;
}
.dropdown-menu {
	top: 0px;
}
.margin-left {
	position:relative;
	left:60px;
}
/*ul.nav>li{padding: 20px 5px 20px 5px;}*/
.clearfix {
	overflow:hidden;
}
.middle-block .text {
	margin-top:20px;
	font-size:12px;
}
.logobot {
	width:100%;
	margin-top:20px;
	background:#4e0c07;
	padding: 5px 0px;
}
.iconemail {
	border-radius:4px 0 0 4px!important;
}
.icontact {
	border-radius:0 4px 4px 0!important;
}
.icontacttext {
	display: table-cell;
	height: 300px;
	vertical-align: middle;
	width: 960px;
}
/* New landing page styles */
.landText {
	background: #3a3a3a;
	color: white;
	padding: 20px;
	margin-bottom: 10px;
}
.landText .span4, .landText .span2 {
	padding: 10px;
}
.landText p {
	margin: 0;
	padding: 5px;
	font-size: 17px;
	line-height: 145%;
	text-align: justify;
}
.landText h1 {
	padding: 10px 0 0 0;
	line-height: 24px; 
	margin-top: 73px;
}
.landText.numberOne p {
	padding: 17px 21px 5px 0px;
	margin: 0px;
}
.landText.numberOne h1 {
	padding: 32px 0px 10px 50px;
	line-height: 24px; 
	margin-top: 12px;
	font-size: 42px;
}
/* End new landing page styles */
.lowerLogo {
	margin: 35px auto 0;
	display: block;
}
.values {
	font-size: 16px;
}
.values b {
	font-size: 20px;
}
.listName {
	font-weight: lighter;
	padding: 0px 50px 10px;
	display: block;
	margin-top: 0px;
	text-align: center;
}
.centerText {
	text-align: center;
}
.boxSize, .boxSize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.transition300, .transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.inlineIMG {
	display: inline-block;
	margin: 0px;
	border: solid 3px #e8e8e8;
	padding: 5px;
	background: #fff;
	max-width: 100%;
}
.relativePosition {
	position: relative;
}
/* New Index Squares Code */
.indexSquares {
	margin: 10px 0;
}
.indexSquares .Aholder {
	display: block;
	float: left;
	//width: 50%;
	height: 400px;
	overflow: hidden;
}

.indexSquares .Aholder:first-child {
	padding-right: 5px;
}
.indexSquares .Aholder:last-child {
	padding-left: 5px;
}
@media (max-width: 767px) {
	.indexSquares .Aholder:first-child {
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.indexSquares .Aholder:last-child {
		padding-left: 0px;
	}
}
.indexSquares a {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #f0f0f0;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	background: url("../img/sale-bg-323-template.jpg") center top no-repeat;
	background-size: cover;
}
.indexSquares .Aholder:last-child a {
	color: #fff;
	background: url("../img/brands-bg-323-template.jpg") center top no-repeat;
	background-size: cover;
}
.topLarge {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 140px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-indent: 10px;
	font-weight: 300;
	font-size: 70px;
	line-height: 100%;
	z-index: 3;
}
.bottomSmall {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-indent: 10px;
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	z-index: 3;
}
.indexSquares a > .span6 {
	position: relative;
	z-index: 3;
}
.indexSquares a .overlayColor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	opacity: 0.55;
	z-index: 2;
}
.indexSquares a .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8e8e8;
	z-index: 1;
}
.indexSquares a .image img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
/* End New Index Squares Code */
/* Meet Julia Link */
.meetJulia {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.meetJulia img {
	display: block;
	margin: 0 auto;
}
/* End Meet Julia Link */
/* Index Map */
.indexMap {
	position: relative;
	float: left;
	width: 100%;
	height: 450px;
	background: #333;
	//margin-top: 10px;
	background: url("../img/index-map-chi-city.jpg") center center no-repeat;
	background-size: cover;
}
.mapOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	z-index: 1;
}
.mapText {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}
/* End Index Map */
.topHeaderBackground {
	background: #333;
}
/* Very Top Home Page */
.topRow {
	display: none;
	float: left;
	width: 100%;
	border-bottom: solid 2px #000000;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 18px;
	padding: 5px;
	background: #000000;
}
/* End Very Top Home Page */
/* Window Slats */
.index .windowSlats, .index .topRow {
	display: block;
}
/*.windowSlats, .windowSlats * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}*/
.windowSlats {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	height: 640px;
	overflow: hidden;
	border-bottom: solid 2px #000000;
}
.windowSlats .slat {
	float: left;
	width: 20%;
	overflow: hidden;
	
	border-right: solid 2px #000000;
	text-align: center;
	background: #fff;

	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.slat .image {
	float: left;
	width: 100%;
	height: 600px;
}
.slat .text {
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
}
.slat:last-child {
	border-right: none;
}
.slat-5 {
	position: absolute;
	top: 0;
	right: 0;
}
.slat-1 .image {
	/*background: url("http://cdn.lightsamerica.com/images/745211.jpg") center center no-repeat;*/
	background: url("https://cdn.lightsamerica.com/images/1320589.jpg") center center no-repeat;
	background-size: auto 100%;
}
.slat-2 .image {
	/*background: url("http://cdn.lightsamerica.com/images/752709.jpg") center center no-repeat;*/
	background: url("https://cdn.lightsamerica.com/images/1428900.jpg") center center no-repeat;
	background-size: auto 100%;
}
.slat-3 .image {
	/*background: url("http://cdn.lightsamerica.com/images/506930.jpg") center center no-repeat;*/
	background: url("https://cdn.lightsamerica.com/images/1312873.jpg") center center no-repeat;
	background-size: auto 100%;
}
.slat-4 .image {
	/*background: url("http://cdn.lightsamerica.com/images/685126.jpg") center center no-repeat;*/
	background: url("https://cdn.lightsamerica.com/images/1431469.jpg") center center no-repeat;
	background-size: auto 100%;
}
.slat-5 .image {
	background: url("https://cdn.lightsamerica.com/images/1281570.jpg") center center no-repeat;
	/*background: url("http://cdn.lightsamerica.com/images/741680.jpg") center center no-repeat;*/
	background-size: auto 100%;
}

@media (min-width: 811px) {
	.windowSlats:hover .slat {
		width: 15%;
	}
	.windowSlats .slat:hover {
		width: 40%;
	}
}
@media (min-width: 1000px) {
	.slat .text {
		font-size: 33px;
	}
}
@media (max-width: 810px) {
	.windowSlats {
		height: auto;
	}
	.windowSlats .slat {
		width: 100%;
		border-right: none;
		border-bottom: solid 2px #e8e8e8;
	}
	.slat .image {
		height: 180px;
		margin: 10px 0;
	}
	.windowSlats:hover .slat {
		width: 100%;
	}
	.windowSlats .slat:hover {
		width: 100%;
	}
	.slat-5 {
		position: static;
	}
	.slat .text {
		font-size: 30px;
		line-height: 150%;
	}
}


/* End Window Slats */
/* Navigation Styles */
#fullSizeMenuTarget {
	float: left;
	width: 100%;
}
.mobileButton {
	display: none;
	position: absolute;
	top: 30px;
	left: 10px;
	width: 30px;
	height: 30px;
	padding: 0 5px;
	background: #333;
	z-index: 1;
}
.line.num1 {
	top: 6px;
}
.line.num2 {
	top: 50%;
	margin-top: -1px;
}
.line.num3 {
	bottom: 6px;
}
.mobileButton.open .line.num1 {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobileButton.open .line.num2 {
	opacity: 0;
}
.mobileButton.open .line.num3 {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navigationMobile, .navigationMobile * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.navigationMobile {
	position: relative;
	float: left;
	width: 100%;
	//height: 80px;
	padding: 10px;
	background: #ffffff;
}
#mobileMenuTarget {
	min-height: 0px;
}
.navMaxSize {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.myLogo {
	float: left;
	//width: 250px;
	//height: 100%;
}
.myLogo img {
	display: block;
	float: none;
	margin: 3px auto 0;
	max-height: 100%;
	max-width: 100%;
	padding-top: 5px;
}
.navigationLinks {
	height: 100%;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.link {
	height: 100%;
	float: left;
	position: relative;
	border-top:solid 4px rgba(80,128,169,0);
	border-bottom:solid 4px rgba(80,128,169,0);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.link:hover {
	border-top:solid 4px #b5b5b5;
	border-bottom:solid 4px #b5b5b5;
	cursor: pointer;
}
.link.search:hover {
	border-color: rgba(0,0,0,0);
}
.link.hasSub > a:after {
	content: ">";
	display: inline-block;
	color: #a5a5a5;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.link.sale a, .subLinks .link.sale a {
	color: #d23737;
}
.link a {
	float: left;
	width: 100%;
	padding: 17px 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	text-indent: 4px;
	text-decoration: none;
	color: #000000 !important;
	text-align: center;
	line-height: 20px;
}
.link a:hover {
	text-decoration: none;
}
.subLinks {
	position: relative;
	float: left;
	display: none;
	width: 100%;
	list-style-type: none;
	border: solid 2px #e8e8e8;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.subLinks .link {
	width: 100%;
	background: #ffffff;
	border-bottom: solid 1px #e8e8e8;
}
.subLinks .link a {
	padding: 5px 10px;
	height: auto;
	color: #333 !important;
}
.link:hover > .subLinks {
	//display: block;
}
.subMenuTarget {
	float: left;
	width: 100%;
}

/* End Navigation Styles */
/* Overlay Slideshow Css */
.overlayText {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 400px;
	bottom: 0%;
	left: 30%;
	margin-left: -200px;

	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	opacity: 0;

	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.overlayText .mainTagline {
	float: left;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 6px;
	line-height: 100%;
	padding: 0 0 10px;
	clear: both;
	width: 100%;
}
.overlayText .mainTagline span.smaller {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 3px;
}
.overlayText .subTagline {
	float: left;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 120%;
	padding: 0 0 10px;
	clear: both;
	width: 100%;
}
.overlayText .botLink {
	display: block;
	float: left;
	margin: 10px auto 0;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	letter-spacing: 2px;
	line-height: 100%;
	padding: 10px;
	clear: both;
	background: #fff;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.overlayText .botLink:hover {
	text-decoration: none;
	background: #4a4a4a;
	color: #fff;
}
.showing.currentSlide .overlayText {
	opacity: 1;
	bottom: 10%;
	left: 30%;

	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
@media (max-width: 810px) {
	.overlayText  {
		width: 220px;
		max-width: 220px;
		margin-left: -60px;
	}
	.showing.currentSlide .overlayText {

	}
	.overlayText .mainTagline {
		font-size: 20px;
	}
	.overlayText .botLink {
		margin: 0;
		font-size: 12px;
		padding: 7px;
	}
}
/* End Overlay Slideshow Css */
/* Footer Styles */

.footerHeading {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 120%;
	color: #c7c7c7;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footerHeading-line {
	float: left;
	width: 40px;
	height: 2px;
	background: #757575;
	margin-top: 5px;
	margin-bottom: 10px;
}
.foot-showroom {
	float: left;
	width: 100%;
	margin: 15px 0;
	padding: 0 5px;
}
.foot-showroom .image {
	position: relative;
	float: left;
	width: 10%;
}
.foot-showroom .image img {
	display: block;
	margin: 0 auto;
}
.foot-showroom .text {
	float: left;
	width: 90%;
	font-size: 12px;
	color: #c7c7c7;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
	font-weight: normal;
	word-break: break-word;
}
.foot-links {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #c7c7c7;
	padding: 2px 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.foot-links:hover {
	text-decoration: none;
	color: #ffffff;
}
.foot-links.juliaSite {
	margin-top: 20px;
}

.generalInfo .text {
	text-align: left;
}
/* End Footer Styles */
.juliaImage {
	text-align: right;
	padding-right: 20px;
}
@media (max-width: 767px) {
	.juliaImage {
		text-align: center;
		margin-bottom: 20px;
	}
}
.maxWidth1200 {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}
/*END FROM V7*/
.smallViewHeader .smallProdLinks {
	margin-top: 0;
}
.smallViewHeader .logo.logo-big {
	background: #333;
}
.landingPoss .img-container .img-responsive {
	max-width: 100%;
	max-height: 100%;
}
.cartImage {
    position: inherit;
    top: -3px;
    display: unset;
    float: none;
    margin: 0 auto;
}