@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#comments  {
    clear: both;
    padding: 0 10px 20px;
    margin-top: 10px;
}
.page-club #comments {
    border-top: 1px dashed #ccc;
    padding: 20px 40px 20px;
    margin-top: 10px;
    position: relative;
}
#comments .comments-loader:not(:required) {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  border-radius: 50%;
  position: relative;
  border: 4px solid #919191;
  border-right-color: transparent;
  -webkit-animation: rotate-forever 1s infinite linear;
  animation: rotate-forever 1s infinite linear; }

.clearfix {
    display: block;
    clear: both;
}
#comments .expand-transition {
  transition: all .3s ease; }

#comments .expand-enter,
#comments .expand-leave {
  height: 0;
  opacity: 0;
  margin-bottom: 0px; }

#comments .total {
    font-size: 18px;
    font-family: 'OpenSans Semi Bold';
    display: inline-block;
    margin: 0 0 10px; }
#comments .comments-notification {
    text-decoration: none;
    color: #ccc; }
#comments .comments-notification:before {
    content: '\e91f';
    font: 16px 'Icons';
    margin-left: 10px; }
#comments .comments-notification:hover:before,
#comments .comments-notification.active:before {
    color: #e0002d; }

#comments .comments-wrap {
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.comments-header {
    border-bottom: 1px solid #e5e5e5;
}
.comments-header {
    margin: 0;
}
.comments-header li {
    display: inline-block;
    padding: 0 4px 5px;
    font-family: "OpenSans Semi Bold";
    font-size: 15px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.comments-header li a {
    text-decoration: none;
    color: rgba(0,0,0,0.55);
}
.comments-header li a.bold,
.comments-header li a.quote {
    font-family: "OpenSans Bold";
}
.comments-header li a.italic {
    font-style: italic;
}
.comments-header li a.underline {
    text-decoration: underline;
}
.comments-header li:last-child {
    float: right;
    font-size: 14px;
    text-transform: lowercase;
    border-bottom: 2px solid #e5e5e5;
    margin-top: 2px;
    padding-right: 0;
    font-family: OpenSans;
}
.comments-header li:hover,
.comments-header li.active {
    border-bottom: 2px solid #e0002d;
}
.comments-header li:first-child {
    padding-left: 0;
}
.comments-footer {
    border-top: 1px solid #e5e5e5;
    text-align: right;
    padding-top: 3px;
    font-size: 13px;
}
.comments-footer a {
    color: rgba(0,0,0,0.55);
    text-decoration: none;
}
.comments-footer a:hover {
    text-decoration: underline;
}
.comments-footer a:first-child {
    float: left;
}
.comments-action {
    margin-top: 10px;
}
  #comments form textarea,
  #comments form .preview-area {
      width: 100%;
      display: block;
      padding: 10px 0;
      font-size: 15px;
      color: rgba(0,0,0,0.85);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      border: 0;
      resize: none;
      min-height: 60px;
      overflow: hidden;
      line-height: 1;
  }
#comments form .preview-area p {
    margin: 0;
}
  #comments form button {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
      border: 1px solid #9e9e9e;
      background: transparent;
      cursor: pointer;
      letter-spacing: 0.5px;
  }
  #comments form button[type="submit"] {
    min-width: 55px;
    background: #e0002d;
    border-color: #e0002d;
    color: #fff; }
    #comments form button:hover {
        margin-top: 0 !important;
        box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
    }
  #comments form .form-group {
    margin-bottom: 10px; }
  #comments form input.form-control {
    max-width: 300px; }
  #comments form .char-count {
    color: #899eb8;
    font-size: 12px; }
  #comments form .cancel {
    margin: 0 3px; }

#comments .alert {
  padding: 10px;
  font-size: 14px;
  margin: 10px 0 15px;
  background: #e0002d;
  color: #fff;
  position: relative;}
  #comments .alert ul {
    padding-left: 20px;
    list-style-type: disc; }
  #comments .alert .close {
      position: absolute;
      cursor: pointer;
      right: 10px;
      font-size: 23px;
      top: 0;
  }
  #comments .alert-auth {
      background: #F9F9F9;
      color: #000;
      border-left: 3px solid #e0002e;
  }
