body {
	font-family: 'Lato', sans-serif !important;
	color: #000000 !important;
	line-height: 150%;
	padding: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	margin: 20px 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
.container-fluid {
	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;
}
.h100 {
	height: 100%;
}
.dib {
	display: inline-block;
}
.dibMax1000	{
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
.dibMax700 {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.genericButton-inline {
	display: inline-block;
	background: #D0A908;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.tab-header-cell img {
	min-width: 250px;
}
.qxrFooter {
	background: #fff;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#aside-leftmenu-navbar li {
	padding-left: 5px;
}
/* End General Styles */

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

.header_topBar {
	float: left;
	width: 100%;
	background: #000000;
	padding: 8px;
	text-align: center;
}
.header_topBar-text {
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
	margin-top: 5px;
}

.header_mainBar {
	position: relative;
	float: left;
	width: 100%;
	height: 130px;
	background: #fff;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 35%;
	height: 100%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	width: 30%;
	height: 100%;
	text-align: center;
	position: relative;
}
.mainBar_middle a {
	float: left;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
.mainBar_middle a img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.mainBar_middle a:hover {
	text-decoration: none;
}
.openMenuButton {
	display: none;
	width: 38px;
	height: 30px;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 2;
}
.openMenuButton .menubar {
	position: absolute;
	left: 6px;
	height: 2px;
	width: 26px;
	background: #000000;
}
.openMenuButton .menubar.menubar-1 {
	top: 6px;
}
.openMenuButton .menubar.menubar-2 {
	top: 50%;
	margin-top: -1px;
}
.openMenuButton .menubar.menubar-3 {
	bottom: 6px;
}

.mainBar_right {
	position: relative;
	float: right;
	width: 35%;
	height: 100%;
	text-align: right;
}

.main-header-links {
	float: left;
	width: 100%;
}
.main-header-links-2 {
	margin-top: 27px;
}
.mainBar_left .navigation__ul {
	text-align: right;
}
.mainBar_right .navigation__ul {
	text-align: left;
}
.main-header-links .navigation__ul > li > a {
	float: left;
	letter-spacing: 1.5px;
	padding: 8px 14px;
}
.main-header-links .navigation__ul > li.dropdown > a {
	position: relative;
}
.main-header-links .navigation__ul > li.dropdown > a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background: url("../img/dropdown_arrow_new_grey.png") center center no-repeat;
	opacity: 0.3;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-header-links .navigation__ul > li.dropdown:hover > a:after {
	opacity: 1;
}


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

}
.mainSearchBox {
	float: right;
	height: 30px;
	border: solid 1px #e8e8e8;
	background: #ffffff;
}
.mainSearchBox .search-query {
	width: 140px;
	height: 100%;
	padding: 0 10px 0 10px;
	float: left;
	border: none;
	outline: none;

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

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
}
.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 {
	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: #000;
	text-decoration: none;
}
.dropdown-menu {
	margin: 0;
	padding: 0;
	min-width: 160px;
	border: none;

	box-shadow: 0 20px 85px #444444;
}
.dropdown-menu .dropdown-menu {
	top: -30px;
	left: 100%;
}
.dropdown-menu hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dropdown-menu li {
	position: relative;
	float: left;
	width: 100%;
}
.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: #000000;
	font-size: 12px;
}
.dropdown-menu li:hover > a, .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;
	display: block !important;
}*/
@media (min-width:768px) {
	.dropdown-menu {
		display: none !important;
		opacity: 0;
	}
	.navigation__li:hover > .dropdown-menu, .navigation__ul  li:hover > .dropdown-menu {
		opacity: 1;
		z-index: 1000;
		display: block !important;
	}
}

.wishListHeader {
	position: relative;
	top: -2px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
	margin-left: 5px;
	margin-right: 35px;
}

.wishListHeader #vwlQty {
	position: absolute;
	top: 0;
	right: -30px;
	height: 34px;
	width: 34px;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0px;
	background: #000000;
	border: solid 2px #ffffff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.cartHeader {
	position: relative;
	top: -2px;/*
	*/float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
	margin-left: 5px;
}
.wish-SVG {
	float: left;
	width: 30px;
	height: 30px;
}
.searchSVG {
	position: relative;
	/*bottom: -4px;*/
	width: 15px;
	height: 15px;
}
.searchSVG-elem1 {
	/*fill: #553856;*/ /*Dark Purple*/
	/*fill: #fdc6ff;*/ /*Light Purple*/
	fill: #ffffff;
}
.searchSVG-small {
	width: 10px;
	height: 10px;
}
.cartSVG {
	float: left;
	width: 30px;
	height: 30px;
}
.cartSVG * {
	fill: #000 !important;
}
.smallViewHeader {
	background: #
}
.smallProdLinks {
	margin-top: 0;
	border: none;
	background: none;
}
.smallProdLinks a {
	padding: 0;
	line-height: 40px;
	color: #000 !important;
	border: none;
}
.smallProdLinks span {
	display: inline-block;
}
.smallViewHeader .logo.logo-big {
	background: none;
}
.smallViewHeader .wish-SVG {
	display: inline-block;
	float: none;
	height: 25px;
	position: relative;
	top: 9px;
}
.smallViewHeader .wish-SVG * {
	/*stroke: #000000 !important;*/
}
.smallViewHeader .cartSVG {
	display: inline-block;
	float: none;
	height: 25px;
	position: relative;
	top: 9px;
}
.smallViewHeader .cartSVG * {
	/*fill: #000000 !important;*/
}
.searchForm {
	background: #000000;
	color: #ffffff;
	padding: 9px;
}
.searchForm .form-search {
	border-bottom: solid 1px #ffffff;
}
.searchForm .input-append {
	position: relative;
}
.searchForm .input-append .search-query {
	background: none;
	color: #ffffff;
	width: 100%;
	padding-right: 60px;
	font-size: 16px;
	text-transform: uppercase;

}
.searchForm .input-append .btn {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 40px;
	background: none;
}

