/* flexbox */
.d-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }

.justify-content-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-justify-content: space-around; }

.justify-content-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-justify-content: space-between; }

.justify-content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-justify-content: flex-end; }

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-justify-content: center; }

@media (min-width: 768px) {
  .justify-content-end-md {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-justify-content: flex-end; } }

.align-items-start {
  -webkit-box-align-items: start;
  -webkit-align-items: start;
  align-items: start; }

.align-items-center {
  -webkit-box-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-items-center-to-start-md {
  -webkit-box-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (min-width: 768px) {
    .align-items-center-to-start-md {
      -webkit-box-align-items: start;
      -webkit-align-items: start;
      align-items: start; } }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-flex-wrap: nowrap; }

.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex-direction: row; }

.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex-direction: column; }

.flex-col-to-row-lg {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex-direction: column; }
  @media (min-width: 1024px) {
    .flex-col-to-row-lg {
      flex-direction: row;
      -webkit-flex-direction: row;
      -webkit-box-flex-direction: row; } }

.flex-row-to-col-lg {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex-direction: row; }
  @media (min-width: 1024px) {
    .flex-row-to-col-lg {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-flex-direction: column; } }

.flex-col-to-row-md {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex-direction: column; }
  @media (min-width: 768px) {
    .flex-col-to-row-md {
      flex-direction: row;
      -webkit-flex-direction: row;
      -webkit-box-flex-direction: row; } }

.flex-row-to-col-md {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex-direction: row; }
  @media (min-width: 768px) {
    .flex-row-to-col-md {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-flex-direction: column; } }

.fl--col-to-row-dsk {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex-direction: column; }
  @media (min-width: 1024px) {
    .fl--col-to-row-dsk {
      flex-direction: row;
      -webkit-flex-direction: row;
      -webkit-box-flex-direction: row; } }

.fl--col-to-row-tbl {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex-direction: column; }
  @media (min-width: 768px) {
    .fl--col-to-row-tbl {
      flex-direction: row;
      -webkit-flex-direction: row;
      -webkit-box-flex-direction: row; } }

.fl--row-to-col-dsk {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex-direction: row; }
  @media (min-width: 1024px) {
    .fl--row-to-col-dsk {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-flex-direction: column; } }

.fl--row-to-col-tbl {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex-direction: row; }
  @media (min-width: 768px) {
    .fl--row-to-col-tbl {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-flex-direction: column; } }

.fl--fldir-rowrev {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -webkit-box-flex-direction: row-reverse; }

.fl--glow-equal {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.fl--glow-zero {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.fl--glow-first {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

@media (min-width: 768px) {
  .fl--glow-50-md {
    -webkit-box-flex: 1 1 49%;
    -moz-box-flex: 1 1 49%;
    -webkit-flex: 1 1 49%;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%; } }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.fl--alsel-end {
  -webkit-box-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align-self-start {
  -webkit-box-align-self: start;
  -webkit-align-self: start;
  align-self: start; }

.align-self-end {
  -webkit-box-align-self: end;
  -webkit-align-self: end;
  align-self: end; }

.align-self-center {
  -webkit-box-align-self: center;
  -webkit-align-self: center;
  align-self: center; }

body {
  width: 100%; }

#main {
  margin: 0 !important;
  width: 100%; }
  #main h2 {
    max-width: none !important; }

#footer, #header, #header-main {
  min-width: auto !important; }

#header-main-left {
  padding-left: 10px !important; }
  @media (min-width: 768px) {
    #header-main-left {
      padding-left: 30px !important; } }

#header-search {
  display: none !important; }
  @media (min-width: 768px) {
    #header-search {
      display: block !important; } }

#header-join a {
  padding: 0 8px !important; }
  @media (min-width: 768px) {
    #header-join a {
      padding: 0 24px !important; } }

#header-join, #header-login {
  margin-right: 12px  !important; }
  @media (min-width: 768px) {
    #header-join, #header-login {
      margin-right: 30px  !important; } }

#nav {
  display: none !important; }
  @media (min-width: 768px) {
    #nav {
      display: block !important; } }

#join-table {
  display: none !important; }
  @media (min-width: 768px) {
    #join-table {
      display: block !important; } }

#footer-main {
  display: none !important; }
  @media (min-width: 768px) {
    #footer-main {
      display: block !important; } }

.fancy-playbtn-big {
  background-size: 50px;
  background-position: 10px; }
  @media (min-width: 768px) {
    .fancy-playbtn-big {
      background-size: auto;
      background-position: inherit; } }

#footer-copyright {
  width: auto; }

.backtotop {
  text-align: center; }
  .backtotop a {
    background: #333;
    display: block;
    margin: 0 auto;
    padding: 14px 0; }
    @media (min-width: 768px) {
      .backtotop a {
        width: 200px; } }

/*---trick END---*/
a {
  cursor: pointer; }

