h1 {
  font-size: 2.555556em;
}
h2 {
  font-size: 1.555556em;
}
h3 {
  font-size: 1.111111em;
}
h4 {
  font-size: 1em;
}
menu, ol, ul {
    padding: 0 0 0 20px;
}
li {
    margin: 0 0 20px 0;
    padding-left: 10px;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
header {
    position: absolute;
		top: 0;
    left: 0;
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    transition: background .5s;
}
header.fixedheader {
    background: #a20027;
}
#banner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.homebanner {
	height: auto;
	min-height: 100vh;
  margin: 0;
	padding: 200px 0 0 0;
	background-color: #900801;
  /*
	background-image: url(../images/home-bg-1.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
  background-size: 100% auto;*/
  list-style: none;
}
.homebanner.b1 {
	background-image: url(../images/home-bg-1.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
  background-size: 100% auto;
}
.homebanner.b2 {
	background-image: url(../images/hb-b2.jpg);
	background-position: center;
  background-size: cover;
}
.homebanner.b3 {
	background-image: url(../images/hb-b3.jpg);
	background-position: center;
  background-size: cover;
}
.grid_12.hb {
  text-align: center;
  top: calc(50vh - 200px);
}
.grid_12.hb span {
  display: block;
  font-size: 3.333333em;
  color: #f3e896;
  padding: 40px 0;
}
.grid_12.hb .applynow {
  font-size: 1.25em;
}

#homeslider .flex-control-nav {
    bottom: 15px;
}
#homeslider .flex-control-paging li a {
    width: 15px;
    height: 15px;
    box-shadow: none;
    background: white;
}
#homeslider .flex-control-paging li a:hover {
    background: #f3e896;
}
#homeslider .flex-control-paging li a.flex-active {
    background: #f3e896;
}

/*menu*/
.srt-menu li.current_page_item a,
.srt-menu li.current-page-ancestor a {
    color: #f3e896;
}
.srt-menu li.current-page-parent > a {
    color: #f3e896;
}
.srt-menu li li.current_page_item a {
    color: #f3e896;
}

.menut {
  display: none;
}


/*home*/
.homebanner-content {
    height: auto;
    min-height: calc(100vh - 200px);
    margin: 0;
    text-align: center;
    background-image: url(../images/home-logo-group.svg);
    background-position: center 4vh;
    background-repeat: no-repeat;
    background-size: 40vw;
    position: relative;
}
.hlg-pos {
    display: block;
    margin: 0 auto;
    width: 40vw;
    height: auto;
}
a.joinus-home {
  display: inline-block;
  font-size: .833333em;
  color: #f3e896;
  text-align: center;
  background-color: #ed1c24;
  padding: 8px 40px;
  border-radius: 1000px;
  line-height: 1;
  font-weight: bold;
  margin-left: 15vw;
  margin-bottom: 60px;
}
a.applynow {
  display: inline-block;
  font-size: .833333em;
  color: black;
  text-align: center;
  background-color: #f3e896;
  padding: 8px 27px;
  border-radius: 1000px;
  line-height: 1;
  font-weight: bold;
}
.header-right {
  position: absolute;
  right: 0;
  top: 30px;
}
.langbox {
    display: inline-block;
    position: relative;
    float: right;
    padding-left: 25px;
    font-size: .833333em;
    font-weight: bold;
    color: #f3e896;
    cursor: pointer;
}
.langbox span:after {
  content: '\f0da';
  font-family: FontAwesome;
  font-size: .9em;
  font-weight: normal;
  display: inline-block;
  padding-left: 7.5px;
}
.langbox ul {
  text-align: left;
  padding: 0;
  margin: 0;
  display: none;
}
.langbox ul.active {
  display: block;
  position: absolute;
}
.langbox ul {
  text-align: left;
  padding: 0;
  margin: 10px 0 0 0;
}
.langbox ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.langbox ul li.active {
  display: none;
}
.langbox span {
  vertical-align: middle;
}
.langbox ul li a span::after {
    display: none;
}

