/*
Theme Name: Backbone
Theme URI: 
Description: Custom Theme for Backbone Bourbon
Author: DTP
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #111;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
	color: #a6382b;
}

h2 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 40px;
}

h3 {
	font-size: 16px;
	color: #312825;
}

h4 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 0;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #a6382b; text-decoration: underline; }
a:active { color: #a6382b; text-decoration: underline; }

.skip-link {
	position: fixed;
	top: -200px;
	left: 200px;
	background-color: #fff;
	padding: 5px;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}

/*-------------------------------------------
	header
-------------------------------------------*/

#mobileHeader {
	display: none;
}

#wrapHeader {
	width: 100%;
	height: 150px;
	margin: 0;
	position: relative; 
	text-align: left;
	background-color: #111;
}

#header {
	width: 1020px;
	height: 150px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}

#logoContainer {
	width: 250px;
	height: 100px;
	margin: 25px 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/logo-main.png);
	background-repeat: no-repeat;
	background-size: 250px 100px;
}
#Lnav {
    width: 250px; height: 100px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 100px; overflow: hidden; }
#Lnav1 { left: 0; width: 250px; }

#navBG {
	width: 900px;
	height: 60px;
	padding: 40px 20px 0 0;
	margin: 0;
	text-align: right;
	display: inline;
	float: right;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#myNav {
	display: none;
}

/* - - - Navigation - - - */

.nav ol, .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav {
  position: relative;
  display: inline;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  font-size: 30px;
  letter-spacing: 2px; }

.nav-list {
  text-align: left; }

.nav-item {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative; }
  
.nav-item a {
  display: block;
  color: #faf9f4;
  margin: 20px 15px 20px 15px;
  padding: 0;
  text-decoration: none; }

.nav-item > a:hover {
  color: #a6382b; }

.nav-item-ON {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative; }

.nav-item-ON a {
  display: block;
  color: #faf9f4;
  margin: 20px 15px 20px 15px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #faf9f4;
  }

.nav-item-ON > a:hover {
  color: #faf9f4; }
  
.nav-item ul {
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  left: 0;
  width: 400px;
  z-index: 200;
}
.nav-item:hover ul {
  display: block;
}
.nav-item li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  background: #111;
  border-bottom: 0;
}
.nav-item:hover li a {
  background: none;
}
.nav-item ul a {
  display: block;
  height: auto;
  color: #faf9f4;
  margin: 0;
  padding: 10px 10px 10px 25px;
  text-align: left;
  border-bottom: 0;
}
.nav-item ul a:hover,
.nav-item ul li:hover a {
  border: 0px;
  color: #a6382b;
  text-decoration: none;
}

.nav-item-ON ul {
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  right: 0;
  width: 200px;
  z-index: 200;
}
.nav-item-ON:hover ul {
  display: block;
}
.nav-item-ON li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  background: #63971b;
  border-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;

}
.nav-item-ON:hover li a {
  background: none;
}
.nav-item-ON ul a {
  display: block;
  height: auto;
  color: #2d150c;
  padding: 10px;
  text-align: right;
  border-bottom: 0;
}
.nav-item-ON ul a:hover,
.nav-item-ON ul li:hover a {
  border: 0px;
  color: #fff;
  text-decoration: none;
}




/*-------------------------------------------
	page structure
-------------------------------------------*/


#wrap { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
}

#SlideContainer { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
}

#homeCopy { 
	width: 800px;
	height: auto;
	margin: 55px auto; 
	position: relative; 
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}

#homeBTN {
	width: auto;
	height: 30px;
	margin: 30px auto;
	display: inline-block;
	padding: 0;
	text-align: left;
	color: #111;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 25px;
    letter-spacing: 1px;
	background-image: url(images/home-btn-arrow.png);
	background-size: 30px 30px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#homeBTN a {
	display: block;
	height: auto;
	padding: 3px 40px 3px 0;
}
#homeBTN a:link { color: #111; text-decoration: none; }
#homeBTN a:visited { color: #111; text-decoration: none; }
#homeBTN a:hover { color: #a6382b; text-decoration: none; }
#homeBTN a:active { color: #a6382b; text-decoration: none; }

