.store-top {
	text-align: center;
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 90px;
}

.store-top .store-logo {
	width: 530px;
	margin: 0 auto 45px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	z-index: 1;
	height: 105px;
}

.store-top .store-logo img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.store-top h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 39px;
	margin-bottom: 15px
}

.store-top p {
	font-size: 20px;
	color: #666666;
	font-style: italic;
	width: 700px;
	margin: 0 auto 55px;
	line-height: 28px;
}

.store-top form {
	height: 66px;
	width: 650px;
	margin: 0 auto 90px;
	position: relative;
}

.store-top form input {
	border: 2px solid #000000;
	border-radius: 0px;
	color: #666666;
	font-size: 16px;
	padding: 19px 25px;
	width: 475px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Merriweather", serif;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.store-top form input::-webkit-input-placeholder {
	opacity: 1;
}

.store-top form input:-moz-placeholder {
	opacity: 1;
}

.store-top form input::-moz-placeholder {
	opacity: 1;
}

.store-top form input:-ms-input-placeholder {
	opacity: 1;
}

.store-top form button {
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	border-width: 0px;
	border-radius: 0px;
	font-weight: 900;
	position: absolute;
	width: 160px;
	height: 66px;
	font-size: 18px;
	text-align: center;
	line-height: 66px;
	top: 0px;
	right: 0px;
	font-family: "Merriweather", serif;
	cursor: pointer;
}

.inspiratica-stores-wrap {
	overflow: auto;
}

#inspiratica-stores-map {
	width: 100%;
	height: 830px;
	float: right;
}

#inspiratica-stores-map .std.std-compact {
	padding: 5px 10px;
}

#inspiratica-stores-map .std.std-compact h5 {
	margin-bottom: 2px;
}

#inspiratica-stores-map .std.std-compact h5 a {
	color: #000000;
	font-size: 13px;
}

#inspiratica-stores-map .std.std-compact p {
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "Merriweather", serif;
	line-height: 15px;
	color: #666666;
	font-style: italic;
}

#inspiratica-stores-map img {
	max-width: none;
}

.gm-style > div:first-child > div + div > div:last-child > div {
	-moz-transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

#inspiratica-stores-map .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:last-child {
	background-color: #ffffff !important;
	box-shadow: none !important;
	border: 1px solid #000000;
	outline: none;
	border-radius: 0px !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
	border-width: 0px !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
	margin-top: 2px !important;
	background-color: #ffffff !important;
	z-index: 99999 !important;
	box-shadow: none !important;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #000000 !important;
	height: 15px;
	-moz-transform: skewX(-40deg) !important;
	-webkit-transform: skewX(-40deg) !important;
	transform: skewX(-40deg) !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-last-of-type(2) > div {
	border-width: 0 0 0 1px;
	-moz-transform: skewX(40deg) !important;
	-webkit-transform: skewX(40deg) !important;
	transform: skewX(40deg) !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
	top: 17px !important;
	-moz-transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: url('../images/map-close.jpg') 0 0 no-repeat;
	background-size: 13px 13px;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
	display: none !important;
}

body.loading #inspiratica-stores-content #map-nav {
	display: none;
}

body.loading #inspiratica-stores-content #inspiratica-stores-map {
	visibility: hidden;
	position: absolute !important;
}

body.loading #inspiratica-stores-content {
	height: 80px;
	position: relative;
}

body.loading #inspiratica-stores-content:after {
	content: "";
	-webkit-animation: full-rotate 800ms linear infinite;
	-moz-animation: full-rotate 800ms linear infinite;
	-ms-animation: full-rotate 800ms linear infinite;
	-o-animation: full-rotate 800ms linear infinite;
	animation: full-rotate 800ms linear infinite;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	border: solid 4px transparent;
	border-top-color: #000000;
	border-left-color: #000000;
	opacity: 0.85;
	display: block;
	padding: 0px;
}