#home-mission,
#home-schedule {
  background-image: url(../images/patten.png);
  /*background-size: 41px;*/
}
.section-head {
    background-color: white;
    background-image: url(../images/patten-l.png);
    width: 100%;
    padding: 45px 0 55px;
    text-align: center;
    color: #ed1c24;
    font-size: 1.555556em;
    font-weight: bold;
}
.section-head span {
    line-height: 1;
    display: inline-block;
    padding: 80px 50px 0;
    background-image: url(../images/section-name-bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
.sect-mod-1 {
    float: none;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    color: white;
    padding: 120px 0;
}
#home-mission .sect-mod-1 {
    font-size: 1.555556em;
    padding: 180px 0;
}

#home-schedule .table {
    width: 100%;
    margin-bottom: 40px;
    font-size: 1.111111em;
}
#home-schedule .table-cell {
  padding: 10px;
  text-align: left;
  font-weight: bold;
}
#home-schedule .table-cell.tc-left {
  width: 50%;
  padding: 5px 10px;
  color: #f3e896;
}
#home-schedule .table-cell.tc-left span {
  font-size: 1.75em;
}
#home-schedule .table-cell.tc-right {
  width: 50%;
}
#home-schedule .table-cell.tc-left.active,
#home-schedule .table-cell.tc-right.active {
  color: #f3e896;
}
.buttonswrap {
  display: inline-block;
}
a.button-fixedwidth {
  display: inline-block;
  font-size: .833333em;
  color: black;
  text-align: center;
  background-color: #f3e896;
  padding: 8px;
  width: 140px;
  margin: 0 8px;
  border-radius: 1000px;
  line-height: 1;
  font-weight: bold;
}

#judges-panel .wrapper {
  max-width: unset;
  width: 100%;
}
#judges-panel .wrapper .row {
  margin: 0;
}
#judges-panel .wrapper .row .grid_12 {
  padding: 0;
  overflow: hidden;
}
.jp-slider {
  display: none;
}
.jp-slider .jp-imgbox {
  width:100%;
}
.jp-imgboxwrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  left: 0px;
  transition: left 1s;
}
.jp-nav {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
}
.jp-nav span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0,0,0,.25);
  color: white;
  cursor: pointer;
  position: absolute;
  display: none;
}
.jp-nav span.jp-nav-prev {
  top: 0;
  left: 0;
}
.jp-nav span.jp-nav-next {
  top: 0;
  right: 0;
}
.jp-nav span.jp-nav-prev.sliding,
.jp-nav span.jp-nav-next.sliding {
  pointer-events: none;
}

.jp-imgbox {
  float: left;
  width: 14.2857%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.jp-imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.jp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s;
}
.jp-overlay.active {
  opacity: 1;
}
.jp-overlay div {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.jp-overlay div p:nth-of-type(1) {
  font-size: 1.55556em;
  color: #f3e896;
  margin: 0 0 12px 0;
  font-weight: bold;
}
.jp-overlay div a {
  color: #f3e896;
  margin: 25px 0 0 0;
  display: inline-block;
  font-weight: bold;
}

#home-results {
    height: 900px;
    background-color: #900801;
    background-image: url(../images/bg-home-result.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
}
#home-results:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: -1;
}
#home-results .row {
  height: 690px;
}
#home-results .row .grid_6 {
  padding: 0;
  color: white;
  text-align: center;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#home-results .row .grid_6 p {
  font-size: 5.333333em;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 20px;
}
.hr-box span {
  font-size: 1.111111em;
  line-height: 1;
}
.deco-box {
  position: relative;
}
.deco-line-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: .7em;
  width: 175px;
  border-bottom: 1px solid white;
}
.deco-line-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: .7em;
  width: 175px;
  border-bottom: 1px solid white;
}
.deco-line-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: .7em;
  width: 200px;
  border-bottom: 1px solid white;
}
.deco-line-4 {
  position: absolute;
  top: 0;
  right: 0;
  height: .7em;
  width: 200px;
  border-bottom: 1px solid white;
}

