body {
	font-family: 'Lato', sans-serif !important;
	/*font-family: 'Open Sans', sans-serif !important;*/
	color: #333333;
	line-height: 150%;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	/*color: #538dce;*/
}
h1 {
	font-size: 36px;
	margin: 20px 0;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.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;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.genericButton-inline {
	display: inline-block;
	background: #D0A908;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.tab-header-cell img {
	min-width: 250px;
}
.qxrFooter {
	background: #fff;
}
/* End General Styles */

/* Paste from site */
.inlineLink {
	display: inline-block;
	color: #0f6aac;
}
.container-1 {
	min-width: 960px;
	/*max-width: 1400px;*/
	margin: 0 auto;
}
.header {
	float: left;
	width: 100%;
	/*margin-bottom: 25px;*/
}
@media (max-width: 767px) {
	#largeHeader {
		display: none;
	}
}
.bestPriceSection {
	text-align: center;
	font-style: italic;
	letter-spacing: .5px;
	color: #d7b44c;
	background-color: #1a1a1a;
	padding-bottom: 10px;
}
.header_topBar {
	float: left;
	width: 100%;
	background: #000000;
	padding: 4px 0;
	text-align: center;
}
.header_topBar-text {
	display: inline-block;
	color: rgba(223,190,106,0.9);
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 20px;
	border-right: solid 1px #d7b44c;
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
}

.header_mainBar {
	float: left;
	width: 100%;
	background: #1a1a1a;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 37.5%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	width: 25%;
	text-align: center;
	margin: 15px 0;
}
.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;
	margin-top: 50px;
}
.main-header-links {
	margin-top: 75px;
	margin-left: 10px;
}
.main-header-links-right {
	margin-top: 80px;
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
}
.main-header-links .navigation__ul > li > a {
	letter-spacing: 2px;
	/*letter-spacing: 2.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("../png/dropdown-arrow-gold.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;
}

#specialBorder {
	border-right: 2px #d7b44c solid;
	/*margin-right: 6px;*/
}

#specialTradeBorder {
	border-right: 2px #d7b44c solid;
	/*margin-right: 6px;*/
}

.header_topBar-text a {
	color: rgba(223,190,106,0.9);
}
.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: solid 1px #e8e8e8;
	margin-top: 0;
	margin-right: 10px;
}
.mainSearchBox .search-query {
	width: 280px;
	/*width: 155px;*/
	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;
}

@media(max-width: 1000px) {
	.mainSearchBox .search-query {
		width: 155px;
	}
}

.mainSearchBox .mainSearchButton {
	width: 22px;
	height: 100%;
	float: left;
	border: none;
	outline: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
}
.header__nav {
	background: none;
	float: left;
	width: 100%;
	border-top: 1px solid #cfa33e;
	border-bottom: 1px solid #cfa33e;
}
.mainSearchSection {
	margin-top: 10px;
}
.nav__navigation {
	/*padding-left: 64px;*/
	background: #000000;
}
.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;
	color: #d7b44c;
	/*float: left;*/
	text-align: center;
	text-transform: uppercase;
}
.navigation__link, .navigation__ul > li > a {
	color: #d7b44c;
	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;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;

	border: none;

	-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: #000;
	color: #ffffff !important;
	text-decoration: none;
}
.navigation__li:hover > .dropdown-menu, .navigation__ul > li:hover > .dropdown-menu {
	opacity: 1;
	z-index: 1000;
}
.specialLink a {
	/*color: #000 !important;*/
}
.header__link23 {
	/*padding: 0 !important;*/
	padding-right: 7px;
	padding-left: 6px;
}
.header-wishListLink {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: url("../png/wish_list_box.png") center center no-repeat;
	background-size: contain;
	margin-right: 25px;
}
/* Newer Wish List */
.main-wishList {
	color: #d7b44c;
	float: right;
	text-decoration: none;
	letter-spacing: 2px;
	/*padding-top: 20px;*/
	padding-top: 10px;
	padding-right: 5px;
	list-style: none;
	display: inline-block;
	font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.main-wishList a {
	color: #d7b44c;
	float: right;
	text-decoration: none;
	letter-spacing: 2.5px;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
}
.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%;
}

/* Wish List */
/*span#vwlQty {
	position: absolute;
	left: 70%;
	top: 0;
	width: 30px;
	height: 30px;
	color: #000;
	background: #d0a437;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}*/