#homeWhere { 
	width: 100%;
	height: 300px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: url(images/home-where-bg.png);
	background-size: 30px 300px;
	background-position: left;
	background-repeat: repeat-x;
}
#homeBold { 
	width: 100%;
	height: auto;
	margin: 0; 
	padding: 40px 0 40px 0;
	position: relative; 
	text-align: center;
	background-color: #faa31a;
}
#homeBold h1 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
	color: #fff;
}


#homeWhereContainer { 
	width: 860px;
	height: 300px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 460px;
	height: 300px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inline;
	float: left;
}
#homeWhereR { 
	width: 400px;
	height: 300px;
	margin: 0; 
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 88px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#homeWhereBTN a {
	display: block;
	height: auto;
	padding: 40px 30px 40px 40px;
}
#homeWhereBTN a:link { color: #eae4cd; text-decoration: none; }
#homeWhereBTN a:visited { color: #eae4cd; text-decoration: none; }
#homeWhereBTN a:hover { color: #a6382b; text-decoration: none; }
#homeWhereBTN a:active { color: #a6382b; text-decoration: none; }

.homeCallout-title {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 24px;
    letter-spacing: 1px;
}


#subTop { 
	width: 100%;
	height: 30px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
}
#subWrap { 
	width: 1020px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 1020px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
.whiteProduct {
	color: #fff;
	text-transform: uppercase;
}
#productWrap { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0 60px 0;
	position: relative; 
	text-align: left;
	background-color: #2e2e2e;
	color: #fff;
}
#subL { 
	width: 600px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 270px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsR { 
	width: 270px;
	height: auto;
	margin: 0 0 0 60px;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsB { 
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	position: relative; 
	text-align: left;
}
#batch1 { 
	width: 190px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#batch2 { 
	width: 90px;
	height: auto;
	margin: 0 0 0 20px;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#subR { 
	width: 380px;
	height: auto;
	margin: 0 0 0 40px;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsWrap { 
	width: 100%;
	height: auto;
	margin: 60px 0 60px 0;
	padding: 0 40px 0 40px;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}
#assetsL { 
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	border-right: 1px solid #111;
}
#assetsR { 
	width: 380px;
	height: auto;
	margin: 0 0 0 40px;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL h1 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
	color: #111;
}
#assetsL h2 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 30px;
    letter-spacing: 1px;
	line-height: 30px;
}
#assetsR h1 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
	color: #111;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}
#subCopyAwards { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
#subCopyMain { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
#subCopyProd { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}
#subCopyFind { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	box-sizing: border-box;
}

#subBTN {
	width: 190px;
	height: auto;
	margin: 20px 0 30px 0;
	display: inline-block;
	padding: 0;
	text-align: left;
	color: #111;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 25px;
    letter-spacing: 1px;
	background-image: url(images/sub-btn-arrow.png);
	background-size: 50px 30px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color: #a6382b;
}
#subBTN a {
	display: block;
	height: auto;
	padding: 20px 40px 20px 20px;
}
#subBTN a:link { color: #fff; text-decoration: none; }
#subBTN a:visited { color: #fff; text-decoration: none; }
#subBTN a:hover { color: #111; text-decoration: none; }
#subBTN a:active { color: #111; text-decoration: none; }


#prodCallout {
	width: 300px;
	height: auto;
	margin: 10px;
	padding: 0 0 10px 0;
	position: relative; 
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 22px;
    letter-spacing: 1px;
	color: #fff;
}
#prodCallout a {
	display: block;
	height: auto;
	padding: 0;
}
#prodCallout a:link { color: #fff; text-decoration: none; }
#prodCallout a:visited { color: #fff; text-decoration: none; }
#prodCallout a:hover { color: #a6382b; text-decoration: none; }
#prodCallout a:active { color: #a6382b; text-decoration: none; }