#contestants .wrapper {
  max-width: unset;
  width: 100%;
}
#contestants .wrapper .row {
  margin: 0;
}
#contestants .wrapper .row .grid_12 {
  padding: 0;
  overflow: hidden;
}
.ctt-imgboxwrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  left: 0px;
  transition: left 1s;
}
.ctt-nav {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
}
.ctt-nav span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0,0,0,.25);
  color: white;
  cursor: pointer;
  position: absolute;
  display: none;
}
.ctt-nav span.ctt-nav-prev {
  top: 0;
  left: 0;
}
.ctt-nav span.ctt-nav-next {
  top: 0;
  right: 0;
}
.ctt-nav span.ctt-nav-prev.sliding,
.ctt-nav span.ctt-nav-next.sliding {
  pointer-events: none;
}
.ctt-imgbox {
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.ctt-imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.ctt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s;
}
.ctt-overlay.active {
  opacity: 1;
}
.ctt-overlay div {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ctt-overlay div p:nth-of-type(1) {
  font-size: 1.55556em;
  color: #f3e896;
  margin: 0 0 12px 0;
  font-weight: bold;
}
.ctt-overlay div a {
  color: #f3e896;
  margin: 25px 0 0 0;
  display: inline-block;
  font-weight: bold;
}
.viewall {
    background-color: #a20027;
}
.viewall a {
  display: block;
  font-size: .833333em;
  color: black;
  text-align: center;
  background-color: #f3e896;
  padding: 8px;
  border-radius: 1000px;
  line-height: 1;
  font-weight: bold;
  width: 130px;
  margin: 10px auto;
}

#post-events .wrapper {
  max-width: unset;
  width: 100%;
}
#post-events .wrapper .row {
  margin: 0;
}
#post-events .wrapper .row .grid_12 {
  padding: 0;
  overflow: hidden;
}
.pe-imgboxwrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  left: 0px;
  transition: left 1s;
}
.pe-nav {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
}
.pe-nav span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0,0,0,.25);
  color: white;
  cursor: pointer;
  position: absolute;
  display: none;
}
.pe-nav span.pe-nav-prev {
  top: 0;
  left: 0;
}
.pe-nav span.pe-nav-next {
  top: 0;
  right: 0;
}
.pe-nav span.pe-nav-prev.sliding,
.pe-nav span.pe-nav-next.sliding {
  pointer-events: none;
}
.pe-imgbox {
  float: left;
  width:33.3333%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block;
}
.pe-imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.pe-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 45px;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  display: none;
}
.pe-overlay div {
  color: white;
}
.pe-overlay div p:nth-of-type(1) {
  color: #f3e896;
  margin: 0 0 6px 0;
  font-weight: bold;
  width: 100%;
  max-width: 275px;
}
.pe-overlay div p:nth-of-type(2) {
  color: white;
  font-size: .666667em;
  font-weight: normal;
  width: 100%;
  max-width: 275px;
  margin: 0;
  line-height: 1.5;
}
.pe-overlay div a {
  color: #f3e896;
  display: inline-block;
  font-weight: bold;
  font-size: 1.166667em;
}

#home-sponsors .wrapper {
  max-width: unset;
  width: 100%;
}
#home-sponsors .wrapper .row {
  margin: 0;
}
#home-sponsors .wrapper .row .grid_12 {
  overflow: hidden;
  height: auto;
}

