/* line 1, E:/GIT/CAN-2017/scss/_base.scss */
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 7, E:/GIT/CAN-2017/scss/_base.scss */
.video-wrap {
  position: relative;
  padding-bottom: 54%;
  /* 16:9 56.25% */
  padding-top: 25px;
  height: 0; }
  /* line 12, E:/GIT/CAN-2017/scss/_base.scss */
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 21, E:/GIT/CAN-2017/scss/_base.scss */
.champ-container {
  font-family: "Roboto";
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }
  /* line 29, E:/GIT/CAN-2017/scss/_base.scss */
  .champ-container *,
  .champ-container *:before,
  .champ-container *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* line 36, E:/GIT/CAN-2017/scss/_base.scss */
.cc-head {
  margin: 0 0 40px;
  text-align: center; }

/* line 41, E:/GIT/CAN-2017/scss/_base.scss */
.cc-logo {
  padding: 22px 0; }
  /* line 43, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-logo img {
    margin: 0 auto; }

/* line 48, E:/GIT/CAN-2017/scss/_base.scss */
.cc-title-1 {
  color: #312f26;
  font: 700 22px/1.5em "Montserrat"; }
  @media screen and (min-width: 1000px) {
    /* line 48, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-title-1 {
      font-size: 25px; } }

/* line 57, E:/GIT/CAN-2017/scss/_base.scss */
.cc-title-2 {
  color: #6c6c6c;
  font: 13px/1.5em "Montserrat"; }

/* line 66, E:/GIT/CAN-2017/scss/_base.scss */
.cc-main__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px; }

