/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
/* line 8, ../../../base/assets/sass/animate/helpers/_base.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 12, ../../../base/assets/sass/animate/helpers/_base.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 16, ../../../base/assets/sass/animate/helpers/_base.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 20, ../../../base/assets/sass/animate/helpers/_base.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 24, ../../../base/assets/sass/animate/helpers/_base.scss */
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* line 29, ../../../base/assets/sass/animate/helpers/_base.scss */
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* line 29, ../../../base/assets/sass/animate/animations/attention-seekers/_pulse.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 8, ../../../base/assets/sass/animate/animations/fade-enter/_fadeIn.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media all and (max-width: 500px) {
  /* line 7, ../sass/forecast-post.scss */
  body.admin-bar .editable.edit-content.mobile-content-edit .content-edit-wrapper {
    top: 101px;
  }
}

/* line 17, ../sass/forecast-post.scss */
.editable.edit-title textarea[name=tip_edit_title] {
  display: block;
}
/* line 21, ../sass/forecast-post.scss */
.editable.edit-title .page-header {
  display: none;
}
/* line 25, ../sass/forecast-post.scss */
.editable.edit-title .symbols {
  display: inline-block;
}
/* line 30, ../sass/forecast-post.scss */
.editable .symbols {
  display: none;
  margin-bottom: 5px;
  font-size: 12px;
  color: #bababa;
  white-space: nowrap;
}
/* line 37, ../sass/forecast-post.scss */
.editable .symbols.fail {
  color: #c62828;
}
/* line 42, ../sass/forecast-post.scss */
.editable textarea[name=tip_edit_title] {
  display: none;
  width: 100%;
  margin-bottom: 7px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 30px;
}
/* line 52, ../sass/forecast-post.scss */
.editable .edit-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 57, ../sass/forecast-post.scss */
.editable .edit-title-wrapper .page-header {
  margin-right: 15px;
}
/* line 61, ../sass/forecast-post.scss */
.editable .edit-title-wrapper .editable-button.fail {
  color: #bababa;
  cursor: default;
}
/* line 66, ../sass/forecast-post.scss */
.editable .edit-title-wrapper .editable-button[data-status=save],
.editable .edit-title-wrapper .editable-button[data-status=complete] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 72, ../sass/forecast-post.scss */
.editable .page-header {
  display: inline-block;
}
/* line 78, ../sass/forecast-post.scss */
.editable.edit-content .edit-content-block {
  display: block;
}
/* line 82, ../sass/forecast-post.scss */
.editable.edit-content .content-view-block > p {
  display: none;
}
@media all and (max-width: 500px) {
  /* line 86, ../sass/forecast-post.scss */
  .editable.edit-content.mobile-content-edit .content-edit-wrapper {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
  }
  /* line 98, ../sass/forecast-post.scss */
  .editable.edit-content.mobile-content-edit .content-edit-wrapper .edit-content-block {
    position: absolute;
    top: 35px;
    bottom: 80px;
    left: 10px;
    right: 10px;
  }
  /* line 106, ../sass/forecast-post.scss */
  .editable.edit-content.mobile-content-edit .content-edit-wrapper textarea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/* line 117, ../sass/forecast-post.scss */
.editable .editable-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #43a047;
  cursor: pointer;
}
/* line 124, ../sass/forecast-post.scss */
.editable .editable-button::before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 133, ../sass/forecast-post.scss */
.editable .editable-button::before {
  margin-right: 5px;
  font-size: 13px;
}
/* line 138, ../sass/forecast-post.scss */
.editable .editable-button[data-status=ready] {
  color: #00ace8;
}
/* line 141, ../sass/forecast-post.scss */
.editable .editable-button[data-status=ready]::before {
  content: "\e945";
}
/* line 145, ../sass/forecast-post.scss */
.editable .editable-button[data-status=ready]::after {
  content: attr(data-ready);
}
/* line 151, ../sass/forecast-post.scss */
.editable .editable-button[data-status=save]::before {
  content: "\e62f";
}
/* line 155, ../sass/forecast-post.scss */
.editable .editable-button[data-status=save]::after {
  content: attr(data-save);
}
/* line 159, ../sass/forecast-post.scss */
.editable .editable-button[data-status=complete] {
  cursor: default;
}
/* line 162, ../sass/forecast-post.scss */
.editable .editable-button[data-status=complete]::after {
  content: attr(data-complete);
}
/* line 168, ../sass/forecast-post.scss */
.editable .edit-status-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
/* line 174, ../sass/forecast-post.scss */
.editable .edit-status-row .symbols-count {
  font-size: 13px;
  color: #bababa;
}
/* line 178, ../sass/forecast-post.scss */
.editable .edit-status-row .symbols-count::before {
  content: attr(data-count) " ";
}
/* line 182, ../sass/forecast-post.scss */
.editable .edit-status-row .symbols-count::after {
  content: attr(data-count-label);
}
/* line 189, ../sass/forecast-post.scss */
.editable .edit-status-row[data-status=closed] .symbols-count {
  display: none;
}
/* line 195, ../sass/forecast-post.scss */
.editable .edit-status-row[data-status=low] .editable-button[data-status=save] {
  color: #999 !important;
  cursor: default;
}
/* line 200, ../sass/forecast-post.scss */
.editable .edit-status-row[data-status=low] .symbols-count {
  color: #e62323;
}
/* line 206, ../sass/forecast-post.scss */
.editable .content-edit-wrapper {
  background-color: white;
}
/* line 210, ../sass/forecast-post.scss */
.editable .edit-content-block {
  display: none;
  position: relative;
  text-align: center;
}
/* line 215, ../sass/forecast-post.scss */
.editable .edit-content-block > .bmr-loading-spinner {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 219, ../sass/forecast-post.scss */
.editable .edit-content-block > textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
/* line 227, ../sass/forecast-post.scss */
.editable .edit-content-block > button {
  margin: 15px auto;
}

/* line 236, ../sass/forecast-post.scss */
.single-forecast .user-played {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 239, ../sass/forecast-post.scss */
.single-forecast .user-played .h4 {
  margin: 15px 0 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75px;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
/* line 244, ../sass/forecast-post.scss */
.single-forecast .user-played .user-bookmakers {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media all and (max-width: 500px) {
  /* line 236, ../sass/forecast-post.scss */
  .single-forecast .user-played {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 251, ../sass/forecast-post.scss */
  .single-forecast .user-played .h4 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 0 15px 0;
  }
}
/* line 258, ../sass/forecast-post.scss */
.single-forecast .post-stats {
  margin-bottom: 10px;
}
/* line 262, ../sass/forecast-post.scss */
.single-forecast .box-default {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 268, ../sass/forecast-post.scss */
.single-forecast .container-address-info {
  padding-left: 0;
  padding-right: 0;
}
/* line 273, ../sass/forecast-post.scss */
.single-forecast .content {
  padding: 0 15px;
  margin-bottom: 0;
}
/* line 277, ../sass/forecast-post.scss */
.single-forecast .content .use-default-ui {
  position: relative;
  background: #fff;
  padding: 15px;
}
/* line 282, ../sass/forecast-post.scss */
.single-forecast .content .use-default-ui .wp-caption:first-of-type {
  display: none;
}
/* line 286, ../sass/forecast-post.scss */
.single-forecast .content .use-default-ui .bet-box:first-child {
  margin-top: 0;
}
/* line 292, ../sass/forecast-post.scss */
.single-forecast .container-address-header {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 298, ../sass/forecast-post.scss */
.single-forecast .container-address-header > * {
  position: relative;
  z-index: 100;
}
/* line 303, ../sass/forecast-post.scss */
.single-forecast .container-address-header > img.img-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  opacity: 0;
}
/* line 312, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 40%;
  left: 0;
  height: 60%;
  width: 100%;
  z-index: 90;
}
/* line 321, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .signature {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* line 326, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .signature p {
  color: #9e9e9e;
  font-size: 11px;
  font-weight: 300;
}
/* line 333, ../sass/forecast-post.scss */
.single-forecast .container-address-header.with-bg {
  background-size: cover !important;
  background-position: center center !important;
  height: 480px;
}
/* line 338, ../sass/forecast-post.scss */
.single-forecast .container-address-header.with-bg .address-header-wrapper {
  position: absolute;
  bottom: 5px;
  left: 25px;
  right: 25px;
}
/* line 347, ../sass/forecast-post.scss */
.single-forecast .container-address-header.with-bg .post-stats > .icon-eye::before,
.single-forecast .container-address-header.with-bg .post-stats > .icon-whistle::before {
  opacity: 1;
}
@media all and (max-width: 500px) {
  /* line 354, ../sass/forecast-post.scss */
  .single-forecast .container-address-header.with-bg {
    height: 410px;
  }
  /* line 357, ../sass/forecast-post.scss */
  .single-forecast .container-address-header.with-bg .address-header-wrapper {
    bottom: 10px;
  }
}
/* line 362, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .user-sponsor {
  position: absolute;
  right: -81px;
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 300px;
}
/* line 369, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .user-sponsor > p {
  margin: 0;
  text-align: center;
}
/* line 374, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .user-sponsor > .title {
  color: black;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0 5px 0;
}
/* line 383, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .user-sponsor > .logo {
  background-color: #4271B5;
}
/* line 386, ../sass/forecast-post.scss */
.single-forecast .container-address-header > .user-sponsor > .logo > img {
  height: 60px;
  margin: 0 auto;
}
/* line 393, ../sass/forecast-post.scss */
.single-forecast .container-address-header .hr-dotted {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  height: auto;
}
/* line 399, ../sass/forecast-post.scss */
.single-forecast .container-address-header .page-header {
  padding-bottom: 12px;
}
/* line 403, ../sass/forecast-post.scss */
.single-forecast .container-address-header .post-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 407, ../sass/forecast-post.scss */
.single-forecast .container-address-header .post-stats > span {
  font-size: 14px;
  line-height: 28px;
  font-family: unset !important;
}
/* line 413, ../sass/forecast-post.scss */
.single-forecast .container-address-header .post-stats > .icon-eye::before,
.single-forecast .container-address-header .post-stats > .icon-whistle::before {
  font: 22px 'icomoon';
  position: relative;
  top: 4px;
  margin-right: 7px;
  opacity: .5;
}
/* line 423, ../sass/forecast-post.scss */
.single-forecast .container-address-header .page-header-breadcrumbs {
  padding: 12px 0;
}
/* line 426, ../sass/forecast-post.scss */
.single-forecast .container-address-header .page-header-breadcrumbs a, .single-forecast .container-address-header .page-header-breadcrumbs span {
  font-size: 12px;
  font-weight: bold;
}
/* line 432, ../sass/forecast-post.scss */
.single-forecast .post-author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: none !important;
  margin-bottom: 15px !important;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 !important;
  width: 100% !important;
}
/* line 443, ../sass/forecast-post.scss */
.single-forecast .post-author-block .author-circle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  background-repeat: no-repeat;
}
/* line 451, ../sass/forecast-post.scss */
.single-forecast .post-author-block .meta {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 458, ../sass/forecast-post.scss */
.single-forecast .post-author-block .meta .post-author-meta {
  text-align: left;
}
/* line 461, ../sass/forecast-post.scss */
.single-forecast .post-author-block .meta .post-author-meta .display_name {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
/* line 470, ../sass/forecast-post.scss */
.single-forecast .post-author-block .meta .post-author-meta .author-social-links a {
  margin: 0;
}
/* line 473, ../sass/forecast-post.scss */
.single-forecast .post-author-block .meta .post-author-meta .author-social-links a + a {
  margin: 0 0 0 10px;
}
/* line 477, ../sass/forecast-post.scss */
.single-forecast .post-author-block .meta .post-author-meta .author-social-links a .a-social {
  text-align: center;
}
@media all and (max-width: 400px) {
  /* line 483, ../sass/forecast-post.scss */
  .single-forecast .post-author-block .meta .post-author-meta .author-social-links a + a {
    margin: 0 0 0 2px;
  }
}
/* line 492, ../sass/forecast-post.scss */
.single-forecast .post-author-block .subscribe {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
}
@media all and (max-width: 950px) {
  /* line 497, ../sass/forecast-post.scss */
  .single-forecast .post-author-block .author-circle {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin: 0 12px 0 0 !important;
  }
  /* line 501, ../sass/forecast-post.scss */
  .single-forecast .post-author-block .meta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0;
  }
  /* line 505, ../sass/forecast-post.scss */
  .single-forecast .post-author-block .meta .subscribe {
    margin: 10px 0;
    -webkit-flex-basis: 38%;
        -ms-flex-preferred-size: 38%;
            flex-basis: 38%;
  }
}
@media all and (max-width: 480px) {
  /* line 514, ../sass/forecast-post.scss */
  .single-forecast .post-author-block .meta .subscribe {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
}
/* line 522, ../sass/forecast-post.scss */
.single-forecast .container-address-info .post-intro {
  width: 100%;
  min-height: initial;
  padding: 0 5px;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}
/* line 530, ../sass/forecast-post.scss */
.single-forecast .container-address-info .post-intro > p {
  margin: 0;
}
/* line 534, ../sass/forecast-post.scss */
.single-forecast .container-address-info .post-intro > p:first-child,
.single-forecast .container-address-info .post-intro > p:last-child {
  display: none;
}
/* line 540, ../sass/forecast-post.scss */
.single-forecast .container-address-info .text-info {
  padding-bottom: 1px;
}
/* line 543, ../sass/forecast-post.scss */
.single-forecast .container-address-info .text-info .h3 {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: bold;
}

/* line 553, ../sass/forecast-post.scss */
.user-video-wrapper .oembed-container {
  margin-top: 0 !important;
}

/* line 563, ../sass/forecast-post.scss */
.bet-page-block {
  padding: 0 0 15px 0;
  background: none;
}

/* line 569, ../sass/forecast-post.scss */
.page-block .title-odds {
  margin: 0 0 20px;
}

/* line 574, ../sass/forecast-post.scss */
.bet-box {
  margin: 10px 0;
  padding: 10px 15px 15px;
  background-color: #ffffff;
}
/* line 579, ../sass/forecast-post.scss */
.bet-box.uikit-has-spinner::before {
  background: rgba(255, 255, 255, 0.7);
}
/* line 583, ../sass/forecast-post.scss */
.bet-box.odd {
  background-color: #ffffff;
}
/* line 587, ../sass/forecast-post.scss */
.bet-box:last-child {
  margin-bottom: -15px;
}
/* line 591, ../sass/forecast-post.scss */
.bet-box .status-row {
  position: relative;
  height: 1px;
  margin: 15px 0;
  background-color: #f1f2f2;
}
/* line 597, ../sass/forecast-post.scss */
.bet-box .status-row[data-status="win"] .status-row-inner > * {
  background-color: #43a047;
}
/* line 601, ../sass/forecast-post.scss */
.bet-box .status-row[data-status="loss"] > .status-row-inner > * {
  background-color: #c62828;
}
/* line 605, ../sass/forecast-post.scss */
.bet-box .status-row .status-row-inner {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}
/* line 610, ../sass/forecast-post.scss */
.bet-box .status-row .status-row-inner > * {
  display: inline-block;
  padding: 2px 15px 8px;
  border-radius: 12px;
  font-size: 13px;
  color: white;
  background-color: #bababa;
  font-weight: 600;
  height: 24px;
}
/* line 620, ../sass/forecast-post.scss */
.bet-box .status-row .status-row-inner > * + * {
  margin-left: 1px;
}
/* line 628, ../sass/forecast-post.scss */
.bet-box .matches-block .match-block {
  padding: 10px 0 7px;
  border-bottom: 1px dashed #f1f2f2;
}
/* line 632, ../sass/forecast-post.scss */
.bet-box .matches-block .match-block .bet-and-logo {
  margin-top: 14px;
}
/* line 638, ../sass/forecast-post.scss */
.bet-box .matches-block .match-block .bet-and-logo.total .bet .bet-coo {
  font-size: 15px;
}
/* line 641, ../sass/forecast-post.scss */
.bet-box .matches-block .match-block .bet-and-logo.total .bet .bet-coo::after {
  font-size: 16px;
}
/* line 651, ../sass/forecast-post.scss */
.bet-box .matches-block.express .league {
  font-size: 13px;
  color: #a6a6a6;
}
/* line 657, ../sass/forecast-post.scss */
.bet-box .matches-block .match {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
/* line 664, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 669, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block[data-status]::before {
  position: relative;
  top: 10px;
  font: 20px/0 'icomoon';
  color: #43a047;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}
/* line 677, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block[data-win]::before {
  content: '\e62f';
}
/* line 681, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block[data-loss]::before {
  color: #c62828;
  content: '\e62d';
}
/* line 686, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block[data-return]::before {
  left: 3px;
  color: #bababa;
  font-size: 18px;
  content: '\e978';
}
/* line 693, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block[data-return] .name::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -3px;
  right: -3px;
  height: 0;
  border-top: 1px solid #131313;
}
/* line 703, ../sass/forecast-post.scss */
.bet-box .matches-block .name-block .name {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
/* line 710, ../sass/forecast-post.scss */
.bet-box .matches-block .league-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 713, ../sass/forecast-post.scss */
.bet-box .matches-block .league-date .league {
  font-size: 13px;
  color: #c4c4c4;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 719, ../sass/forecast-post.scss */
.bet-box .matches-block .league-date .date {
  font-size: 13px;
  color: #131313;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: right;
}
/* line 725, ../sass/forecast-post.scss */
.bet-box .matches-block .league-date .date::before {
  position: relative;
  top: 4px;
  font: 22px/0 'icomoon';
  color: #bababa;
  content: '\e969';
}
/* line 736, ../sass/forecast-post.scss */
.bet-box .matches-block.ordinar .bet-and-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 740, ../sass/forecast-post.scss */
.bet-box .matches-block.ordinar .bet {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 744, ../sass/forecast-post.scss */
.bet-box .matches-block.ordinar .bet-stat {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 751, ../sass/forecast-post.scss */
.bet-box .bet-vote .if-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 0;
}
/* line 755, ../sass/forecast-post.scss */
.bet-box .bet-vote .if-total .total {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 758, ../sass/forecast-post.scss */
.bet-box .bet-vote .if-total .total #percentage {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #131313;
  margin-top: 13px;
}
/* line 766, ../sass/forecast-post.scss */
.bet-box .bet-vote .if-total .total #string {
  color: #2d2d2d;
  font: 42px "GothaProLia";
  line-height: 52px;
}
/* line 774, ../sass/forecast-post.scss */
.bet-box .bet-vote .site {
  display: none;
}
/* line 778, ../sass/forecast-post.scss */
.bet-box .bet-vote > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 784, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted .vote-block .text {
  margin-bottom: 0;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 400;
}
/* line 791, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted .voted-people-total-count {
  max-height: 30px !important;
  margin-bottom: 10px;
}
/* line 796, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted .labels {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  clear: both;
}
/* line 802, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted .buttons > * {
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 7.5px 0 !important;
  margin: 0 !important;
  cursor: default !important;
  border: 0 !important;
}
/* line 810, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted .buttons > *::after {
  height: 100%;
}
/* line 818, ../sass/forecast-post.scss */
.bet-box .bet-vote.closed .vote-block {
  margin-right: 0;
}
/* line 822, ../sass/forecast-post.scss */
.bet-box .bet-vote.closed .replay {
  display: none;
}
/* line 826, ../sass/forecast-post.scss */
.bet-box .bet-vote.closed .site {
  display: block;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 830, ../sass/forecast-post.scss */
.bet-box .bet-vote.closed .site .site-link {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  background-color: #43a047;
  text-align: center;
  text-transform: none;
}
/* line 842, ../sass/forecast-post.scss */
.bet-box .bet-vote.can-vote .buttons > * {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
/* line 848, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted-against .vote-block {
  display: none;
}
/* line 852, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted-against .vote-against-block {
  display: block;
}
/* line 859, ../sass/forecast-post.scss */
.bet-box .bet-vote.voted-after-for .vote-block .add-forecast {
  display: block;
}
/* line 867, ../sass/forecast-post.scss */
.bet-box .bet-vote.hide-buttons .vote-block-other {
  display: none !important;
}
/* line 872, ../sass/forecast-post.scss */
.bet-box .bet-vote:not(.closed).hide-buttons .buttons, .bet-box .bet-vote:not(.closed).hide-buttons .labels {
  display: none !important;
}
/* line 877, ../sass/forecast-post.scss */
.bet-box .bet-vote .center {
  text-align: center;
}
/* line 880, ../sass/forecast-post.scss */
.bet-box .bet-vote .center .text {
  margin-bottom: 22px;
}
/* line 885, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-against-block {
  display: none;
  position: relative;
  margin-right: 10px;
}
/* line 890, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-against-block .text {
  margin: 20px 0;
}
/* line 894, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-against-block .vote-against-link {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  background-color: #00ace8;
  text-align: center;
  text-transform: none;
}
/* line 903, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-against-block .show-vote-block {
  position: absolute;
  bottom: -25px;
  left: 50%;
  font-size: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #00ace8;
  text-decoration: underline;
}
/* line 914, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block, .bet-box .bet-vote .one-block-forecast {
  position: relative;
}
/* line 917, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .title-block-popular, .bet-box .bet-vote .one-block-forecast .title-block-popular {
  border-bottom: 1px solid #f1f2f2;
}
/* line 921, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .title-block, .bet-box .bet-vote .vote-block .title-block-popular, .bet-box .bet-vote .one-block-forecast .title-block, .bet-box .bet-vote .one-block-forecast .title-block-popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 924, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .title-block .text, .bet-box .bet-vote .vote-block .title-block-popular .text, .bet-box .bet-vote .one-block-forecast .title-block .text, .bet-box .bet-vote .one-block-forecast .title-block-popular .text {
  font-weight: 600;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 14px 0 16px;
}
/* line 930, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .title-block .voted-people-total-count, .bet-box .bet-vote .vote-block .title-block-popular .voted-people-total-count, .bet-box .bet-vote .one-block-forecast .title-block .voted-people-total-count, .bet-box .bet-vote .one-block-forecast .title-block-popular .voted-people-total-count {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-height: 0;
  font-size: 13px;
  color: #ababab;
  text-align: right;
  margin: 16px 0;
}
/* line 940, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .color-like, .bet-box .bet-vote .one-block-forecast .color-like {
  color: #43a047;
  border-color: #43a047;
}
/* line 944, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .color-like::after, .bet-box .bet-vote .one-block-forecast .color-like::after {
  background: #43a047;
}
/* line 949, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .color-dislike, .bet-box .bet-vote .one-block-forecast .color-dislike {
  color: #c62828;
  border-color: #c62828;
}
/* line 953, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .color-dislike::after, .bet-box .bet-vote .one-block-forecast .color-dislike::after {
  background: #c62828;
}
/* line 958, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .labels, .bet-box .bet-vote .one-block-forecast .labels {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}
/* line 964, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .labels > *, .bet-box .bet-vote .one-block-forecast .labels > * {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
/* line 970, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .labels .voted-percent-for,
.bet-box .bet-vote .vote-block .labels .voted-percent-against, .bet-box .bet-vote .one-block-forecast .labels .voted-percent-for,
.bet-box .bet-vote .one-block-forecast .labels .voted-percent-against {
  font-size: 18px;
}
/* line 976, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .buttons, .bet-box .bet-vote .one-block-forecast .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 979, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .buttons > *, .bet-box .bet-vote .one-block-forecast .buttons > * {
  padding: 10px 0;
  border-width: 2px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: none;
}
/* line 987, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .buttons > *:first-child, .bet-box .bet-vote .one-block-forecast .buttons > *:first-child {
  margin-right: 5px;
}
/* line 990, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .buttons > *:last-child, .bet-box .bet-vote .one-block-forecast .buttons > *:last-child {
  margin-left: 5px;
}
/* line 994, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .buttons .is-not-visible, .bet-box .bet-vote .one-block-forecast .buttons .is-not-visible {
  visibility: hidden;
}
/* line 999, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .add-forecast, .bet-box .bet-vote .one-block-forecast .add-forecast {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  font-size: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #00ace8;
  text-decoration: underline;
}
/* line 1011, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line {
  border-bottom: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
}
/* line 1020, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .name-block, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1025, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .name-block .icon-win, .bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .name-block .icon-lose, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block .icon-win, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block .icon-lose {
  top: -2px;
}
/* line 1029, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .name-block .icon-win::before, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block .icon-win::before {
  content: "\e62f";
  font: 18px/26px 'icomoon';
  color: #43a047;
  position: relative;
  top: -2px;
}
/* line 1037, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .name-block .icon-lose::before, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block .icon-lose::before {
  content: "\e62d";
  font: 14px/26px 'icomoon';
  color: #C42A2E;
  position: relative;
  top: -2px;
}
/* line 1045, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .name-block .name, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 70px;
}
/* line 1052, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1057, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .color-bar, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px 0;
}
/* line 1065, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper {
  width: 80px;
  position: relative;
  padding: 4px;
  background-color: #f1f2f2;
}
/* line 1071, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-40, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-40 {
  background-color: #D4DF61;
}
/* line 1075, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-70, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-70 {
  background-color: #7DB149;
}
/* line 1079, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-100, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-100 {
  background-color: #479F4B;
}
/* line 1083, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-inner, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar .bar-wrapper .bar-inner {
  height: 8px;
}
/* line 1089, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .percent, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .percent {
  min-width: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
}
/* line 1097, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .have-forecast, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .have-forecast {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 16px;
}
/* line 1105, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .have-forecast .icon-forecast, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .have-forecast .icon-forecast {
  display: inline-block;
}
/* line 1109, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .have-forecast .icon-forecast::before, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .have-forecast .icon-forecast::before {
  content: "\e69c";
  font: 14px 'icomoon';
  color: #b5b5b5;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
/* line 1119, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .percent-block .have-forecast .count-text, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .have-forecast .count-text {
  float: right;
}
/* line 1125, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .factor-logo-block, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 45%;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  margin: 5px 0 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1132, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .factor-logo-block .factor, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block .factor {
  text-align: right;
  margin: 0 15px 5px 0;
}
/* line 1137, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .factor-logo-block .logo, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block .logo {
  width: 80px;
}
/* line 1140, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .factor-logo-block .logo img, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block .logo img {
  max-height: 27px;
}
/* line 1147, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-other-block, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-other-block {
  text-align: center;
  margin: 16px 0 8px;
}
/* line 1151, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-other-block a, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-other-block a {
  font-size: 15px;
  color: #00ace8;
  text-decoration: underline;
}
/* line 1157, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .popular-other-block a:hover, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-other-block a:hover {
  text-decoration: none;
}
/* line 1162, ../sass/forecast-post.scss */
.bet-box .bet-vote .vote-block .popular-participants-block .hidden, .bet-box .bet-vote .one-block-forecast .popular-participants-block .hidden {
  display: none;
}
/* line 1168, ../sass/forecast-post.scss */
.bet-box .bet-vote .add-link-after {
  font-size: 13px;
  text-align: center;
  margin: 20px 0 0;
  color: #00ace8;
  text-decoration: underline;
}
/* line 1176, ../sass/forecast-post.scss */
.bet-box .bet-vote .replay {
  position: relative;
  margin-left: 10px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 1182, ../sass/forecast-post.scss */
.bet-box .bet-vote .replay .percentages {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 1186, ../sass/forecast-post.scss */
.bet-box .bet-vote .replay .replay-link {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  background-color: #43a047;
  text-align: center;
  text-transform: none;
}
/* line 1196, ../sass/forecast-post.scss */
.bet-box .bet-vote .result {
  border-bottom: 1px solid #f1f2f2;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 1201, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .result-bet {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 1207, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .bet-logo {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 1213, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .bet-logo img {
  height: 26px;
}
/* line 1218, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .bonus {
  background: url("../img/icons/bonus.jpg");
  background-repeat: no-repeat;
  background-position: 5px 8px;
  padding: 10px 10px 10px 28px;
  display: inline-block;
  vertical-align: super;
  margin: 0 0 3px 10px;
}
/* line 1227, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .bonus .sun {
  font-weight: 600;
}
/* line 1230, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .bonus .sun .upto {
  display: inline-block;
}
/* line 1234, ../sass/forecast-post.scss */
.bet-box .bet-vote .result .bonus .sun .summ {
  display: inline-block;
}
/* line 1242, ../sass/forecast-post.scss */
.bet-box .bet {
  padding-bottom: 8px;
}
/* line 1246, ../sass/forecast-post.scss */
.bet-box .bet, .bet-box .bet-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 14px;
  color: #131313;
}
/* line 1253, ../sass/forecast-post.scss */
.bet-box .bet .bet-name, .bet-box .bet-total .bet-name {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}
/* line 1260, ../sass/forecast-post.scss */
.bet-box .bet .bet-coo,
.bet-box .bet .bet-amount, .bet-box .bet-total .bet-coo,
.bet-box .bet-total .bet-amount {
  display: inline-block;
  padding: 3px 3px 4px;
  border-radius: 12px;
  min-width: 60px;
  text-align: center;
  font-size: 15px;
}
/* line 1270, ../sass/forecast-post.scss */
.bet-box .bet .bet-coo, .bet-box .bet-total .bet-coo {
  background-color: #00ace8;
  color: white !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
/* line 1274, ../sass/forecast-post.scss */
.bet-box .bet .bet-coo::after, .bet-box .bet-total .bet-coo::after {
  font-size: 15px;
}
/* line 1279, ../sass/forecast-post.scss */
.bet-box .bet .bet-amount, .bet-box .bet-total .bet-amount {
  background-color: #f3c531;
  color: #131313;
  margin: 0 0 0 2px;
}
/* line 1284, ../sass/forecast-post.scss */
.bet-box .bet .bet-amount::before, .bet-box .bet-total .bet-amount::before {
  content: attr(data-amount);
}
/* line 1290, ../sass/forecast-post.scss */
.bet-box .bet-stat {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: right;
}
/* line 1294, ../sass/forecast-post.scss */
.bet-box .bet-stat .bet-user-choice {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}
/* line 1300, ../sass/forecast-post.scss */
.bet-box .bet-stat .text {
  font-size: 13px;
  line-height: 16px;
  color: #a8a8a8;
  max-width: 140px;
}
/* line 1308, ../sass/forecast-post.scss */
.bet-box .finger-icon {
  display: inline-block;
  margin: 3px 5px 0 0;
}
/* line 1312, ../sass/forecast-post.scss */
.bet-box .finger-icon::before {
  font: 16px/26px 'icomoon';
  content: '\e66a';
  color: #43a047;
}
/* line 1319, ../sass/forecast-post.scss */
.bet-box .bet-stat-percent-for {
  padding: 0 10px 0 0;
  position: relative;
  top: 2px;
  font-weight: 600;
}
/* line 1326, ../sass/forecast-post.scss */
.bet-box .drop-down-list {
  padding: 0 15px 15px 15px;
  position: absolute;
  width: 49.6%;
  right: 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  margin: 0 0 100px;
  overflow: visible;
}
@media all and (max-width: 700px) {
  /* line 1326, ../sass/forecast-post.scss */
  .bet-box .drop-down-list {
    width: 70%;
  }
}
@media all and (max-width: 550px) {
  /* line 1326, ../sass/forecast-post.scss */
  .bet-box .drop-down-list {
    width: 100%;
  }
}
/* line 1345, ../sass/forecast-post.scss */
.bet-box .drop-down-list .spinner-api-wait {
  height: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
/* line 1353, ../sass/forecast-post.scss */
.bet-box .drop-down-list .spinner-api-wait:before {
  display: block;
  position: absolute;
  content: "";
  left: -50px;
  width: 200px;
  height: 6px;
  background-color: #4CAF50;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
@-webkit-keyframes loading {
  from {
    left: -50px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -50px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/* line 1373, ../sass/forecast-post.scss */
.bet-box .drop-down-list .block-lines {
  max-height: 225px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
/* line 1378, ../sass/forecast-post.scss */
.bet-box .drop-down-list .block-lines::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
/* line 1383, ../sass/forecast-post.scss */
.bet-box .drop-down-list .block-lines::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
/* line 1390, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line {
  font-size: 13px;
  line-height: 25px;
  border-bottom: #f1f2f2 solid 1px;
  color: #000;
  text-align: left;
  padding: 10px 0 0 15px;
}
/* line 1398, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label {
  padding-left: 34px;
  position: relative;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
}
/* line 1406, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label input:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -2px;
  left: -2px;
}
/* line 1418, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label input[type="checkbox"] {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 0;
}
/* line 1424, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label input[type="checkbox"]:disabled {
  color: #bababa;
}
/* line 1427, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label input[type="checkbox"]:disabled:hover:before, .bet-box .drop-down-list .line label input[type="checkbox"]:disabled:before {
  border-color: #eaeaea;
  cursor: auto;
}
/* line 1432, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label input[type="checkbox"]:disabled + span {
  color: #bababa;
}
/* line 1437, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line label input[type="checkbox"]:checked:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62f";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1;
  left: -2px;
  z-index: 2;
  font-size: 19px;
  color: #00ace8;
}
/* line 1460, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line .arrow-down::after, .bet-box .drop-down-list .line .arrow-up::after {
  border-color: #131313 transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
/* line 1472, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line .arrow-up::after {
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 180deg);
          transform: translateY(-50%) rotate3d(0, 0, 1, 180deg);
}
/* line 1477, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line-last {
  font-size: 13px;
  text-align: center;
  padding: 10px 0 0 15px;
}
/* line 1482, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line-last a {
  font-weight: 400;
  text-decoration: underline;
}
/* line 1487, ../sass/forecast-post.scss */
.bet-box .drop-down-list .line-last a:hover {
  text-decoration: none;
}
/* line 1492, ../sass/forecast-post.scss */
.bet-box .drop-down-list .h1 {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin: 0;
  padding: 10px 10px 5px 15px;
}
/* line 1500, ../sass/forecast-post.scss */
.bet-box .drop-down-list .bold {
  font-weight: 500;
  font-size: 13px;
  line-height: 34px;
  color: #000;
  margin: 0;
  position: relative;
  cursor: pointer;
}
/* line 1510, ../sass/forecast-post.scss */
.bet-box .drop-down-list .close {
  font-size: 13px;
  color: #00ace8;
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 99;
  text-decoration: none;
}
/* line 1520, ../sass/forecast-post.scss */
.bet-box .drop-down-list .form-row label {
  line-height: 30px;
  margin-top: 5px;
}
/* line 1525, ../sass/forecast-post.scss */
.bet-box .drop-down-list .rating-mini-brand {
  border-top: 0 none !important;
  cursor: pointer;
}
/* line 1530, ../sass/forecast-post.scss */
.bet-box .drop-down-list .buttons {
  border-bottom: 1px solid #eaeaea;
  padding: 5px 10px;
}
/* line 1533, ../sass/forecast-post.scss */
.bet-box .drop-down-list .buttons:last-child {
  border-bottom: 0 none;
}
@media all and (max-width: 800px) {
  /* line 1546, ../sass/forecast-post.scss */
  .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  /* line 1549, ../sass/forecast-post.scss */
  .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .name-block .name {
    max-width: 200px;
  }
  /* line 1554, ../sass/forecast-post.scss */
  .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block {
    width: 70px;
  }
  /* line 1557, ../sass/forecast-post.scss */
  .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .percent-block .color-bar {
    display: none;
  }
  /* line 1562, ../sass/forecast-post.scss */
  .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
@media all and (max-width: 700px) {
  /* line 1574, ../sass/forecast-post.scss */
  .bet-box .matches-block .league-date {
    display: block;
  }
  /* line 1577, ../sass/forecast-post.scss */
  .bet-box .matches-block .league-date .date {
    text-align: left;
    padding: 16px 0 0;
  }
  /* line 1584, ../sass/forecast-post.scss */
  .bet-box .matches-block.ordinar .bet-and-logo {
    display: inline-block;
    margin: 8px 0;
  }
  /* line 1589, ../sass/forecast-post.scss */
  .bet-box .matches-block.ordinar .bet {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /* line 1593, ../sass/forecast-post.scss */
  .bet-box .matches-block.ordinar .bet-stat {
    display: inline-block;
    margin: 8px 0;
  }
  /* line 1600, ../sass/forecast-post.scss */
  .bet-box .bet-stat {
    display: block;
    float: left;
    clear: both;
  }
  /* line 1607, ../sass/forecast-post.scss */
  .bet-box .bet-vote .if-total {
    display: block;
  }
  /* line 1610, ../sass/forecast-post.scss */
  .bet-box .bet-vote .if-total .bet-stat {
    text-align: left;
    padding: 16px 0 0;
  }
  /* line 1616, ../sass/forecast-post.scss */
  .bet-box .bet-vote .result {
    display: block;
    clear: both;
    padding-top: 18px;
  }
  /* line 1621, ../sass/forecast-post.scss */
  .bet-box .bet-vote .result .replay {
    margin-left: 0;
  }
  /* line 1625, ../sass/forecast-post.scss */
  .bet-box .bet-vote .result .result-bet {
    margin: 0 0 16px;
  }
  /* line 1632, ../sass/forecast-post.scss */
  .bet-box .bet-vote.can-vote .result .replay {
    display: block;
  }
  /* line 1638, ../sass/forecast-post.scss */
  .bet-box .bet-vote.can-vote .title-block .voted-people-total-count, .bet-box .bet-vote.can-vote .title-block-popular .voted-people-total-count {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
  /* line 1646, ../sass/forecast-post.scss */
  .bet-box .bet-vote .vote-block .title-block, .bet-box .bet-vote .vote-block .title-block-popular, .bet-box .bet-vote .one-block-forecast .title-block, .bet-box .bet-vote .one-block-forecast .title-block-popular {
    display: block;
  }
  /* line 1649, ../sass/forecast-post.scss */
  .bet-box .bet-vote .vote-block .title-block .text, .bet-box .bet-vote .vote-block .title-block-popular .text, .bet-box .bet-vote .one-block-forecast .title-block .text, .bet-box .bet-vote .one-block-forecast .title-block-popular .text {
    margin: 14px 0 0;
  }
  /* line 1653, ../sass/forecast-post.scss */
  .bet-box .bet-vote .vote-block .title-block .voted-people-total-count, .bet-box .bet-vote .vote-block .title-block-popular .voted-people-total-count, .bet-box .bet-vote .one-block-forecast .title-block .voted-people-total-count, .bet-box .bet-vote .one-block-forecast .title-block-popular .voted-people-total-count {
    margin: 0 0 16px;
    text-align: left;
  }
  /* line 1662, ../sass/forecast-post.scss */
  .bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .factor-logo-block .logo, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block .logo {
    width: 50px;
  }
  /* line 1665, ../sass/forecast-post.scss */
  .bet-box .bet-vote .vote-block .popular-participants-block .popular-one-line .factor-logo-block .factor, .bet-box .bet-vote .one-block-forecast .popular-participants-block .popular-one-line .factor-logo-block .factor {
    margin-top: 0;
  }
}
@media all and (max-width: 500px) {
  /* line 1679, ../sass/forecast-post.scss */
  .bet-box .bet-vote .result .replay {
    clear: both;
  }
}

/* line 1689, ../sass/forecast-post.scss */
.post-meta-container {
  margin-top: 21px;
}

/* line 1695, ../sass/forecast-post.scss */
.statistic .box_header {
  height: 50px;
  background: #fff;
  padding: 0 8px 0 16px;
}
/* line 1700, ../sass/forecast-post.scss */
.statistic .box_header .h3 {
  color: #383838;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin: 0;
}
/* line 1710, ../sass/forecast-post.scss */
.statistic .box_header .filter {
  float: right;
  line-height: 50px;
}
/* line 1714, ../sass/forecast-post.scss */
.statistic .box_header .filter select {
  width: 166px;
  height: 29px;
  font-size: 14px;
}
/* line 1720, ../sass/forecast-post.scss */
.statistic .box_header .filter .chzn-container {
  margin-right: 8px;
}
/* line 1723, ../sass/forecast-post.scss */
.statistic .box_header .filter .chzn-container .chzn-drop .chzn-results li {
  margin: 0;
}
/* line 1726, ../sass/forecast-post.scss */
.statistic .box_header .filter .chzn-container .chzn-drop .chzn-results li:hover {
  background: #f27046;
}
/* line 1732, ../sass/forecast-post.scss */
.statistic .box_header .filter .chzn-container-single .chzn-single {
  height: 29px;
  line-height: 29px;
}
/* line 1737, ../sass/forecast-post.scss */
.statistic .box_header .filter .chzn-container-single .chzn-single span {
  color: #b8b8b8;
  font-size: 13px;
  font-style: italic;
}
/* line 1743, ../sass/forecast-post.scss */
.statistic .box_header .filter .chzn-container-single .chzn-single div b {
  top: 12px;
}
/* line 1747, ../sass/forecast-post.scss */
.statistic .box_header .filter input {
  width: 74px;
  height: 29px;
  color: #292929;
  font-size: 13px;
  line-height: 29px;
  font-style: italic;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #cfd4d8;
  padding: 0;
  text-align: center;
}
/* line 1763, ../sass/forecast-post.scss */
.statistic .box_header.personal {
  height: 55px;
  background: #e56c69;
  padding: 0 16px;
  position: relative;
}
/* line 1769, ../sass/forecast-post.scss */
.statistic .box_header.personal .icon {
  position: absolute;
  right: 0;
}
/* line 1773, ../sass/forecast-post.scss */
.statistic .box_header.personal .icon img {
  width: 189px;
  height: auto;
}
/* line 1779, ../sass/forecast-post.scss */
.statistic .box_header.personal .h3 {
  color: #fff;
  padding: 0;
  font-size: 24px;
  line-height: 55px;
  margin: 0;
}
/* line 1790, ../sass/forecast-post.scss */
.statistic .box-personal .info {
  display: table;
  margin: 32px auto 0;
  text-align: center;
}
/* line 1795, ../sass/forecast-post.scss */
.statistic .box-personal .info div {
  display: table-cell;
  text-align: center;
  padding: 0 15px;
}
/* line 1800, ../sass/forecast-post.scss */
.statistic .box-personal .info div:first-child, .statistic .box-personal .info div:last-child {
  padding: 0;
}
/* line 1806, ../sass/forecast-post.scss */
.statistic .box-personal .info label {
  color: #e56c69;
  line-height: 30px;
  display: block;
  font: 30px "GothaProLia";
  margin-bottom: 10px;
}
/* line 1816, ../sass/forecast-post.scss */
.statistic .box-personal .info .black label {
  color: #383838;
}
/* line 1821, ../sass/forecast-post.scss */
.statistic .box-personal .info span {
  color: #383838;
  font-size: 14px;
  display: block;
}
/* line 1829, ../sass/forecast-post.scss */
.statistic .box-personal .circles {
  margin-top: 19px;
  margin-bottom: 19px;
  display: table;
  width: 100%;
}
/* line 1835, ../sass/forecast-post.scss */
.statistic .box-personal .circles .circle {
  width: 33%;
  text-align: center;
  display: table-cell;
  position: relative;
}
/* line 1841, ../sass/forecast-post.scss */
.statistic .box-personal .circles .circle .circle-inner {
  display: inline-block;
  height: 128px;
  position: relative;
  width: 128px;
}
/* line 1848, ../sass/forecast-post.scss */
.statistic .box-personal .circles .circle .circle-item {
  position: absolute;
  text-align: center;
  width: 128px;
  line-height: 128px;
}
/* line 1855, ../sass/forecast-post.scss */
.statistic .box-personal .circles .circle .circle-number {
  color: #2d2d2d;
  font-size: 158px;
  font-weight: bold;
}
/* line 1861, ../sass/forecast-post.scss */
.statistic .box-personal .circles .circle .circle-title {
  color: #383838;
  font-size: 14px;
  margin-top: 10px;
}
/* line 1873, ../sass/forecast-post.scss */
.statistic .bet_box .center {
  text-align: center;
  padding: 0;
}
/* line 1878, ../sass/forecast-post.scss */
.statistic .bet_box .row {
  display: table;
  width: 100%;
}
/* line 1882, ../sass/forecast-post.scss */
.statistic .bet_box .row div {
  display: table-cell;
  border-left: 1px solid #ffffff;
  color: #131313;
  font-size: 14px;
  padding-left: 7px;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 1893, ../sass/forecast-post.scss */
.statistic .bet_box .row .filter {
  background: #f27046;
  height: 51px;
  line-height: 51px;
}
/* line 1898, ../sass/forecast-post.scss */
.statistic .bet_box .row .filter div {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 51px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1908, ../sass/forecast-post.scss */
.statistic .bet_box .row .col1 {
  border-left: 0;
  width: 73px;
  padding-left: 17px;
}
/* line 1914, ../sass/forecast-post.scss */
.statistic .bet_box .row .col2 {
  width: 112px;
  text-align: center;
  padding-left: 0;
}
/* line 1920, ../sass/forecast-post.scss */
.statistic .bet_box .row .col3 {
  width: 229px;
  line-height: 22px;
  padding-left: 0;
  text-align: center;
}
/* line 1927, ../sass/forecast-post.scss */
.statistic .bet_box .row .col4 {
  width: 129px;
  padding: 0;
  line-height: 22px;
}
/* line 1933, ../sass/forecast-post.scss */
.statistic .bet_box .row .col5 {
  width: 86px;
  padding: 0;
}
/* line 1938, ../sass/forecast-post.scss */
.statistic .bet_box .row .col6 {
  width: 113px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #008f49;
}
/* line 1946, ../sass/forecast-post.scss */
.statistic .bet_box .row.even {
  background: #f8f9f9;
}
/* line 1952, ../sass/forecast-post.scss */
.statistic .bet_box .row.loss .col6 {
  color: #e56c69;
}
/* line 1959, ../sass/forecast-post.scss */
.statistic .close_statistic {
  text-align: center;
}
/* line 1962, ../sass/forecast-post.scss */
.statistic .close_statistic a {
  display: inline-block;
  margin: 40px auto;
  background: transparent;
  border: 4px solid #e56c69;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
/* line 1977, ../sass/forecast-post.scss */
.statistic .close_statistic a i {
  margin: 0 30px;
}
/* line 1981, ../sass/forecast-post.scss */
.statistic .close_statistic a:hover {
  color: #fff;
}
/* line 1984, ../sass/forecast-post.scss */
.statistic .close_statistic a:hover::after {
  height: 100%;
}
/* line 1989, ../sass/forecast-post.scss */
.statistic .close_statistic a::after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #e56c69;
}
/* line 2006, ../sass/forecast-post.scss */
.statistic .bubble text {
  color: #191919;
  font-size: 14px;
  font-weight: bold;
}
/* line 2012, ../sass/forecast-post.scss */
.statistic .bubble .bookmaker-label {
  text-align: center;
}
/* line 2017, ../sass/forecast-post.scss */
.statistic .bubble-padding {
  padding: 20px 14px;
}
/* line 2020, ../sass/forecast-post.scss */
.statistic .bubble-padding .bubble {
  margin: 0 auto;
  display: block;
}
/* line 2026, ../sass/forecast-post.scss */
.statistic .stock-lines {
  padding: 0 7px 11px 7px;
}
/* line 2029, ../sass/forecast-post.scss */
.statistic .stock-lines p {
  color: #383838;
  font-size: 14px;
}
/* line 2034, ../sass/forecast-post.scss */
.statistic .stock-lines strong {
  font-size: 18px;
  font-weight: bold;
}
/* line 2039, ../sass/forecast-post.scss */
.statistic .stock-lines .lines {
  margin-top: 23px;
}
/* line 2043, ../sass/forecast-post.scss */
.statistic .stock-lines .line-bar {
  background: #383838;
  width: 100%;
  position: relative;
  height: 21px;
  margin-top: 4px;
  margin-bottom: 14px;
}
/* line 2051, ../sass/forecast-post.scss */
.statistic .stock-lines .line-bar .bar {
  position: absolute;
  height: 21px;
}
/* line 2059, ../sass/forecast-post.scss */
.statistic .stock-lines .stocks #stock_chart {
  width: 100%;
  height: 220px;
  font-size: 11px;
}
/* line 2064, ../sass/forecast-post.scss */
.statistic .stock-lines .stocks #stock_chart .amcharts-legend-div {
  position: absolute;
  height: 30px;
  right: 0;
}
/* line 2071, ../sass/forecast-post.scss */
.statistic .stock-lines .stocks .left {
  float: left;
  text-align: left;
}
/* line 2076, ../sass/forecast-post.scss */
.statistic .stock-lines .stocks .right {
  float: right;
  text-align: right;
}
/* line 2081, ../sass/forecast-post.scss */
.statistic .stock-lines .stocks .number-text {
  color: #2d2d2d;
  line-height: 36px;
  font: 36px "GothaProLia";
}
/* line 2088, ../sass/forecast-post.scss */
.statistic .stock-lines .amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}
@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
/* line 2108, ../sass/forecast-post.scss */
.statistic .stock-lines .amcharts-graph-bullet {
  -webkit-animation: am-pulsating 2s ease-out infinite;
  animation: am-pulsating 2s ease-out infinite;
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 15px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 15px;
  }
}
/* line 2137, ../sass/forecast-post.scss */
.statistic .sequence {
  color: #ffffff;
  font-size: 13px;
}
/* line 2141, ../sass/forecast-post.scss */
.statistic .sequence text {
  fill: #fff;
  font-weight: bold;
  font-style: italic;
}
/* line 2148, ../sass/forecast-post.scss */
.statistic .explanation, .statistic .total {
  color: #131313;
  position: absolute;
  text-align: center;
  width: 140px;
  font-size: 14px;
  font-style: italic;
  z-index: 15;
}
/* line 2161, ../sass/forecast-post.scss */
.statistic .total #percentage {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #131313;
  margin-top: 13px;
}
/* line 2169, ../sass/forecast-post.scss */
.statistic .total #string {
  color: #2d2d2d;
  font: 42px "GothaProLia";
  line-height: 52px;
}
/* line 2178, ../sass/forecast-post.scss */
.statistic .explanation #percentage {
  color: #2d2d2d;
  font: 42px "GothaProLia";
  line-height: 52px;
}
/* line 2184, ../sass/forecast-post.scss */
.statistic .explanation #string {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #131313;
  margin-top: 13px;
}
/* line 2193, ../sass/forecast-post.scss */
.statistic .bet_chart {
  margin-left: 14px;
  margin-bottom: 40px;
}
/* line 2198, ../sass/forecast-post.scss */
.statistic #bet_chart, .statistic #bet_bookmaker {
  position: relative;
  width: 314px;
  display: block;
  margin-left: 9px;
}
/* line 2205, ../sass/forecast-post.scss */
.statistic #chart_win_loss, .statistic .bet_chart {
  position: relative;
  margin-top: 9px;
}
/* line 2209, ../sass/forecast-post.scss */
.statistic #chart_win_loss .left, .statistic #chart_win_loss .right, .statistic .bet_chart .left, .statistic .bet_chart .right {
  display: inline-block;
  width: 49%;
  position: relative;
  vertical-align: top;
}
/* line 2216, ../sass/forecast-post.scss */
.statistic #chart_win_loss .bottom, .statistic .bet_chart .bottom {
  text-align: center;
  margin-bottom: 24px;
}
/* line 2220, ../sass/forecast-post.scss */
.statistic #chart_win_loss .bottom p, .statistic .bet_chart .bottom p {
  color: #383838;
  font-size: 14px;
}
/* line 2225, ../sass/forecast-post.scss */
.statistic #chart_win_loss .bottom img, .statistic .bet_chart .bottom img {
  display: block;
  margin: 0 auto 14px auto;
}
/* line 2230, ../sass/forecast-post.scss */
.statistic #chart_win_loss .bottom .text, .statistic .bet_chart .bottom .text {
  color: #383838;
  font-size: 14px;
  font-style: italic;
}
/* line 2237, ../sass/forecast-post.scss */
.statistic #chart_win_loss #chart_win, .statistic #chart_win_loss #chart_loss, .statistic .bet_chart #chart_win, .statistic .bet_chart #chart_loss {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 218px;
}
/* line 2245, ../sass/forecast-post.scss */
.statistic .anchors {
  margin-top: 20px;
  margin-bottom: 24px;
}
/* line 2249, ../sass/forecast-post.scss */
.statistic .anchors .anchor {
  margin-left: 17px;
  margin-right: 16px;
  display: inline-block;
}
/* line 2254, ../sass/forecast-post.scss */
.statistic .anchors .anchor .line {
  float: left;
  height: 4px;
  margin-top: 6px;
  width: 26px;
}
/* line 2261, ../sass/forecast-post.scss */
.statistic .anchors .anchor span {
  float: left;
  color: #131313;
  margin-left: 9px;
  font-size: 14px;
  font-style: italic;
}
/* line 2273, ../sass/forecast-post.scss */
.statistic .bet_chart .anchor {
  display: block;
  margin-top: 50px;
  margin-left: 43px;
}
/* line 2280, ../sass/forecast-post.scss */
.statistic .bet_chart path, .statistic #chart_win_loss path {
  stroke: rgba(255, 255, 255, 0.5);
}
/* line 2288, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box {
  padding: 2px 0;
}
/* line 2291, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .row-header {
  background: #fff;
  padding: 0 11px;
  height: 35px;
  margin-bottom: 1px;
  color: #131313;
  font-size: 14px;
  line-height: 35px;
}
/* line 2300, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .row-header .left {
  float: left;
}
/* line 2304, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .row-header .right {
  float: right;
  color: #131313;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 2311, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .main_header {
  padding: 0 11px;
  padding-top: 8px;
  background: #fff;
}
/* line 2316, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .main_header .strong {
  display: block;
  color: #131313;
  font-size: 16px;
  font-weight: bold;
}
/* line 2323, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .main_header .row {
  padding: 5px 0;
  line-height: 25px;
  color: #131313;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
/* line 2330, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .main_header .row .right {
  margin: 0;
  border: 0;
  display: table-cell;
  padding: 0;
  text-align: right;
}
/* line 2339, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .main_header .row .left {
  display: table-cell;
  font-style: italic;
  text-align: left;
  margin: 0;
  border: 0;
  padding: 0;
}
/* line 2348, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box .main_header .row:last-child {
  border-bottom: 0;
}
/* line 2357, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box.win .row-header {
  background: #dfffda;
}
/* line 2360, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box.win .row-header .right {
  color: #5a8d52;
}
/* line 2365, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box.win .main_header {
  background: #e9ffe5;
}
/* line 2372, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box.loss .row-header {
  background: #ffd5d4;
}
/* line 2375, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box.loss .row-header .right {
  color: #e56c69;
}
/* line 2380, ../sass/forecast-post.scss */
.statistic .tablet .bet_box .box.loss .main_header {
  background: #ffe7e6;
}

/* line 2388, ../sass/forecast-post.scss */
.bubble-tooltip {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  color: #383838;
  padding: 8px;
  border-radius: 5px;
  background-color: gainsboro;
  font-size: 13px;
}

/* line 2399, ../sass/forecast-post.scss */
.related_items {
  margin-top: 16px;
}
/* line 2402, ../sass/forecast-post.scss */
.related_items .h3 {
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  background: #f27046;
  padding: 0 15px;
  margin-bottom: 0;
}
/* line 2412, ../sass/forecast-post.scss */
.related_items .related_item {
  background: #fff;
  padding: 16px 15px;
}
/* line 2416, ../sass/forecast-post.scss */
.related_items .related_item .item {
  width: 23%;
  display: table-cell;
  font-weight: bold;
  padding: 0 1%;
  text-decoration: none;
  position: relative;
}
/* line 2424, ../sass/forecast-post.scss */
.related_items .related_item .item .post-thumb {
  display: block;
  width: 100%;
  height: 132px;
}
/* line 2429, ../sass/forecast-post.scss */
.related_items .related_item .item .post-thumb .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
/* line 2438, ../sass/forecast-post.scss */
.related_items .related_item .item .cat-badge, .related_items .related_item .item .post-meta, .related_items .related_item .item .image-gradient {
  display: none;
}
/* line 2444, ../sass/forecast-post.scss */
.related_items .related_item .item .post-data a {
  color: #292929;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
/* line 2450, ../sass/forecast-post.scss */
.related_items .related_item .item .post-data a .h2 {
  font-size: 100%;
  margin-top: 5px;
}
/* line 2455, ../sass/forecast-post.scss */
.related_items .related_item .item .post-data a:hover {
  color: #00ace8;
  text-decoration: underline;
}
/* line 2461, ../sass/forecast-post.scss */
.related_items .related_item .item .post-heading-container {
  margin-top: 5px;
}

/* line 2469, ../sass/forecast-post.scss */
#ui-datepicker-div {
  position: relative;
  width: 233px;
  padding: 0;
  margin-top: 9px;
  border: 0;
  border-radius: 0;
}
/* line 2477, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-widget-header {
  height: 38px;
  line-height: 38px;
  background: #e8e8e8;
  padding: 0;
  border-radius: 0;
  border: 0;
}
/* line 2485, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  color: #2d2d2d;
  font: 16px "GothaProLia";
  line-height: 38px;
  font-weight: normal;
}
/* line 2493, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 6px 0 12px;
  color: #131313;
  font-size: 14px;
  font-style: italic;
}
/* line 2499, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 0;
  width: 30px;
  height: 25px;
}
/* line 2504, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-calendar td .ui-state-default {
  height: 25px;
  line-height: 25px;
  background: transparent;
  border: 1px solid transparent;
  color: #131313;
  padding: 0;
  text-align: center;
}
/* line 2514, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-calendar td .ui-state-hover {
  border: 1px solid #f27046;
}
/* line 2521, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background: #f27046;
  color: #fff;
}
/* line 2528, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
  height: 38px;
  top: 0;
}
/* line 2533, ../sass/forecast-post.scss */
#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
  border: 0;
  background: none;
}

/* line 2540, ../sass/forecast-post.scss */
.tablet {
  display: none;
  position: relative;
}

/* line 2545, ../sass/forecast-post.scss */
#ui-datepicker-div:before {
  bottom: 100%;
  left: 15%;
  top: -15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 232, 232, 0);
  border-bottom-color: #e8e8e8;
  border-width: 8px;
  display: block;
  margin-left: -8px;
}

@media (max-width: 1024px) {
  /* line 12, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .sidebar-right-widgets {
    width: 25%;
  }
  /* line 16, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .desktop {
    display: none;
  }
  /* line 19, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .tablet {
    display: block;
  }
  /* line 23, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-default {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 27, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .container-address-info {
    padding-bottom: 0;
  }
  /* line 31, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 35, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .pattern {
    background: url(../def_images/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 44, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .box {
    position: relative;
    padding: 20% 10% 10% 10%;
    width: 80%;
  }
  /* line 49, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .info-action, .single-forecast .box-action .end-action {
    width: 100%;
    display: block;
  }
  /* line 54, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .info-action h3 {
    font-size: 22px;
  }
  /* line 57, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .info-action p {
    width: 100%;
  }
  /* line 61, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .end-action {
    margin-left: 0%;
  }
  /* line 63, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .end-action .date {
    margin-bottom: 20px;
  }
  /* line 65, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .end-action .date div {
    font-size: 36px;
    width: 100%;
  }
  /* line 68, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action .end-action .date div span {
    margin-top: 15px;
  }
  /* line 75, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action a {
    font-size: 19px;
  }
  /* line 78, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action a.get_bonus {
    margin-top: 8px;
  }
  /* line 85, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header.personal img {
    width: 156px;
    height: auto;
  }
  /* line 91, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .info {
    margin-left: 17px;
  }
  /* line 93, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .info div {
    padding: 0 5px;
  }
  /* line 98, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic #bet_chart, .single-forecast .statistic #bet_bookmaker {
    margin: 0 auto;
  }
  /* line 102, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic #chart_win_loss {
    margin-top: 0;
  }
  /* line 104, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic #chart_win_loss .left, .single-forecast .statistic #chart_win_loss .right {
    width: 100%;
  }
  /* line 108, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic #chart_win_loss .bottom .left, .single-forecast .statistic #chart_win_loss .bottom .right {
    width: 49%;
  }
  /* line 113, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .anchors {
    margin-top: 13px;
  }
  /* line 116, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart {
    margin-top: 19px;
    margin-left: 0;
    margin-bottom: 14px;
  }
  /* line 122, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .left, .single-forecast .statistic .bet_chart .right {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  /* line 127, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart p {
    margin-left: 12px;
    margin-right: 12px;
    color: #383838;
    font-size: 16px;
  }
  /* line 134, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .left {
    margin: 0 auto 0 12px;
  }
  /* line 137, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .anchor {
    margin-top: 11px;
    display: inline-block;
    margin-left: 0;
    margin-right: 11px;
  }
  /* line 142, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .anchor .line {
    width: 22px;
  }
  /* line 145, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .anchor span {
    margin-left: 7px;
  }
  /* line 155, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item {
    width: 31%;
  }
  /* line 156, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .tablet {
    display: none;
  }
  /* line 159, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .desktop {
    display: block;
  }
  /* line 165, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item:last-child {
    display: none;
  }

  /* line 173, ../sass/_parts/_forecast-post-media.scss */
  .hr-dotted {
    display: none;
  }

  /* line 176, ../sass/_parts/_forecast-post-media.scss */
  .social_links {
    display: none;
  }

  /* line 179, ../sass/_parts/_forecast-post-media.scss */
  .post-type-news #comments {
    margin-top: 0;
  }

  /* line 182, ../sass/_parts/_forecast-post-media.scss */
  .post-author-block {
    width: 146px;
  }
}
@media (max-width: 950px) {
  /* line 189, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast.inner {
    max-width: 100%;
  }
  /* line 192, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .post-author-block {
    width: 100%;
    text-align: left;
  }
  /* line 196, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .post-author-block a {
    margin-top: 3px;
    margin-right: 0 !important;
    font-size: 16px;
    display: inline-block;
  }
  /* line 202, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .post-author-block .author-circle {
    text-align: center;
    margin: 0 17px 10px 0;
    float: left;
  }
  /* line 208, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .post-author-block .author-info {
    display: inline-block;
    text-decoration: underline;
  }
  /* line 214, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .post-intro {
    float: left;
    overflow: auto;
    min-height: 0;
    border-left: none;
    padding: 0;
  }
  /* line 223, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .author-social-links .share {
    text-align: center;
    margin-right: 17px;
  }
  /* line 227, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .author-social-links .a-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }
  /* line 236, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .left {
    margin: 0 auto;
  }
  /* line 238, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .bet_chart .left .sequence {
    margin-left: 12px;
  }
  /* line 246, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item {
    padding: 0 0 16px;
  }
  /* line 248, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item {
    padding: 0;
    margin: 0 0 2px;
    display: block;
    width: 100%;
    position: relative;
  }
  /* line 254, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-thumb {
    height: 274px;
  }
  /* line 256, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-thumb .cat-badge {
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 267, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-thumb .cat-badge span {
    display: block;
    padding: 0 15px;
  }
  /* line 272, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-thumb .image-gradient {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(53%, transparent));
    background-image: linear-gradient(to top, #000000 0%, transparent 53%);
    background-size: contain;
  }
  /* line 285, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-data {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    padding: 0 20px;
  }
  /* line 290, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-data a {
    color: #fff;
  }
  /* line 292, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-data a h2 {
    font-weight: normal;
    padding: 0 0px 10px;
    font-size: 18px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }
  /* line 299, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-data .post-meta {
    display: block;
  }
  /* line 301, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item .post-data .post-meta .post-meta-item {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    line-height: 40px;
    margin-right: 15px;
    vertical-align: middle;
  }
  /* line 312, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .related_items .related_item .item:last-child {
    display: block;
  }
}
@media (max-width: 500px) {
  /* line 325, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .box-action a {
    font-size: 20px;
  }
  /* line 333, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .stock-lines .stocks .left, .single-forecast .statistic .stock-lines .stocks .right {
    width: 49%;
  }
  /* line 339, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .info {
    display: block;
    margin-left: 0;
  }
  /* line 342, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .info div {
    display: inline-block;
    padding: 0 5px;
  }
  /* line 346, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .info .black {
    display: block;
    margin-top: 24px;
  }
  /* line 353, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .circles .circle .circle-inner, .single-forecast .statistic .box-personal .circles .circle .circle-item {
    height: 100px;
    width: 100px;
  }
  /* line 356, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .circles .circle .circle-inner canvas, .single-forecast .statistic .box-personal .circles .circle .circle-item canvas {
    height: 100px !important;
    width: 100px !important;
  }
  /* line 361, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box-personal .circles .circle .circle-number {
    line-height: 100px;
  }
  /* line 367, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header.personal {
    height: 75px;
  }
  /* line 369, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header.personal h3 {
    background: #e56c69;
    line-height: 29px;
    padding: 13px 3%;
  }
  /* line 373, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header.personal h3 span {
    display: block;
  }
  /* line 378, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header {
    background: 0;
    padding: 0;
    height: auto;
  }
  /* line 382, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header h3 {
    background: #fff;
    width: 94%;
    line-height: 29px;
    padding: 13px 3%;
  }
  /* line 388, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header .filter {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  /* line 392, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .box_header .filter select {
    width: 136px;
  }
  /* line 397, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic #chart_win_loss {
    margin-top: 0;
  }
  /* line 401, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .anchors {
    text-align: center;
  }
  /* line 403, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .anchors .anchor {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 408, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .statistic .list_filter {
    margin-top: 0px;
  }
  /* line 414, ../sass/_parts/_forecast-post-media.scss */
  .single-forecast .close_statistic a {
    width: 95%;
  }

  /* line 419, ../sass/_parts/_forecast-post-media.scss */
  .post-type-news .author-social-links .share {
    margin-right: 10px;
  }

  /* line 423, ../sass/_parts/_forecast-post-media.scss */
  .post-type-news .post-meta-container {
    padding: 0 7px;
  }
}
@media all and (max-width: 400px) {
  /* line 430, ../sass/_parts/_forecast-post-media.scss */
  .bottom .left,
  .bottom .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
/* line 2564, ../sass/forecast-post.scss */
.post-stats .moder-failed,
.post-stats .moder-awating {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
}
/* line 2572, ../sass/forecast-post.scss */
.post-stats .moder-failed::before,
.post-stats .moder-awating::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #43a047;
  border-radius: 50%;
  content: '';
}
/* line 2584, ../sass/forecast-post.scss */
.post-stats .moder-failed > i,
.post-stats .moder-awating > i {
  position: relative;
  color: white;
  font: 16px/50px 'icomoon';
}

/* line 2592, ../sass/forecast-post.scss */
.post-stats .moder-failed:before {
  background-color: #d71015 !important;
}

/* line 2596, ../sass/forecast-post.scss */
.post-stats .moder-awating:before {
  background-color: #f27046 !important;
}

/* line 2600, ../sass/forecast-post.scss */
.post-stats .moder-failed:after {
  content: '';
  background-color: white;
  height: 1px;
  width: 29px;
  top: 48%;
  -webkit-transform: rotate(145deg) translateY(-50%);
          transform: rotate(145deg) translateY(-50%);
  position: absolute;
  left: 10px;
}

@media all and (min-width: 950px) and (max-width: 1100px) {
  /* line 2612, ../sass/forecast-post.scss */
  .view-list .moder-awating,
  .view-list .moder-failed {
    right: initial;
    bottom: -1px;
    top: initial;
    left: 5px;
  }
}