footer {
    background: #a20027;
    color: white;
    padding: 40px 0 100px;
    text-align: center;
    font-size: 1em;
}
footer .link-box {
  font-size: .888889em;
}
footer .link-box a {
  display: inline-block;
  padding: 10px;
}
footer .copy-box {
  font-size: .777778em;
  padding: 15px 0;
}
footer .copy-box p {
  margin: 0;
}
#colophon {
  position: relative;
}
a.ophub:hover {
  color: #f7931e;
}
.social-box {
  font-size: 1.8em;
  position: absolute;
  top: 10px;
  right: 0;
}
.social-box a {
  display: inline-block;
  padding: 0 6px;
}
a.youku img {
    height: 20px;
    width: auto;
}



/*page*/
.pagebanner {
    height: 460px;
    padding: 160px 0 0 0;
}
.pagebanner .wrapper,
.pagebanner .wrapper .row {
    height: 100%;
}
.pagebanner .wrapper .row .pagebanner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.pagebanner h1 {
  font-size: 2.555556em;
  font-weight: normal;
  color: #f3e896;
  margin: 0 0 .45em;
}
.pagebanner p {
  font-size: 1.666667em;
  line-height: 1.5;
  color: white;
  margin: 0;
}
.pagebanner p span {
  display: block;
}

#single-banner {
    background-color: #900801;
    background-image: url(../images/photo-event-7.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.bg-dim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

/*cookieconsent*/
#cookieconsent {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: #f3e896;
    width: 100%;
    padding: 5px 15px;
    display: none;
}
#cookieconsent.active {
  display: block;
}
#cookieconsent div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#cookieconsent a {
    display: inline-block;
    font-size: .833333em;
    color: #f3e896;
    text-align: center;
    background-color: #a20027;
    padding: 8px 27px;
    border-radius: 1000px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 0 20px;
    cursor: pointer;
}

@media only screen and (max-width: 1920px) {

  .homebanner {
    background-size: auto auto;
  }
  .homebanner-content {
    background-size: unset;
    background-position: center 20px;
  }
  .hlg-pos {
      width: auto;
      height: auto;
  }
  a.joinus-home {
    margin-left: 250px;
  }


}


@media only screen and (max-width: 1280px) {

  header, header.wrapper {
      left: 0;
      width: 100%
  }
  .header-right {
    right: 30px;
  }


    .jp-overlay {
      font-size: .75em;
      line-height: 1.2;
    }
    .jp-overlay div p {
      margin: 0;
    }
    .jp-overlay div a {
      margin: 20px 0 0 0;
    }


}

