body {
	/*Colors*/
	--color1: #547797;
	--color1-hover: #6891b7;
	--color1-contrast: #ffffff;
	--color2: #c19b47;
	--color2-hover: #d2a94f;
	--color2-contrast: #ffffff;
	--color3: #c7a862;
	--color3-hover: #d6b566;
	--color3-contrast: #ffffff;
	--color4: #cc3e3e;
	--color4-hover: #e04444;
	--color4-contrast: #ffffff;
	--color5: ;
	--color5-hover: ;
	--color5-contrast: ;

	/* SVGs */
	--svg-clr1: #ffffff;
	--svg-clr2: ;
	--svg-clr3: ;

	/*Header*/
	--topHead-ht: 50px;
	--topHead-ht-mbl: ;
	--topHead-bkg: #353535;
	--topHead-txtcol: #ffffff;

	--mainHead-ht: 100px;
	--mainHead-ht-mbl: ;
	--mainHead-bkg: #ffffff;
	--mainHead-logowidth: 250px;

	/* Footer */
	--footerbkg: #353535;
	--footertxt: #ffffff;
}
body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	width: 100%;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	color: #095385;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a,a:link,a:visited,a:focus,a:hover,a:active {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
ul {
	list-style: none;
}
.add20pxPadding {
	padding: 20px;
}
.transition300,
.transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.boxSize,
.boxSize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.content-wrapper {
	width: 100%;
	min-height: 100vh;
	height: auto;
	padding-bottom: 42px;
	padding-top: 150px;
	margin-top: -150px;
	background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.content-wrapper {
		padding-top: 196px;
		margin-top: -196px;
	}
}
@media only screen and (max-width: 767px) {
	.content-wrapper {
		padding-top: 196px;
		margin-top: 0;
	}
}
.dibMax800 {
	display: inline-block;
	width: 100%;
	max-width: 800px;
}
.siteMaxWidth {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1143px;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.container-fluid {
	float: left;
	width: 100%;
}
.btn-popup, .btn-popup2 {
	font-size: 11px !important;
}
.directionsalteration2 * {
	word-break: break-word;
}
/* End General Styles */

/* SVGs */
.SVG-search {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
}
.SVG-search * {
	fill: var(--svg-clr1);
}
.SVG-heart {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 18px;
	height: 18px;
}
.SVG-heart * {
	stroke: var(--svg-clr1);
	fill: var(--svg-clr1);
}
.SVG-cart {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 18px;
	height: 18px;
}
.SVG-cart * {
	stroke: var(--svg-clr1);
	fill: var(--svg-clr1);
}
.SVG-menu {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 100%;
}
.SVG-menu * {
	/* stroke: var(--svg-clr1); */
	fill: var(--svg-clr1);
}
.SVG-close {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 100%;
}
.SVG-close * {
	/* stroke: var(--svg-clr1); */
	fill: var(--svg-clr1);
}
/* End SVGs */

/* Header */
/* New Header */
.newHeader {
	float: left;
	width: 100%;
	position: relative;
	z-index: 121;
}
.newHeader-top {
	float: left;
	width: 100%;
	height: var(--topHead-ht);
	background: var(--topHead-bkg);
	color: var(--topHead-txtcol);
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}
.newHeader-top .siteMaxWidth {
	height: var(--topHead-ht);
	line-height: var(--topHead-ht);
	padding: 0 10px;
}
.newHeader-top .left-content {
	float: left;
	height: var(--topHead-ht);
}
.newHeader-top .right-content {
	float: right;
	height: var(--topHead-ht);
}
.newHeader-top .left-content a {
	display: inline-block;
	color: var(--topHead-txtcol);
	line-height: 120%;
	position: relative;
}
.newHeader-top a:hover {
	text-decoration: none;
	color: var(--topHead-txtcol);
}
.newHeader-top a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0px;
	height: 2px;
	background: var(--topHead-txtcol);
	opacity: 0;
	margin-top: 3px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.newHeader-top a:hover:after {
	width: 100%;
	opacity: 1;
}
.newHeader-top-section {
	float: left;
	height: var(--topHead-ht);
	padding: 0 10px;
	margin-right: 10px;
}
.wishHeader-holder {
	background: var(--color2);
	color: var(--color2-contrast);
}
.wishHeader {
	position: relative;
	padding-right: 20px;
	font-weight: bold;
	line-height: 120%;
	font-size: 15px;
}
.wishHeader .SVG-heart {
	z-index: 3;
}
.wishHeader #vwlQty {
	position: absolute;
	z-index: 2;
	background: var(--color4);
	color: var(--color4-contrast);
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	top: -6px;
	left: 60px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.cartHeader {
	position: relative;
}
/* Cart Counter */
.cartCounterHolder {
	position: absolute;
	z-index: 1;
	top: -13px;
	right: -8px;
	height: 20px;
	width: 35px;
	line-height: initial;
	text-align: right;
}
.cartCounterHolder #cmQty {
	float: right;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
/* End Cart Counter */
.socialHeader a {
	position: relative;
	font-size: 16px;
	padding: 0 5px;
}


.newHeader-main {
	position: relative;
	float: left;
	width: 100%;
	height: var(--mainHead-ht);
	background: var(--mainHead-bkg);
	text-align: center;
}
.newHeader-main .siteMaxWidth {
	height: var(--mainHead-ht);
	line-height: var(--mainHead-ht);
}
.newHeader-main-logo {
	position: relative;
	z-index: 5;
	float: left;
	width: var(--mainHead-logowidth);
	height: var(--mainHead-ht);
}
.newHeader-main-logo a {
	float: left;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.newHeader-main-logo a img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.newHeader-main-nav {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-left: calc(var(--mainHead-logowidth) + 20px);
	margin: 0;
	text-align: right;
}
.newHeader-main-nav ul {
	float: right;
	height: 100%;
	margin: 0;
	padding: 0;
}
.newHeader-main-nav li {
	position: relative;
	display: inline-block;
	height: var(--mainHead-ht);
	text-align: center;
	padding: 0 11px;
}
.newHeader-main-nav li:hover, .newHeader-main-nav li.open {
	background: var(--color2);
}
.newHeader-main-nav li:hover a, .newHeader-main-nav li.open a {
	color: var(--color2-contrast);
}
.newHeader-main-nav li a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 120%;
}
.newHeader-main-nav li a:focus {
	outline: none;
	border: none;
}
.newHeader-main-nav li a .newHeader-main-nav-inner {
	display: block;
	padding: 5px 0;
	position: relative;
}
.newHeader-main-nav li a .newHeader-main-nav-inner:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 3px;
	width: 100%;
	background: var(--color3-hover);

	display: inline-block;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 120%;
}
.has-drop:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #d2d2d2 transparent transparent transparent;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.has-drop.open:after {
	bottom: 8px;
	border-color: var(--color4) transparent transparent transparent;
}
.mobMenu-button {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
	text-align: center;
}
.close-button {
	display: none;
	float: left;
	width: 100%;
	padding: 10px 0;
}
.form-search-large .input-append .btn .SVG-search {
	width: 20px;
	height: 20px;
}
.searchButton .SVG-close {
	display: none;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
}
.searchButton.open .SVG-close {
	display: inline-block;
}
.searchButton.open .SVG-search {
	display: none;
}
@media (min-width: 992px) {
	.newHeader-main-nav {
		display: block !important;
	}
}
@media (max-width: 991px) {
	.form-search-large .input-append .search-query-large {
		font-size: 15px !important;
	}
	.close-button {
		display: block;
	}
	.mobMenu-button {
		display: block;
	}
	.newHeader-top, .newHeader-top .siteMaxWidth {
		height: auto;
		padding: 0;
	}
	.newHeader-top .left-content, .newHeader-top .right-content {
		height: auto;
		width: 100%;
		text-align: center;
	}
	.newHeader-top .left-content {
		display: none;
	}
	.newHeader-top-section {
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	.socialHeader a {
		padding: 0 2px;
	}
	.newHeader-main-nav {
		display: none;
		top: 100%;
		padding-left: 0;
		height: auto;
		background: #f0f0f0;
		text-align: center;
	}
	.newHeader-main-nav ul {
		height: auto;
		padding: 30px 0;
		float: none;
		display: inline-block;
		max-width: 300px;
	}
	.newHeader-main-nav ul li {
		width: 100%;
		float: left;
		height: auto;
		line-height: 120%;
	}
	.newHeader-main-nav ul li a {
		height: auto;
		float: none;
		display: inline-block;
		max-width: 300px;
		padding: 10px 0;
	}
	.newHeader-main-nav li a .newHeader-main-nav-inner:before {
		display: none;
	}
	.has-drop:after {
		left: initial;
		right: 10px;
		bottom: 22px;
	}
	#productsMenuLarge,
	#vibesMenuLarge,
	#saleMenuLage {
		position: fixed;
		top: 0;
		height: 100%;
		
	}
	#productsMenuLarge .top-bar,
	#vibesMenuLarge .top-bar,
	#saleMenuLage .top-bar	{
		height: 100%;
		/*padding-top: 50px;*/
	}
	.top-bar-item {
		float: left;
		width: 100%;
	}
	.hover-menu .top-bar-links .dropdown-menu {
		position: static !important;
		float: left !important;
		width: 100% !important;
		/* display: block !important; */
	}
	.newHeader-main-logo {
		float: none;
		display: inline-block;
		max-width: 70%;
	}
	.top-bar {
		overflow-y: auto;
	}
}
/* End New Header */