.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;
}
.mmslideshow a.control_prev, .mmslideshow a.control_next {
	top: 50% !important;
	display: block !important;
	margin-top: -20px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	line-height: 36px !important;
	font-size: 20px !important;

	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
}
.mmslideshow a.control_prev:hover, .mmslideshow a.control_next:hover {
	background: #fe9428;
	color: #fff;
}
.slideOverlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
	margin-left: -250px;
	margin-top: -100px;
	display: block;
	/*background: rgba(0,0,0,0.7);*/
	padding: 10px;
	text-align: center;
	z-index: 5;
}
.slideOverlay .outerBorder {
	position: absolute;
	top: -10px;
	right: -10px;
	border: solid 2px #fff;
	background: none;
	width: 1000px;
	height: 400px;
	z-index: -1;
}
.slideOverlay .text-1 {
	font-size: 33px;
	letter-spacing: 4px;
	line-height: 120%;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
	margin-top: 20px;
}

.slideOverlay .text-2 {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 120%;
	padding: 10px 0;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.slideOverlay .button-1 {
	display: inline-block;
	padding: 10px 15px;
	background: #262626;
	color: #d2a636 !important;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 20px;
}
.slideOverlay .button-1:hover {
	text-decoration: none;
}

.wlOrange {
	height: 10%;
	width: 10%;
	padding-bottom: 2px;
}

@media (max-width: 767px) {
	.slideOverlay {
		position: static;
		float: left;
		width: 100% !important;
		margin: 0;
		background-color: #949596;
	}
	.slideOverlay .outerBorder {
		display: none;
	}
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.slideOverlay .text-1 {
		font-size: 25px;
	}
	.slideOverlay .button-1{
		font-size: 10px;
	}

}

.indexCategories {
	float: left;
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	/*margin-bottom: 25px;*/
}
.indexCategories .heading-1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 40px 0;
}
.categoryHolder {
	float: left;
	width: 100%;
	text-align: center;
	/*margin-bottom: 50px;*/
}
.category {
	display: inline-block;
	width: 240px;
	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%;
	background: #ffffff;
}
.category-image img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.shape-1 {
	position: absolute;
	top: -27px;
	left: 50%;
	height: 15px;
	width: 76px;
	margin-left: -38px;
	background: url("../png/shape_1.png") center center no-repeat;
}
.category-text1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 120%;
	margin-top: 20px;
	letter-spacing: 4px;
	color: #000000;
	text-transform: uppercase;
}
.category-divider {
	display: none;
	width: 100%;
	clear: both;
}
@media (min-width: 1000px) {
	.category-divider {
		display: block;
	}
}

.footer {
	float: left;
	width: 100%;
}
.footer-inside {
	position: relative;
	float: left;
	width: 100%;
	/*border-top: solid 1px #d9d9d9;*/
	text-align: center;
	padding-bottom: 30px;
	background: #231f20;
}
.footerTopMiddle {
	position: relative;
	float: left;
	width: 100%;
	background: #1d1c1c;
	padding: 15px 10px;
}
.footerTopMiddle-text {
	/*float: left;*/
	/*width: 100%;*/
	font-size: 20px;
	font-weight: 100;
	line-height: 120%;
	color: rgba(223,190,106,0.9);
	text-transform: uppercase;
	letter-spacing: 4px;
}
.footerTopMiddle-text a {
	color: rgba(223,190,106,0.9);
}
.footerTopMiddle-text a:hover {
	color: rgba(255, 235, 184, 0.9);
	text-decoration: none;
}
.footer-section {
	display: inline-block;
	text-align: left;
	/*width: 18%;*/
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 45px;
}
.footer-section-top {
	position: relative;
	float: left;
	font-weight: 100;
	width: 100%;
	margin: 10px 0 10px;
	font-size: 21px;
	padding-bottom: 5px;
	color: rgba(223,190,106,0.9);
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-section-top:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 2px;
	background: #d7b44c;
}
.footer-section-top img {
	display: inline-block;
	clear: both;
	width: 35px;
}
.footer-section-info {
	font-size: 17px;
	font-weight: 200;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	color: rgba(223,190,106,0.9) !important;
}
.footer-section > a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 2px;
	text-indent: 2px;
	color: rgba(223,190,106,0.9);

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.footer-section > a:hover {
	color: #fbd67f;
}
.footer-section .effect-inline_link:after {
	background: rgba(223,190,106,0.9);
}
.footDirectionsButton {
	display: inline-block;
	padding: 5px 10px;
	background: rgba(223,190,106,0.9);
	color: #292929 !important;
	font-weight: 500 !important;
	margin-top: 10px;
	clear: both;
}
.footDirectionsButton:hover {
	color: #525252 !important;
	background: #edc355;
	text-decoration: none;
}
@media (max-width: 991px) {
	.footer-section {
		text-align: center;
	}
	.footer-section-top:after {
		left: 50%;
		margin-left: -60px;
	}
}
.categoriesFooterPadding {
	padding-left: 65px;
}

