.header{
	position:relative;
}
.header img.mobile{
	display:none;
}
.header img.desktop{
	display:block;
}
.header img.mobile,
.header img.desktop{
	width:100%;
}
/*.header a.logo{
	position:absolute;
	top:0;
	left: 50%;
	width:25%;
	z-index:3;
    max-width: 12%;
    text-align: center;
    margin-left: -6%;
}*/
/*.header a.logo img{
	width:100%;
}*/
#header-menu{
	position:absolute;
	top:14vw;
	left:calc(50% - 200px);
	width:400px;
	text-align:center;
	z-index:3;
}
#header-menu.open .items{
	display:block;
}
#header-menu .items{
	display:none;
}
#header-menu a.hover:hover{
	color:#fff;
}
#header-menu .menu-child{
	color:#6a5f14;
}
#header-menu .menu-children{
	display:none;
}
#header-menu a[onclick]{
	color:#fff;
	background-image:url('../images/menu.png');
	background-size:291px;
	background-position:center;
	transition:background-size 0.1s;
}
#header-menu a[onclick]:hover{
	background-size:311px;
}
#header-menu a{
	display:block;
	font-family: "proxima-nova-extra-condensed";
	font-size:26px;
	text-decoration:none;
	letter-spacing:6px;
	background-repeat:no-repeat;
	background-position:50% 3px;
	line-height:26px;
	color:#898989;
	text-transform:uppercase;
	margin-bottom:12px;
	position:relative;
	z-index:99;
}
#header-menu .menu-parent{
	position:relative;
}
#header-menu .menu-parent .fa{
	position:absolute;
	color:#898989;
	right:30px;
	top:0;
	z-index:100;
	cursor:pointer;
	padding:0 15px 10px 0;
	line-height:22px;
}
#header-menu a.phone,
#header-menu a.request-a-quote,
#header-menu a.phone:visited,
#header-menu a.request-a-quote:visited,
#header-menu a.phone:active,
#header-menu a.request-a-quote:active{
	color:#cccccc;
}
#header-menu a.phone:hover,
#header-menu a.request-a-quote:hover{
	color:#ffffff;
}
#header-menu a.phone,
#header-menu a.request-a-quote{
	padding:12px 0 10px 0;
	margin:0 auto;
	letter-spacing:2px;
	width:164px;
	border-color:#6a5f14;
	border-style:solid;
	font-size:24px;
	border-width:0;
	transition: all 0.8s;
}
#header-menu a.request-a-quote{
	font-family: "proxima-nova-extra-condensed";
	border-top-width:1px;
	border-bottom-width:1px;
}
#header-menu a.phone{
	font-family: "bodoni-urw";
	border-bottom-width:1px;
}
#header-menu .items img{
	display:block;
	margin:0 auto 10px auto;
	text-align:center;
	overflow:hidden;
	position:relative;
	z-index:98;
}

#header-background{
	display:none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	background-color:rgba(0,0,0,0);
}
#header-background.open{
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
}
#header-background.open.full{
	background-color:rgba(0,0,0,0.88);
}


/* New Header */

.bsr-header {
    font-family: "proxima-nova-extra-condensed";
}

.bsr-container {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    z-index: 999999;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.60), transparent);*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    max-width: 1500px;
}

.bsr-container .sub-menu {
    display: none;
}

.bsr-logo {
    height: 150px;
    /*width: 200px;*/
    width: 20%;
    overflow: hidden;
    /*background: orange;*/
    background: transparent;
    float: left;
    overflow: hidden;
    text-align: center;
}

.bsr-top-nav {
    /*background: blue;*/
    background: transparent;
    width: 80%;
    height: 50px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

.bsr-bottom-nav {
    /*background: #00ffdc;*/
    background: transparent;
    width: 80%;
    height: 120px;
    float: left;
    overflow: hidden;
    display: block;
}

.bsr-header a.logo img {
    height: 100%;
}

.bsr-header .header-buttons {
    width: 90%;
    /*background: pink;*/
    background: transparent;
    text-align: right;
    margin-top: 10px;
}

.bsr-header .menu li {
    list-style: none;
    float: left;
    /*width: 150px;*/
    width: auto;
    margin: 0 46px 0 0;
    text-transform: uppercase;
    font-size: 20px;
}


.bsr-header .menu li a {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 100;
}

.bsr-header .menu li ul.sub-menu {
    background-color: white;
    padding: 20px;
}

.bsr-header .menu li ul.sub-menu li a {
    color: black;
}

.bsr-top-nav a {
    color: white;
    border: 1px solid white;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 10px;
    font-size: 20px;
    font-weight: 100;
}

.mobile-toggle {
    display: none;
}

.bsr-container .sub-menu {
    background: none;
    width: 100px;
    position: absolute;
}

.menu-item:hover {
	text-decoration: underline;
}

.menu-item-has-children:hover .sub-menu {
    display: block !important;
}

.bsr-header .sub-menu li a {
	font-size: 17px;
	text-transform: capitalize;
    letter-spacing: 1px;
}

.bsr-header .sub-menu {
	width: 200px;
}

/*.bsr-header {
    height: 135px;
    z-index: 9999999999;
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), transparent);
}
.bsr-header img {
    width: auto;
    max-height: 135px;
}

.bsr-header .container {
    margin: 0 auto;
    background: #432d12d6;
}
.bsr-header .menu {
	float: right;
    width: 90%;
}

.menu li {
    float: left;
    max-width: 150px;
    margin: 0 20px 0 0;
    list-style: none;
}

.menu li a {
    color: white;
    text-decoration: none;
}

.menu-header-container {
    float: right;
    width: 90%;
}

ul.sub-menu {
    display: none;
}*/

/*.bsr-header .menu-parent,
.bsr-header a {
	float: left;
}*/

/*.guide.bsr-bottom-nav {
    display: block;
}*/