ul{
	padding:0px;
}
li{
	list-style:none;
}

.storebanner {
	background-image:url('../images/storelocator/storelocator-banner.png');
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-t-space{
	padding-top:15px;
}
.text-left-content{
	position:relative;
}

.text-left-content .text-content{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 100px;
}

.text-left-content .h1-lite {
	font-family: MetropolisLight;
    color: #fff;
    font-size: 65px;
}
.seemore a.blue{
	color: #168db1;
    font-size: 13px;
    text-transform: uppercase;
}
.lite{
	color:#77787b;
}
.h4{
	font-family: "MetropolisRegular";
	font-size: 35px;
}
.h3{
	font-family: "MetropolisRegular";
	font-size: 25px;
}
.sub-title {
    padding: 10px 0px 7px 0px;
}

.locate-near-store {
    padding-bottom: 30px;
}
.form-dark {
    background: #000;
    padding: 14px 25px;
}

.form-dark  .form-control {
    border: 0px;
    border-radius: 0;
	color:#77787b;
}
.form-dark  .reset,
.form-dark  .search{
	border:0px;
	border-radius: 0;
	background:#fff;
	color:#77787b;
}
.store-details {
	background:#e6e7e8;
	  padding: 25px;
}

.store-details ul li p {
	font-size: 15px;
	color: #333;
	margin-bottom: 6px;
	font-family: "MetropolisRegular";
	
}
.store-details ul li {
	margin-bottom:35px;
}
   
   .store-details {
	max-height:500px;
	overflow:hidden;
   }
   
.store-details i {
    font-size: 14px;
}

.store-details h4{font-size:19px; color:#000;text-transform:uppercase; }
.store-details h4 i {
    font-size: 14px;
}

#map {
min-height:100%;
}
.mCSB_draggerRail{width:20px;}
 
 
@media (max-width: 1023px) and (min-width: 768px)  {

.h4{
	
	font-size: 30px;
}
.h3{
	
	font-size: 25px;
}
.form-dark {
   
    padding: 15px;
}

} 
   @media (max-width: 767px){
   
	#map {
			margin-top:30px;
			min-height:600px;
   }
	.title {
		text-align:center;
	}
	.text-left-content .h1-lite{
		font-size:40px;
	}
	.search,
	.reset{
		margin-bottom:10px;
	}
	.storebanner {
		min-height:350px;
	}
   }
   
.nearest-store {
    color: #fff;
    background-color: #adb5bd;
    border-color: #92989e;
}
   