@media (max-width: 990px){
	.categoriesFooterPadding {
		padding-left: 0px;
	}
	.footer-section {
		padding-right: 0px;
	}
}
@media (max-width: 600px) {
	.footerTopMiddle-text {
		font-size: 14px;
	}
}
@media (max-width: 495px) {
	.footerTopMiddle-text {
		font-size: 11px;
	}
}
/* 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;

	-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);
	transform: rotateX(0deg) rotateY(0deg);
}
.effect-swipe_across .effect-swipe_across-target:after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 100%;
	width: 100%;
	height: 100%;

	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: -100%;
	bottom: -100%;

	-webkit-transition: all 1200ms;
	-moz-transition: all 1200ms;
	-o-transition: all 1200ms;
	transition: all 1200ms;
}
.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 {
	margin-top: 30px;
}
.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 */

/*New Index*/
.indexHalfSquares {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 20px;
}
.indexHalfSquares-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	z-index: 3;
}
.indexHalfSquares-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#squareBkg-1 {
	background: url("../jpg/index-brands-hinkley-1.jpg") left top no-repeat;
	background-size: cover;
}
#squareBkg-2 {
	background: url("../jpg/index-sale-hinkley.jpg") center top no-repeat;
	background-size: cover;
}
.indexHalfSquares-text {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: lighter;
	line-height: 150%;
}
.indexHalfSquares-text > div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 4;
}
.largeText {
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 9px;
	color: #fff;
	/*background-color: #000;*/
	/*color: #000;*/
}
.specialViewAllText {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	/*background-color: #000;*/
}
@media (max-width: 767px) {
	.homeNewRow-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
/*End New Index*/

#leftmenu-nav-stack-list > li {
	padding-left: 5px;
}

.miniSection {
	/*margin: 20px;*/
	/*text-align: center;*/
}

.miniBox {
	/*padding: 15px;*/
}

.minSectionUpdated {
	text-align: center;
	background: #231f20;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #c7aa5f;
	border-bottom: 1px solid #c7aa5f;
	/*margin-top: 20px;*/
	/*margin-bottom: 20px;*/
}
.minSection-buttons {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(223,190,106,0.9);
	border-radius: 0;
	/*padding: 18px 80px 20px;*/
	padding: 10px 35px 10px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 10px;
	border: none;
	border: 1px solid rgba(223,190,106,0.3);
}

.minSection-buttons:hover {
	color: #fff;
	border: 1px solid rgba(223,190,106,0);
	background-position: 99% 50%;
	text-decoration: none;
}

