input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
option{
	background: rgba(0,0,0,1);
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
	
.styled-select select {
	background: transparent;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	width:100%; 
	height: 40px;
	-webkit-appearance: none;
	color: #454545;
}
.styled-select {
	height: 40px; width: 260px;
	overflow: hidden;
	line-height: 40px;
	background: url(../images/select_arrow.png) no-repeat 96% 50% #fff;
	border: 1px solid #d4d4d4;
	margin-top: 15px;
    margin-left: 15px;
}

.styled-select option{
	background-color: #fff;
	color:#333;
}

.search{
	height: 40px; width: 260px;
	border: 1px solid #d4d4d4;
	margin-top: 15px;
    margin-left: 15px;
    line-height: 40px;
    color: #454545;
    font-size: 14px;
    padding-left: 10px;
    background: url(../images/icon_search.png) no-repeat 96% 50% #fff;
}




.location{
	width:1330px;
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;
}
.location .ltxt{
	font-size:30px; font-weight:bold;
	margin-top:30px; margin-bottom:30px;
	width:100%; text-align:center;
}

.map_container{
	width:100%; height:600px;
	margin-bottom:40px;
	position:relative;
}
.map{
	width:100%; height:600px;
}
.map_filter{
	width:300px;
	height:540px;
	background-color:#fff;
	top:30px; left:30px;
	overflow:auto;
}

ul.address_list, ul.mobile_address_list{
	margin:15px;
	padding:0px;
}
ul.address_list li, ul.mobile_address_list li{
	margin:0px;
	list-style: none;
	cursor:pointer;
}
.address{
	font-size:14px; font-weight:bold;
	margin-top:15px; margin-bottom:8px;
	width:100%; text-align:left;
	width:270px;
}
.call{
	font-size:14px; font-weight:normal;
	margin-top:8px; margin-bottom:8px;
	width:100%; text-align:left;
	background:url("../images/icon_location_call.png") 0% 50% no-repeat;
	padding-left:25px;
}
.time{
	font-size:14px; font-weight:normal;
	margin-top:8px; margin-bottom:8px;
	padding-bottom:15px;
	width:100%; text-align:left;
	background:url("../images/icon_location_time.png") 0% 17% no-repeat;
	padding-left:25px;
	border-bottom:1px solid #ccc;
}

.tel_link{
	color: #337ab7 !important;
}


@media (max-width: 1679px) {
	.location{
		width:970px;
	}
	.location .ltxt{
		font-size:28px;
	}
	
	.map{
		width:100%; height:550px;
	}
	.map_filter{
		height:490px;
	}

}
@media (max-width: 1023px) {
	.location{
		width:750px;
		margin-bottom:20px;
	}
	.location .ltxt{
		font-size:26px;
		margin-top:20px; margin-bottom:20px;
	}
	.map{
		width:100%; height:480px;
	}
	.map_filter{
		height:420px;
	}
}
@media (max-width: 767px) {
	.styled-select {
		width: calc(100% - 20px);
		margin-left:10px;
	}
	.location{
		width:320px;
		margin-bottom:20px;
	}
	.location .ltxt{
		font-size:22px;
		margin-top:20px; margin-bottom:20px;
	}
	.search{
		width: calc(100% - 20px);
		margin-left:10px;
	}
	.map{
		width:100%; height:300px;
		display:none;
	}
	.map_container{
		height:auto;
	}
	.map_filter{
		display:none;
	}
	
	ul.mobile_address_list a{
		color:#000;
	}
	ul.mobile_address_list li{
		position:relative;
	}
	ul.mobile_address_list .btn_map{
		position:absolute;
		right:10px; top:50%;
		transform: translate(0%,-50%);
		text-decoration:underline;
	}
}


