@charset "utf-8";
/* CSS Document */
.LocationSection {
	padding-bottom: 80px;
	padding-top: 75px;
	background-color: #f7f2ed;
}
.LocationPanel {
	position: relative;
	float: left;
	width: 86%;
	padding-right: 7%;
	padding-left: 7%;
}
.LocatorIntroContainer {
	float: left;
	width: 100%;
	position: relative !important;
	margin-bottom: 50px;
	line-height: 1.73em;
}
.HeroCationFloatRight {
	float: right;
	height: auto;
	width: 35%;
	margin-left: 5%;
	position: relative;
	margin-top: 16px;
	display: none;
}
.HeroCationImgCon {
	float: left;
	width: 100%;
	position: relative;
	line-height: 0;
	padding: 0;
	cursor: pointer;
}
.HeroCationImgCon img {
	width: 100%;
	height: auto;
}
.HeroCaption {
	line-height: 22px;
	font-size: .95em;
	background-color: #394666;
	color: #FFF;
	padding-left: 3%;
	padding-right: 3%;
	position: relative;
	display: none;
}
.HeroCaption  ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-left: 0px;
}
.HeroCaption li::before {
	left: 10px; 
	top: 10px; 
	height: 5px; 
	width: 5px;
	position: absolute; 
	content: " "; 
	background-color: #FFF;
}

.HeroCaption li {
	padding-left: 15px;
	padding-bottom: 5px;
	position: relative;
}
.HeroCaption a {
	color: #FFF;
	text-decoration: none !important;
	position: relative;
}
.CenteredImage {
    position:absolute;
    top:0;
    bottom:0;
	left: 0;
	right: 0;
    margin:auto;
}
.ImgFloatLeft {
	float: left;
}
.ImgFloatRight {
	float: right;
}

