@charset "UTF-8";
.hotBg {
  background: linear-gradient(to right, #ff4a00, #ffa800);
}

.redBg {
  background-color: #f44700;
}

.orangeBg {
  background-color: #ffa800;
}

.lightBlueBg {
  background-color: #00aff0;
}

.blueBg {
  background-color: #00aff0;
}

.gray2Bg {
  background: #ccc;
}

.whiteBg {
  background: white;
}

.facebookBg {
  background-color: #2D4373;
}

.googleBg {
  background-color: #C23321;
}

.messageBg {
  background-color: #0084ff;
}

.commentBg {
  background-color: #585858;
}

.light-blueBg {
  background-color: #e5f7fd;
}

.instagramBg {
  background-color: #3a709e;
}

.youTubeBg {
  background-color: #d33324;
}

.fansBg {
  background-color: #585858;
}

.blue2Bg {
  background-color: #00aff0;
}

.grayBg {
  background-color: rgba(0, 0, 0, 0.05);
}

.darkGrayBg {
  background-color: #222222;
}

.black-opacityBg {
  background-color: rgba(0, 0, 0, 0.7);
}

.contentBg {
  background-color: #3e444b;
}

.darkFont {
  color: #3a3a3a !important;
}

.blueGrayFont {
  color: #747e8c;
}

:root {
  --blue: #00aff0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00aff0;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --google: #C23321;
  --facebook: #2D4373;
  --breakpoint-xs: 0;
  --breakpoint-ss: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Pragati Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.score-square {
  background-color: #f44700;
  width: 20px;
  height: 20px;
  left: -5px;
  top: -5px;
  position: absolute;
}

.square-font {
  position: relative;
  left: 6px;
  top: 3px;
  text-shadow: rgba(0, 0, 0, 0.85) 0 0.125rem 0.125rem;
  line-height: 2.625rem;
  font-weight: bold;
}
.square-font.iconStyle {
  font-size: 18px;
}

.score-circle {
  background-color: #65676d;
  border-radius: 40px;
  border: 3px solid white;
}
.score-circle.border-lime {
  border-color: #7fe611;
}
.score-circle.border-orange {
  border-color: #ffa800;
}
.score-circle.border-red {
  border-color: red;
}
.score-circle.border-blue {
  border-color: #00aff0;
}

.score-font {
  position: absolute;
  z-index: 4;
  left: -3px;
  top: -2px;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0.125rem 0.125rem;
  line-height: 2.625rem;
  font-weight: bold;
}
.score-font.iconStyle {
  font-size: 18px;
}

.score-block {
  width: 40px;
  height: 40px;
  left: -12px;
  top: -12px;
  position: absolute;
}

.label-block {
  width: 140px;
  height: 40px;
  left: -10px;
  top: -10px;
  position: absolute;
  background-color: #65676d;
}

.label-font {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 5px;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0.125rem 0.125rem;
  line-height: 2.625rem;
  font-weight: bold;
}
.label-font.iconStyle {
  width: 125px;
  text-align: left;
}

.score-star {
  width: 15px;
  height: 15px;
  display: flex;
  align-self: center;
  background: url("../images/star-sprite.png");
  background-position-x: -15px;
  background-position-y: 0;
  background-size: 15px 30px;
  cursor: pointer;
  margin: 0 3px 0 0;
}
.score-star:hover {
  background-position-x: -15px;
  background-position-y: -15px;
}
.score-star.on, .score-star.active {
  background-position-y: -15px;
}
.score-star.active {
  background-position-y: -15px;
}

.scoring-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
.scoring-block p, .scoring-block h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.scoring-block .score-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reviewBlock {
  margin: 10px;
  padding: 15px;
  background: #00aff0;
  color: white;
  width: 160px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 200;
  font-family: "Pragati Narrow", sans-serif;
  white-space: nowrap;
}
.reviewBlock img {
  margin: 0 5px;
}
.reviewBlock h4, .reviewBlock h2 {
  margin-bottom: 0;
}
.reviewBlock h2 smaller {
  color: #9de2fc;
}
.reviewBlock h4 {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.5px;
}
.reviewBlock strong {
  font-size: 44px;
}

.blackScoreBlock {
  color: white;
  max-width: 330px;
  max-height: 160px;
  font-size: 14px;
}
.blackScoreBlock > div {
  display: flex;
  align-items: center;
}
.blackScoreBlock .br-all, .blackScoreBlock .br-left, .blackScoreBlock .br-right, .blackScoreBlock .br-bottom {
  border-color: rgba(239, 240, 240, 0.3);
}
.blackScoreBlock a {
  color: inherit;
}
.blackScoreBlock .reviewBlock {
  margin: 0;
  width: 105px;
  height: 105px;
}
.blackScoreBlock .blackScoreText {
  width: 100%;
  display: block;
  padding: 15px;
}
.blackScoreBlock .blackScoreText h3 {
  font-size: 16px;
}
.blackScoreBlock .blackScoreText > div:first-of-type {
  display: flex;
  align-items: center;
}
.blackScoreBlock .blackScoreText > div > div {
  margin: 0;
}
.blackScoreBlock .blackScoreText > div h3 {
  margin: 0 0 0 5px;
}
.blackScoreBlock > div:nth-of-type(2) > div {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  padding: 13px;
}
.blackScoreBlock > div:nth-of-type(2) > div h3 {
  margin: 0;
}

.voteBlockButtons {
  display: flex;
  width: 330px;
  height: 50px;
}
.voteBlockButtons .voteBlockButton {
  display: inline-flex;
  flex-grow: 1;
  flex-basis: 50%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  min-height: 50px !important;
}

.rating-box {
  background: #e3f7fd;
  max-width: 270px;
  padding: 15px;
  color: #111;
  display: inline-block;
  width: 100%;
  position: relative;
}
.rating-box h2 {
  color: #111;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
  font-family: "Pragati Narrow", sans-serif;
}
.rating-box h3 {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-family: "Pragati Narrow", sans-serif;
}
.rating-box .rating-bar {
  margin: 0 35px 5px 0;
  clear: both;
  width: auto;
  height: 1.875rem;
  list-style-type: none;
  padding: 5px 0 10px;
}
.rating-box .rating-bar li {
  display: block;
  float: left;
  width: 10%;
  height: auto;
  padding: 0 2px;
}
.rating-box .rating-bar li.current a {
  background-image: url(/dist/images/icon-star-full.png);
}
.rating-box .rating-bar li a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: top center;
  backgorund-repeat: no-repeat;
  background-size: contain;
  background-image: url(/dist/images/icon-star.png);
  transition: background 250ms;
}
.rating-box .user-rating-value {
  position: absolute;
  right: 15px;
  margin: 0;
  top: 79px;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}

.badgesBlock {
  width: 170px;
  height: 100px;
  margin: 0;
  padding: 20px 15px;
  color: #00aff0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.badgesBlock .badges-container > a img {
  max-width: 30px;
  max-height: 30px;
}
.badgesBlock .badges-container .badge-placeholder {
  background: #fff;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px #bbb solid;
}
.badgesBlock .badges-container .badge-placeholder .add-badge {
  display: block;
  font-size: 2rem;
  line-height: 1;
  top: -3px;
  text-align: center;
  width: 30px;
  position: relative;
  font-weight: 600;
  color: #bbb;
  font-family: Arial, Helvetica, sans-serif;
}
.badgesBlock .badges-container .badge-shadow {
  box-shadow: 0 2px 2px #90cde4;
}
.badgesBlock .badges-container img:not(:first-of-type) {
  margin-left: 5px;
}
.badgesBlock .add-badge {
  cursor: pointer;
}
.badgesBlock > div {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.badgesBlock h4 {
  font-weight: 700;
  color: #00aff0;
  margin: 0;
}

.badges-add-container {
  max-width: 800px;
}
.badges-add-container .badges-header {
  border-bottom: 1px #d8d8d8 solid;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.badges-add-container .badge {
  padding: 0.625rem;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all, 250ms;
  width: 33%;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .badges-add-container .badge {
    width: 100%;
  }
}
.badges-add-container .badge .badge-image {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.badges-add-container .badge .badge-title {
  font-weight: 700;
  float: left;
  font-size: 16px;
  line-height: 1.5;
}
.badges-add-container .badge:hover {
  border-color: #00aff0;
}
.badges-add-container .badge.active {
  border-color: #00aff0;
  background-color: #00aff0;
  color: #fff;
}
.badges-add-container.locked .badge:not(.active) {
  opacity: 0.5;
}
.badges-add-container.locked .badge:not(.active):hover {
  border-color: #eee;
  cursor: default;
}

#comments {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
#comments h1, #comments h2, #comments h3, #comments a, #comments p, #comments span, #comments li, #comments button, #comments input {
  font-family: Arial, sans-serif;
}
#comments .share-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1 1 auto;
  margin: 10px 0;
}
#comments .share {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  position: relative;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  padding: 2px 8px;
}
#comments .share:hover, #comments .share:focus {
  color: #fff;
}
#comments .share .fa {
  margin-right: 4px;
}
#comments .share-twitter {
  background-color: #00aced;
}
#comments .share-facebook {
  background-color: #3b5998;
}
#comments a {
  color: #656c7a;
  vertical-align: middle;
  transition: 0.2s color ease-out;
}
#comments a:not(:last-child):not(.last):not(.vote):after:not(.share):after {
  content: "•";
  color: #c2c6cc;
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
  margin: 0 6px;
}
#comments a:hover, #comments a:focus {
  color: #4e535e;
}
#comments .editorAction {
  cursor: pointer;
  display: inline-block;
  margin: 6px 16px 6px 0;
}
#comments .editorAction, #comments .editorAction .fa {
  color: rgba(29, 47, 58, 0.5);
  font-weight: bold;
}
#comments .editorAction:hover, #comments .editorAction:focus, #comments .editorAction .fa:hover, #comments .editorAction .fa:focus {
  color: rgba(29, 47, 58, 0.7);
}
#comments .avatar {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
#comments .comment-badge:before {
  content: "•";
  color: #c2c6cc;
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
  margin: 0 6px;
}
#comments .comment-badge span {
  color: #fff;
  background: #687a86;
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#comments .comment-form {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 10px;
  position: relative;
}
#comments .comment-form .suggestion-list {
  position: absolute;
  left: 70px;
  top: auto;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  min-width: 200px;
}
#comments .comment-form .suggestion-list .suggestion {
  display: block;
  transition: background 0.2s ease-out;
  background: #fff;
  padding: 15px;
  font-size: 16px;
  color: #00aff0;
}
#comments .comment-form .suggestion-list .suggestion:hover, #comments .comment-form .suggestion-list .suggestion:focus {
  cursor: pointer;
  background: #fcfcfc;
}
#comments .comment-form .form-group {
  width: 100%;
  margin-bottom: 0;
}
#comments .comment-form .form-control {
  border: solid 2px #dbdfe4;
  border-radius: 4px;
  max-height: 48px;
}
#comments .comment-form .form-control.disabled {
  cursor: pointer;
}
#comments .comment-form .toolbar {
  background: #f6f8f9;
  border-radius: 0 0 2px 2px;
  border: solid 2px #dbdfe4;
  border-top: 0;
  transition: opacity 0ms 0ms, height 0ms 250ms;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-between;
}
#comments .comment-form .toolbar .icons {
  margin-right: auto;
  margin-left: 10px;
}
#comments .comment-form .toolbar .btn-submit {
  background: rgba(29, 47, 58, 0.6);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: right;
  height: 38px;
  border-radius: 0;
  font-size: 12px;
  position: relative;
  top: -2px;
  right: -2px;
  margin-left: auto;
  text-transform: none;
}
#comments .comment-form .toolbar .btn-submit:hover {
  background: rgba(29, 47, 58, 0.7);
}
#comments .comment-form.active .toolbar {
  opacity: 1;
  height: 36px;
  visibility: visible;
  overflow: visible;
  transition: opacity 0ms 0ms, height 250ms;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#comments .comment-form.active .form-control {
  max-height: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#comments .visible {
  display: flex;
}
#comments .hidden {
  display: none;
}
#comments .comment-element {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  position: relative;
}
#comments .comment-element > .comment-inside {
  padding: 10px 10px 10px 10px;
  position: relative;
}
#comments .comment-element .admin-actions > a {
  display: inline-block;
  margin-right: 8px;
}
#comments .comment-element .actions > div, #comments .comment-element .actions > div > a {
  display: inline-block;
  margin-right: 8px;
}
#comments .comment-element.highlighted > .comment-inside {
  background: #ebeef2;
}
#comments .comment-element .replies {
  margin-top: 12px;
  margin-left: 60px;
}
#comments .meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #3a3a3a;
}
#comments .meta .time {
  color: #656c7a;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}
