/* #page-header it just included for the examples */
#page-header {
  float: left;
  display: block;
}

#topDistributors {
	padding-top:10px;
	padding-left:15px;
	font-family: "HelveticaNeueLTStd-Cn","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#FFFFFF;
	margin-bottom:0px;
	border-style:solid;
	border-color: rgb(176, 176, 176);
	border-width:1px 0px 1px 0px;
	height:103px;
}

#topDistributors ul {
	list-style: outside none none;	
	padding-left:0px;
}

.bh-sl-loc-list li { background-color:white !important; }

.map-left-sidebar
{
	border-right:1px solid rgb(176, 176, 176);
}

#topDistributors ul li a{
	color: rgb(51, 51, 51);
}
#topDistributors ul li a:hover{
	color:rgb(236, 29, 37);
	text-decoration:none;
}
.topDistTitle {
	font-size:16px;
	font-weight:bold;
}

.topDistCountry{
	font-size:16px;
	color:rgb(236, 29, 37);
}

/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: Arial, Helvetica, sans-serif;
}
.bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ae2118;
  font-weight: bold;
}
.bh-sl-container {
  float: left;
  width: 100%;
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #333333;
}
.bh-sl-container .bh-sl-form-container {
  float: left;
  padding-top: 15px;
  width: 35%;
}
.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
}
.bh-sl-container .form-input label {
  font-weight: bold;
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
	float:left;
  margin: 0 15px 0 10px;
  padding: 6px 12px;
  line-height: 16px;
  border: 1px solid #cccccc;
  font: normal 14px/18px Arial, Helvetica, sans-serif;

}

.bh-sl-container .form-input input {
	width:200px;
}


.bh-sl-container button {
  	font-size:.7em;
	text-transform: uppercase;
    padding: 5px 15px;
    background: #303030;
    color: #FFF !important;
}

.bh-sl-container button:hover {
	background: #ec1d25;
}

.bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader.gif) no-repeat;
}
/*
.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  width: 100%;
  margin: 15px 0;
}
*/

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 100px 0 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin: 2px 8px 2px 0;
}
.bh-sl-container .bh-sl-map-container {
  width: 100%;
  margin-bottom:0px;  
}

.map-container { 
  border: 1px solid #b0b0b0; 
}

.bh-sl-container .bh-sl-map-container a {
  color: #e76737;
  text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
  text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
  /* height: 439px;  with top distributors */
  height: 542px;
  overflow-x: auto;
  background-color:white;
}

.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
  display: block;
  clear: left;
  float: left;
  margin: 3% 4%;
  cursor: pointer;
  width: 92%;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #cccccc;
  padding-bottom:10px;
  padding-top:4px;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
}
.bh-sl-container .bh-sl-loc-list ul li:first-child {
  border-style: none;
  border-width: 0px 0px 0px 0px;
  border-color: #ffffff !important;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  float: left;
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 15%;
  max-width: 35px;
  text-align: center;
  background: #303030;
  color: #ffffff;
  font-weight: bold;
}
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 75%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  font-weight: bold;
  font-style: italic;
  color: #8e8e8e;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid rgba(150, 31, 23, 0.4);
  -moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  color: #ae2118;
}
.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  /* color: #ae2118; */
  font-size:1.2em;
  font-weight: bold;
}
.bh-sl-container .bh-sl-map {
  float: left;
  width: 100%;
  height: 665px;
  z-index:1;
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #ae2118;
  text-decoration: underline;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #333333;
  cursor: auto;
  text-decoration: none;
}
/* Modal window */
.bh-sl-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/overlay-bg.png) repeat;
}
.bh-sl-overlay .bh-sl-modal-window {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  width: 920px;
  height: 590px;
  z-index: 10010;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 22px;
  /* there's already a margin on the top of the map-container div */
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  top: -6px;
  right: -6px;
}
.bh-sl-close-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 0 3px #656565;
}
.info-button-container{
	display: table;
	width:100%
}
.info-button-container >div {
display: table-cell;
}

.loc-directions a {
	font-size:.7em;
	text-transform: uppercase;
	float:left;
    padding: 3px 5px;
    background: #303030;
    color: #FFF !important;
}
.loc-directions a:hover {
	background: #ec1d25;
}

.loc-directions-info a {
	font-size:.7em;
	text-transform: uppercase;
	float:left;
    padding: 3px 5px;
    background: #303030;
    color: #FFF !important;
}
.loc-directions-info a:hover {
	background: #ec1d25;
}



.loc-web a {
	font-size:.7em;
	text-transform: uppercase;
	float:left;
    padding: 3px 5px;
    margin-left:2px;
    background: #909090;
    color: #FFF !important;
}
.loc-web a:hover {
	background: #ec1d25;
}

.loc-web-info a {
	font-size:.7em;
	text-transform: uppercase;
	float:left;
    padding: 3px 5px;
    margin-left:2px;
    background: #909090;
    color: #FFF !important;
}
.loc-web-info a:hover {
	background: #ec1d25;
}

