/*
  Fonts
----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&amp;display=swap');
/*
   Theme Reset Style
----------------------------------------------*/
html {
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

body {
  font-family: 'Open Sans', sans-serif;
  background:#fff;
  background-size: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 767px) {
    body {
      font-size: 18px;
      line-height: 23px; } }

p {
  color: #000;
  line-height: 1.625rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #fd4600;
  font-weight: bold; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }
input:focus{
    border: none;
    outline: none;
}


/*
    Global Elements
----------------------------------------------*/
.gm-wrapper {
  position: relative;
  width: 100%; }

.hm-bg{
    background: #242426 url(../jpg/home-bg68b3.jpg?ver=1) center 327px no-repeat;
    background-size: 100%;
}

.reg-bg{
    background: #1d212c url(../jpg/body-bg68b3.jpg?ver=1) center 327px no-repeat;
    background-size: 100%;
}

@media (max-width:991px){
    .gm-wrapper{
        padding: 0 20px;
        background: #161920;
    }
}
@media (max-width:767px){
   .gm-wrapper{
        padding: 0px;
    } 
}
.gm-container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media screen and (min-width: 576px) {
  .gm-container {
    max-width: 540px; } }
@media screen and (min-width: 768px) {
  .gm-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (min-width: 1200px) {
  .gm-container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px; } }
.top_ad {
  text-align: center;
    line-height: 0px;
  margin-bottom: 28px; }
  .top_ad img {
    max-width: 100%; }
.bg-white{
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    padding: 30px;
}
.hd-style1{
    font:800 30px/34px 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hd-style2{
    font:400 26px/32px 'Open Sans', sans-serif;
    color: #f59331;
    text-align: center;
    margin-bottom: 15px;
}
@media (max-width:991px){
    .bg-white{
        padding: 22px 10px 18px;
    }
    .top_ad{
        margin:0 -10px 20px;
    }
    .top_ad > div{
        margin: 0 auto;
    }
    .hd-style2{
        margin-bottom: 10px;
    }
}
@media (max-width:767px){
    .bg-white{
       padding: 15px 10px 18px;
    }
    .top_ad{
        margin: 0 0px 18px;
    }
    .hd-style2{
        font-size: 18px;
        line-height: 24px;
    }
    .hd-style1{
        font-size: 24px;
        line-height: 24px;
    }
    .top_ad > div > div, .sidebar_ad > div > div{
        margin: 0 auto;
    }
}
/*
   Header
----------------------------------------------*/
.main-header{
   background:url(../png/header-bg168b3.png?ver=1), url(../png/header-bg368b3.png?ver=1), url(../png/header-bg268b3.png?ver=1), url(../jpg/header-bg068b3.jpg?ver=1);
   background-position:calc((100% - 900px)/2) bottom, center top, calc(((100% - 900px)/2) + 900px) bottom, center center;
   background-repeat: no-repeat;
   height:282px;  
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

nav{
   background-color: #ffc70e; 
    height: 45px;
    position: relative;
    z-index: 1;
}
nav .gm-container{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px;
}
nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
nav ul li{
    margin-right: 48px;
    position: relative;
}
nav ul li:last-child{
    margin-right: 0px;
}
nav ul li.active::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -9px;
    height:4px;    
    width: 100%;
    background-color: #a90000;
}
nav ul li a{
    font:800 18px/22px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
}
nav ul li.active a, nav ul li:hover a{
    color:#930707;
}
.back_to_AT{
    margin-left: auto;
}
.back_to_AT a{
    display: flex;
    align-items: center;
    background-color: #a90000;
    height: 30px;
    font:700 16px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color:#fff;
    border-radius: 6px;
    padding: 0 21px;
}
.back_to_AT span{
    display: inline-block;
    margin-left: 17px;
}
@media (max-width:1199px){
    .main-header{
        height: 217px;
        background-position:10px bottom, center top, calc(100% - 1px) bottom, center center;
        background-size: 217px, auto, 180px, auto;
    }
    .main-header img{
        width: 224px;
    } 
    nav .gm-container{
        padding: 0 14px;
    }
    nav ul li{
        margin-right: 27px;
    }
    nav ul li a{
        font-size: 16px;
        line-height: 20px;
    }
    .back_to_AT a{
        font-size: 14px;
    }
    .back_to_AT span{
        margin-left: 14px;
    }
    .back_to_AT span img{
        width: 15px;
    }
}
@media (max-width:767px){
    .main-header{
        height: 113px;
        background-position: -34px bottom, center top, calc(100% + 30px) bottom, center center;
        background-size: 117px, 330px, 100px, auto;
    }
    .main-header img{
        width:122px;
    } 
    nav{
        height: 37px;
    }
    nav ul{
        display: inline-flex;
        flex-wrap: nowrap;
        width: calc(100% - 85px);
        overflow: auto;
        height: 100%;
    }
    nav ul li{
        margin-right: 21px;
    }
    nav ul li a{
        white-space: nowrap;
    }
    nav ul li.active::before{
      bottom: -6px;
    }
    .back_to_AT a{
        width: 72px;
        padding: 0 9px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        word-spacing: 50px;
    }
    .back_to_AT a span{
        position: absolute;
        right: 8px;
    }
    .back_to_AT span img{
        width: 13px;
    }
}
/*
   footer
----------------------------------------------*/
footer .gm-container{
    background-color: #000;
    color: #bbb;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    font: 400 12px/18px 'Open Sans',sans-serif;
    padding: 6px 10px;
}
footer p, footer a {
    color: #bbb;
}
footer a:hover {
    color: #fff;
}

@media (max-width:767px){
    footer p{
        line-height: 20px;
    }
}

/*
   Registration
----------------------------------------------*/
/* thank you popup */

.thanku-popup{
   position: fixed;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
}
.thanku-popup .tp-inner{
    width: 100%;
    max-width: 600px;
    padding: 15px 15px 20px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thanku-popup .tp-inner h4{
    font: 700 34px/34px 'Open Sans',sans-serif;  
    color: #000;
    margin-bottom: 10px;
}
.thanku-popup .tp-inner p{
    font: 400 16px/24px 'Open Sans',sans-serif;  
    color: #000;  
}
.thankyou_txt{	
    width: 100%;	
    max-width: 700px;	
    margin:20px auto 0px;	
    padding: 0 15px;	
}	
.reg-area .thankyou_txt p{	
    line-height: 24px;	
    margin-bottom: 0px;	
}

@media (max-width:767px){
    .thanku-popup .tp-inner{
        max-width: 300px; 
    }
}


.reg-area{
    background-color: #0d1322;
    padding-top: 11px;
    padding-bottom: 32px;
    text-align: center;
    border-radius: 4px;
}
.reg-area p{
    font: 400 16px/20px 'Open Sans',sans-serif;  
    color: #c1c1c1;
    margin-bottom: 13px;
}
.reg-steps{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #2f3441;
    border-bottom: 1px solid #2f3441;
    height: 106px;
}
.rs-item{
  font:400 18px/26px 'Open Sans',sans-serif;
  color: #fff;
  width: 100%;
  flex-basis: 33.33%;
    max-width: 33.33%;
}
.rs-num{
    font: 700 36px/36px 'Open Sans',sans-serif;
    color: #c57731;
}



.reg-form-area{
    width: 100%;
    max-width: 928px;
    margin: 0 auto;
    padding-top: 40px;
}
.ps-detail, .team-detail{
    margin: 0 -40px;
}
.ps-detail{
 margin-bottom: 27px;
}
.ps-detail .hd-style2{
   margin-bottom: 19px; 
}
.team-detail .hd-style2{
    margin-bottom: 18px;
}
.ps-inputs{
    display: flex;
    flex-wrap: wrap;
}
.team-detail input{
    color: #fff;
}
.reg-form-group{
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    padding: 0 40px;
    margin-bottom: 12px;
}
.team-detail .reg-form-group{
    margin-bottom: 18px;
}

.reg-form-group label{
    display: block;
    font:400 18px/22px 'Open Sans',sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.reg-form-group label sup, label sup{
    color: #f59331;
}
.reg-form-group input{
    height: 35px;
    border:1px solid #2b2b2b;
    width:100%;
    border-radius: 4px;
    padding: 0px 10px;
}
.team-detail input{
    background-color:#000207;
}
.rg-checkbox{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom:36px;
    margin-top: 34px;
}
.checkbox-group{
    margin: 0 auto;
}
.checkbox-group:not(:last-child){
    margin-right: 53px;
}
.checkbox-group label {
    font:400 16px/20px 'Open Sans',sans-serif;
    color: #fff;
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  background-color: #eee;
}

.checkbox-group label:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-group label input:checked ~ .checkmark {
  background-color: #f79328;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-group label .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.captcha{
    margin-bottom: 26px;
}

.captcha .g-recaptcha > div{	
    margin: 0 auto;	
}

.rg-submit button{
    font:700 20px/24px 'Open Sans',sans-serif;
    text-transform: uppercase;
    width: 166px;
    height: 38px;
    border-radius: 5px;
    border:2px solid #502e07;
    background-color: #fd8e16;
    color: #020202;
    margin-bottom: 19px;
    cursor: pointer;
}
.rg-login{
    font:400 16px/20px 'Open Sans',sans-serif;  
    color: #767676;
}
.rg-login a{
    color: #fff;
}


@media (max-width:991px){
    .reg-area{
        padding-top: 16px;
        padding-bottom: 28px;
    }
    .reg-area p{
        margin-bottom: 17px
    }
    .team-detail .hd-style2{
        margin-bottom: 20px;
    }
    .reg-steps{
        height: 104px;
    }
    .rs-item{
        font-size: 14px;
        flex-basis: 31%;
         max-width: 31%;
    }
    .rs-item:last-child{
         flex-basis: 38%;
         max-width: 38%; 
    }
    .reg-form-area{
        padding: 31px 28px 0;
    }
    .ps-detail, .team-detail{
        margin: 0 -15px;
    }
    .ps-detail{
        margin-bottom: 12px;
    }
    .reg-form-group{
        padding: 0 15px;
    }
    .rg-checkbox{
        margin-top: 13px;
        flex-wrap: nowrap;
    }
    .checkbox-group label{
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding-left: 26px;
    }
    .checkbox-group:not(:last-child){
        margin-right: 31px;
    }
    .rg-submit button{
        margin-bottom: 18px;
    }
}
@media (max-width:767px){
    .reg-steps{
        height: auto;
        padding: 10px 17px;
    }
    .rs-item{
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        line-height: 20px;
    }
    .rs-item, .rs-item:last-child{
        flex-basis: 100%;
        max-width: 100%; 
    }
    .rs-item:last-child{
        margin-bottom: 0px;
    }
    .rs-num{
        display: inline-block;
        margin-right: 14px;
    }
    .reg-form-area{
        padding:40px 15px 0 
    }
    .reg-form-group{
      flex: 0 0 100%;
      max-width: 100%;
    }
    .checkbox-group{
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .checkmark{
        top:6px;
    }
    .rg-checkbox{
        flex-wrap: wrap;
    }
}

@media (max-width:330px){
    .captcha{
        margin-left: -17px;
    }
}

/*
  Home page
-------------------------------------------*/
.reg-banner{
    background: #52111c url(../jpg/reg-bg68b3.jpg?ver=1) top left no-repeat;
    height: 215px;
    padding-top: 21px;
    margin-bottom: 30px;
    background-size: cover;
}
.reg-banner h4{
    font:700 32px/40px 'Open Sans',sans-serif;
    color: #fff;
    max-width: 600px;
    width: 100%;
    margin:0 auto;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.reg-banner a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc70e;
    font:800 40px/40px 'Open Sans',sans-serif;
    color: #52111c;
    border-radius: 12px;
    height: 51px;
    width: 327px;
    text-transform: uppercase;
    margin: 0 auto;
}
.reg-banner a:hover{
 background-color: #ecb604; 
}
.event-date{
    font:700 18px/20px 'Open Sans',sans-serif;
    color: #fff; 
    text-align: center;
    margin-top: 10px;
}

@media (max-width:767px){
    .reg-banner{
        height: auto;
        padding: 21px 0px;
        margin-bottom: 16px;
    }
    .reg-banner h4{
       font-size: 34px;
       line-height: 34px;
        font-weight: 800;
        margin-bottom: 16px;
    }
    .reg-banner h4 span:first-child{
       font-size: 18px;
       line-height: 24px;
        font-weight: 700;
       display: block;
       width: 100%;
       max-width: 170px;
       margin: 0 auto 2px;
    }
    .reg-banner h4 span:nth-child(2){
       font-size: 24px;
       line-height: 24px;
        font-weight: 700;
       margin-bottom: 1px;
       display: block;
    }
    .reg-banner a{
        font-size: 25px;
        line-height: 28px;
        width: 211px;
        height: 43px;
    }
}



.intro_txt{
    margin-bottom: 36px;
    font:400 16px/28px 'Open Sans',sans-serif;
    color: #000;
}
.player-sec{
    display: flex;
    flex-wrap: wrap;
    line-height: 0px;
    margin-bottom: 24px;
}
.v_player{	
    width: 100%;	
    flex:0 0 calc(100% - 330px);	
    max-width: calc(100% - 330px);	
    margin-right: 15px;	
    position: relative;	
    padding-top:40%;	
}	
.v_player iframe{	
    width: 100%;	
    height: 100%;	
    position: absolute;	
    top: 0px;	
    left: 0px;	
}
.sidebar{
    width: 100%;
    flex:0 0 300px;
    max-width: 300px;
    margin-left: 15px;
}
@media (max-width:991px){
    .player-sec{
        margin-bottom: 44px;
    }
    .v_player, .sidebar{
        flex:0 0 100%;
        max-width: 100%;
    }
    .v_player{
        margin-right: 0px;
        margin-bottom: 20px;
        padding-top: 56.25%;
    }
    .sidebar{
        margin-left: 0px;
        text-align: center;
    }
    .intro_txt{
        margin-bottom: 24px;
    }
}

@media (max-width:767px){
    .intro_txt{
        line-height: 24px;
        margin-bottom: 21px;
    }
    .v_player{
        margin-left: -10px;
        flex-basis: calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
    .player-sec{
        margin-bottom: 14px;
    }
}



.video-list{
    border-bottom: 3px solid #cacaca;
    padding-bottom: 6px;
    margin-bottom: 30px;
}
.vl-inner{
    display:flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}
.vl-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex:0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    align-items: flex-start;
}
.vl-item:not(:nth-last-child(1)):not(:nth-last-child(2)){
   margin-bottom: 30px; 
}
.vl-thumb{
    width: 100%;
    flex:0 0 200px;
    max-width: 200px;
    border:1px solid #d1d1d1;
}
.vl-thumb img{
    width: 100%;
    display: block;
    height: auto;
}
.vl-thumb a{
    display: block;
    position: relative;
    line-height: 0px;
}
.vl-thumb .vl-icon{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #fff;
    border:1px solid #b60905;
    line-height: 0px;
}
.vl-title{
    width: 100%;
    padding-left: 24px;
    flex:0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}
.vl-title a{
    font:700 18px/24px 'Open Sans',sans-serif;
    color: #000;  
}
.more_link{
    text-align: right;
}
.more_link a{
    font:800 18px/24px 'Open Sans',sans-serif;
    color: #b60905;
    text-transform: uppercase;
}
@media (max-width:991px){
    .video-list{
        padding-bottom: 11px;
        margin-bottom: 21px;
    }
    .video-list .hd-style1{
        margin-bottom: 6px;
    }
    .vl-thumb{
        flex-basis: 120px;
        max-width: 120px;
    }
    .vl-title{
      flex-basis: calc(100% - 120px);
        max-width: calc(100% - 120px); 
        padding-left: 15px;
    }
    .vl-title a{
       font-size: 15px;
        line-height: 21px; 
    }
    .vl-thumb .vl-icon{
        right: 5px;
        bottom: 5px;
    }
    .more_link{
        margin-top: 4px;
    }
    .more_link a{
        font-size: 15px;
        line-height: 17px;
    }
}
@media (max-width:767px){
    .video-list{
        margin-bottom: 18px;
    }
    .video-list .hd-style1{
        margin-bottom: 8px;
    }
    .vl-inner{
        margin: 0 -10px;
    }
    .vl-item{
        flex:0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    .vl-item:not(:nth-last-child(1)):not(:nth-last-child(2)), .vl-item:nth-last-child(2){
        margin-bottom: 20px;
    }
    .more_link{
        margin-top: 15px;
    }
}


/* game format */
.game-format{
    margin-bottom: 15px;
}
.gf-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gf-left{
    width: 100%;
    flex: 0 0 52.25%;
    max-width:52.25%;
    padding: 0 10px;
}
.gf-left{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gf-right{
    width: 100%;
    flex: 0 0 47.75%;
    max-width:47.75%;
    padding: 0 10px;  
}
.gm-table1{
    width: 100%;
    flex: 0 0 60.4%;
    max-width:60.4%;
    padding:0 10px;
}
.gm-table2{
    width: 100%;
    flex: 0 0 39.6%;
    max-width:39.6%;
    padding:0 10px; 
}
.gm-table1-inner, .gm-table2-inner{
    background-color: #f1f1f1;
}
.gm-table1 .gm-head{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
}
.gm-table1 .gm-head li{
    width: 100%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    font:700 18px/20px 'Open Sans',sans-serif;
    color: #000;
    min-height: 74px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.gm-table1 .gm-head li span{
    display: block;
    width: 100%;
}
.gm-table1 .gm-head li:not(:last-child){
  border-right: 1px solid #cccccc;  
}
.gm-table1 .gm-body li, .gm-table2 .gm-body li{
    display: flex;
    flex-wrap: wrap;
    }
.gm-table1 .gm-body li span{
    width: 100%;
    flex:0 0 33.33%;
    max-width: 33.33%;
    font:600 18px/20px 'Open Sans',sans-serif;
    color: #757575;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gm-table1 .gm-body li:not(:last-child), .gm-table2 .gm-body li:not(:last-child){
  border-bottom: 1px solid #cccccc;  
}
.gm-table1 .gm-body li span:not(:last-child), .gm-table2 .gm-body li span:not(:last-child), .gm-table2 .gm-body li strong:not(:last-child){
    border-right: 1px solid #cccccc;
}
.gm-table2 .gm-head{
    font:700 18px/20px 'Open Sans',sans-serif;
    color: #000;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cccccc; 
}
.gm-table2 .gm-body li span, .gm-table2 .gm-body li strong{
    width:100%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-rounds{
    background-color: #f1f1f1; 
    padding:17px 15px 19px;
    margin-bottom: 12px;
}
.fr-hd{
    font:700 18px/20px 'Open Sans',sans-serif;
    color: #000;
    margin-bottom: 12px;
}
.final-rounds p{
    font:600 18px/20px 'Open Sans',sans-serif;
    color: #757575; 
}
.final-rounds p:not(:first-child){
    margin-top: 11px;
}
.final-rounds p strong{
    color: #000;
    margin-right:32px;
    font-weight: 600;
}
.final-rounds:not(:first-child){
   padding:12px 15px 17px; 
}
.final-rounds:not(:first-child) .fr-hd{
   margin-bottom:6px  
}
.final-rounds:not(:first-child) p{
   margin-top: 4px; 
}


@media (max-width:991px){
    .gf-inner{
        margin: 0px;
    }
    .gf-left, .gf-right{
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .gf-left{
        margin-bottom: 17px;
    }
    .gm-table1, .gm-table2{
        padding: 0px;
    }
    .gm-table1{
       margin-right: 10px; 
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .gm-table2{
        margin-left: 10px;
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width:767px){
    .gm-table1, .gm-table2{
        flex-basis: 100%;
        max-width: 100%;
    }
    .gm-table1{
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .gm-table2{
        margin-left: 0px;
    }
    .final-rounds{
        text-align: center;
        padding: 17px 15px 11px;
    }
    .gm-table1 .gm-head li, .gm-table1 .gm-body li span, .gm-table2 .gm-head, .gm-table2 .gm-body li span, .gm-table2 .gm-body li strong{
        font-size: 16px;
    }
    .fr-hd{
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .final-rounds p{
        font-size: 14px;
        line-height: 22px;
    }
    .final-rounds p + p{
        border-top: 1px solid #d6d6d6;
        padding-top: 11px;
    }
    .final-rounds p strong{
        display: block;
        margin-right: 0px;
        font-size: 16px;
        /* margin-bottom: 1px; */
    }
    .final-rounds p span{
        display: block;
    }
}

/* Schedule */

.gm-schedule-inner{
    background: url('../jpg/schedule-bg68b3.jpg?ver=1') center top no-repeat;
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    background-size:cover;
    align-items: flex-start;
}
.table-col{
    width: 100%;
    flex:0 0 50%;
    max-width:50%;
    padding: 0 15px;
}
.table-col-hd{
    font:800 24px/28px 'Open Sans',sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.table-content{
    margin-bottom: 16px;
}
.table-content table{
    border-collapse: collapse;
    border:1px solid #c7c7c7;
    border-radius: 5px;
    width:100%;
}

.table-content th, .table-content td{
    font:700 14px/18px 'Open Sans',sans-serif;
    color: #393939;
    padding: 5px;
}
.table-content th{
 background-color: #e5e5e5;   
}
.table-content td{ 
    text-align: center;   
    padding: 10px 7px;
    background-color: #fff;
}

.table-content td:nth-child(2), .table-content td:nth-child(4){
  width: 20%;
}

.table-content td span{
    display: block
}

.table-content tr:not(:first-child){
    border-top: 1px solid #c7c7c7;
}
.table-content td:not(:last-child), .table-content th:not(:last-child){
    border-right:1px solid #c7c7c7;
}
.final-hd{
    text-align: center;
    margin-bottom: 7px;
}
.final-hd h3{
    display: inline-block;
    font:800 60px/64px 'Open Sans',sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.final-hd h3::before, .final-hd h3::after{
    content: '';
    position: absolute;
    top: 50%;
    height: 8px;
    width: 115px;
    background-color: #fff;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
.final-hd h3::before{
   right:calc(100% + 5px); 
}
.final-hd h3::after{
   left:calc(100% + 5px); 
}
.table-colfull{
    width: 100%;
    flex:0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-top: -8px;
}
.table-colfull th{
    font:700 24px/30px 'Open Sans',sans-serif;
    color: #393939;
    height: 50px;
}
.table-colfull td{
    font:700 16px/20px 'Open Sans',sans-serif;
    color: #393939;
    height: 70px;
}
.table-colfull td span{
    display: inline-block;
}

@media (max-width:991px){
    .table-col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .table-content th{
        height: 50px;
    }
    .table-colfull td, .table-colfull th{
       font:700 14px/18px 'Open Sans',sans-serif; 
    }
}

@media (max-width:767px){
    .gm-schedule-inner{
        margin: 0 -10px;
        padding: 15px 0px;
    }
    .table-content table{
        margin-right: 15px;
        width: 600px;
    }
    .table-col{
        padding: 0;
    }
    .table-content{
        overflow-x: scroll;
        padding-left: 10px;
        padding-right: 10px;
    }
    .final-hd{
        text-align: left;
    }
    .table-col-hd, .final-hd h3{
        font-size: 18px;
        line-height: 20px;
        padding-left: 10px;
    }
    .final-hd h3::before, .final-hd h3::after{
        display: none;
    }
    .table-colfull{
        padding: 0px;
    }
    .table-colfull .table-content{
        padding: 0px 10px;
    }
}


/* Prize pool */

.price-pool{
   margin-bottom: 23px;
}
.price-pool-inner{
    background:url(../jpg/price-pool-bg68b3.jpg?ver=1) center top no-repeat;
    background-size: cover;
    padding: 22px 10px;
    border:1px solid #f3f3f3;
}
.first-price{
    text-align: center;
    margin-bottom: 37px;
}
.first-price h3{
    font: 700 30px/30px 'Open Sans',sans-serif;
    color: #000;
}
.price-amt{
    font: 700 80px/80px 'Open Sans',sans-serif;
    color: #a90000;
}
.oth-price{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    justify-content: center;
}
.oth-price-item{
    width: 100%;
    flex:0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}
.oth-price-item:nth-last-child(2), .oth-price-item:nth-last-child(1){
    flex:0 0 42%;
    max-width: 42%;
    margin-top: 55px;
}
.oth-price-item span{
    font: 700 24px/24px 'Open Sans',sans-serif;
    color: #102c91;
}
.oth-price-item .oth-amt{
    font:700 48px/52px 'Open Sans',sans-serif;
    color: #000;  
    margin-top: -3px;
}
@media (max-width:991px){
    .price-pool{
        margin-bottom:36px; 
    }
    .price-pool-inner{
        padding: 22px 10px;
    }
}
@media (max-width:767px){
    .price-pool{
        margin-bottom: 21px;
    }
    .price-pool-inner{
        background-position: 15% top;
        padding: 14px 10px;
    }
    .oth-price-item, .oth-price-item:nth-last-child(2), .oth-price-item:nth-last-child(1){
        flex-basis: 100%;
        max-width: 100%;
    }
    .first-price h3{
        font-size: 24px;
        line-height: 24px;
    }
    .price-amt{
        font-size: 48px;
        line-height: 48px;
    }
    .oth-price-item{
        margin-bottom: 16px;
    }
    .oth-price-item, .oth-price-item:nth-last-child(2), .oth-price-item:nth-last-child(1){
        margin-top:0px;
        margin-bottom: 16px;
    }
    .oth-price-item:last-child{
        margin-bottom: 0px;
    }
    .oth-price-item span{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 6px;
        display: inline-block;
    }
    .oth-price-item .oth-amt{
        font-size: 36px;
        line-height: 36px;
    }
    .first-price{
        margin-bottom: 15px
    }
}



label.error{
    color: #c70d0d;
    font-size: 15px;
    margin-top: 4px;
    padding-left: 0px;
    text-align: left;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .alert-heading {
    color: inherit;
  }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
  }

  .alert-success, .alert-success p {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }

  .alert-danger,  .alert-error, .alert-danger p,  .alert-error p{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
  }

  .alert-info, .alert-info p {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }

  .alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .reg-alert-error, .reg-alert-error p{
    color: #c70d0d;
    background-color: #fff;
    border-color: #f30303;
  }

  .reg-alert-success, .reg-alert-success p{ 
    color: #58c759;
    background-color: #fff;
    border-color: #19e21a;
  }

  label a{color:#bbb}