@media screen and (max-width: 500px) {
  .pane-nin-comments-all-comments .col-1 {
    width: 15%;
  }
}
@media screen and (max-width: 500px) {
  .pane-nin-comments-all-comments .col-11 {
    width: 83%;
  }
}
.pane-nin-comments-all-comments .container-all-comments {
  background: #f1f2ed;
  margin-bottom: 20px;
}
.pane-nin-comments-all-comments .container-all-comments .col-aside {
  width: 32.1%;
  margin-left: 0;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .col-aside {
    width: 100%;
    margin-left: 0;
  }
}
.pane-nin-comments-all-comments .container-all-comments .col-content {
  background: #FFFFFF;
  border-left: 1px solid #f1f1ed;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .col-content {
    width: 100%;
    margin-left: 0;
  }
}
.pane-nin-comments-all-comments .container-all-comments .moms-note {
  text-align: center;
  padding: 25px 0;
  background: #fafafa;
  border-top: 1px solid #f1f1ed;
  border-bottom: 1px solid #f1f1ed;
}
.pane-nin-comments-all-comments .container-all-comments .moms-note .moms-note-text {
  color: #31a8db;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  display: block;
}
.pane-nin-comments-all-comments .container-all-comments .moms-note .star-ratings-sprite {
  background: url("../img/star-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 150px;
  margin: 0 auto;
}
.pane-nin-comments-all-comments .container-all-comments .moms-note .star-ratings-sprite-rating {
  background: url("../img/star-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
.pane-nin-comments-all-comments .container-all-comments .article-list.article-list-default {
  background: #FFFFFF;
  margin-bottom: 0;
  padding: 20px 20px 0 !important;
  border-bottom: none;
}
.pane-nin-comments-all-comments .container-all-comments .article-list.article-list-default .content_center {
  width: 100%;
  margin: 0 !important;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form {
  position: relative;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transform: rotate(45deg);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box::before, .pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box::after {
  content: " ";
  position: absolute;
  background-color: orange;
  border-radius: 1px;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box::before {
  width: 2px;
  height: 20px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box::after {
  width: 20px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box span {
  color: transparent;
  display: none;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .anon-comments-login-box-subtitle {
  padding-bottom: 20px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form [id^=edit-image-container-] {
  margin-left: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form #custom-rate-widget {
  display: block;
  margin: 12px auto 22px;
  text-align: center;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form #custom-rate-widget .rate-fivestar-btn-filled,
.pane-nin-comments-all-comments .container-all-comments form.comment-form #custom-rate-widget .rate-fivestar-btn-empty {
  background: url("../img/star-sprite.png");
  height: 21px;
  width: 28px;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form #custom-rate-widget .rate-fivestar-btn-filled {
  background-position: 0 100%;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-title input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #31a8db;
  font-weight: bold;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-title input::-moz-placeholder {
  /* Firefox 19+ */
  color: #31a8db;
  font-weight: bold;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-title input:-ms-input-placeholder {
  /* IE 10+ */
  color: #31a8db;
  font-weight: bold;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-title input:-moz-placeholder {
  /* Firefox 18- */
  color: #31a8db;
  font-weight: bold;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link {
  text-align: left;
  position: relative;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-label {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  left: 0;
  background-image: url("../img/link-ico.PNG");
  background-repeat: no-repeat;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .comment-link-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 47, 77, 0.2);
  cursor: pointer;
  z-index: 99;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  font-size: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .popup-close:before, .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 2px;
  background: #999;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .popup-close:before {
  transform: rotate(45deg);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .popup-close:after {
  transform: rotate(-45deg);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field {
  display: flex;
  flex-flow: column;
  width: 75%;
  float: left;
  margin-bottom: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field > label {
  display: inline-block;
  width: 16px;
  font-size: 0;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 0;
  position: relative;
  order: 1;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field > label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("../img/blue-link-ico.PNG");
  background-repeat: no-repeat;
  background-size: 20px;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .link-field-subrow {
  order: 3;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .link-field-subrow .form-item.form-type-urlfield {
  margin-bottom: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .link-field-subrow .form-item.form-type-urlfield .form-url {
  width: calc(100% - 20px);
  padding: 10px;
  background: #f6f6f6;
  border: solid 1px #ccc;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .link-field-subrow .form-item.form-type-urlfield .form-url.error {
  border: 1px solid #cc3366;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .link-field-subrow .form-item.form-type-urlfield .form-url {
    width: 94%;
  }
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .description {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 10px;
  order: 2;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .action {
  width: 30%;
  padding-top: 48px;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .action .button {
  max-width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .action .button {
    font-size: 12px;
    padding: 10px 0;
  }
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .form-actions {
  text-align: right;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .form-actions .button {
  margin: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .form-actions .ajax-progress-throbber {
  display: none;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form input.form-text,
.pane-nin-comments-all-comments .container-all-comments form.comment-form textarea {
  padding: 10px 20px;
  font-size: 12px;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form input.form-text:focus,
.pane-nin-comments-all-comments .container-all-comments form.comment-form textarea:focus {
  outline: none;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .error-allowed-words-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 47, 77, 0.2);
  cursor: pointer;
  z-index: 99;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container {
  min-width: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: initial;
  text-align: left;
  padding: 15px 15px 40px;
  margin-bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  font-size: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .popup-close:before, .pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 2px;
  background: #999;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .popup-close:before {
  transform: rotate(45deg);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .popup-close:after {
  transform: rotate(-45deg);
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .error-allowed-words-title {
  color: #31a8db;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .error-allowed-words-body {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 10px;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .error-allowed-words-body .popup-close-button {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .error-allowed-words-words {
  color: red;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review {
  margin: 0;
  padding: 20px 20px 0;
  border: none;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .author-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .author-date .username,
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .author-date .date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .rate-widget-fivestar {
  text-align: left !important;
  margin-bottom: 15px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .rate-widget-fivestar .comment-count-stars {
  font-size: 1.2rem;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .comment-body {
  margin-bottom: 30px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .comment-body .comment-title {
  color: #31a8db;
  font-weight: bold;
  margin-bottom: 10px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .comment-body .comment .custom-user-comment {
  color: #31a8db;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions {
  border-bottom: 1px solid #f1f1ed;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links {
    display: block;
    position: relative;
  }
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-reply {
  cursor: pointer;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-reply {
    padding-bottom: 20px;
  }
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-reply .open-button-replies {
  color: #31a8db;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-show-replies,
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-hide-replies {
  color: #31a8db;
  position: relative;
  cursor: pointer;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-show-replies:after,
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-hide-replies:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags {
  line-height: 0;
  font-size: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report {
  display: inline-block;
  margin-left: 50px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .shared-node-comments {
  font-size: 0;
  position: relative;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .shared-node-comments:before {
  content: "";
  display: block;
  background: url("../img/share-icon.png") no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 47, 77, 0.2);
  cursor: pointer;
  z-index: 99;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content {
  min-width: 470px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: initial;
  margin-bottom: 0;
  background: #FFFFFF;
  border: solid 2px #8D8D8D;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head {
  padding: 12px;
  background: #b2b2b2;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-all-head-title {
  color: #FFF;
  font-size: 12px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-node-comments-cancel-x {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 10px;
  height: 15px;
  cursor: pointer;
  font-size: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-node-comments-cancel-x:before, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-node-comments-cancel-x:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 2px;
  background: #FFF;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-node-comments-cancel-x:before {
  transform: rotate(45deg);
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-node-comments-cancel-x:after {
  transform: rotate(-45deg);
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body {
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a {
  display: block;
  padding: 18px 10px 18px 70px;
  color: #8D8D8D;
  font-weight: normal;
  border-bottom: solid 1px #8D8D8D;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a.shared-node-comments-custom-facebook {
  background: url("../img/facebook.png") no-repeat center left;
  background-size: 50px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a.shared-node-comments-custom-twitter {
  background: url("../img/twitter.png") no-repeat center left;
  background-size: 50px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a.shared-node-comments-custom-pinterest {
  background: url("../img/pinterest.png") no-repeat center left;
  background-size: 50px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a:last-child {
  border: none;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content {
    min-width: 85%;
    width: 85%;
  }
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .report-node-comments {
  font-size: 0;
  position: relative;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .report-node-comments:before {
  content: "";
  display: block;
  background: url("../img/flag-inactive.png") no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag.reported-for-user .report-node-comments:before {
  background: url("../img/flag-active.png") no-repeat center center;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag.reported-for-user.flag-validate .report-node-comments:before {
  background: url("../img/flag-active-green.png") no-repeat center center;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 47, 77, 0.2);
  cursor: pointer;
  z-index: 99;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content {
  min-width: 470px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: initial;
  padding: 15px 15px 5px;
  margin-bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head {
  margin-bottom: 20px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-all-head-title {
  background: url("../img/flag-blue.png") no-repeat center left;
  color: #31a8db;
  font-size: 10px;
  padding: 10px 25px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-node-comments-cancel-x {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  font-size: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-node-comments-cancel-x:before, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-node-comments-cancel-x:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 2px;
  background: #999;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-node-comments-cancel-x:before {
  transform: rotate(45deg);
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-node-comments-cancel-x:after {
  transform: rotate(-45deg);
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-body {
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-buttons {
  float: right;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-buttons .button {
  margin: 0 0 10px 10px;
  padding: 6px 20px;
  text-transform: inherit;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content {
    min-width: 85%;
    width: 85%;
  }
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .flag-throbber {
  display: none;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-show-replies:after {
  border-width: 5px 5px 0 5px;
  border-color: #31a8db transparent transparent transparent;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-hide-replies:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #31a8db transparent;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-replies-comments {
  width: 100%;
  background: #fafafa;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-replies-comments .indented {
  margin-left: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-replies-comments .indented .review .row {
  border-bottom: 1px solid #ccc;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-replies-comments .indented .review:last-child .row {
  border-bottom: none;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-replies-comments .indented .actions {
  border-bottom: none;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-reply-form .article-list.article-list-default {
  background: #fafafa;
  border-top: none;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-reply-form .article-list.article-list-default .col {
  clear: both;
  margin-left: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-reply-form .article-list.article-list-default .col[id^=edit-input-container-] {
  width: 97%;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-show-reply-form .article-list.article-list-default .form-actions {
  clear: both;
  margin-left: 0;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link {
  width: 65%;
  margin-bottom: 30px;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe {
  position: relative;
  height: 0;
  padding-bottom: 36.5%;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video video,
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video iframe, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video video,
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video iframe, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe video,
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.image img {
  max-height: 1200px;
  width: auto;
}
@media (max-width: 500px) {
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link {
    width: 100%;
  }
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe {
    position: relative;
    height: auto;
    padding-bottom: initial;
  }
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video video,
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video iframe, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video video,
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video iframe, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe video,
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe iframe {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video video .player .vp-player-layout,
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe-video iframe .player .vp-player-layout, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video video .player .vp-player-layout,
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.video iframe .player .vp-player-layout, .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe video .player .vp-player-layout,
  .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .content-link.iframe iframe .player .vp-player-layout {
    width: 100% !important;
    left: 0 !important;
    height: 100% !important;
  }
  .reviews .comment-count-stars--2--{
    padding-top: 2%;
  }
  .article-full .article-header .reviews,node--blog--full .article-header .reviews {
    align-items: center;
    justify-content: center;
  }
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .comment-load-more-wrapper {
  margin: 20px auto;
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .comment-load-more-wrapper .button {
  background-color: rgba(245, 149, 63, 0.8);
}
.pane-nin-comments-all-comments .container-all-comments .list-reviews .comment-load-more-wrapper .button:hover, .pane-nin-comments-all-comments .container-all-comments .list-reviews .comment-load-more-wrapper .button:focus {
  background-color: #f5953f;
}

.rate-widget-fivestar {
  margin-right: 10px;
}

.view-mode-teaser .rate-widget-fivestar {
  margin-bottom: 10px;
}
.view-mode-teaser .reviews {
  display: none;
}

.reviews .comment-count-stars, .reviews .comment-count-stars--2-- {
  font-size: 1.4rem;
}
.reviews .comment-count-stars {
  width: 100%;
  height: 100%;
  display: block;
}

.container-all-comments-rate-full-mode {
  display: inline-block;
  margin-right: 5px;
}
.container-all-comments-rate-full-mode .star-ratings-sprite {
  background: url("../img/star-sprite.png") repeat-x;
  background-size: 20% 200%;
  font-size: 0;
  height: 15px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 100px;
  display: block;
}
.container-all-comments-rate-full-mode .star-ratings-sprite-rating {
  background: url("../img/star-sprite.png") repeat-x;
  background-position: 0 100%;
  background-size: 20px 200%;
  float: left;
  height: 15px;
  display: block;
}
.container-all-comments-rate-full-mode .no-stars {
  padding-bottom: 1em;
}

html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .moms-note .star-ratings-sprite {
  transform: rotateY(180deg);
}
@media screen and (max-width: 500px) {
  html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags {
    right: auto;
    left: 0;
  }
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a {
  padding: 18px 70px 18px 10px;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a.shared-node-comments-custom-facebook, html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a.shared-node-comments-custom-twitter, html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-body > a.shared-node-comments-custom-pinterest {
  background-position-x: right;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.share .nin-comments-links-share-all .nin-comments-links-share-all-content .nin-comments-links-share-all-head .share-node-comments-cancel-x {
  right: auto;
  left: 12px;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container {
  display: flex;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .popup-close {
  left: 10px;
  right: auto;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .action {
  text-align: left;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-popup .popup-container .form-item.form-type-link-field .description {
  text-align: right;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-node-comments-cancel-x {
  left: 15px;
  right: auto;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-head .report-all-head-title {
  background-position-x: right;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments .list-reviews .review .actions .nin-comments-links .nin-comments-links-flags .nin-comments-links-report.flag .nin-comments-links-report-all .nin-comments-links-report-all-content .nin-comments-links-report-all-buttons {
  float: left;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container {
  text-align: right;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .popup-close {
  right: auto;
  left: 15px;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .error-allowed-words .popup-container .error-allowed-words-body .popup-close-button {
  left: 0;
  right: auto;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .form-actions {
  text-align: left;
}
html[dir=rtl] .rate-widget-fivestar {
  margin-right: 0;
  margin-left: 10px;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form [id^=edit-image-container-] {
  margin-right: 0;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link {
  text-align: right;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-label {
  padding-right: 25px;
  padding-left: 0;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .field-name-comment-link .comment-link-label:before {
  left: auto;
  right: 0;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .form-actions {
  text-align: left;
}
html[dir=rtl] .pane-nin-comments-all-comments .container-all-comments form.comment-form .anon-comments-login-box .hide-anon-comments-login-box {
  right: auto;
  left: 10px;
}