/* Start Nav Pads this is optional */
.index-page-wrapper .index-nav-pads {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.index-nav-pads>li {
	flex-basis: 18%;
}

.index-nav-pads>li>a {
	display: block;
}

.index-nav-pads>li>a img {
	width: 100%;
	max-height: 50px;
}

@media (max-width: 1199px) {
	.index-nav-pads>li>a img {
		max-height: 42px;
	}
}

@media(max-width: 991px) {
	.index-cat-list>li {
		flex-basis: 24%;
		margin: 0 0 10px;
	}

	.shop_block h2 {
		font-size: 30px;
	}

	.shop_block ul {
		padding: 20px 0 10px 10px;
		font-size: 14px;
	}

	.shop_block ul>li>div {
		padding: 10px 0 10px 40px;
	}

	.shop_block ul>li>div::before {
		width: 30px;
		height: 30px;
	}

	.index-page-wrapper .index-nav-pads {
		flex-wrap: wrap;
		justify-content: center;
	}

	.index-nav-pads>li {
		padding: 5px 10px;
		flex-basis: 30%;
	}

	.index-nav-pads>li>a img {
		max-height: 47px;
	}
}

@media (max-width: 767px) {
	.shop_block h2 {
		font-size: 36px;
		text-align: center;
	}

	.shop_block ul {
		padding: 20px 0 30px;
		font-size: 16px;
	}

	.shop_block ul>li {
		max-width: 250px;
		margin: 0 auto;
	}

	.shop_block ul>li>div {
		padding: 10px 0 10px 50px;
	}

	.shop_block ul>li>div::before {
		width: 40px;
		height: 40px;
	}

	.index-nav-pads>li {
		padding: 5px;
		flex-basis: 35%;
	}
}

@media(max-width: 575px) {
	.index-cat-list {
		justify-content: space-around;
	}

	.index-cat-list>li {
		flex-basis: 50%;
		max-width: 115px;
		margin: 0 5px 10px;
	}

	.index-nav-pads>li {
		padding: 5px;
		flex-basis: 100%;
		text-align: center;
	}

	.index-nav-pads>li>a {
		display: inline-block;
		min-width: 187px;
		max-height: 47px;
	}
}
/* End Nav Pads */

/* #region About Page */

.about-us-block {
	font-family: Arial, Helvetica, sans-serif;
}

.about-us-block p {
	margin: 0 0 10px;
	text-align: justify;
}

.about-us-block h5,
.about-us-block h6 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.about-us-block h5 {
	padding: 10px 0 0;
	text-align: left;
}

.about-left-sidebar .sidebar-item {
	margin: 0 0 20px;
	max-width: 145px;
}

.about-left-sidebar .sidebar-item p {
	font-weight: bolder;
	text-align: center;
}

.about-left-sidebar img {
	width: 100%;
}

.about-testimonial-videos>li {
	margin: 20px 0;
}

.about-testimonial-videos>li:first-child {
	margin: 0 0 20px;
}

.about-us-block .about-main-content {
	max-width: 700px;
	margin: 0 auto;
}

.about-main-content .data-pull-left {
	float: left;
	padding: 5px 10px 5px 0;
}

.about-main-content .data-pull-right {
	float: right;
	padding: 5px 0 5px 10px;
}

.about-main-content .embed-responsive {
	margin: 0 0 10px;
}

.about-main-content ul>li {
	margin: 0 0 10px;
}

.about-main-content ul>li>a {
	color: #d7b44c;
}

.about-main-content ul>li>a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.about-left-sidebar .sidebar-item {
		max-width: 100%;
	}

	.about-left-sidebar .sidebar-item:first-child {
		float: left;
		width: 30%;
		max-width: none;
		padding: 0 10px 0 0;
	}

	.about-left-sidebar .sidebar-item:nth-child(2) {
		float: left;
		width: 70%;
		max-width: none;
		text-align: center;
	}

	.about-left-sidebar img {
		max-width: 145px;
	}

	.about-left-sidebar .sidebar-item:last-child {
		float: left;
		width: 70%;
		max-width: none;
	}

	.about-testimonial-videos {
		text-align: center;
	}

	.about-testimonial-videos>li,
	.about-testimonial-videos>li:first-child {
		display: inline-block;
		margin: 0 5px 10px;
	}
}

