@media(max-width:1100px){
        body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.sub-head{ display: flex; position: relative; justify-content: center; padding:17px 0; /*padding:10px 0; */ border-bottom: #212121 solid 1px;}
.backbtn{position: absolute; left: 18px; top: 50%; transform: translateY(-50%);appearance: none; -webkit-appearance: none; background-color: transparent; width: 30px; height: 30px; border:none}
.backbtn:after{position: absolute;
    /*top: 8px;*/
    top: 10px;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 13px;
    border: #7a0000 2px solid;
    content: "";
    width: 8px;
    height: 8px;
    border-left: none;
    border-top: none;}
.text-center{ text-align: center;}
.logo-head {text-align: center; border-bottom: #212121 solid 1px;}
.logo-head a img{max-width: 150px;margin-top: -29px;margin-bottom: -8px;}
.menu-icon {
  font-size: 30px;
  padding: 3px 21px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}
/* Default: ☰ */
.menu-icon::before {
  display: block;
    content: " ";
    position: absolute;
    left: 33px;
    top: 4px;
    width: 1px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
    transform: rotate(90deg);
    transition: 0.2s ease-in-out;
}
.menu-icon::after{
  display: block;
    content: " ";
    position: absolute;
    left: 33px;
    width: 1px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
    transform: rotate(90deg);
    transition: 0.2s ease-in-out;
    top: 11px;
}
.menu-icon span {
    position: relative;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 14px;
    display: block;
    text-align: center;
    top: 27px;
    left: 2px;
}
.menu-icon span::after{
  display: block;
    content: " ";
    position: absolute;
    left: 10.5px;
    top: -12px;
    width: 1px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
    transform: rotate(90deg);
    transition: 0.2s ease-in-out;
}
#js-mm-trigger::after {
    top: 14px;
    transform: rotate(45deg);
}

@media (max-width: 991px){
  /* On click: change to × */
  .menu-icon.active::before {
    top: 12px;
    transform: rotate(-45deg);
  }
  .menu-icon.active::after {
      top: 12px;
      transform: rotate(45deg);
  }
  .menu-icon.active .mobile-icon-menu::after {
    content: none;
  }
}
@media( max-width:767.98px){
  .sub-head{
    border-bottom: none;
  }
  li.divider.menu-item.menu-item-type-custom.menu-item-object-custom{
    margin: 0;
  }
  .tournament-block_txt{
    padding: 0 15px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .tournament-block_img{
    padding: 0 15px;
  }
  .frame-red{
    margin: 15px;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 352px;
  height: 100%;
  background: #131313;
  color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-x: hidden;
}

.sidebar.active {
  right: 0;
}

.menu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  border-bottom: 1px solid #212121;
}
.menu li.sub-nav-list > a:after{
  content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
    border: #7a0000 2px solid;
    border-bottom: none;
    border-right: none;
}
.menu li a {
  display: block;
  padding: 12px 10px 12px 20px;
  color: #dcdcdc;
  text-decoration: none;
   font-size: 14px;
  position: relative;
}


.submenu {
  background: #131313;
  position: absolute;
  top: 0;
  right:-100%;
  width: 100%;
  height: 100%;
  z-index: 11;
  /*z-index: 1;*/
}
.submenu ul{list-style-type: none; margin-left: 0; padding-left: 0;}
.submenu li a {
  padding-left: 30px;
}
body{ overflow-x: hidden; height: 100vh;}
.left-content{ transition: all 0.3s ease; }
body.menu-open .left-content{transform: translateX(-352px);}
.submenu{transition: all 0.3s ease; }
.submenu.show{right: 0;}
.backbtn{font-size: 24px; color: red;}
.mobile-nav{
display:block;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    z-index: 99999991;
    background: #000;
    transition: all 0.3s linear;
}
.mobile-nav.opened{
    right:0;
}
.mobile-nav .nav-inner{
    height: 100%;
}
.mobile-nav .nav-inner .nav-grobal .menu-item a, .mobile-nav .nav-inner .nav-grobal .menu-item{
    color: #fff;
    padding: 10px;
}
.mobile-menu {
    transform: translateX(0);
    transition: all 0.3s linear;
}
 body.mobile-nav-open-right .mobile-menu{
    transform: translateX(-300px);
 }

}

@media screen and (max-width: 412px) {
  .sidebar{max-width: 320px; !important}
  body.menu-open .left-content {
    transform: translateX(-320px);
  }
}

@media screen and (max-width: 390px) {
  .sidebar{max-width: 300px;}
  body.menu-open .left-content {
    transform: translateX(-300px);
  }
}

@media screen and (max-width: 360px) {
  .sidebar{max-width: 275px; !important}
  body.menu-open .left-content {
    transform: translateX(-275px);
  }
}

@media screen and (max-width: 320px) {
  .sidebar{max-width: 240px; !important}
  body.menu-open .left-content {
    transform: translateX(-240px);
  }
}

