/*************************** New Menu ***************************/
.bnh-new-menu-wrap {
  position: relative;
}

body.mobile .bnh-new-menu-wrap {
  display: none;
}

.bnh-new-menu-stick .bnh-new-menu-block {
  padding-bottom: 62px;
}

.bnh-new-menu-stick .bnh-new-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}

.new-circle-loader {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}

.bnh-new-menu {
  position: relative;
  margin: 0 auto;
  background-color: #333;
  max-width: 1350px;
  height: 62px;
  transition: margin-bottom 0.3s;
}

.bnh-new-menu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background-color: #333;
}

.bnh-new-menu a {
  color: #fff;
}

/* Search */

.bnh-new-menu-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 265px;
  right: 20px;
  background-color: rgba(242, 242, 242, 0.2);
  transition: background-color 0.1s;
}

.bnh-new-menu-search:hover,
.bnh-new-menu-search-typing {
  background-color: rgba(242, 242, 242, 0.25);
}

.bnh-new-menu-search-inner {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bnh-new-menu-search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: auto;
}

.bnh-new-menu-search input {
  width: 100%;
  height: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0 15px 0 40px;
  font-size: 16px;
  background-color: transparent;
  border: none;
  transition: background-color 0.1s;
}

.bnh-new-menu-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #b2b2b2;
  font-weight: 300;
  letter-spacing: 1px;
}
.bnh-new-menu-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  font-weight: 300;
  letter-spacing: 1px;
}
.bnh-new-menu-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  font-weight: 300;
  letter-spacing: 1px;
}
.bnh-new-menu-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b2b2;
  font-weight: 300;
  letter-spacing: 1px;
}
.bnh-new-menu-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #b2b2b2;
  font-weight: 300;
  letter-spacing: 1px;
}

.bnh-new-menu-search button {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 40px;
  z-index: 1;
  outline: 0;
  display: inline-block;
  background-color: transparent;
  border: none;
}

.bnh-new-menu-search.bnh-new-menu-search-wait button {
  display: none;
}

/* Items */

.bnh-new-menu-button-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 245px;
  font-size: 16px;
}

.bnh-new-menu-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bnh-new-menu-button-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
}

.bnh-new-menu-button-icon > div {
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.bnh-new-menu-button-icon > div.bnh-new-menu-button-icon-second {
  margin: 3px 0;
}

.bnh-new-menu-button-label {
  position: absolute;
  top: 50%;
  left: 35px;
  right: 10px;
  color: #fff;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bnh-new-menu-items-wrap {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  display: none;
  z-index: 90;
}

body.bnh-new-menu-items-show .bnh-new-menu-items-wrap,
body.page-videos-home .bnh-new-menu-items-wrap {
  display: block;
}

.bnh-new-menu-overlay {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  height: 99999px;
  z-index: 1;
}

body.page-videos-home .bnh-new-menu-overlay,
.bnh-new-menu ul.sf-hidden {
  display: none !important;
}

body.page-videos-home.page-loading .bnh-new-menu-overlay {
  display: block !important;
}

.bnh-new-menu-items {
  position: relative;
  z-index: 90;
}

.bnh-new-menu-items ul,
.bnh-new-menu-items li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bnh-new-menu-items > ul,
.bnh-new-menu-items > ul > li {
  width: 100%;
}

.bnh-new-menu-items > ul {
  padding: 0;
  margin: 0;
}

.bnh-new-menu-items > ul > li {
  float: none;
  margin: 0;
}

.bnh-new-menu-items > ul > li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  padding: 9px 25px;
}

.bnh-new-menu-items .expanded > a.bnh-new-menu-part,
.bnh-new-menu-items > ul > li.expanded > ul > li a.bnh-new-menu-part {
  display: none !important;
}

.bnh-new-menu-items > ul > li > ul > li:first-child a,
.bnh-new-menu-items > ul > li.active-trail + li a.bnh-new-menu-part {
  padding-top: 18px;
}

.bnh-new-menu-items > ul > li > ul > li:last-child a,
.bnh-new-menu-items > ul > li:last-child a.bnh-new-menu-part {
  padding-bottom: 18px;
}

.bnh-new-menu-items > ul > li a {
  background-color: #f6f5f5;
}

.bnh-new-menu-items > ul > li a.bnh-new-menu-part {
  background-color: #7f7f7f;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bnh-new-menu-items > ul > li a:hover,
.bnh-new-menu-items > ul > li a.active {
  text-decoration: none;
  color: #7f7f7f;
}

.bnh-new-menu-items > ul > li a.active {
  cursor: default;
  color: #769e2d;
  font-weight: 600;
}

.bnh-new-menu-items > ul > li a.active.bnh-new-menu-part {
  color: #fff;
}

.bnh-new-menu-items > ul > li a.bnh-new-menu-part:hover {
  color: #ddd;
}