.open span.addBottomBorder {
	color: inherit;
}

.header .header-bottom .navHolder .navigation .hasArrow {
	position: relative;
}

.header .header-bottom .navHolder .navigation .hasArrow .arrowDown {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #d2d2d2 transparent transparent transparent;
}

.header .header-bottom .navHolder .navigation .hasArrow:hover .arrowDown,
.hasArrow.open .arrowDown {
	border-color: #cc3e3e transparent transparent transparent;
	bottom: 10px;
}

.header .header-bottom .navHolder .navigation .hasArrow.open {
	background: #ffffff;
}

.header .header-bottom .navHolder .navigation .hasArrow.open a {
	color: #fff;
	background: #3f6484;
}

.header .header-bottom .navHolder .navigation .hasArrow.open a span {
	color: #fff;
	background: #3f6484;
}

.header .header-bottom .navHolder .navigation .hasArrow.open .arrowDown {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* Products Dropdown */

.pos-static {
	position: static;
}

.hover-menu {
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 10;
}

.hover-menu .top-bar {
	background: var(--color2);
	float: left;
	width: 100%;
}

.hover-menu .top-bar-links {
	display: block;
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 0;
	margin: 0;
	z-index: 200;
}

.hover-menu .top-bar-links div {
	position: static;
	text-align: center;
}

.top-bar-item {
	display: inline-block;
	padding: 0 7px;
}

.hover-menu .top-bar-links .dropdown-toggle {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.hover-menu .top-bar-links .top-bar-item:hover {
	background: #ffffff;
}

.hover-menu .top-bar-links .top-bar-item:hover a {
	color: var(--color4);
	background: none;
}

.hover-menu .top-bar-links .dropdown-menu {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 95%;
	padding: 5px;
	border: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* .hover-menu .top-bar-links .top-bar-item:hover .dropdown-menu {
	display: block;
	background: #f3f3f3;
} */

.hover-menu .top-bar-links .top-bar-item .dropdown-menu a {
	display: block;
	padding: 10px;
	font-size: 11px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: left;
}

.hover-menu .top-bar-links .top-bar-item .dropdown-menu a:hover {
	background: var(--color2);
	color: var(--color2-contrast);
}

.hasArrow {
	position: relative;
}

.hasArrow .arrowDown {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #d2d2d2 transparent transparent transparent;
}

.hasArrow:hover .arrowDown,
.hasArrow.open .arrowDown {
	border-color: var(--color4) transparent transparent transparent;
	bottom: 10px;
}

.hasArrow.open {
	background: #ffffff;
}

.hasArrow.open a {
	color: #fff;
	background: var(--color2);
}

.hasArrow.open .arrowDown {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hover-menu .top-bar-links .top-bar-item .dropdown-menu .header-brand-container {
	text-align: center;
	padding: 10px;
	max-height: 400px;
	overflow-y: auto;
}

.hover-menu .top-bar-links .top-bar-item .dropdown-menu .brand-item {
	width: 100%;
	padding: 5px;
	text-align: center;
}

.hover-menu .top-bar-links .top-bar-item .dropdown-menu .brand-item a {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 144px;
	background: #fff;
	color: #000;
	border: 1px dotted lightgray;
}

.hover-menu .top-bar-links .top-bar-item .dropdown-menu .brand-image {
	margin-top: 10px;
	width: 100%;
}

.hover-menu .top-bar-links .top-bar-item .dropdown-menu .brand-name {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
}
@media (max-width: 991px) {
	.hover-menu .top-bar-links .top-bar-item .dropdown-menu .brand-name {
		display: none;
	}
	.hover-menu .top-bar-links .top-bar-item .dropdown-menu .brand-item a {
		height: 80px;
	}
}
/* End Products Dropdown */

/*Search dropdown*/
.form-search-large {
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
}
.form-search-large * {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.form-search-large .input-append {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

.form-search-large .input-append .search-query-large {
	font-family: 'Montserrat', sans-serif !important;
	height: 100%;
	width: 80%;
	text-align: center;
	border: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
}

.form-search-large .input-append .search-query-large:focus {
	outline: none;
	box-shadow: none;
}

.form-search-large .input-append .btn {
	font-family: 'Montserrat', sans-serif !important;
	height: 100%;
	width: 20%;
	padding: 0px 9px;
	background: var(--color3-hover);
	font-size: 20px;
	color: #fff;
	text-shadow: none;
	float: right;
	border: 0px !important;
	box-shadow: none !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.searchFormLarge {
	display: none;
	float: left;
	width: 100%;
	padding: 10px;
	height: var(--mainHead-ht);
	overflow: hidden;
	background: var(--color2);
	position: absolute;
	top: 0;
	z-index: 11;
}

.searchFormContainer {
	display: block;
	float: none;
	margin: 0 auto;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.searchFormLarge.open .searchFormContainer {
	opacity: 1;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

/* END Search dropdown*/

/* End Header */



/* Index Content */
.bg-wrapper {
	background-color: #eaeaea;
}

/* Slideshow Overlay */
.slideshowOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	z-index: 3;
}
.tagline {
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	float: left;
	width: 100%;
	transform: translate(0, -70%);
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.storeName {
	font-size: 60px;
	line-height: 75px;
	letter-spacing: 10px;
	padding: 30px 0;
	font-weight: 600;
}

.storeName span {
	font-weight: 300;
}

.mmslideshowcontainer {
	max-height: 565px;
}

@media only screen and (max-width: 991px) {
	.mmslideshowcontainer {
		max-height: 500px;
	}
	.storeName {
		line-height: 120% !important;
	}
	.storeName span {
		font-size: 45px;
		letter-spacing: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.mmslideshowcontainer {
		max-height: 450px;
	}
}

@media only screen and (max-width: 575px) {
	.mmslideshowcontainer {
		max-height: 400px;
	}
	.storeName {
		letter-spacing: 2px;
	}
	.storeName span {
		font-size: 30px;
		letter-spacing: 1px;
	}
	.headerBottomText {
		font-size: 15px !important;
		letter-spacing: 0px;

	}
}

@media only screen and (max-width: 475px) {
	.mmslideshowcontainer {
		max-height: 400px;
	}
	.storeName {
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 120% !important;
	}
	.storeName span {
		letter-spacing: 1px;
		line-height: 120% !important;
	}
	.headerBottomText {
		font-size: 10px;
		letter-spacing: 2px;
	}
}

/* END Slideshow Overlay */

/* 4 Boxes Home Page */

.fourPads {
	margin-top: -125px;
	position: relative;
	z-index: 100;
}

.fourPads .index-item {
	display: block;
	margin: 22px 0 50px;
	height: 310px;
}

.fourPads .index-item .innerBox {
	position: relative;
	display: block;
	float: none;
	margin: 0 auto;
	width: 205px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 8px 32px black;
	-moz-box-shadow: 0 8px 32px black;
	-o-box-shadow: 0 8px 32px black;
	box-shadow: 0 8px 32px black;
}
.fourPads .index-item .innerBox img.backgroundImage {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*.fourPads .index-item.item-1 .innerBox {
	background: url('../img/pads/1.jpg') no-repeat center top;
}

.fourPads .index-item.item-2 .innerBox {
	background: url('../img/pads/2.jpg') no-repeat center top;
}

.fourPads .index-item.item-3 .innerBox {
	background: url('../img/pads/3.jpg') no-repeat center top;
}

.fourPads .index-item.item-4 .innerBox {
	background: url('../img/pads/4.jpg') no-repeat center top;
}*/

@media only screen and (max-width: 991px) {
	.fourPads .index-item {
		height: 378px;
		margin: 20px 0 30px;
		padding: 0 10px;
	}
	.fourPads .index-item .innerBox {
		width: 100%;
	}
	.fourPads .index-item.item-1 .innerBox,
	.fourPads .index-item.item-2 .innerBox,
	.fourPads .index-item.item-3 .innerBox,
	.fourPads .index-item.item-4 .innerBox {
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	.fourPads .index-item {
		padding: 0 10px;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 575px) {
	.fourPads .index-item {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 525px) {
	.fourPads {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 475px) {
	.fourPads .index-item {
		padding: 0;
	}
}

.fourPads .index-item .innerBox .overlay {
	position: absolute;
	display: block;
	float: left;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 1;
	opacity: 0.5;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 30%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.54)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 30%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 30%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 30%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 30%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.fourPads .index-item .innerBox .text {
	position: absolute;
	display: block;
	float: left;
	bottom: 25px;
	left: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	z-index: 2;
	font-weight: 600;
}

.fourPads .index-item .innerBox .bottomText {
	position: absolute;
	bottom: -75%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	float: none;
	margin: 10px auto 0;
	width: 70%;
	border: solid 1px #fff;
	padding: 10px;
	opacity: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	z-index: 4;
	padding: 10px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.fourPads .index-item .innerBox .bottomText .shop {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
}

.fourPads .index-item .innerBox .bottomText .now {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
}

.fourPads .index-item .innerBox .icon {
	position: absolute;
	display: block;
	bottom: 55px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
	width: 45px;
}

.fourPads .index-item .innerBox:hover .overlay {
	height: 150%;
	opacity: 1;
}

.fourPads .index-item .innerBox:hover {
	transition: all 500ms;
}

.fourPads .index-item .innerBox:hover .icon {
	bottom: 220px;
	transition-delay: 200ms;
}

.fourPads .index-item .innerBox:hover .text {
	bottom: 180px;
	font-weight: 600;
	letter-spacing: 5px;
	transition-delay: 250ms;
}

.fourPads .index-item .innerBox:hover .bottomText {
	bottom: 30px;
	opacity: 1;
	transition-delay: 300ms;
}

/* END 4 Boxes Home Page */

.wlcm {
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	margin: 30px 0 50px;
}

.wlcm-header {
	font-size: 20px !important;
	color: black;
	text-align: center;
	font-weight: 300;
	letter-spacing: 5px;
}

.wlcm-header span {
	font-weight: 500;
	color: #000;
}

@media (max-width: 400px) {
	.wlcm-header {
		font-size: 25px !important;
		letter-spacing: 0px;
	}
	.wlcm-text:last-child {
		font-size: 12px!important;
	}
}


.headerBottomText {
	font-size: 25px;
	font-weight: 200;
	width: 100%;
	margin: 2px;
	letter-spacing: 5px;
}

.wlcm-text {
	text-align: justify;
	font-size: 17px;
	color: #434343;
	padding: 0 15px 5px 15px;
	line-height: 150%;
	margin: 0;
}

.wlcm-text.first {
	padding: 30px 15px 15px 15px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 3px;
}

.wlcm-text:nth-child(3),
.wlcm-text:nth-child(4) {
	padding: 0 40px;
}

.wlcm-text:last-child {
	text-align: center;
	//font-style: italic;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.wlcm-text:nth-child(3),
	.wlcm-text:nth-child(4) {
		padding: 0 20px;
	}
}

/* Virtual Tour */

.virtual_centered {
	margin-bottom: 20px;
}

.virtual_centered a {
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	background: #095385;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.virtual-text {
	position: relative;
	box-sizing: border-box;
	line-height: 30px;
}

.virtual-text p {
	padding-left: 40px;
	margin: 0;
}

.virtual-img {
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
}

/* End Virtual Tour */

.subscribeContainer {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	padding: 5px 0;
}

.subscribe {
	font-size: 43px;
	line-height: 44px;
	font-weight: 500;
	border-right: 5px solid #c4c4c4;
	padding: 5px;
	//width: 330px;
}

.specOffers {
	font-size: 20px;
	font-weight: 500;
	color: black;
	padding: 18px 0 0 25px;
}

.icontact_index {
	margin: 10px 0;
}
/*@media only screen and (max-width: 1150px) {
	.subscribe {
		font-size: 37px;
}*/
@media only screen and (max-width: 1200px) {
	.subscribe {
		font-size: 34px!important;
	}
}

@media only screen and (max-width: 991px) {
	.subscribe {
		font-size: 35px;
		line-height: 40px;
	}
	.specOffers {
		padding: 10px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.subscribe {
		font-size: 20px;
		line-height: inherit;
		padding: 15px 0;
		border-right: 0;
		border-bottom: 5px solid #c4c4c4;
		margin: 0 auto;
		text-align: center;
	}
	.specOffers {
		padding: 10px 0;
		text-align: center;
		font-size: 16px;
	}
	.icontact_index {
		margin: 10px auto;
		width: 80%;
	}
}
@media only screen and (max-width: 400px) {
	.subscribe {
		font-size: 18px!important;
	}
}

/* IContact Form */

#ic_signupform {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.elcontainer {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sortables {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
}

input[name="data[email]"] {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear .2s, box-shadow linear .2s;
	transition-property: border, box-shadow;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function: linear, linear;
	transition-delay: initial, initial;
}

input[name="data[email]"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

.fieldtype-input {
	float: left;
	width: 70%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fieldtype-input input {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 5px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.fieldtype-checkbox {
	display: none;
}

.submit-container {
	float: left;
	width: 30%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.submit-container input {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 5px;
	border: none;
	background: #f5f5f5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.submit-container input:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
}

/* End IContact Form */

/* End Index content */

/* Footer */

/* New Footer */
.newFooter {
	float: left;
	width: 100%;
	background: var(--footerbkg);
	color: var(--footertxt);
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	font-size: 13px;
	padding: 17px 0 10px;
}
.newFooter .siteMaxWidth {
	
}
.newFooter .left-content {
	float: left;
}
.newFooter .right-content {
	float: right;
}
.newFooter .left-content a {
	display: inline-block;
	color: var(--footertxt);
	line-height: 120%;
	position: relative;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.newFooter a:hover {
	text-decoration: none;
	color: var(--color3-hover);
}
.newFooter-section {
	float: left;
	padding: 0 10px;
	margin-right: 10px;
}
@media (max-width: 1050px) {
	.newFooter {
		padding-top: 30px;
	}
	.newFooter .left-content, .newFooter .right-content {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.newFooter .right-content .newFooter-section {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
}
/* End New Footer */


.footer {
	float: left;
	width: 100%;
}
/* End Footer */

/* ShowFooter */

.showFooter {
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 15px 0 0 0;
	background: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 9;
}

.showFooter .innerShowFooter {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 45px;
	background: #f0f0f0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* End ShowFooter*/

/* Additional Pages */

.heading-image {
	padding: 20px;
	background: #f9f9f9;
	margin-top: 50px;
	margin-bottom: 10px;
	border-top: solid 2px #e8e8e8;
	border-bottom: solid 2px #e8e8e8;
}

.heading-image img,
.heading-image iframe {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.electric-depot-block h1,
.about-us-block h1,
.policies-block h1,
.virtual-tour-block h1,
.success-block h1,
.failed-block h1 {
	padding-top: 10px;
	font-weight: bold;
}

.policies-block h1,
.virtual-tour-block h1,
.success-block h1,
.failed-block h1 {
	margin-top: 50px;
}

.electric-depot-block ul,
.about-us-block ul,
.policies-block ul {
	list-style: disc;
	padding: 0;
	margin: 0 0 10px 25px;
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (max-width: 991px) {
	.electric-depot-block h1,
	.policies-block h1,
	.about-us-block h1,
	.virtual-tour-block h1,
	.success-block h1,
	.failed-block h1 {
		text-align: center;
	}
}

@media only screen and (max-width: 575px) {
	.heading-image,
	.policies-block h1,
	.virtual-tour-block h1,
	.success-block h1,
	.failed-block h1  {
		margin-top: 10px;
	}
}

/* Polocies */

.policies-block h1 {
	color: #1d9cbc;
}

.policies-block h3 {
	padding-top: 10px;
	font-weight: bold;
}

.policies-block h4 {
	padding-top: 10px;
	font-weight: bold;
	margin: 0;
}

.policies-block p {
	margin-bottom: 10px;
}

/* End Polocies */

/* End Additional Pages */

/* New mobile header style */

.mobileLogos {
	padding: 5px;
	margin: 15px 0 5px;
}

.mobileLogos img {
	max-width: 100%;
}

/* END New mobile header style */

/* Our Team */
.team {
	float: left;
	width: 100%;
}
.team-row {
	float: left;
	width: 100%;
	margin: 40px 0;
	position: relative;
	min-height: 300px;
	padding-left: 320px;
}
.team-img {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	z-index: 1;
}
.team-img img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.team-text {
	float: left;
	width: 100%;
}
.team-name {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 120%;
}
.team-title {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
.team-phone {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 150%;
}
.team-email {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 20px;
}
/* End Our Team */

/* Galleries */
.galleryHolder {
	margin-top: 50px;
	padding-bottom: 50px;
	/*border-bottom: solid 1px #e8e8e8;*/
}
.galleryHolder:last-child {
	border-bottom: none;
}
.galleryImages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.galleryImages a {
	float: left;
	width: 100%;
	height: 300px;
}
.galleryImages a img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* End galleries */

/* Directions page injected gallery link */
.linkToGallery {
	color: initial !important;
	text-decoration: underline !important;
}
/* End Directions page injected gallery link */
/*menu items color*/
.menucolors {
	color: #FF0000;
	
}

.menu-no-drop::after {
	border: none;
}
/*Gallery*/
.insp-gallery-item {
	display: inline-block;
	width: 250px;
	height: 250px;
	padding: 10px;
}
.insp-gallery-item-inner {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background: url(../background_loader.html) center center no-repeat;
}
.insp-gallery-item-image {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.body-noscroll {
	overflow: hidden;
}
#imageViewer {
	display: none;
	z-index: 1200;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	padding: 50px;
	text-align: center;
}
#imageViewer.imageViewer-open {
	display: block;
}
.imageViewer-close {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #000000;
}
.imageViewer-close:hover {
	cursor: pointer;
}
.imageViewer-close img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.imageViewer-invisibleCloseBox {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: none;
	opacity: 0;
}
.imageStage {
	display: inline-block;
	height: 100%;
	text-align: center;
}
.imageStage-inner {
	position: relative;
	z-index: 5;
	float: left;
	/*width: 100%;*/
	max-width: calc(100vw - 100px);
	height: 100%;
	line-height: calc(100vh - 110px);
	overflow: auto;
}
.imageStage-inner::-webkit-scrollbar {
	background: none;
	background-color: none;
}
.imageStage-inner::-webkit-scrollbar-thumb {
	background: #ffffff;
	border-radius: 20px;
}
.imageStage-inner::-webkit-scrollbar-corner {
	background: none;
}
.imageStage-inner img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.imageStage-inner img:hover {
	cursor: zoom-in;
}
.imageStage-inner img.showFullSizeImage {
	max-width: none;
	max-height: none;
	margin: 0 auto;
}
.imageStage-inner img.showFullSizeImage:hover {
	cursor: zoom-out;
}
/*End Gallery*/