@-moz-keyframes full-rotate {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes full-rotate {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes full-rotate {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes full-rotate {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes full-rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#inspiratica-stores-content {
	margin-bottom: 50px;
}

#map-nav {
	width: 370px;
	height: 830px;
	float: left;
	position: relative;
}

#map-nav .viewport {
	height: 100% !important;
	overflow: hidden;
	position: relative;
}

#map-nav .viewport .list-wrap-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 325px;
}

#map-nav .scrollbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 100%;
	z-index: 5;
}

#map-nav .scrollbar .track {
	background-color: #ebebeb;
	width: 8px;
	height: 100%;
	position: relative;
}

#map-nav .scrollbar .thumb {
	background-color: #000000;
	width: 8px;
	position: absolute;
}

#map-nav .viewport .list-wrap-inner .store-name {
	position: relative;
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	border-bottom: 2px solid #ebebeb;
	padding: 0 0 0 40px;
	margin-bottom: 30px;
	height: 55px;
}

#map-nav .viewport .list-wrap-inner a {
	display: block;
}

#map-nav .viewport .list-wrap-inner .details {
	position: relative;
}

#map-nav .viewport .list-wrap-inner .store-name:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 33px;
	width: 26px;
	display: block;
	background: url('../images/list-marker.png') 0 -33px no-repeat;
}

#map-nav .viewport .list-wrap-inner li {
	margin-bottom: 45px;
	position: relative;
	overflow: auto;
}

#map-nav .viewport .list-wrap-inner li.active .store-name:before {
	background-position: 0 0;
}

#map-nav .viewport .list-wrap-inner li .heading {
	color: #000000;
	font-size: 16px;
	margin-bottom: 8px;
}

#map-nav .viewport .list-wrap-inner li .store-address,
#map-nav .viewport .list-wrap-inner li .phone,
#map-nav .viewport .list-wrap-inner li .distance {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

#map-nav .viewport .list-wrap-inner li .store-view {
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid #000000;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000000;
	background: url('../images/compass.jpg') center center no-repeat;
}

#map-nav .load-more {
	display: block;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 auto 30px;
	width: 150px;
	font-weight: 900;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	position: relative;
}

#map-nav .load-more.loading {
	color: rgba(0, 0, 0, 0);
	text-indent: -9999em;
}

#map-nav .load-more.loading:after {
	content: "";
	-webkit-animation: full-rotate 800ms linear infinite;
	-moz-animation: full-rotate 800ms linear infinite;
	-ms-animation: full-rotate 800ms linear infinite;
	-o-animation: full-rotate 800ms linear infinite;
	animation: full-rotate 800ms linear infinite;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	height: 26px;
	width: 26px;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 50%;
	border: solid 2px transparent;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	opacity: 0.85;
	display: block;
	padding: 0px;
}

#inspiratica-stores-content .mobile-tabs {
	display: none;
}

.inspiratica-stores-index-index #footer .store-locator,
.inspiratica-stores-index-view #footer .store-locator {
	display: none;
}

@media only screen and (max-width: 991px) {
	#map-nav,
	.inspiratica-stores-wrap {
		float: none;
		overflow: auto;
		width: 100%;
	}

	#map-nav .viewport .list-wrap-inner {
		width: 100%;
		padding-right: 20px;
	}

	#inspiratica-stores-content {
		height: 1150px;
	}

	#inspiratica-stores-content .inner {
		position: relative;
	}

	#map-nav {
		top: 330px;
	}

	.inspiratica-stores-wrap {
		top: 0;
		position: absolute;
		height: 300px;
	}

	#inspiratica-stores-map {
		height: 300px;
	}

	.store-top h2 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 767px) {
	.store-top p br {
		display: none;
	}

	.store-top {
		margin-bottom: 40px;
	}

	.store-top p,
	.store-top .store-logo {
		width: 100%;
	}

	.store-top form {
		height: auto;
		padding: 0 0 20px;
		margin-bottom: 0;
		width: 100%;
	}

	.store-top form input,
	.store-top form button {
		width: 100%;
		float: none;
		display: block;
		position: relative;
		margin-bottom: 20px;
	}

}
