/* Locator */

.product-locator-page {
	min-height: 720px;
}

#block-productlocator{
	width: 90%;
	max-width: 1000px;
	margin: 30px auto 30px auto;
}


#page.contact-us-page h1 {
    color: #143d8d;
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 30px auto;
    display: block;
}

.section-title.locator {
    border-top: 20px solid #000000;
}

.section-title.locator h2 {
	font-size:44px;
	text-transform: uppercase;
}

#productlocatorblock-settings > p{
	text-align: left;
}

#productlocator-form{
	width:100%;
	margin:0 auto;
}

.locator-controls.col-sm-4,
.locator-map.col-sm-8 {
	padding:0;
	height:650px;
	overflow:hidden;
}

.locator-controls.col-sm-4{
	width:35%;
	padding: 0px 20px 0px 20px;
}
.locator-map.col-sm-8 {
	width:65%;
}

#locator-search{
	min-height:300px;
	margin-bottom: 20px;
}

#locator-search .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    background-size: cover;
    min-height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#000000;
}

#locator-search .form-control{
	width: 100%;
	margin:0 auto;
	border-radius:0;
	color:#B1B1B1;
	margin: 20px 0px 20px 0px;
}

#locator-results{
	background:#FFFFFF;
	height: 280px;
	overflow:auto;
}

.locator-result{
	padding:20px;
	border-top:2px solid #b1b1b1;
}

.locator-result a{
	color:#000000;
	text-decoration: none;
}

#locator-pagination{
	background:#FFFFFF;
	height:40px;
	/* border: 1px solid #ccc; */
}

#locator-pagination .pagination{
	height:100%;
	width:100%;
	margin:0;
	/* border-top:2px solid #b1b1b1; */
}

#locator-pagination .pagination li{
	display:inline-block;
	height:100%;
	width:14.25%;
}

#locator-pagination .pagination li a,
#locator-pagination .pagination li span{
	border: 1px solid #ccc;
	color:#000000;
	height:100%;
	padding:15% 0 0 0;
	width:100%;
	text-align:center;
}

#locator-pagination .pagination li:first-of-type.disabled span{
	color:#000000;
}

#locator-pagination .pagination li.disabled span{
	color:#000000;
}

.location span {
	text-transform: capitalize;
}

.location span.name {
	text-transform: uppercase;
	font-weight: bold;
}

.location span {
	
}

#map-canvas{
	height:100%;
	padding-top:inherit;
}

@media screen and (max-width: 768px)  {
	/*Locator*/
	.locator-controls.col-sm-4,
	.locator-map.col-sm-8{
		width:100%;
	}

	#productlocator-form{
		width:50%;
		min-width:250px;
		margin:20px auto;
	}


	#locator-search .btn {
	    min-height: 55px;
	}

	.locator-result{
		width: 100%;
		min-width:250px;
		margin:0 auto;
		padding:20px 0;
	}

	#locator-pagination,
	#locator-results,
	.locator-controls.col-sm-4, 
	.locator-map.col-sm-8{
		height:auto;
	}

	#locator-pagination .pagination{
		display:block;
	}

	.section-title.locator h2{
		font-size:28px;
	}
}