#assetPhotos {
	width: 200px;
	height: auto;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
    letter-spacing: 1px;
}


#findZip {
	width: 330px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findProd {
	width: 25%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 200px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}

#findProd ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#findProd li {
	margin: 5px 0;
	width: 100%;
}
#findProd li select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
}

#findZip input, #findZip select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	margin: 0 10px 5px 0;
	padding: 6px 12px;
	width: auto;
	-webkit-border-radius: 4px;
}

.Lbutton {
    background-color: #a6382b;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 30px;
    letter-spacing: 1px;
	cursor: pointer;
}

#map-container {
	width: 1020px;
	height: auto;
	margin: 0px auto; 
	position: relative; 
	text-align: center;
	border: 1px solid #eae4cd;
}
#homeProductContainer {
	width: 1020px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}

/* !Store Locator - - - - - */

#bh-sl-map { height: 580px;}

#map-left { width: 720px; float: left;}

#map-right { overflow:scroll; width: 280px; height: 540px; margin: 20px 0 20px 0; padding: 0; float: right; text-align: left; line-height: 18px; }

#xContainerFind { background: white; padding-bottom: 20px;}

.loc-space { margin-top: 2px;}

.loc-product { font-size: 12px; color: #a6382b; margin-top: 10px; }

.upper { text-transform: uppercase;}

ul.clean { list-style: none; margin: 0; padding: 0;}

.bold { font-weight: bold;}

.italic { font-style: italic;}

.search-headline { font-size: 110%; padding-bottom: 5px;}

.bh-sl-loc-list { padding: 0;}

ul.finder-list li.list-result { padding-left: 36px; position: relative; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #000;}

ul.finder-list li.list-result:last-child { border: none; padding-bottom: 0; margin-bottom: 0;}

.list-label { width: 25px; height: 26px; line-height: 24px; padding-top: 2px; padding-left: 1px; text-align: center; background: #a6382b; border-radius: 120%; position: absolute; top: 0; left: 0; color: #fff; font-family: din-2014,sans-serif;font-weight: 700;font-style: normal;font-size: 14px;}

.bh-sl-noresults-title { font-weight: bold; font-size: 130%;}

a.directions { display: block; text-transform: uppercase; font-size: 12px; color: #999; margin-top: 10px; text-decoration: none;}

a.directions:hover { color: #BC1538; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#instaWrap { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 50px 0;
	position: relative; 
	text-align: left;
}




/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- Footer ---*/

#footer {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #111;
}
#footerContainer {
	width: 1020px;
	height: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#footerLogo {
	width: 280px;
	height: 95px;
	margin: 25px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#footerL {
	width: 300px;
	margin: 25px 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 28px;
}
#footerL a:link { color: #faf9f4; text-decoration: none; }
#footerL a:visited { color: #faf9f4; text-decoration: none; }
#footerL a:hover { color: #a6382b; text-decoration: none; }
#footerL a:active { color: #a6382b; text-decoration: none; }

#footerR {
	width: 400px;
	margin: 40px 40px 0 0;
	padding: 0;
	position: relative; 
	text-align: right;
	display: inline;
	float: right;
	color: #faf9f4;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}





/* tablet Wide
--------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1500px) {

#assetsL { 
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	border-right: 1px solid #111;
}
#assetsR { 
	width: 300px;
	height: auto;
	margin: 0 0 0 20px;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

}
/* tablet Wide
--------------------------------------------- */
@media (min-width: 1020px) and (max-width: 1199px) {

#assetsL { 
	width: 620px;
	height: auto;
	margin: 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	border-right: 1px solid #111;
}
#assetsR { 
	width: 300px;
	height: auto;
	margin: 0 0 0 20px;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

}




/* tablet Wide
--------------------------------------------- */
@media (min-width: 900px) and (max-width: 1019px) {


#wrap { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
}

#subWrap { 
	width: 900px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 560px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 250px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsR { 
	width: 250px;
	height: auto;
	margin: 0 0 0 60px;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subR { 
	width: 300px;
	height: auto;
	margin: 0 0 0 40px;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#findZip {
	width: 330px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 200px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 900px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 900px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 580px;}
#map-left { width: 600px; float: left;}
#map-right { width: 280px; height: 540px; float: right; }


}




/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 899px) {
	
body{
	-webkit-text-size-adjust: none;
}

#homeCopy { 
	width: 700px;
	height: auto;
	margin: 55px auto; 
	position: relative; 
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}

