.piece-icon{
  font-size: 14px;
}

.nav {
  border-top: 1px solid #ecedf1;
  position: relative;
  z-index: 6;
}

.nav__list {
  max-width: 1230px;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 0;
  font-size: 0;
  letter-spacing: -4px;
  text-align: right;
  padding-left: 0px;
}

.nav__list:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.nav__li {
  display: inline-block;
  vertical-align: top;
  position: relative;
    padding: 5px 15px;
  /*border-right: 1px solid #7b6e62;*/


}
ul.nav__list li.nav__li:last-child {
/*    display: none;*/
}
ul.nav__list{
    letter-spacing: normal;
    display: inline-block;
    text-align: justify;
}
a.nav__link {
	display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}
.nav__link:hover {
    color: #7c6a5c;
}
.nav__link.active {
    color: #000000;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;

}
.top-menu-mini{
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    background-color: #ff9800;
	background: -webkit-linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
	background: -moz-linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
	background: linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
    box-shadow: 0px 5px 8px rgba(124, 106, 92, 0.38);
}

.top-menu-mini a{
 /* margin-top: 48px;*/
}
ul.chess_top_menu-level2 {
  background: #fafafa;
  position: absolute;
  border-bottom: 2px solid #FF9800;
  top: 31px;
  left: 0;
  width: 250px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  padding: 10px;
  display: none;
  text-align: left;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.19);
  z-index:100;
}

ul.chess_top_menu-level3,
ul.chess_top_menu-level4,
ul.chess_top_menu-level5,
ul.chess_top_menu-level6{
  background: #f5f5f0;
  border-bottom: 1px solid #e4e2d9;
  border-top: 1px solid #e4e2d9;
  top: 21px;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  padding: 10px;
  display: none;
  text-align: left;
}
.chess_top_menu-level1 span {
    color: #fff;
	}
@media (max-width: 767px){
.chess_top_menu-level1 span {
    color: #ecebe2;
	}}
.chess_top_menu-level2 span {
    color: #57453a;
}
.nav__li:last-child .nav__popup {
  left: auto;
  right: 0;
}
.nav__popup-li {
  padding: 5px 10px;
}
.nav__popup-link {
  font-size: 14px;
  line-height: 20px;
  font-family: ubuntu, sans-serif;
  color: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nav__popup-link:hover {
  color: #ff7c00;
}
/*
a.nav__link::after {
    content: "|";
    display: inline-block;
    color:#7b6e62;
    font-weight:normal;
}*/
.top-menu-mini li.nav__popup-li div.nav__link {
    display: none !important;
}

.menu-item  span{
    float:right;
    cursor: pointer;
    padding-top: 6px;
    margin-left: 5px;
}

/*.fa-caret-down:after {
    content: "\f0d7";
    font-size: 14px;
    color: #e8904e;
}
.fa-caret-up:after {
    content: "\f0d7";
    font-size: 14px;
    color: #ff7c00;
}
.fa-caret-down:before {
    content: "";
}

ul.chess_top_menu-level1  span:after{
    border-top-color: #ecebe2;
}
ul.chess_top_menu-level2 li span:after{
    border-top-color: #5f4e42;
}
*/
/* ----------------------------------- mobile-bar ----------------------------------- */
.wrapper {
    /*display:none;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    background-color: #59473b;*/
}
.mobile-menu {
    position: absolute;
    z-index: 19;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*overflow: auto;*/
}
.mobile-bar {
    height: 41px;
    border-bottom: 1px solid #f5a100;
    position: relative;
    background-color: #e84e10;
    display: none;
}
.mobile-bar__wrap {
    width: 88px;
    position: absolute;
    left: 0;
    top: 0;
}
.mobile-bar__search {
    position: absolute;
    left: 13px;
    top: 8px;
}
.mobile-bar a, .mobile-menu__txt, .mobile-menu__link-in, .mobile-menu__text  {
    color:#ecebe2;
    padding-right: 20px;
} 
.mobile-bar a:hover{
    color: #ff7c00;
}
.mobile-bar__open {

    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    font-family: ubuntu, sans-serif;
    font-weight: bold;
}
.mobile-menu__close {
    display:none;
    position: absolute;
    height: 40px;
    background: #57453a;
    width: 80px;
    right: 0px;;
    top: 0;
}
@media (max-width: 767px){
	.mobile-bar{
	  display: block;
}
  .mobile-menu__close{
     display:initial;
  }
  .nav__li {
    display: block;
  }
  header{
    padding: 0 !important;
  }
  .header__addnav,
  .search{
    display:none;
  }
  .ul.nav__list{
    display: inline-block;
  }
  .nav__list{
    line-height: 20px;
    text-align: left;
    padding: 20px 0px;
    margin-top: 40px;
    width: 100%;
    background-color: #ef7d00;
    z-index: 50000;
  }
  .nav__popup {
     margin-bottom: 10px;
}
  a.nav__link{
    padding: 0 20px;
}
.nav__link.active {
		color: #ff9800;
}
	.nav__link:hover{
    border: none;
}
  .top-menu-mini{
    top: 1px;
    left: 0;
    display:none;
    position: absolute;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;

  }

  ul.chess_top_menu-level2{
    position: relative;
    box-shadow: none;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background: none;
}
.nav__popup-link{
    color: #fff;
}
.nav__popup-li {
    padding: 5px 10px 5px 40px;
}
  .menu-item span{
padding-right: 20px;
}
  .topnav {
    box-shadow: 0 8px 8px rgba(0,0,0,0.5);
}
  }
.mobile-menu__closewr {
    position: absolute;
    left: 39px;
    top: 14px;
}
.mobile-menu__link.active .mobile-menu__arr:after {
    border-bottom-color: #ff7c00;
    border-top-color: transparent;
    margin-bottom: 4px;
}
.mobile-menu__content{
    padding: 0px 0px 40px 0px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 2;
    background: #57453a;
    border-bottom: 2px solid #ecebe2;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);

}
.mobile-menu__link {
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #2c3443;
    font-family: ubuntu, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}
.mobile-menu__layout {
    background: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mobile-menu__arr:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ebe7de;
    display: inline-block;
}
.mobile-menu__hidden {
    background: #726359;
    display: none;
    padding: 20px 70px;
}