@media (max-width: 485px) {

	.about-left-sidebar .sidebar-item:first-child,
	.about-left-sidebar .sidebar-item:nth-child(2),
	.about-left-sidebar .sidebar-item:last-child {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.about-left-sidebar .sidebar-item:first-child img {
		max-width: 145px;
	}
}

/* #endregion About Page */
/* #endregion About Page */

.add-form-block input,
.add-form-block textarea,
.add-form-block select {
	display: inline-block;
	height: 30px;
	margin: 0 0 10px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

/* #region Testimonials Page */

.testimonials-block {
	font-family: Arial, Helvetica, sans-serif;
}

.testimonials-block h1 {
	font-size: 18px;
}

.testimonials-block p {
	margin: 0 0 10px;
}

.testimonials-block hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

.testimonials-block .ts-form-block {
	padding: 0 0 20px;
}

.ts-form-block .form-item {
	padding: 0 0 20px;
}

.ts-form-block .form-item.recaptcha-item {
	padding: 0 0 10px;
}

.ts-form-block .form-item.ta-item,
.ts-form-block .form-item.btn-item {
	padding: 0 0;
}

.form-item input,
.form-item textarea {
	display: inline-block;
	height: 30px;
	margin: 0 0 10px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.form-item textarea {
	width: 100%;
	max-width: 700px;
	min-height: 300px;
}

.testimonials-block .buttonexpand {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #bbbbbb;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-appearance: button;
}

.testimonials-block .buttonexpand:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.testimonials-block .buttonexpand [class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../png/glyphicons-halflings.png);
	background-repeat: no-repeat;
}

.icon-ok {
	background-position: -288px 0;
}

.testimonials-block .ts-comments-block {
	padding: 0 0 20px;
}

.ts-comments-block h2 {
	font-size: 18px;
}

.testimonials-block .comments-item {
	margin: 0 0 10px;
}

@media (max-width: 575px) {
	.ts-form-block .form-item {
		padding: 0
	}
}

/* #endregion Testimonials Page */
/* #region Trade Signup Page */

.trade-signup-block {
	font-family: Arial, Helvetica, sans-serif;
}

.trade-signup-block h1 {
	font-size: 18px;
}

.trade-signup-block hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

.trs-form-block label {
	display: inline-block;
	margin: 0 0 5px;
}

.trs-form-block .buttonexpand {
	margin: 10px 0 0;
	padding: 0;
	border: none;
}

.trs-form-block select {
	width: 100%;
	max-width: 220px;
}

/* #endregion Trade Signup Page */

/* #region Policies Page */

.lighting-policies-block {
	font-family: Arial, Helvetica, sans-serif;
}

.lighting-policies-block .lp-image-wrapper img {
	width: 100%;
}

.lighting-policies-block h1 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.lighting-policies-block .lp-content {
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.lighting-policies-block .lp-content {
		max-width: 800px;
		margin: 0 auto;
	}
}

.lp-content ul {
	padding: 0;
	margin: 0 0 10px 25px;
	list-style-type: disc;
}

.lp-content .lp-lists-block {
	padding: 0 0 20px;
}

.lp-content .lp-list {
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
}

.lp-list a {
	color: #d7b44c;
}

.lp-list a:hover {
	text-decoration: underline;
}

.lp-content .lp-header {
	font-weight: bold;
}

/* #endregion Policies Page */

/* #region Led Article Page */

.led-article-block {
	font-family: Arial, Helvetica, sans-serif;
}

.led-article-block h1 {
	font-size: 40px;
	/*color: #420dbc;*/
	color: #1a1a1a;
	font-weight: normal;
}

.led-article-block h2 {
	margin: 0 0 35px;
	font-size: 22px;
	font-weight: normal;
	color: #323232;
}

.led-article-block .la-image-wrapper {
	float: right;
	padding: 0 0 10px 10px;
}

@media (max-width: 767px) {

	.led-article-block h1,
	.led-article-block h2 {
		text-align: center;
	}

	.led-article-block .la-image-wrapper {
		float: none;
		text-align: center;
		padding: 0 0 10px;
	}
}

/* #endregion Led Article Page */

/* #region Virtual Showroom Page */

.virtual-showroom-block {
	font-family: Arial, Helvetica, sans-serif;
}

.virtual-showroom-block h1 {
	text-align: center;
	font-size: 18px;
}

.virtual-showroom-block #videoHTML5 video {
	display: block;
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto 40px;
}

/* #endregion Virtual Showroom Page */

/* #region Signup Pages */

.signup-block a {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 100%;
	color: #d7b44c;
}

.signup-block a:hover {
	text-decoration: underline;
}

.signup-block h2 {
	font-size: 18px;
	text-align: center;
}

/* #endregion Signup Pages */

/* #region Lighting Specialist Page */

.lighting-specialist-block {
	font-family: Arial, Helvetica, sans-serif;
}

.lighting-specialist-block h1 {
	font-size: 14px;
}

.lighting-specialist-block .ls-image-wrapper img {
	width: 100%;
}

.ls-tips-block .tip-item {
	padding: 0 0 20px;
}

.tip-item h2 {
	font-size: 14px;
	font-weight: 700;
}

.tip-content .tip-image-wrapper img {
	width: 100%;
	max-height: 277px;
}

.tip-content .tip-list-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	min-height: 277px;
	align-items: center;
}