/* line 73, E:/GIT/CAN-2017/scss/_base.scss */
.cc-content {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (min-width: 1000px) {
    /* line 73, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-content {
      width: 66.666666%;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }

/* line 85, E:/GIT/CAN-2017/scss/_base.scss */
.cc-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px; }
  /* line 89, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-nav .cc-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  /* line 94, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-nav ul {
    background: #138c56;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  /* line 101, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-nav li {
    background: #138c56;
    border-top: 2px solid transparent;
    cursor: pointer;
    color: #f0bf00;
    font-size: 12px;
    font-weight: 600;
    line-height: 2em;
    padding: 20px 15px 22px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 115, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-nav li:hover {
      background: #138551; }
    /* line 119, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-nav li.active {
      background: #2f9c6b;
      border-top: 2px solid #e20714;
      color: #fff; }

/* line 127, E:/GIT/CAN-2017/scss/_base.scss */
.cc-nav-prev,
.cc-nav-next {
  background: #128250;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px; }

/* line 136, E:/GIT/CAN-2017/scss/_base.scss */
.cc-nav-prev {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
  /* line 139, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-nav-prev .svg-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

/* line 144, E:/GIT/CAN-2017/scss/_base.scss */
.cc-nav-next {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

/* line 148, E:/GIT/CAN-2017/scss/_base.scss */
.cc-calendar {
  margin-bottom: 18px; }

/* line 152, E:/GIT/CAN-2017/scss/_base.scss */
.cc-day__head {
  background: #f7f5f7;
  color: #737273;
  font-size: 13px;
  line-height: 2em;
  padding: 3px 20px; }

/* line 160, E:/GIT/CAN-2017/scss/_base.scss */
.cc-day__matches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 166, E:/GIT/CAN-2017/scss/_base.scss */
.cc-match {
  border-bottom: 1px solid #edebed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px; }
  @media screen and (min-width: 768px) {
    /* line 166, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-match {
      border-right: 1px solid #edebed;
      border-bottom: none;
      width: 50%;
      margin: 12px 0;
      padding: 1px 20px; } }
  /* line 182, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-match:first-child:last-child {
    border: none; }
  /* line 186, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-match:nth-child(even) {
    border: none; }

/* line 191, E:/GIT/CAN-2017/scss/_base.scss */
.cc-command {
  color: #312f26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 400 12px/15px "Rubik";
  padding: 7px 0;
  text-transform: uppercase; }
  /* line 199, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-command img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px; }

/* line 205, E:/GIT/CAN-2017/scss/_base.scss */
.cc-time {
  color: #565550;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px; }

/* line 212, E:/GIT/CAN-2017/scss/_base.scss */
.cc-last-scores {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #717579;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  padding: 10px 0;
  margin: 0 0 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 231, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-last-scores span {
    top: 1px;
    position: relative; }

@-moz-document url-prefix() {
  /* line 231, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-last-scores span {
    top: -1px; } }
  /* line 241, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-last-scores.open .svg-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 250, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-last-scores .svg-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 0 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  /* line 256, E:/GIT/CAN-2017/scss/_base.scss */
  .cc-last-scores img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s; }

/* line 264, E:/GIT/CAN-2017/scss/_base.scss */
.cc-results {
  display: none; }

/* line 268, E:/GIT/CAN-2017/scss/_base.scss */
.ccr-match {
  border-bottom: 1px solid #f0edf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0; }
  @media screen and (min-width: 768px) {
    /* line 268, E:/GIT/CAN-2017/scss/_base.scss */
    .ccr-match {
      padding: 12px 20px; } }
  /* line 279, E:/GIT/CAN-2017/scss/_base.scss */
  .ccr-match:last-child {
    border: none; }

/* line 284, E:/GIT/CAN-2017/scss/_base.scss */
.ccr-command {
  color: #312f26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 400 12px/15px "Rubik";
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 284, E:/GIT/CAN-2017/scss/_base.scss */
    .ccr-command {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      /* line 296, E:/GIT/CAN-2017/scss/_base.scss */
      .ccr-command:first-child {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  /* line 301, E:/GIT/CAN-2017/scss/_base.scss */
  .ccr-command img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 18px 6px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    @media screen and (min-width: 768px) {
      /* line 301, E:/GIT/CAN-2017/scss/_base.scss */
      .ccr-command img {
        margin: 0 18px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }

/* line 313, E:/GIT/CAN-2017/scss/_base.scss */
.ccr-score {
  color: #312f26;
  -webkit-flex-basis: 72px;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  text-align: center; }
  /* line 322, E:/GIT/CAN-2017/scss/_base.scss */
  .ccr-score a {
    color: inherit;
    display: block;
    text-decoration: none; }
    /* line 327, E:/GIT/CAN-2017/scss/_base.scss */
    .ccr-score a:focus {
      outline: none; }

/* line 333, E:/GIT/CAN-2017/scss/_base.scss */
.cc-sidebar {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px; }
  @media screen and (min-width: 1000px) {
    /* line 333, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-sidebar {
      width: 33.333333%; } }

/* line 343, E:/GIT/CAN-2017/scss/_base.scss */
.cc-live-match {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 10px;
  margin: 0 0 40px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 343, E:/GIT/CAN-2017/scss/_base.scss */
    .cc-live-match {
      padding: 30px 20px; } }

/* line 357, E:/GIT/CAN-2017/scss/_base.scss */
.cclm-title {
  color: #312f26;
  font: 16px/22px "Montserrat";
  margin: 0 0 20px; }

/* line 363, E:/GIT/CAN-2017/scss/_base.scss */
.cclm-match {
  border-bottom: 1px solid #f0edf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 368, E:/GIT/CAN-2017/scss/_base.scss */
  .cclm-match:last-child {
    border: none; }

/* line 373, E:/GIT/CAN-2017/scss/_base.scss */
.cclm-command {
  color: #312f26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  font: 13px/21px "Montserrat";
  letter-spacing: -0.02em; }
  /* line 382, E:/GIT/CAN-2017/scss/_base.scss */
  .cclm-command img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px; }

/* line 388, E:/GIT/CAN-2017/scss/_base.scss */
.cclm-score {
  color: #312f26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap; }
  @media screen and (min-width: 1000px) {
    /* line 388, E:/GIT/CAN-2017/scss/_base.scss */
    .cclm-score {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      padding: 8px 0 0; } }

/* line 404, E:/GIT/CAN-2017/scss/_base.scss */
.cclm-time {
  color: #6a6a6a;
  font-size: 11px;
  font-weight: 500;
  margin: 8px 0 2px; }

/* line 411, E:/GIT/CAN-2017/scss/_base.scss */
.cc-group-standings {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 40px; }

/* line 419, E:/GIT/CAN-2017/scss/_base.scss */
.ccgs-head {
  background: #312f26;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  padding: 11px 18px;
  text-transform: uppercase; }
  /* line 433, E:/GIT/CAN-2017/scss/_base.scss */
  .ccgs-head .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px; }
  /* line 438, E:/GIT/CAN-2017/scss/_base.scss */
  .ccgs-head .slick-arrow {
    cursor: pointer;
    padding: 1px 10px; }
    /* line 442, E:/GIT/CAN-2017/scss/_base.scss */
    .ccgs-head .slick-arrow img {
      width: 10px;
      height: 10px; }
    /* line 448, E:/GIT/CAN-2017/scss/_base.scss */
    .ccgs-head .slick-arrow.slick-prev img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

/* line 455, E:/GIT/CAN-2017/scss/_base.scss */
.group-head {
  background: #f7f5f7;
  color: #312f26;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 0;
  text-transform: uppercase; }

/* line 465, E:/GIT/CAN-2017/scss/_base.scss */
.group-table {
  padding: 10px 18px; }
  /* line 468, E:/GIT/CAN-2017/scss/_base.scss */
  .group-table .table-row {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0; }
    /* line 472, E:/GIT/CAN-2017/scss/_base.scss */
    .group-table .table-row:last-child {
      border-bottom: none; }
  /* line 477, E:/GIT/CAN-2017/scss/_base.scss */
  .group-table .table-col {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px; }
    /* line 482, E:/GIT/CAN-2017/scss/_base.scss */
    .group-table .table-col.p {
      color: #768398; }
    /* line 486, E:/GIT/CAN-2017/scss/_base.scss */
    .group-table .table-col.pts {
      color: #444; }
  /* line 491, E:/GIT/CAN-2017/scss/_base.scss */
  .group-table .gt-command {
    color: #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 13px/16px "Rubik"; }
    /* line 497, E:/GIT/CAN-2017/scss/_base.scss */
    .group-table .gt-command img {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      margin-right: 10px; }

/* line 504, E:/GIT/CAN-2017/scss/_base.scss */
.table-row {
  display: table;
  padding: 0 18px;
  width: 100%; }
  /* line 509, E:/GIT/CAN-2017/scss/_base.scss */
  .table-row .table-col {
    display: table-cell;
    vertical-align: middle; }
    /* line 513, E:/GIT/CAN-2017/scss/_base.scss */
    .table-row .table-col.p, .table-row .table-col.pts {
      width: 30px;
      text-align: center; }

/* line 522, E:/GIT/CAN-2017/scss/_base.scss */
.mfp-bg.mfp-type-1 {
  background: rgba(255, 255, 255, 0.89);
  opacity: 1; }

/* line 528, E:/GIT/CAN-2017/scss/_base.scss */
.can-popup {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
  font-family: "Roboto";
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 38px 14px 48px; }
  @media screen and (min-width: 768px) {
    /* line 528, E:/GIT/CAN-2017/scss/_base.scss */
    .can-popup {
      padding: 38px 34px 48px; } }

/* line 543, E:/GIT/CAN-2017/scss/_base.scss */
button.mfp-close {
  opacity: 1;
  width: 67px;
  height: 67px;
  padding: 19px; }
  /* line 549, E:/GIT/CAN-2017/scss/_base.scss */
  button.mfp-close img {
    display: block;
    width: 29px;
    height: 29px;
    pointer-events: none; }

/* line 557, E:/GIT/CAN-2017/scss/_base.scss */
.can-popup-title {
  color: #312f26;
  font: 700 18px/2em "Montserrat";
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 8px; }

/* line 565, E:/GIT/CAN-2017/scss/_base.scss */
.can-popup-match {
  color: #6a6a6a;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 33px; }

/* line 575, E:/GIT/CAN-2017/scss/_base.scss */
.canpm-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 0; }

/* line 581, E:/GIT/CAN-2017/scss/_base.scss */
.canpm-score {
  color: #312f26;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 18px;
  white-space: nowrap; }

/*# sourceMappingURL=maps/can-main.css.map */
