nav {
	position: static !important;
}
#brandnav a {
	border-radius: 0;
}
/* header styles */
#header{
  position: relative;
  z-index: 100;
  width: 100%;
}
/* page logo styles */
.mpanel{
  position: relative;
  background: #000;
}
.mpanel .holder:after{
  content: "";
  display: block;
  clear: both;
}
.main-nav{
  float: right;
}
/* main navigation styles */
#nav{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#nav:after{
  content: "";
  display: block;
  clear: both;
}
#nav .slide,
#nave .drop,
#nav .drop1,
#nav .slide3 {
	display: none;
}
#nav li{
  float: none;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  border-top: 1px solid #47484a;
}
#nav > li {
	text-transform: uppercase;
}
#nav li ul {
	text-transform: none;
}
#nav a{
  color: #bfbfbf;
  text-decoration: none;
  padding: 15px 8px 16px;
  display: block;
  position: relative;
}
#nav .mobile a{
  padding: 6px 8px;
}
#nav .mobile img{
  vertical-align: top;
}
#nav .mobile .video-logo{
  display: none;
}
#nav .drop .has-drop-down-a,
#nav .drop a{
  padding: 5px 30px 6px 10px;
  position: relative;
  color: #c6c6c6;
  z-index: 10;
}
#nav .drop1 a{
  color: #000;
}
#nav .has-drop-down-a i{
  position: absolute;
  bottom: 5px;
  left: 50%;
  font-size: 12px;
  margin: 0 0 0 -6px;
}
#nav .has-drop-down-a .fa-chevron-up{
  display: none;
}
/* second level of main navigation styles */
#nav .drop{
  width: 100%;
  display: none;
  background: #434244;
  text-align: center;
}
#nav .drop li a {
	line-height: 39px;
}
#nav .drop1.js-slide-hidden{
  position: absolute !important;
}
#nav .drop1{
  display: none;
  top: 30px;
}
#nav .current a{
  background: none !important;
}
#nav .current .drop1 a{
  color:  #000 !important;
  font-weight: normal !important;
}
#nav .current .drop1 a:hover{
  font-weight: bold !important;
}
#nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul:after{
  content: "";
  display: block;
  clear: both;
}
/* third level of main navigation styles */
#nav .drop1 ul {
	margin-bottom: 30px;
	margin-top: -30px;
}
#nav li li ul {
  text-align: center;
  background-color: #e6e6e6;
}
#nav li li li{
  float: none;
  display: block;
  width: auto !important;
  border: none;
}
#nav li li li a{
  padding: 8px !important;
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
#nav .drop1 img {
	width: 100%;
}
#nav li li li span{
  display: block;
}
.mpanel .opener{
    float: right;
    color: #fff;
    margin: 8px 2px;
}
.mpanel .opener i{
  font-size: 32px;
}
.mpanel .slide{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #000;
}
/* panel1 styles */
.panel1{
  background: #474747;
}
.open-close3{
  overflow: hidden;
  padding: 0 7px 0 12px;
}
.open-close3 .slide3{
  background: #414042;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.open-close3 .slide3 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel1 .slide3 li{
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  border-top: 2px solid #47484a;
}
.panel1 .slide3 a{
  color: #c6c6c6;
  text-decoration: none;
  display: block;
  padding: 12px 5px 11px;
}
.panel1 .slide3 a:hover{
  text-decoration: none;
  background: #e6e7e8;
  color: #000;
}
.open-close3 .name{
  float: left;
  font-size: 22px;
  line-height: 38px;
  margin: 0 25px 0 0;
}
.opener3{
    float: right;
    color: #fff;
}
.opener3:hover,
.opener3:focus{
  color: #fff !important;
}
.opener3 i{
  font-size: 32px;
  padding-top: 3px;
}