.burgerMenu {
	background: none;
}
.burgerMenu .line {
	background: #000;
}
.popupMenus .topTitle {
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	border-bottom: solid 1px #3a3a3a;
	padding: 18px 0;
}
.popupMenus .topTitle .closeMenuButton {
	background-color: #ffffff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.popupMenus .background {
	background: #000000;
}
.popupMenus .popupLinks {
	border: none;
}
.popupMenus .popupLinks li {
	border: none;
}
.popupMenus .popupLinks li:last-child {
	border: none;
}
.popupMenus .popupLinks li a {
	background: none;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
.popupMenus .subLinks {
	background: #484848;
}
.popupMenus .subLinks .subLinks {
	background: #717171;
}
.popupMenus .subLinks .subLinks .subLinks {
	background: #000000;
}
.popupMenus .subLinks .subLinks .subLinks .subLinks {
	background: #484848;
}
.filter-item {
	color: #ffffff !important;
}
.showArrow::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.smallViewHeader .logo__link img {
	width: 150px;
	height: 50px;
	object-fit: contain;
}
.removeFilter {
	border-color: rgba(0,0,0,0);
}
#filterMenu .popupLinks li {
	border-bottom: solid 1px #3a3a3a
}
#filterMenu .popupLinks li a {
	padding: 15px 5px;
}
.popupMenus .menuXSText {
	color: #ffffff;
}
.closeMobileButton {
	float: left;
	width: 100%;
	text-align: center;
	background: #000;
}
.closeMobileButton-actual {
	display: inline-block;
	background: #a51010;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	margin: 10px 0;
	line-height: 100%;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.closeMobileButton {
	display: none !important;
}
@media (max-width: 767px) {
	/*#largeHeader {
		display: none;
	}*/
	.smallViewHeader {
		display: block;
	}
	.smallViewHeader .logo__link img {
		max-height: 100px;
	}
	#product-content {
		width: 100%;
	}


	.header_topBar {
		display: none;
	}
	.header_mainBar {
		height: auto;
	}
	.mainBar_middle {
		width: 100%;
		padding: 10px 45px;
	}
	.openMenuButton {
		display: block;
	}
	.mainBar_right {
		width: 100%;
		background: #f0f0f0;
		padding: 10px 0 3px 0;
	}
	.mainBar_right .navigation__ul {
		padding-left: 10px;
		text-align: center;
	}
	.mainBar_left {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		overflow-y: auto;

		width: 100%;
		height: 100%;
		background: #e8e8e8;
	}
	.mainBar_left .navigation__ul {
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	.mainBar_left .navigation__ul li {
		float: left;
		width: 100%;
	}
	.mainBar_left .navigation__ul > li.dropdown {
		border-bottom: solid 2px #e8e8e8;
	}
	.mainBar_left .navigation__ul li a {
		width: 100%;
		padding: 15px;
		font-size: 15px;
		/*background: #ffffff;*/
	}
	.mainBar_left .navigation__ul > li > a {
		background: #ffffff;
		font-weight: bold;
	}
	.mainBar_left .navigation__ul > li > ul > li > a {
		font-weight: bold;
	}
	.mainBar_left .navigation__ul li a:hover, .mainBar_left .navigation__ul li a:active {
		/*color: #000000 !important;*/
	}
	.mainBar_left .navigation__ul li .dropdown-menu {
		position: static;
		float: left;
		width: 100%;
		box-shadow: none;
		background: #f0f0f0;
		opacity: 1;
		display: none;
	}
	.mainBar_left .navigation__ul li .dropdown-menu .dropdown-menu {
		background: #ffffff;
		border-bottom: solid 2px #e8e8e8;
	}
	.mainBar_left.menuClosed {
		display: none;
	}
	.closeMobileButton {
		display: block !important;
	}
}
/*End Header*/



.container__main {
	float: left;
	width: 100%;
}
.main__top-content {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto 25px;
	background-color: #f3f1ef;
	overflow: hidden;
}
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0;
}
.slick-list {
	height: 100%;
}
.slick-track {
	height: 100%;
}
.regular_img {
	height: 100%;
}
.img__slide {
	width: 100%;
	height: 100%;
}
.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;
}
.category {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px;
}
.category-image {
	position: relative;
	display: table;
	width: 100%;
	height: 400px;
}
.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;
}
#cat-1 {
	background: url("../img/home/ceiling.jpg") left center no-repeat;
	background-size: cover;
}
#cat-2 {
	background: url("../img/home/wall.jpg") center center no-repeat;
	background-size: cover;
}
#cat-3 {
	background: url("../img/home/outdoor.jpg") left center no-repeat;
	background-size: cover;
}
#cat-4 {
	background: url("../img/home/fans.jpg") center center no-repeat;
	background-size: cover;
}
@media (max-width: 448px) {
	#cat-1 {
	background: url("../img/home/ceiling2.jpg") left center no-repeat;
	background-size: cover;
	}
}
	
