
.locator-header-results {
	display: none;
}

.validation-msgs-wrap {
	color: #B33A3A;
	margin: 0 auto;
	width: 400px;
}

.validation-msgs-wrap .validation-msgs {
	border: 4px solid #B33A3A;
	padding: 2%;
	list-style-type: none;
}

#boursin-loading {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: -170px;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	width: 100%;
	z-index: 4;
	webkit-transition: all 1s linear;
}

.boursin-loading-svg {
	background: url(../images/boursin-loading.svg) 0 0 no-repeat;
	background-size: 100px 100px;
	display: block;
	height: 100px;
	left: 50%;
	position: absolute;
	top: 320px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
}

.form-locations {
	background-color: #fff;
	padding: 48px 50px;
	max-width: 850px;
	margin: 0 auto
}

.form-locations > * {
	width: 100%
}

.no-results .locator-header-results,
.show-results .locator-header-results {
	padding-bottom: 25px;
	text-align: center;
	max-width: 520px;
	margin: 0 auto
}

.locator-header {
	padding-bottom: 25px;
	text-align: center;
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
}

.no-results h2,
.locator-header h2,
.show-results .locator-header-results h2 {
	margin-bottom: 10px;
	font-family: 'ITC Souvenir W01 Medium';
	font-weight: 400;
}

.no-results p,
.locator-header p,
.show-results .locator-header-results p {
	font-size: 18px;
	line-height: 1.56
}

.locator-header p {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.show-results .locator-header-results p a {
	color: #096739
}

.show-results .locator-header-results > :last-child {
	margin-bottom: 0
}

.form-locations .form__body {
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: relative;
	margin: -5px
}

.locator-form .locator-form-fields {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	width: calc(50% - 100px)
}

.locator-form .locator-form-fields .locator-form-field {
	text-align: left;
}

.locator-form .locator-form-fields.flavor {
	width: calc(50% - 100px);
}

.locator-form .locator-form-fields.address {
	width: calc(50% - 45px);
}

.no-results .locator-form .locator-form-fields.address {
	display: none;
}

.locator-form .locator-form-fields.radius,
.locator-form .locator-form-fields .locator-form-autocomplete {
	display: none;
}

.locator-form .locator-form-fields.radius {
	width: calc(50% - 45px)
}

.locator-form .locator-form-submit-wrap {
	display: inline-block;
	vertical-align: bottom;
	padding: 5px;
	width: 145px;
}

.form-locations .form__body label {
	display: block;
	color: #c7a258;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
	line-height: 1.25;
	padding-bottom: 12px
}

.form-locations .form__body input[type=text] {
	border: 0;
	width: 100%;
	font-size: 18px;
	line-height: 1.1;
	transition: color .4s;
	height: 50px;
	background-color: #ebecec;
	font-weight: 500;
	border-radius: 6px;
	padding: 0 20px;
	color: #847f74
}

.form-locations .select-holder a.select-selector {
	color: #847f74
}

.form-locations .btn {
	min-width: 0;
	display: block
}

.location-number {
	cursor: pointer;
}

.section-locations-results {
	display: none;
}

.section-locations > * {
	width: 100%
}

.show-results {
	padding-top: 91px;
}

.show-results .section__image {
	display: none;
}

.show-results .section-locations {
	padding: 100px 0 0;
}

.section-form-locations.show-results .section__body {
	height: auto;
}

.show-results .section-locations .section__body-holder {
	padding: 0 0 50px
}

.show-results .section-locations .form-locations {
	padding: 0;
	background: 0 0;
	max-width: 740px;
	margin: 0 auto
}

.show-results .select-holder {
	background-color: #fff;
}

.section-form-locations.show-results .section-locations {
	background: url(../images/pattern-bkgd-marble.jpg) center center
}

body:not(.is-touch) .section-locations, body:not(.is-touch) .section-related {
	background-attachment: fixed
}

.section-locations .select-holder a {
	color: #847f74
}

.section-locations .section__map {
	position: relative;
	overflow: hidden;
	background-color: #eff0f0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin-bottom: 40px
}

.section-locations .section__body .shell {
	max-width: 1310px;
}

.section-form-locations {
	position: relative
}

.section-form-locations .section__image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.section-form-locations .section__body {
	display: table;
	height: calc(100vh - 119px);
	width: 100%;
	position: relative
}

.section-form-locations .section__body-holder {
	display: table-cell;
	vertical-align: middle;
	padding: 171px 0
}

@media (max-width: 985px) {
	.show-results .locator-header-results {
		padding-bottom: 15px
	}

	.show-results {
		padding-top: 60px;
	}

	.section-form-locations .form-locations .form__body > ul {
		margin: 0
	}

	.section-form-locations .form-locations .form__body > ul > li {
		padding: 0 0 25px
	}

	.locator-form .locator-form-fields,
	.locator-form .locator-form-fields.flavor,
	.locator-form .locator-form-fields.address {
		display: block;
		width: 100%
	}

	.no-result .locator-form .locator-form-fields.address {
		display: none;
	}

	.locator-form .locator-form-fields.radius {
		width: 100%
	}

	.locator-form .locator-form-submit-wrap {
		padding: 25px 0 0;
		display: block;
		width: 100%
	}

	.locator-form .locator-form-submit-wrap label {
		display: none
	}

	.section-form-locations .form-locations .form__body label {
		text-align: center
	}

	.locator-form .locator-form-submit-wrap .btn {
		max-width: 145px;
		display: block;
		margin: 0 auto
	}

}

@media (max-width: 767px) {

	.show-results {
		padding-top: 45px;
	}

	.show-results .section-locations {
		padding: 50px 0 0;
	}

	.form-locations {
		max-width: 100%;
	}

	.locator-header {
		width: 100%;
	}

	.locator-header p {
		width: 100%;
	}

	.form-locations .form__body > ul {
		margin: 0
	}

	.locator-form .locator-form-fields,
	.locator-form .locator-form-fields.flavor,
	.locator-form .locator-form-fields.address {
		display: block;
		width: 100%
	}

	.locator-form .locator-form-fields.radius {
		width: 100%
	}

	.locator-form .locator-form-fields {
		padding: 0 0 20px
	}

	.locator-form .locator-form-submit-wrap {
		padding-bottom: 0
	}

	.locator-form .locator-form-submit-wrap label {
		display: none
	}

	.form-locations .form__body label {
		text-align: center
	}

	.form-locations .btn {
		max-width: 135px;
		display: block;
		margin: 0 auto
	}
}

@media (max-width: 767px) {
	.section-form-locations .form-locations {
		padding: 30px 20px
	}
}