@media only screen and (max-width: 1024px) {

  body{
  	font-size:1em;
  }

  #logo img {
      width: 280px;
      height: auto;
  }
  #topnav {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
    padding: 0 40px;
  }
  .menu-toggle {
    font-size: 2em;
  }
  .menu-toggle i.off {
    display: none;
  }
  .menu-toggle.toggled-on i.off {
    display: inline-block;
  }
  .menu-toggle.toggled-on i.on {
    display: none;
  }
  ul#menu-main-navigation li {
    margin: 0;
    padding: 0;
  }
  .srt-menu {
      background-color: rgba(162,0,39,.8);
      width: calc(100vw - 95px);
  }

  .applynow.header {
    display: none;
  }
  .langbox {
    display: none;
  }
  .menut {
    background-color: rgba(162,0,39,.8);
    padding: 20px;
  }
  .menut.toggled-on {
    display: block;
  }
  .menut .langbox {
    display: inline-block;
  }

  .homebanner {
    min-height: unset;
    height: 500px;
    padding: 120px 0 0 0;
    background-size: auto 100%;
  }
  .homebanner-content {
    min-height: unset;
    height: 380px;
    background-size: 360px auto;
    background-position: center top;
  }
  .hlg-pos {
    width: 360px;
    height: 320px;
  }
  a.joinus-home {
    margin-left: 135px;
  }

  #homeslider .flex-control-nav {
    bottom: unset;
    top: 480px;
  }
  #homeslider .flex-control-paging li a {
    width: 12px;
    height: 12px;
  }
  .grid_12.hb {
    text-align: center;
    top: unset;
    margin: 80px 0 0;
  }
  .grid_12.hb span {
    padding: 20px 0;
  }


  .section-head {
      padding: 30px 0 37.5px;
  }

  #home-mission .sect-mod-1 {
    font-size: 1.25em;
    line-height: 2;
    padding: 80px 0;
  }
  .sect-mod-1 {
    padding: 60px 0;
  }
  /*
  .jp-imgboxwrap {
    width: 200%;
  }
  .jp-imgbox {

  }
  .jp-nav span.active {
    display: inline-block;
  }
  .jp-nav span.jp-nav-prev {
    top: 0;
    left: 0;
  }
  .jp-nav span.jp-nav-next {
    top: 0;
    right: 0;
  }
  */
  #home-results {
      height: auto;
      background-size: 1400px;
  }
  #home-results .row {
    height: auto;
  }
  #home-results .row .grid_6 p {
    font-size: 4.21875em;
  }
  #home-results .row .grid_6 {
    top: unset;
    transform: unset;
    padding: 175px 0;
    width: 100%;
    max-width: 460px;
  }
  .hr-box span {
    font-size: .95em;
  }
  .deco-line-1 {
    height: .8em;
    width: 120px;
  }
  .deco-line-2 {
    height: .8em;
    width: 120px;
  }
  .deco-line-3 {
    height: .8em;
    width: 135px;
  }
  .deco-line-4 {
    height: .8em;
    width: 135px;
  }

  .pe-imgboxwrap {
    width: 300%;
  }
  .pe-imgbox {
    width: 33.333333%;
  }
  .pe-nav span.active {
    display: inline-block;
  }
  .pe-nav span.pe-nav-prev {
    top: 0;
    left: 0;
  }
  .pe-nav span.pe-nav-next {
    top: 0;
    right: 0;
  }

  .pe-overlay div p:nth-of-type(1) {
      max-width: 50%;
      font-size: 1.166667em;
  }
  .pe-overlay div p:nth-of-type(2) {
    max-width: 50%;
    font-size: 1em;
  }

  #home-schedule .table-cell.tc-left {

  }

  .hs-logosbox {
    width: 1400%;
  }
  .hs-logosbox > span {

  }

  footer {
    padding: 40px 0 65px;
  }
  .social-box {
    position: unset;
    top: unset;
    margin-top: 15px;
  }


}

@media only screen and (max-width: 768px) {

  #home-schedule .table-cell.tc-left {

  }

  #home-schedule .tablewrap {

  }
  #home-schedule .table {
    width: 100%;
  }


  .jp-imgboxwrap {
    display: none;
  }
  .jp-slider {
    display: block;
  }



  .ctt-imgboxwrap {
    width: 100%;
  }
  .ctt-imgbox {
    width: 50%;
  }
  .ctt-nav span.active {
    display: inline-block;
  }
  .ctt-nav span.ctt-nav-prev {
    top: 0;
    left: 0;
  }
  .ctt-nav span.ctt-nav-next {
    top: 0;
    right: 0;
  }

}


@media only screen and (max-width: 480px) {

  .menu-top-menu-container {
      height: calc(100vh - 145px);
      overflow: hidden;
      overflow-y: auto;
  }
  .srt-menu {
    width: calc(100vw - 45px);
  }

  #logo img {
      width: 240px;
      height: auto;
  }
  #topnav {
      padding: 0 15px;
  }
  .header-right {
    right: 15px;
  }

  .pe-overlay div p:nth-of-type(1) {
    max-width: unset;
  }
  .pe-overlay div p:nth-of-type(2) {
    max-width: unset;
  }

}


@media only screen and (max-width: 420px) {

  #home-results .row .grid_6 p {
    font-size: 3.5em;
  }
  .deco-line-1 {
    width: 20%;
  }
  .deco-line-2 {
    width: 20%;
  }
  .deco-line-3 {
    width: 22.5%;
  }
  .deco-line-4 {
    width: 22.5%;
  }

}
