.master-wrapper-content {
	max-width: none;
	padding: 0;
}
.about-pages .title-page {
	font-size: 15px;
	font-weight: 500;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.page.contact-page.store-page {
	background: url("../images/store-bg.jpg") no-repeat scroll 0 0 / cover;
}
.store-page .page-body {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.contact-page .contact_banner {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.page.contact-page.store-page .contact_banner {
	background: #fff;
	left: 41%;
	width: 59%;
}
.contact-page .contact-right {
	background: #fafafa none repeat scroll 0 0;
	float: left;
	padding: 2%;
	width: 38%;
}
.page.contact-page {
	background: #d5d3d0;
	min-height: 450px;
	padding: 3% 2%;
	width: 100%;
}
.store-locations {
	background: rgba(255, 255, 255, 0.8);
	float: left;
	padding: 20px;
	width: 40%;
}
.contact-page h1 {
	color: #000;
	font-weight: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.page.contact-page.store-page h1 {
	padding-bottom: 0;
}
.page.contact-page.store-page .contact-right {
	float: right;
	width: 30%;
}
.page.contact-page.store-page .contact-right p {
	color: #000000;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding-bottom: 13px;
}
.contact-page .contact-right .form-fields {
	padding: 0;
}
.page.contact-page.store-page .contact-right .inputs {
	width: 100%;/*margin:0 0 15px;*/
}
.contact-page input[type="text"], input[type="password"], .inputs input[type="tel"] {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #000;
	color: #000;
	font-family: "CenturyGothic";
	height: 35px;
	padding: 0 0 0 10px;
	width: 100%;
}
.contact-page .textares textarea {
	background: #fafafa;
	border: 1px solid #000;
	color: #000;
	font-family: "CenturyGothic";
	width: 100%;
	min-height: 100px;
}
.contact-page .buttons {
	float: right;
	margin: 20px 0 0;
	text-align: right;
}
.contact-page .buttons .button-1.contact-us-button {
	background: #000;
	border: 1px solid #000;
	border-radius: 6px !important;
	color: #fff;
	text-transform: initial;
	min-width: inherit;
	padding: 12px 22px;
	font-size: 15px;
}
.fieldset, .section {
	margin: 0;
	position: relative;
}
.page.contact-page.store-page .contact_banner .mapdiv {
    min-height: 200px;
	height: 100%;
	padding: 3px;
	position: relative;
	width: 100%;
}
.contact-page .contact_banner iframe {
	display: block;
	font-size: 0;
	height: 98.5%;
	margin: 0.5%;
	width: 99%;
}
.page.contact-page.store-page h2 {
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: normal;
}
.store-locations ul {
	list-style: outside none none;
	overflow: hidden;
}
.store-locations ul li {
	border-bottom: 1px solid #000;
	color: #000;
	display: inline-block;
	width: 100%;
}
.store-locations ul li h3 {
	margin: 0;
	padding-top: 5px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
}
.store-locations ul li span.store-locator {
	background: url("../images/store-locator.png") no-repeat scroll left 2px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px 0 9px 20px;
	text-align: left;
}
.store-locations ul li span.store-num {
	background: url("../images/store-num.png") no-repeat scroll left top;
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	text-align: left;
}

@media all and (max-width: 767px) {
.page.contact-page.store-page {
	background: url("../images/store-bg.jpg") no-repeat scroll 0 0 / cover;
	margin: 0 1% 20px;
	width: 98%;
}
.page.contact-page.store-page .contact_banner {
	height: auto;
	left: inherit;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.store-locations {
	height: auto;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.page.contact-page.store-page .contact-right {
	width: 100%;
	float: none;
	overflow: hidden;
}
.page.contact-page.store-page h1 {
	font-size: 20px;
}
.contact-page .contact-right {
	padding: 10px;
}
}