.comment-sort {
    position: relative;
}
.comment-sort .c-sort {
    font-size: 14px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
#comments .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.comment-sort .dropdown-menu,
.edit-menu .dropdown-menu {
  font-size: 14px;
  min-width: 140px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  color: #000;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175); }
.comment-sort .dropdown-menu li,
.edit-menu .dropdown-menu li {
  padding: 5px 10px 5px 15px;
}
.comment-sort .dropdown-menu li:hover,
.edit-menu .dropdown-menu li:hover {
  background: #e0002d;
}
.comment-sort .dropdown-menu li:hover a,
.edit-menu .dropdown-menu li:hover a {
    color: #fff;
}
.comment-sort a {
  color: #899eb8; }
  .comment-sort a:hover {
    color: #526b89; }

.comment-content {
  position: relative;
  transition: all .2s ease-in-out;
  opacity: .99;}
.comment.unread .comment-content:before {
    content: '';
    display: block;
    padding: 5px;
    position: absolute;
    background-color: #fffacd;
    width: 100%;
    height: 100%;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: 0;
    z-index: -1;
}
.comment-content:after {
    content: '';
    display: block;
    clear: both; }
  .comment-content.target {
    padding-left: 12px; }
    .comment-content.target .indicator {
      background: #F66857;
      transition: opacity 10s linear; }
  .comment-content:hover .dropdown {
    display: inline-block; }

.comment-list {
  padding: 0px;
  margin-top: 10px;
  list-style: none; }
  .comment-list.children {
    display: block;
    margin-top: 15px; }
    .comment-list.children li.comment {
      padding: 0px;
      border-bottom: none; }

li.comment {
  font-size: 14px; }

.comment .avatar {
  float: left;
  margin-right: 14px; }
  .comment .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }

.comment .indicator {
  top: 0;
  left: 0;
  width: 4px;
  height: 40px;
  position: absolute;
  border-radius: 1px; }

.comment.collapsed {
  padding: 15px 0; }
  .comment.collapsed .comment-footer,
  .comment.collapsed .comment-list,
  .comment.collapsed .comment-body-inner {
    display: none; }
  .comment.collapsed .avatar img {
    width: 36px;
    height: 36px; }
  .comment.collapsed .indicator {
    height: 36px; }
  .comment.collapsed .comment-body {
    margin-left: 36px; }
    .comment.collapsed .comment-body .comment-header {
      padding-top: 8px; }
    .comment .comment-body .report-comment {
        width: 16px;
        height: 16px;
        display: inline-block;
    }
    .comment .comment-body .report-comment:before {
        content: '\e911';
        font: 15px 'Icons';
        color: #899eb8;
        cursor: pointer;
        opacity: 0.3;
    }
    .comment .comment-body .report-comment.active:before,
    .comment .comment-body .report-comment:hover:before {
        color: #e0002e;
        opacity: 1;
    }

.comment-body form {
  margin-left: 0 !important; }
.comment-body + form {
    margin-top: 10px;
}

.comment-body .comment-header a,
.comment-body .comment-footer a {
  color: #899eb8; }
  .comment-body .comment-header a:hover,
  .comment-body .comment-footer a:hover {
    color: #526b89; }

.comment-body .toggle-hidden {
    color: #3b3b3b;
    text-decoration: underline;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block;
    transition: 0s;
}
.comment-body .toggle-hidden.collapsed {
    padding: 10px 0 0;
}
.comment-message ~ .toggle-hidden {
    padding-bottom: 0;
}

.comment-body .comment-footer a {
  font-size: 13px; }

.comment-body .comment-footer .comment-voting + .reply {
  margin-left: 5px; }

.comment-body .glyphicon {
  font-size: 11px; }

.comment-body .author {
  color: #262626 !important;
  font-family: OpenSans Semi Bold;
  font-size: 14px;
  text-decoration: none; }
.comment-body .author:hover {
  text-decoration: underline; }

.comment-body .parent-author {
  font-size: 14px; }
.comment-body .parent-author .comment-reply {
  font: 16px 'Icons';
  font-size: 12px;
  padding-left: 5px; }

.comment-body .time-ago,
.comment-body .admin-link {
  font-size: 13px;
  margin-left: 6px; }

.comment-body .sep {
  height: 12px;
  display: inline-block;
  border-left: 2px solid #eaedee; }

.comment-body .dropdown {
  display: none;
  margin-top: -5px; }
  .comment-body .dropdown.open {
    display: inline-block; }
  .comment-body .dropdown .collapse,
  .comment-body .dropdown .expand {
    color: #777;
    opacity: .5;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-right: 2px; }
    .comment-body .dropdown .collapse:hover,
    .comment-body .dropdown .expand:hover {
      opacity: 1; }
  .comment-body .dropdown .collapse {
    display: inline-block; }
  .comment-body .dropdown .expand {
    display: none; }
  .comment-body .dropdown .caret {
    margin-top: -5px; }
  .comment-body .dropdown .edit-menu {
    display: inline-block;
    position: relative; }
  .comment-body .dropdown .dropdown-toggle {
    opacity: .5;
    cursor: pointer;
    padding-right: 3px;
    display: inline-block; }
    .comment-body .dropdown .dropdown-toggle:hover {
      opacity: 1; }
  .comment-body .dropdown .dropdown-menu {
    top: 20px;
    left: -70px;
    padding: 0px;
    min-width: 100px; }
    .comment-body .dropdown .dropdown-menu > li > a {
      font-size: 13px; }

.comment-body .hold {
  color: #a94442;
  font-size: 13px;
  margin-top: 5px; }

.comment-message {
  padding: 7px 0;
  line-height: 1.7;
  color: #3b3b3b;
  letter-spacing: .6px;
  font-size: 14px;
  word-wrap: break-word;
  font-family: OpenSans; }
  .comment-message blockquote,
  #comments .preview-area blockquote {
    background: #eeefff;
    padding: 10px;
    border-left: 3px solid #e0002d;
    margin: 10px 15px; }
  .comment-message p,
  #comments .preview-area p {
    margin: 0px; }
  .comment-message img:not(.emoji),
  #comments .preview-area img:not(.emoji) {
    height: auto;
    margin: 5px 0;
    display: block;
    max-width: 100%;
    border-radius: 2px; }
  .comment-message pre
  #comments .preview-area pre {
    border: none;
    padding: .8em; }
    .comment-message pre:first-child,
    #comments .preview-area pre:first-child {
      margin-top: 0px; }
  .comment-message ul,
  #comments .preview-area ul {
    padding-left: 20px;
    list-style-type: disc; }
  .comment-message .emoji {
    width: 18px; }