.tip-content .tip-list {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style-type: disc;
}

.tip-list>li>a {
	font-size: 14px;
	line-height: 20px;
	color: #d7b44c;
}

.tip-list>li>a:hover {
	text-decoration: underline;
}

@media (max-width: 1199px) {
	.tip-content .tip-list-wrapper {
		min-height: 232px;
	}

	.tip-content .tip-image-wrapper img {
		max-height: 232px;
	}
}

@media (max-width: 991px) {
	.tip-content .tip-list-wrapper {
		min-height: 215px;
	}

	.tip-content .tip-image-wrapper img {
		max-height: 215px;
	}
}

@media (max-width: 767px) {
	.tip-content .tip-list-wrapper {
		padding: 0 0 0 10px;
		min-height: 191px;
	}

	.tip-content .tip-image-wrapper img {
		max-height: 191px;
	}
}

@media (max-width: 575px) {
	.tip-content .tip-list-wrapper {
		padding: 20px 0;
		min-height: auto;
		justify-content: center;
	}

	.tip-content .tip-image-wrapper {
		text-align: center;
	}

	.tip-content .tip-image-wrapper img {
		max-height: none;
	}

	.tip-item h2 {
		text-align: center;
	}

	.tip-content .tip-list {
		margin: 0;
	}
}

/* #endregion Lighting Specialist Page */

/* #region Lighting Tips Pages */

.l-tips-block {
	font-family: Arial, Helvetica, sans-serif;
}

.l-tips-block h1 {
	font-size: 14px;
}

.l-tips-block p {
	margin: 0 0 10px;
	text-align: justify;
}

.l-tips-block ol {
	padding: 0;
	margin: 0 0 10px 25px;
	list-style-type: decimal;
	text-align: justify;
}

.l-tips-block .ala-link {
	display: inline-block;
	padding: 0 0 0 15px;
}

.l-tips-block .l-tip-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.l-tip-item .l-tip-image {
	padding: 0 20px 0 0;
	width: 150px;
	min-width: 150px;
	text-align: center;
}

.l-tip-item .l-tip-image.pad-left {
	padding: 0 0 0 20px;
}

.forms-of-lighting-block .sp-image-wrapper {
	width: 215px;
	min-width: 215px;
}

.lighting-energy-savings-block .l-tip-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	max-width: 550px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	overflow-x: auto;
}

.lighting-energy-savings-block .l-tip-table .col-1 {
	min-width: 105px;
}

.lighting-energy-savings-block .l-tip-table .col-2 {
	min-width: 195px;
}

.lighting-energy-savings-block .l-tip-table .col-3 {
	min-width: 130px;
}

.lighting-energy-savings-block .l-tip-table .col-4 {
	min-width: 95px;
}

@media (max-width: 575px) {
	.l-tips-block .l-tip-item {
		flex-wrap: wrap;
	}

	.l-tip-item .l-tip-image,
	.l-tip-item .l-tip-desc {
		flex-basis: 100%;
		width: 100%;
	}

	.l-tip-item .l-tip-image,
	.l-tip-item .l-tip-image.pad-left {
		text-align: center;
		padding: 0 0 10px;
	}

	.l-tip-item .l-tip-image img {
		width: auto;
	}
}

/* #endregion Lighting Tips Pages */

/* #region Street Lighting Pages */

.add-page .add-block.street-l-block>.container {
	background: #000000;
	color: #ffffff;
}

.street-l-block {
	font-family: Arial, Helvetica, sans-serif;
}

.street-l-block h1,
.street-l-block h2 {
	font-size: 18px;
	font-weight: bold;
}

.street-l-block .st-image-wrapper {
	padding: 0 0 10px;
}

.street-l-block .st-image-wrapper img {
	width: 100%;
}

.street-l-block .slider-block {
	max-width: 600px;
	margin: 0 auto;
}

.street-l-block .greenstarled-link {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #d7b44c;
}

.street-l-block .greenstarled-link:hover {
	text-decoration: underline;
}

.st-model-item .st-header-link {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: #d7b44c;
	text-align: left;
}

.st-model-item .st-header-link img {
	padding: 0 10px 0 0;
}

.st-model-item .st-model-desc {
	padding: 0 0 10px;
}