.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: absolute;
	bottom: 0;
	right: 0;
	display: block;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 4px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	background: rgba(0,0,0,0.75);
	padding: 10px;
	z-index: 3;
}
.category-divider {
	display: none;
	width: 100%;
	clear: both;
}
@media (min-width: 1000px) {
	.category-divider {
		display: block;
	}
}
.categoryTitle {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 150%;
	padding: 0 20px 20px 20px;
	color: #6a6a6a;
	letter-spacing: 3px;
}
.catBubble {
	position: absolute;
	top: -70px;
	left: -20px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	background: url('../img/home/lighting_categories_text_image.png') center center no-repeat #7d7d7d;
	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: #f2f2f2;
	margin-bottom: 0;
	padding: 20px;
}
.underSlideCats {
	text-align: center;
	background: #e8e8e8;
}
.underSlideCats ul {
	list-style-type: none;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.underSlideCats ul li {
	list-style-type: none;
	display: inline-block;
	line-height: 0px;
	margin: 0 0 -5px 0;
	padding: 0;
	height: 50px;
}
.underSlideCats ul li a {
	position: relative;
	float: left;
	padding: 9px 10px;
	height: 100%;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	color: #000000;
}
.underSlideCats ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 3px;
	background: #000000;
	opacity: 0;

	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.underSlideCats ul li a:hover {
	text-decoration: none;
}
.underSlideCats ul li a:hover:before {
	width: 100%;
	left: 0;
	opacity: 1;
}
/*End Index*/
/*Begin Footer*/
.footer {
	float: left;
	width: 100%;
}
.topFooter {
	position: relative;
	background: #eeeeee;
	padding: 20px 20px 100px 20px;
}
.topFooter b {
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	letter-spacing: 1px;
}
.topFooter a {
	color: #000000;
}
.footer-socialBar {
	text-align: center;
	background: #ffffff;
	padding: 20px;
	border-top: solid 2px #bcbcbc;
}
.logoFooter {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-top: -75px;
	margin-left: -75px;
	background: #ffffff;
	line-height: 150px;

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

	-webkit-box-shadow: 0 20px 85px #1f1f1f;
	-moz-box-shadow: 0 20px 85px #1f1f1f;
	-o-box-shadow: 0 20px 85px #1f1f1f;
	box-shadow: 0 20px 85px #1f1f1f;
}
.logoFooter img {
	padding: 0 10px;
}
.socialLinks a {
	display: inline-block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	padding: 2px;
	border-radius: 50%;
	background: #000000;
}
.socialLinks a > img {
	display: block;
}
.footer-socialBar .socialLinks a:hover {
	background: #c88702;
}
.footerBottom {
	position: relative;
	padding: 100px 20px 20px 20px;
	background: #fafafa;
}
.foot-section {
	float: left;
	padding: 20px;
}
.footLink {
	display: inline-block;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
}

.foot-section .footLink.effect-inline_link:after {
	background: #333333;
}
.socialTop {
	margin-bottom: 10px;
}
.footerLogo {
	margin-top: 20px;
	opacity: 0.4;
}
@media (max-width: 767px) {
	.footer-section {
		text-align: center;
	}
	.footerBottom-bar {
		display: none;
	}
}

.showAddress {
	line-height: 25px;
	font-weight: 300;
}
.showHours {
	line-height: 25px;
	font-weight: 300;
}
.footerLogoBottom {
	padding: 20px 0px 5px 0px;
}
/*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 */
/*About Page*/
.rightContentHolder {
	padding: 20px;
}
/*End About Page*/
/*Page Heading Images*/
.pageHeadImage {
	float: left;
	width: 100%;
	margin: 20px 0;
	height: 300px;
}
#aboutPageHead {
	background: url(../img/home/bottom_row_back.jpg) center center no-repeat;
	background-size: cover;
}
#servicesPageHead {
	background: url(../img/headings/services_head.jpg) left center no-repeat;
	background-size: cover;
}
#recentProjectsPageHead {
	background: url(../img/headings/recent_projects_head.jpg) left center no-repeat;
	background-size: cover;
}
/*End Page Heading Images*/