.bold {
  font-weight: bold; }

.grey {
  color: grey; }

.text-16 {
  font-size: 15px; }

.mb-8 {
  margin-bottom: 8px; }

.figure {
  position: relative;
  margin-bottom: 10px; }

.w-1320 {
  max-width: 1320px;
  margin: 0 auto; }

.promo-top {
  width: 100%;
  height: 250px;
  color: white;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .promo-top {
      height: 450px;
      margin-bottom: 42px; } }
  @media (min-width: 1024px) {
    .promo-top {
      height: 600px; } }
  .promo-top .title {
    width: 100%;
    max-width: 1350px;
    z-index: 5;
    position: absolute;
    opacity: .85; }
    .promo-top .title .line-1 {
      font-size: 20vw;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .promo-top .title .line-1 {
          font-size: 240px; } }
    .promo-top .title .line-2 {
      font-size: 22px;
      text-align: center;
      margin: 18px 0;
      display: none; }
      @media (min-width: 768px) {
        .promo-top .title .line-2 {
          font-size: 19px;
          letter-spacing: 1rem;
          display: block; } }
      @media (min-width: 1024px) {
        .promo-top .title .line-2 {
          font-size: 25px; } }
    .promo-top .title .line-3 {
      font-size: 10vw; }
      @media (min-width: 1024px) {
        .promo-top .title .line-3 {
          font-size: 120px; } }
  .promo-top .logo-red {
    width: 120px;
    height: auto;
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 8; }
    @media (min-width: 768px) {
      .promo-top .logo-red {
        width: 180px;
        left: 20px;
        bottom: 20px; } }
    @media (min-width: 1024px) {
      .promo-top .logo-red {
        width: 240px; } }
    .promo-top .logo-red img {
      width: 100%;
      height: 100%; }
  .promo-top h2 {
    width: 300px;
    height: 225px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5; }
    @media (min-width: 768px) {
      .promo-top h2 {
        width: 550px;
        height: 412px; } }
    @media (min-width: 1024px) {
      .promo-top h2 {
        width: 700px;
        height: 525px; } }
    .promo-top h2 img {
      width: 100%;
      height: auto; }

.promo-item {
  overflow: hidden;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -webkit-box-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (min-width: 768px) {
    .promo-item {
      -webkit-box-flex: 0 1 33.33%;
      -moz-box-flex: 0 1 33.33%;
      -webkit-flex: 0 1 33.33%;
      -ms-flex: 0 1 33.33%;
      flex: 0 1 33.33%;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-flex-direction: column;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .promo-item {
      -webkit-box-flex: 0 1 25%;
      -moz-box-flex: 0 1 25%;
      -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; } }

.promo-item-thumb {
  -webkit-box-flex: 0 1 100px;
  -moz-box-flex: 0 1 100px;
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-justify-content: center; }
  @media (min-width: 768px) {
    .promo-item-thumb {
      -webkit-box-flex: 0 0 auto;
      -moz-box-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      height: 300px;
      margin-bottom: 12px; } }
  .promo-item-thumb img {
    width: 110px;
    height: 110px; }
    @media (min-width: 768px) {
      .promo-item-thumb img {
        width: 100%;
        height: auto; } }

.promo-item-info {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-justify-content: center;
  margin-bottom: 12px;
  padding: 0 8px; }
  .promo-item-info .credit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .promo-item-info {
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: 94%;
      max-width: 300px; } }

.promo-item-button {
  width: 68px;
  height: 60px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-flex: 0 0 68px;
  -moz-box-flex: 0 0 68px;
  -webkit-flex: 0 0 68px;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  -webkit-box-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-justify-content: center;
  text-align: center;
  white-space: pre;
  background-color: #444;
  margin-bottom: 12px;
  margin-right: 8px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .promo-item-button {
      -webkit-box-flex: 0 0 auto;
      -moz-box-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 94%;
      height: auto;
      max-width: 300px;
      margin-right: 0;
      padding: 12px 0; } }
  .promo-item-button.ready {
    background-color: #139f2e;
    background-image: url("../images/arrow.png");
    background-size: 36px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    box-sizing: border-box;
    background-position: 16px; }
    @media (min-width: 768px) {
      .promo-item-button.ready {
        background-image: none;
        text-indent: 0px; } }

.promo-banner {
  margin-bottom: 5px; }
  .promo-banner .promo-banner-small {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .promo-banner .promo-banner-small {
        display: none; } }
  .promo-banner .promo-banner-large {
    display: none;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .promo-banner .promo-banner-large {
        display: block; } }
  .promo-banner img {
    width: 100%;
    height: auto; }

.join-btn {
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  color: #1f1f1f;
  text-align: center;
  background: #ffe23b;
  display: block;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 auto 42px;
  padding: 18px 24px; }
  @media (min-width: 768px) {
    .join-btn {
      width: 320px; } }

/*# sourceMappingURL=cc_promo.css.map */