.street-l-block .st-table {
	margin: 0 0 10px;
	padding: 10px 0;
	border: solid 1px #ffffff;
	background: #ffffff;
	color: #000000;
	overflow: auto;
}

.street-l-block .st-feature-table {
	height: 300px;
}

.st-table h4 {
	color: #a9d045;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 14px;
}

.st-table p {
	margin: 0 0 20px;
	padding: 0 10px;
	text-align: justify;
}

.st-models-table h4 {
	margin: 20px 0 0;
}

.st-table .header-row,
.st-table .gray-row,
.st-table .darkgray-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #ffffff;
	font-size: 16px;
}

.st-table .header-row {
	color: #000000;
	font-weight: bold;
}

.header-row .col-header,
.header-row .col-value {
	background: #a9d045;
}

.gray-row .col-header,
.gray-row .col-value {
	background: #a2a2a2;
}

.darkgray-row .col-header,
.darkgray-row .col-value {
	background: #6b6b6b;
}

.st-table .col-header {
	padding: 10px;
	text-align: left;
}

.st-table .col-value {
	padding: 10px 0;
	border-left: solid 1px #ffffff;
	text-align: center;
}

.st-models-table .col-header {
	width: 50%;
	min-width: 410px;
}

.st-models-table .col-value {
	width: 10%;
	min-width: 85px;
}

.street-l-block .st-specifications-table {
	height: 300px;
}

.st-specifications-table .table-wrapper {
	padding: 0 0 20px;
}

.st-specifications-table .header-row .col-header {
	width: 100%;
	min-width: 630px;
}

.st-specifications-table .col-header {
	width: 40%;
	min-width: 310px;
}

.st-specifications-table .col-value {
	width: 60%;
	min-width: 320px;
	padding: 10px;
	text-align: left;
}

.galaxy-block .st-models-table .col-header {
	width: 10%;
	min-width: 100px;
}

.galaxy-block .st-models-table .col-value {
	width: 9%;
	min-width: 85px;
}

.solaris-block .st-models-table .col-header {
	width: 60%;
	min-width: 260px;
}

.solaris-block .st-models-table .col-value {
	width: 20%;
	min-width: 150px;
}

.rtl-atl-block .st-image-wrapper {
	text-align: center;
}

.rtl-atl-block .st-image-wrapper img {
	width: auto;
	max-width: 33%;
	max-height: 215px;
	margin: 0 5px;
}

.corona-block .st-models-table .col-header {
	width: 60%;
	min-width: 260px;
}

.corona-block .st-models-table .col-value {
	width: 10%;
	min-width: 85px;
}

@media (max-width: 991px) {
	.rtl-atl-block .st-image-wrapper img {
		max-height: 160px;
	}
}

@media (max-width: 767px) {
	.rtl-atl-block .st-image-wrapper img {
		max-height: 120px;
	}
}

@media (max-width: 575px) {
	.rtl-atl-block .st-image-wrapper img {
		max-width: none;
		max-height: 190px;
		width: 60%;
		margin: 5px;		
	}
}

/* Add Facebook Hover Effect / from google-pop */
.marginright {
	list-style-type: none;
}

.social img {
	padding-right: 0px;
}
.social div {
	float: left;
	margin-bottom: 10px;
}
.social .secondDiv {
	margin-bottom: 0px;
}
.social a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	--padding: 6px;
	margin: 0px 9px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social a:hover {
	background: #333333;
}
.social .facebook {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	--padding: 6px;
	margin: 0px 9px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social .facebook:hover {
	/*background: #333333;*/
}

#facebook-pop {
	display: none;
	position: relative;
	/*width: 111px;*/
	/*height: 78px;*/
	top: 0px;
	left: -40px;
	background: #eabb47;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.75);
}
#facebook-pop a {
	width: 100px;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	background: #ffffff;
	color: #1d1c1c;
	padding: 2px 5px;
	margin: 0px 0px 3px;
}
#facebook-pop a:last-child {
	margin: 0px;
}
#facebook-pop a:hover {
	background: #333333;
	color: #ffffff;
}
#facebook-pop:hover {
	display: block;
}
.facebook:hover {
	cursor: pointer;
}
.facebook:hover  #facebook-pop {
	display: block;
}

@media (max-width: 767px) {
	.social a img {
		text-align: center;
	}
}

/* End Facebook Hover Effect */


/* #endregion Street Lighting Pages */