/*Recent Projects Portfolio Page*/
.portfolio-image-holder {
	padding: 10px;
}
.portfolio-image {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	background-size: cover
}
.portfolio-image:before {
	content: "View Image";
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: 100%;
	text-align: center;
	line-height: 200px;
	color: #e88400;
	font-weight: bold;
	background: rgba(250,250,250,0.8);

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.portfolio-image:hover:before {
	opacity: 1;
}
/*End Recent Projects Portfolio Page*/
.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 */

.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;
}

.index-section-background {
	position: relative;
	height: 400px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/home/bottom_row_back.jpg) center center no-repeat;
	background-size: cover;
}
.index-section-background-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #777777;
	opacity: 0.7;
}
.index-section-background-1 {
	position: relative;
	z-index: 2;
	display: block;
	max-width: 85%;
	margin: 0 auto;
	letter-spacing: 2px;
}
.index-section-background-2 {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.index-section-background-3 {
	display: inline-block;
	font-size: 17px;
	margin-bottom: 20px;
}
.index-section-background-4 {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 100%;
	padding: 10px 15px;
	border: 2px solid #ffffff;
}
.index-section-background:hover {
	text-decoration: none;
	color: #ffffff;
}
.index-section-background:hover .index-section-background-4 {
	background: #ffffff;
	color: #000000;
}
.index-section-background:hover .index-section-background-shade {
	opacity: 0.9;
}
/*Make login appear on top of entire site*/
#divLogReg {
	overflow-y: auto;
	position: relative;
	z-index: 2;
	margin-right: 0;
	width: 100%;
}
.wlNotification {
	float: left;
	width: 100%;
	padding: 10px;
	background: #ffdd88;
	border: solid 2px #f9b909;
	margin-bottom: 15px;

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

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

/* Cart */
.cartButton {
	padding-right: 10px;
}
.cartButton.noCart {
	padding-right: 0px;
}
.cartCounterHolder {
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 0px;
	height: 20px;
	width: 35px;
	overflow: hidden;
}
.cartCounterHolder #cmQty {
	float: right;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
/* End Cart Counter */
.footHead {
	color: #000000 !important;
	text-decoration: none !important;
}

.item-block {
    text-align: center;
    margin: 5px;
    /* cursor: pointer; */
    cursor: default;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
.directions {
    padding: 20px 0;
}
.main-count {
	left: 22px;
}
@media (max-width: 909px) {
	.wish-SVG {
		width: 22px;
	}
	.cartSVG {
		width: 22px;
	}
	.main-count {
		left: 16px;
	}
	.mainSearchBox .search-query {
		width: 106px !important;
	}
}
@media (max-width: 400px) {
	.wish-SVG {
		width: 22px;
	}
	.cartSVG {
		width: 22px;
	}
	.main-count {
    left: 16px;
	}

}