.LocationPanel h1 {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.LocationPanel h3 {
	font-size: .9em;
	margin-bottom: 30px;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
}
.LocationInformationContainer {
	float: left;
	width: 100%;
	position: relative;
}
.LocationLeft {
	float: left;
	width: 35%;
	position: relative;
	padding-right: 3%;
}
.LocationRight {
	float: left;
	width: 62%;
	position: relative;
}
.hidden {
	display: none;
}
/**********************************************************************************Map*/
.Map h2 {
	font-size: 3em;
}
.MapBox {
	float: left;
	width: 100%;
	position: relative;
	height: 520px;
}
.ui-slider-horizontal .ui-state-default {
	background-color: #f9f6f1 !important;
	background-image: none !important;
	border: 4px solid #394765 !important;
	border-radius: 20px;
	cursor:pointer;
	text-decoration: none;
	outline: none !important;
	height: 20px;
	width: 20px;
	margin-top: -5px;
}


.ui-slider-horizontal .ui-state-active {
	background-color: #f3d5a2 !important;
	background-image: none !important;
	border: 4px solid #394765 !important;
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
	outline: none !important;
	height: 20px;
	width: 20px;
	margin-top: -5px;
}
.ui-slider-horizontal .ui-state-default div {
	font-size: 8pt;
	text-decoration: none;
	left: -17px;
	margin-top: 35px;
	width: 65px;
	text-align: center;
	position: relative;
	font-weight: 600;
}
.ui-slider-horizontal .ui-state-default div a:hover {
	text-decoration: none !important;
}
.ui-slider-handle ui-state-default ui-corner-all {
	text-decoration: none !important;
}
div#Loader {
	position: absolute;
	top: 40% !important;
	left: 50% !important;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#Loader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../ui/fancy_loading.png);
}
.hidden {
	display: none !important;
}
.display {
	display: block;
}
.Invisible {
	visibility: hidden;
}
.MapContainer {
	float: left;
	width: 100%;
	width: 62.5%;
	position: relative;
}
.RangeContainer {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.TypesContainer {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#locatormap {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
@media all and (min-width:320px) and (max-width:767px) {
	#locatormap {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.SearchTool {
		width: 90%;
		margin-right: 6%;
		margin-left: 4%;
	}
	.StockistLeft,
	.MapContainer.,
	 .RangeContainer {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}
.NZBack {
	background-image: url(../ui/metal-fabrication-icon.png);
	background-repeat: no-repeat;
	background-position: 40% center;
	height: 520px;
}
.ShowBack {
	background-image: url(../ui/Showroomenter.png);
	background-repeat: no-repeat;
	background-position: 40% center;
	height: 520px;
}
@media all and (min-width:320px) and (max-width:767px) {
	.LocationPanel,
	.LocationInformationContainer,
	.LocationLeft,
	.LocationRight {
		width: 100%;
		padding: 0;
	}
	#locatormap {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.SearchTool {
		width: 90%;
		margin-right: 6%;
		margin-left: 4%;
	}
	.StockistLeft,
	.MapContainer.,
	 .RangeContainer {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.RangeContainer {
		margin-top: 50px;
	}
	.NZBack {
		padding-bottom: 20px;
		height: 560px;
	}
}
.DistanceSlider {
	padding-top: 0px !important;
}

.SliderContainer {
	float: left;
	margin-bottom: 0px;
	margin-top: 12px;
	padding-top: 0px;
	float: left !important;
	width: 100%;
}
.text-entry {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid rgb(155, 155, 155);
	transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-image: none;
	width: 93%;
	height: 20px;
	color: rgb(85, 85, 85);
	line-height: 16px;
	font-size: 16px;
	display: block;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	background-image: none;
	background-color: rgb(255, 255, 255);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.text-entry:focus {
	border-color: rgb(102, 175, 233);
	outline: 0px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.AutoComplete {
	line-height: 26px;
}
.AutoCompleteExpand {
	height: 70px;
}
.DealersBox {
	float: left;
	width: 95%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #394765;
}
.DealersName {
	float: left;
	width: 64%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 6px;
}
.DealersName h4 {
	color: #394665;
	font-weight: 400;
	font-size: 1.15em;
	margin-top: 10px;
}
.LocateOnMap {
	float: left;
	width: 120px;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	padding-top: 5px;
	background-image: url(../ui/LocationOnMap.png);
	background-repeat: no-repeat;
	height: 35px;
}
.LocateOnMap h5 {
	font-size: .65em;
	color: #FFF;
	position: absolute;
	top: 14px;
	right: 7px;
}
.DealersInfoWrap {
	font-size: .90em;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.DealersInfoLeft {
	float: left;
	width: 30%;
	position: relative;
	margin-right: 5%;
	font-size: 14px;
	line-height: 18px !important;
}
.DealersInfoRight {
	font-size: 14px;
	line-height: 18px !important;
	float: left;
	width: 65%;
	position: relative;
}
.DealersInfoDetails {
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 18px !important;
}
.DealersInfoDetails h3 {
	font-size: 1.15em;
	text-transform: none;
	margin-top: 8px;
	margin-bottom: 4px;
	font-style: italic;
}
.InfoBubble {
	overflow-y: hidden !important;
	padding: 10px;
	width: auto !important;
	padding-bottom: 0px !important;
}
.InfoBubble h3 {
	font-weight: 500;
	font-size: 1.55em;
	margin-top: 5px !important;
	margin-bottom: 12px;
	margin-right: 30px;
	text-transform: none !important;
	max-width: 400px;
}
.InfoBubble a {
	color: #09F !important;
	text-decoration: none;
}
.InfoBubble a:hover {
	color: #2ab50b !important;
}
.gm-style-iw {
	overflow-y: hidden !important;
	background-color: rgb(237, 28, 36) !important;
	display: none !important;
} 
.InfoBubble p {
	text-align: left !important;
	font-size: 1.25em;
	line-height: 26px;
	margin-bottom: 8px;
	max-width: 400px;
}
.InfoBubble p:last-child {
	margin-bottom: 0px;
}
.InfoBubble span {
	display: block;
	text-align: left !important;
	font-size: 1.25em;
}

.InfoBubble a {
	color: #394765 !important;
	font-size: 1.0em;
	line-height: 16px;
}
.HighMap {
	position: absolute;
	left: auto;
	top: -680px;
}
.ShowHighMap {
	position: absolute;
	left: auto;
	top: -650px;
}
@media all and (min-width:320px) and (max-width:767px) {
	.DealersBox {
		width: 95%;
	}
	.DealersName {
		width: 65%;
	}
	.LocationRight {
		margin-top: 20px;
	}
}

/**********************************************************************************Map*/
.SpecialtyNotice {
	color: #394665;
	cursor: pointer;
	font-weight: 500;
}