/* #endregion Additional Pages */

/* #region Slider Block */

.slider-block .carousel img {
	width: 100%;
}
.slider-block .carousel .carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 46px;
	height: 46px;
	margin-top: -20px;
	font-family: Arial;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider-block .carousel .carousel-control.right {
	left: auto;
	right: 15px;
}

/* #endregion Slider Block */

.shop_block h2 {
	font-size: 36px;
	font-weight: 400;
}
.shop_block ul {
	padding: 40px 0 10px 10px;
	font-size: 16px;
	font-weight: 200;
	color: #444444;
	text-transform: uppercase;
	list-style-type: none;
}
.shop_block ul>li {
	margin: 0 0 10px;
}
.shop_block ul>li>div {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 50px;
}
.shop_block ul>li>div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background: url(../png/why.png) center center no-repeat;
	background-size: cover;
}
.whySection {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #231f20;
	/*background: #e9e9e9;*/
	/*margin-top: 20px;*/
	/*margin-bottom: 20px;*/
}
.whySectionImage {
	width: 25px;
	padding: 2px;
	margin-right: 2px;
}
.whyShopIndividual {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px;
	font-weight: 100;
	color: rgba(223,190,106,0.9);
}
.whyShopTitle {
	font-size: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 20px;
	color: rgba(223,190,106,0.9);
	font-weight: 300;
}
.whyTopLeft {
	float: left;
}
.whyTopRight {
	float: right;
}
/*.whySectionImage {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/why.png) center center no-repeat;
	background-size: cover;
}*/

/*Cart counter code*/
.cartHolder {
	float: left;
	width: 100%;
	position: relative;
	padding: 0px 10px 0 0 !important;
}
.cartHolder > a {
	display: block;
	min-width: 135px;
	float: right;
	color: #d7b44c;
	text-align: left;
}
.cartHolder > a > span {
	display: inline-block;
	line-height: 27px;
	margin-right: 5px;
	letter-spacing: 2.5px;
}
.cartHolder > a > img {
	float: left;
}
.cartCounterHolder {
	position: absolute;
	right: 10px;
	top: 2px;
	background: none;
	z-index: 1;
}
#cmQty {
	width: 85px;
	height: 25px;
	border: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: none;
}
/*End Cart counter code*/

.chooseYourStore, .chooseYourStore body {
	width: 100%;
	height: 100%;
	float: left;
}
.chooseYourStore-inner {
	float: left;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: safe center;
	align-items: center;
}
.chooseYourStore-content {
	text-align: center;
	padding: 20px;
}
.chooseYourStore-content a {
	text-decoration: none;
	color: #000000;
}
.chooseStore-1 {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
	margin-bottom: 10px;
}
.chooseStore-2 {
	float: left;
	width: 100%;
	font-size: 18px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	line-height: 120%;
	margin-bottom: 30px;
}
.chooseStore-3 {
	float: left;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: safe center;
	align-items: stretch;
}
.storeLogo {
	padding: 3vw;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.storeLogo img {
	display: inline-block;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.chooseYourStore-inner {
		display: block;
		float: left;
	}
}
/*SAVE FOR NEW CART*/
/*.header_topBar-Top {
	float: left;
	width: 100%;
	background: #005596;
	padding: 8px;
	text-align: center;
}
.header_topBar-Wish {
	float: left;
	width: 100%;
	background: #005596;
	padding-top: 8px;
	text-align: center;
}
.header_topBar-text-Top {
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 300;
}
.header_topBar-text-Top a {
	color: #fff;
	margin-right: 5.5px;
}
.header_topBar-text-Top:first-child {
	padding-left: 0;
}
.header_topBar-text-Top:last-child {
	padding-right: 0;
	border: none;
}

.header_topBar-text-Top .h-soc-nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header_topBar-text-Top .h-soc-nav > li {
	float: left;
}

.h-top-links {
	margin: 0;
	padding: 0;
	list-style: none;
}*/
/*END SAVE FOR NEW CART*/

@media (max-width: 767px) {
	.SmallLogo {
		padding: 40px !important;
	}
	.materportMde {
		height: 250px !important;
	}
}
@media (max-width: 545px) {
	.SmallLogo {
		padding: 0px !important;
	}
}
.materportMde {
	width: 100%;
	height: 450px;
	margin-bottom: 14px;
}