#comments .meta .author {
  color: #00aff0;
  font-weight: bold;
  margin-right: 0;
}
#comments article {
  margin: 8px 0;
  color: #2a2e2e;
  font-size: 15px;
}
#comments article img {
  max-width: 300px !important;
  max-height: 300px !important;
  object-fit: contain;
}
#comments article a {
  color: #00aff0;
  font-size: inherit;
  vertical-align: top;
}
#comments .reply-form {
  margin: 20px 0;
}
#comments .reply-form.last {
  margin-left: -60px;
}
#comments .votes {
  display: inline-block;
  margin-right: 8px;
}
#comments .votes .rating {
  font-weight: bold;
  margin-right: 6px;
}
#comments .votes a {
  margin-right: 6px;
}
#comments .votes a.active, #comments .votes a:hover, #comments .votes a:focus {
  color: #00aff0;
}

.blur {
  z-index: 2;
}

.spam-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.spam-overlay span {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  color: #000;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 60px);
}

.spam .blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='svgMask'><feGaussianBlur stdDeviation='3' /></filter></svg>#svgMask");
  background: rgba(255, 255, 255, 0.75);
}

.spam .spam-overlay {
  display: flex;
}

.overlay-votes {
  position: absolute;
  min-width: 150px;
  max-height: 250px;
  overflow: auto;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay-votes.hidden {
  display: none;
}
.overlay-votes.loaded .loader {
  display: none;
}
.overlay-votes .vote {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}
.overlay-votes .vote .avatar {
  width: 48px;
  height: 48px;
}
.overlay-votes .vote .author {
  color: #00aff0;
  font-weight: bold;
  margin-right: auto;
}

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