#homeWhere { 
	width: 100%;
	height: 250px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: none;
}
#homeWhereContainer { 
	width: 100%;
	height: 350px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 350px;
	height: 250px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inline;
	float: left;
}
#homeWhereR { 
	width: 400px;
	height: 250px;
	margin: 0; 
	position: relative; 
	text-align: left;
	display: inline;
	float: right;
	background-color: #000;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 60px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#subWrap { 
	width: 750px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 750px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 500px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 500px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsR { 
	width: 500px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsB { 
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	position: relative; 
	text-align: left;
}
#subR { 
	width: 250px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}

#findZip {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 200px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 750px;
	height: auto;
	margin: 0px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 750px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 580px;}
#map-left { width: 480px; float: left;}
#map-right { width: 250px; height: 540px; float: right; }

}

/* wide mobile
--------------------------------------------- */
@media (min-width: 640px) and (max-width: 767px) {

body{
	-webkit-text-size-adjust: none;
}

#homeCopy { 
	width: 600px;
	height: auto;
	margin: 55px auto; 
	position: relative; 
	text-align: center;
	font-size: 16px;
	line-height: 21px;
}

#homeWhere { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: none;
}
#homeWhereContainer { 
	width: 100%;
	height: auto;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 350px;
	height: 220px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inherit;
	float: none;
}
#homeWhereR { 
	width: 100%;
	height: 150px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	display: inherit;
	float: none;
	background-color: #000;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#subWrap { 
	width: 600px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 600px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsR { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsB { 
	display: none;
}

#subR { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0 ;
	box-sizing: border-box;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 ;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}

#findZip {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 200px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 600px;
	height: auto;
	margin: 0px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 500px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 580px;}
#map-left { width: 600px; float: left;}
#map-right { width: 560px; height: 500px; margin: 20px auto; float: none; }

}

/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 639px) {

body{
	-webkit-text-size-adjust: none;
}

#homeCopy { 
	width: 550px;
	height: auto;
	margin: 55px auto; 
	position: relative; 
	text-align: center;
	font-size: 16px;
	line-height: 21px;
}

#homeWhere { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: none;
}
#homeWhereContainer { 
	width: 100%;
	height: auto;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 350px;
	height: 220px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inherit;
	float: none;
}
#homeWhereR { 
	width: 100%;
	height: 150px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	display: inherit;
	float: none;
	background-color: #000;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#subWrap { 
	width: 500px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsR { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsB { 
	display: none;
}

#subR { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0 ;
	box-sizing: border-box;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 ;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}

#findZip {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 200px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 500px;
	height: auto;
	margin: 0px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 500px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 500px;}
#map-left { width: 500px; float: left;}
#map-right { width: 460px; height: 500px; margin: 20px auto; float: none; }

}


/* wide mobile
--------------------------------------------- */
@media (min-width: 480px) and (max-width: 567px) {

body{
	-webkit-text-size-adjust: none;
}

#homeCopy { 
	width: 450px;
	height: auto;
	margin: 30px auto; 
	position: relative; 
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

#homeWhere { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: none;
}
#homeWhereContainer { 
	width: 100%;
	height: auto;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 350px;
	height: 220px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inherit;
	float: none;
}
#homeWhereR { 
	width: 100%;
	height: 150px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	display: inherit;
	float: none;
	background-color: #000;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#subWrap { 
	width: 450px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 450px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsR { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsB { 
	display: none;
}

#subR { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0 ;
	box-sizing: border-box;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 ;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}

