@charset "utf-8";
/* CSS Document */
#formDealer
{
	text-align:center;
}
.dealer-email
{
	text-decoration:underline;
}
.inner-banner.dealer-banner { background:url("/bajaj-images/find-dealer.jpg") no-repeat center top;}
.dealer-row { padding:26px 0;}
.dealer-field { float: left; width: 100%;}
.dealer-select { width: 25%; float: left; padding: 0 8px;}
.dealer-select:first-child { margin-left:0;}
.dealer-select select {
    color: #505050;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #c3b8a7;
    width: 100%;
    padding: 13px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/bajaj-images/dealer-arrow.png) no-repeat right 10px center;
    font-family: 'open_sansregular';
}
.dealer-locate { float: left; width: 30%;}
.my-dealer { display: inline-block; vertical-align: middle;	padding:10px 0;}
.my-dealer a { color: #505050; font-size: 14px; vertical-align: middle; padding-left: 28px; background: url(/bajaj-images/dealer-gprs.png) no-repeat left center; font-family: 'open_sansregular';
}
#store-loacte {background: #004390; padding: 18px 10px; color: #fff; text-transform: uppercase; margin:15px auto; font-size: 18px; font-family: "open_sanssemibold"; min-width: 200px;}

#dvMap { background:url(/bajaj-images/dealer-map.jpg) no-repeat left top; background-size:cover;     min-height: 430px;}

#storelisting h5, .mapinfowindow h5 {
    color: #004390;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}
#storelisting > li {
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin: 0 3% 0 0;
  padding: 30px 40px;
  vertical-align: top;
  width: 48.5%;
}
#storelisting > li:nth-child(odd) {
    margin-left: 0;
}
#storelisting > li:nth-child(even) {
    margin-right: 0;
}
#storelisting li ul li, .mapinfowindow li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 7px;
    padding: 0 0 0 35px;
    position: relative;
	color:#303030;
}
#storelisting li ul li{
	min-height:28px;
	}
.mapinfowindow li:first-child {
    padding-left: 0;
}

#storelisting li ul li a, .mapinfowindow li a{ color:#303030;} 
#storelisting li ul li:hover, #storelisting li ul li:hover a, .mapinfowindow li a:hover { color:#004390; font-weight:bold;} 
#storelisting li ul li span, .mapinfowindow li span {
    height: 26px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 30px;
}
#storelisting .dlr-loc-icon, .mapinfowindow .dlr-loc-icon { background:url(/bajaj-images/dlr-loc.png) no-repeat left center;}
#storelisting .dlr-cal-icon, .mapinfowindow .dlr-cal-icon{ background:url(/bajaj-images/dlr-cal.png) no-repeat left center;}
#storelisting .dlr-mail-icon, .mapinfowindow .dlr-mail-icon{ background:url(/bajaj-images/dlr-mail.png) no-repeat left center;}
#storelisting .dlr-drc-icon, .mapinfowindow .dlr-drc-icon{ background:url(/bajaj-images/dlr-drc.png) no-repeat left center;}



@media only screen and (max-width: 1440px) {
	
.dealer-locate {width: 35%;}
.dealer-field { width: 100%;}
button#store-loacte { margin-left: 10px; min-width: 180px;}	
	
}

@media only screen and (max-width: 1220px) {

.dealer-locate {width: 100%;}
.dealer-field { width: 100%; margin: 10px 0 15px;}
#storelisting > li { padding:20px 15px;}
}

@media only screen and (max-width: 640px) {

#storelisting > li {
    padding: 20px 15px;
    width: 100%;
    margin: 10px 0;
}
.dealer-select {margin: 5px 5px; padding:0px;}
.dealer-select select { font-size:14px; padding:12px 7px;}
}

@media only screen and (max-width: 480px) {

.dealer-select { width: 100%; margin: 5px 0;}

}