.comment-voting {
  color: #999;
  font-size: 12px;
  display: inline-block; }
  .comment-voting .sep {
    margin: 0 2px; }
  .comment-voting .upvotes {
      vertical-align: middle;
  }
  .comment-voting a.upvote.voted,
  .comment-voting a.upvote.voted:hover {
    color: #56b281 !important; }
  .comment-voting a.downvote.voted,
  .comment-voting a.downvote.voted:hover {
    color: #e0002e !important; }
  .comment-voting a .vote-up:before {
      transform: rotate(90deg);
      content: '\e912';
      font: 14px 'Icons';
      font-weight: 600;
      padding: 0 5px 0 3px;
  }
  .comment-voting a .vote-up {
    display: inline-block; }
  .comment-voting a .vote-down {
    transform: rotate(90deg);
    display: inline-block; }

.quote-tooltip {
    background: #333;
    border-radius: 3px;
    position: absolute;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4);
    z-index: 1;
    pointer-events: auto;
    transition-duration: 350ms;
    animation-duration: 350ms;
}

.quote-tooltip .tooltipster-content a:before {
    content: '\52';
    font: 16px 'Icons';
    padding: 5px 7px 8px;
    display: inline-block;
}
.quote-tooltip .tooltipster-content {
    color: #fff;
}
.pagination {
    font: 14px 'OpenSans Semi Bold';
    padding-top: 20px;
    display: flex;
}
.pagination li {
    height: 21px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 21px;
    padding: 0 5px;
}
.pagination li.active {
    background: #e0002a;
}
.pagination li.disabled {
    color: #aaa;
}
.pagination li a {
    color: #e0002a;
    text-decoration: underline;
}
.pagination li.active span, .pagination li.active a {
    color: #fff;
    background: #e0002a;
}
body:not(.page-club) .popup-club-add-comments {
    display: none !important;
}


#toast-container {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    z-index: 999;
}
#toast-container .toast {
    width: 300px;
    background: rgba(0, 0, 0, 0.6);
    color: #eee;
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
}
#toast-container .toast-info {
    border-bottom: 3px solid rgba(0, 0, 0, 0.6);
}
#toast-container .toast-warning {
    border-bottom: 3px solid rgba(239, 187, 0, 0.6);
}
#toast-container .toast-error {
    border-bottom: 3px solid rgba(244, 67, 54, 0.6);
}
#toast-container .toast-success {
    border-bottom: 3px solid rgba(139, 195, 74, 0.6);
}
.textcomplete-dropdown {
    margin-top: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.textcomplete-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 10px;
    font-size: 15px;
    cursor: pointer;
    transition: 0s;
}
.textcomplete-item:hover {
    background: #e0002e;
}
.textcomplete-item a {
    color: rgba(0,0,0,0.85);
    transition: 0s;
}
.textcomplete-item:hover a {
    color: #fff;
}
.textcomplete-item a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
  .comment-body {
    margin-left: 55px; }
  .comment .children .indicator {
    height: 40px; }
  .comment .children .avatar img {
    width: 40px;
    height: 40px; }
  .comment .children .comment-body {
    margin-left: 55px; }
  .comment .children .comment {
    margin-left: 55px; }
  .comment .children .children .comment {
    margin-left: 55px; }
  .comment .children .children .children .children .comment {
    margin-left: 0; }
  .comment .children form {
    margin-left: 55px; }
  .comment .children .comment-body form {
    margin-left: 2px !important; }
  .comment form {
    margin-left: 55px; } }

@media (max-width: 767px) {
    .page-club #comments {
        padding: 10px !important;
    }
    #comments .comments-wrap,
    #comments form textarea {
        background: #fdfdfd;
    }
  .comment .avatar img {
    width: 36px;
    height: 36px; }
  .comment-body form {
    margin-top: 25px; } }
