.bh-sl-container .bh-sl-map {
	width: 100%!important;
}
.bh-sl-container .bh-sl-loc-list {
	width: 900px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.bh-sl-container {
	padding: 0;
}
.bh-sl-container .bh-sl-map-container {
	margin-top: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
	clear: none;
	float: left;
	width: 33%;
	background: #7d7d7d!important;
	color: #fff;
	text-align: center;
}
.bh-sl-container .bh-sl-loc-list ul li.list-focus {
	background: #E8001E!important;
}
.text-center {
	text-align: center;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
	padding: 15px;
}
.list-details .list-content .loc-title {
	color: #000;
}
.list-details .list-content .loc-divider {
	width: 30%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;	
	display: inline-block;
}
.bh-sl-container .bh-sl-loc-list {
	height: auto;
}
.bh-sl-container .bh-sl-loc-list ul li,
.bh-sl-container .bh-sl-loc-list ul li.list-focus {
	border: 10px solid #fff;
}
.bh-sl-container .bh-sl-loc-list .list-details {
	width: 100%;
}
#bh-sl-user-location {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;	
}
#bh-sl-user-location input {
	background: #ccc;
    border-color: #ccc;
    font-size: 14px;	
}
#bh-sl-user-location button {
	background: #E8001E;
	color: #fff;	
	font-weight: 400;
	margin-top: 0;
}    
#bh-sl-user-location button:focus,
#bh-sl-user-location button:hover {
	background: #E8001E!important;
}
.bh-sl-container .bh-sl-form-container {
	margin-bottom: 30px;
	margin-top: 10px;
}
#bh-sl-map-container h1 {
	font-weight: 500;
    font-size: 2.3em;
    line-height: 1.1em;
	text-align: center;
	margin: 30px 0 40px 0;
	text-transform: uppercase;
	position: relative;
}
#bh-sl-map-container h1:after {
	left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 4px;
    content: " ";
    bottom: -10px;
    background: ;
    position: absolute;
}
.bh-sl-container .bh-sl-loc-list .list-details {
	margin: 0;
}
/*@media (max-width : 991px) {
	.bh-sl-container .bh-sl-loc-list ul li {
		width: 100%;
	}
	.bh-sl-container .bh-sl-loc-list {		
		max-width: 100%;
	}
	.bh-sl-container .bh-sl-loc-list .list-details {
		width: 100%;
	}
	.bh-sl-container .bh-sl-loc-list ul li,
	.bh-sl-container .bh-sl-loc-list ul li.list-focus {
		border: 0;
		border-bottom: 1px solid #fff;
	}
}*/
/*=============*/
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
