.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



.site-header {
  background: #494d51;
  position: relative;
  z-index: 10000000000;
  min-height: 5.45454545em;
  margin-bottom: 50px;
}
.section-wrapper, .section-wrapper *, .section-wrapper *:before, .section-wrapper *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.section-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  z-index: 100000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 15px !important;
	line-height: 25px !important;

}

.header-logo {
  display: block;
	width: 163px;
	height: 40px;
	margin: 10px 0;
	text-indent: -9999em;
	background: url(/share/img/bls_logo.png) no-repeat left top;
	background-size: 163px 40px;
	float: left;
  z-index: 10010;
}


.site-header-toggle-button {
  position: absolute;
  right: 0;
  top: 13px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.site-header-toggle-button span, 
.site-header-toggle-button span::before, 
.site-header-toggle-button span::after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.site-header-toggle-button span {
  top: 15px;
}
.site-header-toggle-button span::before {
  top: -10px; 
}
.site-header-toggle-button span::after {
  bottom: -10px;
}
.site-header-toggle-button span,
.site-header-toggle-button span::before,
.site-header-toggle-button span::after {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header-toggle-button.active span {
  background-color: transparent;
}
.site-header-toggle-button.active span::before,
.site-header-toggle-button.active span::after {
  top: 0;
}
.site-header-toggle-button.active span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header-toggle-button.active span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* !SITE-HEADER-MENU  */

.site-header-menu {
  position: relative;
  z-index: 1000;
}
.site-header-menu.mobile {
  z-index: -1;
}
.site-header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.site-header-menu.mobile ul {
  position: relative;
  clear: both;
  line-height: 35px;
}

.site-header-menu.mobile > ul {
  padding-bottom: 18px;
}
.site-header-menu.mobile ul ul {
  padding-left: 40px;
}

.site-header-menu a {
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.site-header-menu a {
  color: #fcfcfc;
}

.site-header-menu.mobile > ul > li:first-child {
  padding-top: 9px;
}
.site-header-menu > ul > li > a {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.site-header-menu li a:hover {
	color: #ccc;
	text-decoration: none;
}
.site-header-menu li a.current {
  background: #5c6163;
}

.site-header-menu.desktop li:first-child a {
  padding-right: 38px;
  position: relative;
}
.site-header-menu.desktop > ul > li:first-child > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/share/img/header_dropdown_arrow@2x.png) no-repeat 0 0;
  background-size: 18px 6px;
  top: 50%;
  left: 100%;
  margin-top: -3px;
  margin-left: -34px;
}
.site-header-menu.desktop > ul > li:first-child > a.open::after {
  background-position: -9px 0;
}
.site-header-menu.desktop > ul > li:first-child > a:hover::after {
  opacity: .68;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}



/* !SITE-FOOTER  */
.site-footer {
  background: #494d51;
  margin-top: 40px;
}
.site-footer .section-wrapper {
  padding-top: 45px;
  padding-bottom: 46px;
}
.site-footer, 
.site-footer a {
  color: #fcfcfc;
}
.site-footer a:hover {
  color: #ccc;
}
.site-footer-column {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
.site-footer-column.big {
  margin-bottom: 60px;
}
.site-footer-column:nth-child(odd) {
  width: 64.435165%;
}
.site-footer-column:nth-child(even) {
  width: 32.417582%;
  margin-left: 3.1472527%;
}
.site-footer-column h4 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 15px !important;
	line-height: 25px !important;
}
.site-footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer-column ul li {
  margin-top: 10px;
}
.site-footer-column ul + h4,
.site-footer-column h4 + h4 {
  margin-top: 60px;
}
.site-footer-search a {
  padding-left: 22px;
  background: url(/share/img/icon_footer_search@2x.png) no-repeat 0 center;
  background-size: 14px 14px;
}
.site-footer-copyright {
  font-size: 12px;
  line-height: 1.66666667;
  text-align: center;
  padding: 16px 0 13px;
  border-top: 1px solid #636669;
}

@media only screen and (min-width: 500px) { /* 480px */
  .site-header-menu.desktop {
    float: right;
  }
  .site-header-menu.desktop > ul > li {
    float: left;
  }
  .site-header-menu.desktop > ul > li > a {
  	line-height: 60px;
  	text-align: center;
  }
  .site-header-menu .site-header-drop-down {
  	position: absolute;
    z-index: 999999;
  	min-width: 290px;
  	padding: 9px 0px 23px;
  	left: 0; 
    background: rgba(86,89,92,.95);
  	border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;
  	-webkit-font-smoothing: subpixel-antialiased;
  	line-height: 25px;
  }
  .site-header-drop-down li {
  	position: relative;
  	float: none;
  	margin-left: 0;
  	padding-bottom: 0;
  }
  .site-header-drop-down li a {
    	padding: 0 20px;
  }
  .site-header-drop-down .devider {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #6d7173;
  }
}

@media only screen and (min-width: 600px) { 

  .site-footer-column.big {
    width: 32.1375%;
    margin-bottom: 0;
  }
  .site-footer-column.small {
    width: 20.5375%;
    margin-left: 2.0833333%;
  }
  .product-header-submenu {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
   .mobile {
    display: none;
  }
  .desktop {
    display: inline-block;
  }

  .site-header-menu.desktop > ul > li > a {
    padding: 0 24px;
    font-size: 15px;
  }
}