#findZip {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 450px;
	height: auto;
	margin: 0px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 400px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 400px;}
#map-left { width: 450px; float: left;}
#map-right { width: 410px; height: 400px; margin: 20px auto; float: none; }

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 380px) and (max-width: 479px) {

body{
	-webkit-text-size-adjust: none;
}

#homeCopy { 
	width: 350px;
	height: auto;
	margin: 30px auto; 
	position: relative; 
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

#homeWhere { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: none;
}
#homeWhereContainer { 
	width: 100%;
	height: auto;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 350px;
	height: 220px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inherit;
	float: none;
}
#homeWhereR { 
	width: 100%;
	height: 150px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	display: inherit;
	float: none;
	background-color: #000;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#subWrap { 
	width: 350px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 350px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsR { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsB { 
	display: none;
}

#subR { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0 ;
	box-sizing: border-box;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 ;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}

#findZip {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 300px;
	height: auto;
	margin: 0px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 300px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 300px;}
#map-left { width: 300px; float: left;}
#map-right { width: 300px; height: 300px; margin: 20px 0 0 0; float: none; }

}



/* mobile
--------------------------------------------- */
@media (max-width: 379px) {
	
body{
	-webkit-text-size-adjust: none;
}

#homeCopy { 
	width: 300px;
	height: auto;
	margin: 30px auto; 
	position: relative; 
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

#homeWhere { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	background-image: none;
}
#homeWhereContainer { 
	width: 100%;
	height: auto;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}
#homeWhereL { 
	width: 300px;
	height: 190px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	background-color: #eae4cd;
	display: inherit;
	float: none;
}
#homeWhereR { 
	width: 100%;
	height: 150px;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	display: inherit;
	float: none;
	background-color: #000;
}

#homeWhereBTN {
	width: auto;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #eae4cd;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    background-image: url(images/home-btn-arrow-w.png);
	background-size: 25px 125px;
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#subWrap { 
	width: 300px;
	height: auto;
	margin: 60px auto;
	position: relative; 
	text-align: left;
}
#subProdWrap { 
	width: 300px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
}
#subL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#subDetailsL { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsR { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#subDetailsB { 
	display: none;
}

#subR { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#assetsL { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 40px 0 ;
	box-sizing: border-box;
	border-right: 0px solid #111;
	border-bottom: 2px solid #111;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}
#assetsR { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
	display: inherit;
	float: none;
}

#subCopy { 
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	position: relative; 
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 2px solid #111;
}

#findZip {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#findBtn {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0; 
	position: relative; 
	text-align: left;
	float: left;
}
#map-container {
	width: 300px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#homeProductContainer {
	width: 300px;
	height: auto;
	margin: 20px auto; 
	position: relative; 
	text-align: center;
}
#bh-sl-map { height: 300px;}
#map-left { width: 300px; float: left;}
#map-right { width: 300px; height: 300px; margin: 20px 0 0 0; float: none; }

}


a.nav-toggle { display: none; width: 32px; height: 32px; position: absolute; top: 50%; margin-top: -17px; right: 10px; cursor: pointer; overflow: hidden; z-index: 1000001;}

a.nav-toggle div { width: 32px; height: 3px; background: #fff; position: absolute; left: 50%; margin-left: -16px; text-indent: -9999px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
}

a.nav-toggle div:nth-child(1) { top: 4px;}

a.nav-toggle div:nth-child(2) { top: 50%; margin-top: -1px;}

a.nav-toggle div:nth-child(3) { bottom: 3px;}

a.nav-toggle.active div:nth-child(2) { opacity: 0;}