@media only screen and (min-width:769px) {
  a.homeBtn {
    width: 30px;
    height: 30px;
    overflow: hidden;
    /* padding: 10px !important; */
    /* top: 10px; */
    position: relative;
    border-radius: 25px;
  }
  a.homeBtn img {
    position: absolute;
    top: 2px;
    left: 1px;
    height: 28px;
  }
  a.homeBtn:hover img {
    left: -55px;
  }
  li.item-101 {
    border-radius:25px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .panel1{
    padding: 0 12px;
  }
  .mpanel .opener{
    display: none;
  }
  .mpanel .slide.js-slide-hidden,
  .mpanel .slide {
      display: block !important;
      left: 0 !important;
      position: static !important;
      top: -0 !important;
      background: none;
  }
  .panel1 .opener3 {
    display: none;
  }
  .panel1 .slide3.js-slide-hidden,
  .panel1 .slide3 {
      display: block !important;
      left: 0 !important;
      position: static !important;
      top: -0 !important;
      background: none;
      float: left;
      width: auto;
  }
  .panel1 .slide3 ul{
    float: left;
    font-size: 14px;
    line-height: 30px;
  }
  .panel1 .slide3 li{
    float: left; 
    padding: 0 10px 0 0;
    text-transform: none;
    font-size: 16px;
    line-height: 50px;
    border: none; 
  }
  .panel1 .slide3 a{
    color: #c6c6c6;
    padding: 0 5px;
  }
  .panel1 .slide3 a:hover,
  .panel1 .slide3 .current a{
    background: #6d6e71;
    color: #fff;
    font-weight: normal;
  }
  #nav .drop1{
    height: auto !important;
  }
  .main-nav{
    float: left;
  }
  .mpanel{
    background: linear-gradient(#232323 0%, #333 100%);
    position: relative;
    z-index: 100;
  }
  #nav li{
    float: left;
    text-transform: none;
    font-size: 16px;
    line-height: 19px;
    border: none;
  }
  #nav .drop{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: #e6e7e9;
    text-align: center;
  }
  #nav .drop:after{
    content: "";
    background: #444;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
  #searchli .drop:after {
  	z-index: -1;
  }
  #nav li:first-child .drop li{
    padding: 0;
    box-sizing: border-box;
  }
  #nav .drop1 a:hover {
    font-weight: bold;
  }
  				.item-102 .drop1 > ul {
				    display: inline-block;
				    padding: 0 15px !important;
				    width: 100%;
				}
  				.item-105 .container > ul > li {
				    width: 600px;
				}
  				.item-105 .drop1 > ul {
  					width: 650px;
  				}
				.item-105 .drop1 li a {
				    width: 320px !important;
				    float: left;
				}
  				.item-102 li li a {
  					width: 100px;
  					float: left;
  				}
				.item-103 .drop a {
				}
				.item-102 .container > ul > li {
				    overflow: visible;
				}
				.item-102 .drop1 {
				    position: absolute !important;
				    left: 0 !important;
				    top: 80px !important;
				    width: 100%;
				}
				.item-105 .drop1 > ul {
				    margin-top: 0 !important;
				    margin-left: -30% !important;
				}
				.item-166 .drop1 > ul {
				    margin-left: -30% !important;
				}
				.item-104 .container > ul {
				    padding-left: 10% !important;
				}
				.item-115 .container > ul {
				    padding-left: 25% !important;
				}
				.item-105 .container > ul {
				    padding-left: 20% !important;
				}
				.item-105 .container > ul > li {
				    width: 25%;
				}
				.item-102 .drop1 a span {
				    line-height: 10px !important;
				}
				#nav .item-340 a {
					color: yellow !important;
				}
  #nav .drop li:hover > .has-drop-down-a {
    position: relative;
    color: #fff;
  }
  #nav .mobile{
    display: none;
  }
  .open-close3 .name{
    font-size: 16px;
    line-height: 30px;
    margin: 0 3px 0 0;
    color: #c6c6c6;
    display: none;
  }
  .open-close3 .name a{
    display: block;
    color: #c6c6c6;
    padding: 0 6px;
    text-decoration: none;
  }
  .open-close3 .name a:hover{
    background: #6d6e71;
    text-decoration: none;
    color: #fff;
  }
  #nav .drop .has-drop-down-a,
  #nav .drop a{
    padding: 5px 10px 6px;
  }
  #nav .drop a:hover{
    color: #fff;
  }
  #nav .drop1 a:hover{
    color: #000;
  }
  #nav .open-close1:hover > .has-drop-down-a .fa-chevron-up,
  #nav > li.active > .has-drop-down-a .fa-chevron-up {
    display: block;
  }
  #nav .open-close1:hover > .has-drop-down-a .fa-chevron-down,
  #nav > li.active > .has-drop-down-a .fa-chevron-down {
    display: none;
  }
  #nav .drop .has-drop-down-a .fa-chevron-up,
  #nav .drop .has-drop-down-a .fa-chevron-down{
    display: none;
  }
  #nav .drop li:hover > .has-drop-down-a:after{
    border: 6px solid transparent;
    border-bottom-color: #f7f7f7;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin: 0 0 0 -6px;
    position: absolute;
    width: 0;
  }
  #nav > li > a:hover,
  #nav > li:hover > a,
  #nav > li.active {
    color: #efefef;
    text-decoration: none;
    background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #232323 0%, #474747 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232323), color-stop(100%,#474747));
    background: -webkit-linear-gradient(top,  #232323 0%,#474747 100%);
    background: -o-linear-gradient(top,  #232323 0%,#474747 100%);
    background: -ms-linear-gradient(top,  #232323 0%,#474747 100%);
    background: linear-gradient(to bottom,  #232323 0%,#474747 100%);
  }
  	.item-314 .drop1 > ul {
	    padding-left: 130px !important;
	}
	.item-123 .drop1 > ul {
	    padding-left: 200px !important;
	}
	.item-247 .drop1 > ul {
	    padding-left: 530px !important;
	}
	.item-248 .drop1 > ul {
	    padding-left: 510px !important;
	}
}
				
@media only screen and (max-width: 769px) {
	.mpanel {
		background: #232323;
	}
  .panel1{
    background: #3c3c3c;
  }
  .open-close3 .name{
    color: #fff;
    display: block;
  }
  .open-close3 .name a{
    color: #fff;
    text-decoration: none;
  }
  #nav a{
    color: #fff;
  }
  #nav li{
    text-align: left;
    border-top: 1px solid #5e5f62;
  }
  #nav li li li {
  	font-size: 16px;
  }
  #nav > li > a,
  #nav > .active1 > a{
   background: #3c3c3c;
  }
  #nav .drop .has-drop-down-a,
  #nav .drop a{
    background: #6d6e71;
    color: #fff;
    padding: 5px 30px 6px 15px;
  }
  #nav .drop1 ul {
  	margin: 0;
  }
  #nav .drop1 .has-drop-down-a,
  #nav .drop1 a{
    background: none;
    color: #000;
  }
  #nav .active2 .has-drop-down-a:after{
    border-bottom-color: transparent;
  }
  #nav .active1 > .has-drop-down-a .fa-chevron-up {
    display: block;
  }
  #nav .active1 > .has-drop-down-a .fa-chevron-down {
    display: none;
  }
  #nav .has-drop-down-a i{
    left: auto;
    right: 10px;
    top: 50%;
    margin: -15px 0 0;
    color: #6d6e71;
    font-size: 26px;
  }
  #nav .drop .has-drop-down-a .fa-chevron-down,
  #nav .active1 .drop .has-drop-down-a .fa-chevron-down{
    display: block;
    color: #e6e7e8;
  }
  #nav .active1 .drop .has-drop-down-a .fa-chevron-up{
    display: none;
    color: #e6e7e8;
  }
  #nav .active1 .drop .active2 .has-drop-down-a .fa-chevron-up{
    display: block;
  }
  #nav .active1 .drop .active2 .has-drop-down-a .fa-chevron-down{
    display: none;
  }
  .panel1 .slide3 li{
    text-align: left;
    border-top: 2px solid #5e5f61;
  }
  .panel1 .slide3 a{
    background: #6d6e71;
    color: #fff;
  }
  .panel1 .slide3 a:hover{
    background: #e6e7e8;
  }
  .search-block .popup{
    top: 100%;
    width: 100%;
    background: #414042;
    padding: 13px 51px 13px 18px;
  }
  .search-block .popup .container{
    width: auto !important;
  }
  .search-block .search-form{
    width: 100%;
    padding: 0;
  }
  #nav a,
  #nav .has-drop-down-a{
    padding: 11px 15px 12px;
  }
  #white_text_right,
  #white_text_left,
  #black_text_left,
  #black_text_right{
    width: 100%;
  }
  .product_sublayout_right_01_content,
  .product_sublayout_left_01_content{
    position: relative;
    top: auto;
    width: 100%;
  }
  .item-pageAbout ul{
    max-width: 300px;
  }
  .search-block .open:hover,
  .search-block.popup-active .open{
    background: none;
  }
  .search-block .close{
    background: #ed1c24;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 11px;    
  }
  #nav li li li{
    text-align: center;
  }
  .mpanel .drop .container{
    width: 100% !important;
    padding: 0 !important;
  }
  .panel1 .slide3 li:first-child{
    text-transform: none;
  }
  #nav li:first-child li li{
    text-transform: none;
  }
  .panel1 .slide3 a{
    padding: 12px 15px 11px;
  }
  .open-close3{
    padding: 0 7px 0 15px;
  }
  .logo{
    margin: 8px 0 0 5px;
  }
}

@media (min-width: 768px) {
	.item-122 .drop1 > ul {
	    padding-left: 10% !important;
	}
	.item-123 .drop1 > ul {
	    padding-left: 10% !important;
	}
	.item-247 .drop1 > ul {
	    padding-left: 54%;
	.item-248 .drop1 > ul {
	    padding-left: 24% !important;
	}
}

@media (min-width: 1200px) {
	.item-122 .drop1 > ul {
	    padding-left: 6% !important;
	}
	.item-123 .drop1 > ul {
	    padding-left: 10% !important;
	}
	.item-247 .drop1 > ul {
	    padding-left: 54%;
	.item-248 .drop1 > ul {
	    padding-left: 24% !important;
	}
}

@media (min-width: 1400px) {
	.item-122 .drop1 > ul {
	    padding-left: 16% !important;
	}
	.item-314 .drop1 > ul {
	    padding-left: 17% !important;
	}
	.item-123 .drop1 > ul {
	    padding-left: 10% !important;
	}
	.item-247 .drop1 > ul {
	    padding-left: 54%;
	.item-248 .drop1 > ul {
	    padding-left: 24% !important;
	}
}

@media (max-width: 992px) {
    #nav .drop a {
        font-size: .8em;
    }
}