.bh-sl-submit {
		font-size:.7em;
	text-transform: uppercase;
	float:left;
    padding: 3px 5px;
    background: #303030;
    color: #FFF !important;
	
}
.bh-sl-submit:hover {
	background: #ec1d25;
}
.limitradio {
	clear:both;
}
.limitradio {
	padding-top:10px;
	padding-left:30px;
}
.limitradio label {
	padding-right:10px;
	padding-left:4px;
	font-weight:normal;
	color:#909090;
	font-size:10px;
}

ul.list {
	background-color: #FFFFFF;
}

.bh-sl-close-directions-container {
}

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;  
}

:-ms-input-placeholder {  
   font-style: italic; 
}

.map-sidebar div > span:hover{
	color:#FFFFFF;
	}
	
	.bh-sl-container .bh-sl-filters-container {
	width:40px;
	float:right;
	clear:none;
	}
	
.bh-sl-container .bh-sl-filters-container {
	}

.map-sidebar {
	
	float:right;
	width:40px;
/*	margin-right:-50; */
	background-color:#000000;
	height: 657px;
	margin-top: 58px;
	color:#b3b3b3;
	font-size:18px;
	text-align:center;
	z-index:2;
}

.map-sidebar a {
    color: #b3b3b3;
    text-decoration: none;

}

.map-sidebar a:hover {
    color: #FFFFFF;
    text-decoration: none;

}

.map-sidebar div {
	border-style:solid;
	border-color:#b3b3b3;
	border-width:0px 0px 1px 0px;
	height:40px;
	padding-top:10px;
}

.map-sidebar div > span:hover{
	color:#FFFFFF;
	}
	
	.bh-sl-container .bh-sl-filters-container {
	width:40px;
	float:right;
	clear:none;
	}
	
	
	.category-filters-container {
	margin: 0;
	padding-left:10px;
	}
	
	bh-sl-filters {
	margin:0px;
	}
	
	#category-filters-container {
	padding-left:20px;
	padding-bottom:20px;
	color:#000000;
	width:200px;
	}
	
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    clear: left;
    display: block;
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}

.full_screen_map.bh-sl-map {
	margin-right:50 !important;
}

.full_screen_map {
position: absolute !important;
top: 0px !important;
left: 0px !important;
z-index: 1 !imporant;
width: 100% !important;
height: 100% !important;
margin-top: 0px !important;
margin-bottom: 8px !important;
float: none !important;
}

.full_screen_map.bh-sl-map {
	margin-right:50 !important;
}

.full_screen_sidebar {
position: absolute !important;
top: 0px !important;
right: 0px !important;
height:100% !important;
margin-top:31px !important;
z-index:2 !important;
}

.full_screen_sidebar_left_sub {
position: absolute !important;
top: 61px !important;
left: 0px !important;
height:100% !important;
margin-top:61px !important;
z-index:2 !important;
}


.full_screen_sidebar_sub{
	margin-left:-200px !important;
}


.full_screen_directionOptions {
position: absolute !important;
top: 10px !important;
left: 100px !important;
z-index: 2 !important;
padding: 15px;
background-color: rgba(255,255,255,.8);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.full_screen_directionsPanel {
position: absolute !important;
right: 20px !important;
top: 40px !important;
z-index: 2 !important;
width: 33% !important;
padding: 0px !important;
background-color: rgba(255,255,255,.8);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


.full_screen_searchControls {
position: absolute !important;
bottom: 20px !important;
left: 100px !important;
z-index: 2 !important;
padding: 15px;
background-color: rgba(255,255,255,.8);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.full_screen_searchwell {
position: absolute !important;
left: 100px !important;
top: 100px !important;
z-index: 2 !important;
width: 260px !important;
padding: 0px !important;
background-color: rgba(255,255,255,.8);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.brandTabs {
	margin-left:-40px;
	list-style: outside none none;
}
.brandTabs li{
	float: left;
	padding:10px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: rgb(176, 176, 176);
	height:59px;
	text-align:center;
}

.brandTabs li:first-child{
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color: rgb(176, 176, 176);
}

.brandTabs li:last-child{
	padding-top:15px;

}

.brandTabs li.active{
	background-color:#FFFFFF;
}

.inner-content-container {
	padding-bottom: 0px;
}

.homeBottomSubContainer{
	padding-left:60px;
	padding-right:20px;
}

#map-container .row {
	margin-left: 0px;
	margin-right: 0px;
}

#bh-sl-address {
	width: 100%;
	height: 34px;	
}

.sidebar-divider {
    border-style: solid;
    border-color: #b3b3b3;
    border-width: 0px 1px 0px 0px;
}

@media (max-width: 992px) {
	.sidebar-divider {
		border-width: 0px;
	}
	
	.row.distribution-list {
		border-style: solid;
	    border-color: #b3b3b3;
	    border-width: 0px 0px 1px 0px;
	}
}

.row.distributorBreadCrumb {
	margin-bottom: 17px;
}

.search-button-div {
	padding: 15px;
    float: right;
    width: 87px;	
}

.search-input-div {
    margin: 0 87px 0 0;
    padding: 15px 0 15px 15px;	
}