a.nav-toggle.active div:nth-child(1) { top: 14px;
transform: rotate(45deg) ;
-webkit-transform: rotate(45deg) ;
-moz-transform: rotate(45deg) ;
-o-transform: rotate(45deg) ;
-ms-transform: rotate(45deg) ;
}

a.nav-toggle.active div:nth-child(3) { bottom: 15px;
transform: rotate(-45deg) ;
-webkit-transform: rotate(-45deg) ;
-moz-transform: rotate(-45deg) ;
-o-transform: rotate(-45deg) ;
-ms-transform: rotate(-45deg) ;
}



.living-toggle { background-color: #000; color: #fff; padding: 10px 0 10px 0; margin: 0; cursor: pointer; position: relative; }
.living-toggle:before {
content: "";
width: 12px;
height: 2px;
position: absolute;
top: 50%;
right: 15px;
margin-top: 0;
background: #fff;
}
.living-toggle:after {
content: "";
width: 2px;
height: 12px;
position: absolute;
top: 50%;
right: 20px;
margin-top: -5px;
background: #FFF;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
}
.living-toggle.active:after { opacity: 0;}
.living-filters-wrap { display: none; padding-top: 5px;}

#subNav {
	display: inherit;
	width: 100%;
	height: auto;
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #333;
}
#subNav a {
	display: block;
	height: 30px;
	padding: 10px 0 0 0;
}
#subNav a:link { color: #e76d24; text-decoration: none; }
#subNav a:visited { color: #e76d24; text-decoration: none; }
#subNav a:hover { color: #fff; text-decoration: none; }
#subNav a:active { color: #fff; text-decoration: none; }

#headerR { position: relative;}



@media only screen and (max-width: 1199px) {
	

#wrapHeader { 
	display: none;
}

#mobileHeader {
	display: inherit;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #1a1a1a;
}
#headerL {
	width: 190px;
	height: 50px;
	display: inline;
	float: left;
	text-align: left;
	margin: 10px 0 0 10px;
}
#headerR {
	width: 50px;
	height: 50px;
	display: inline;
	float: right;
	text-align: left;
	margin: 0;
}

.menu-icon {
  background-color: transparent;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent;
  color: white;
}

.button1:focus {
  text-decoration: inherit;
  background-color: #a99767;
  outline: auto;
}

.button1:hover {
  background-color: #a99767;
  color: white;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #000;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: center;
  margin-top: 0px;
}

#oHeaderWrap {
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #DD696B;
}
#oHeader { 
	display: block !important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
}	

#oHeaderL { 
	width: 190px;
	height: 50px;
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#oHeaderR { 
	width: 50px;
	height: 50px;
	display: inline;
	float: right;
	text-align: left;
	margin: 0;
	background-color: #ccc;
}

#navContainer { height: auto; width: 100%; padding: 30px 0 30px 0; }

ul.nav-list,
nav { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: auto; 
	float: none;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

ul.nav-list li.nav-item,
ul.nav-list li.nav-item-ON { 
	display: block !important; 
	text-align: center; 
	float: none !important;
}

ul.nav-list li.nav-item a { 
	display: block; 
	line-height: auto; 
	height: auto; 
	margin: 0; 
	color: #fff; 
	border-top: 1px solid #222; 
	padding: 20px 20px !important;
	text-decoration: none;
}

ul.nav-list li.nav-item a:hover { background-color: #000; color: #a99767; }
ul.nav-list li.nav-item a:focus { background-color: #333; }

ul.nav-list li.nav-item-ON a { padding: 10px 20px; color: #fff; border-top: 1px solid #000;}
	
ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a
{ border: none;}

#footerR {
	width: 400px;
	margin: 40px 0 0 40px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	color: #faf9f4;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

}


@media only screen and (max-width: 639px) {
	

#footerLogo {
	width: 200px;
	height: auto;
	margin: 25px 0 0 10px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#footerL {
	width: 250px;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 28px;
}
#footerR {
	width: 250px;
	margin: 0px 0 0 20px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	color: #faf9f4;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

}



