/*! comments-members.css
 *
 *  Styles for Facebook comments and recent users comment sections
 *
 */
.px500table {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.px500table td {
  padding: 10px 10px 5px!important;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-striped {
  background-color: #f6f7f8;
  border-radius: 0 0 3px 3px;
  color: #141823;
  overflow: visible;
  width: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.responsive-comments-table {
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #1d2129;
  font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  display: table;
  font-size: 13px;
  line-height: 16px;
}

.responsive-comments-table a:hover {
  background-color: transparent;
}

.responsive-comments-avatar {
  margin-bottom: 11px;
}

.img-responsive {
  display: block;
  max-width: 40px;
  border-radius: 50%;
  border: 2px solid #f2f3f5;
  width: 100%!important;
  height: auto;
}

.main-hd,
.sub-hd {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.col-sm-2 {
  width: 16.6667%;
}

.col-sm-2,
.col-xs-3 {
  padding-right: 1%;
  padding-left: 1%;
  position: relative;
  min-height: 1px;
  display: inline;
  vertical-align: top;
  overflow: auto;
}

.col-sm-10 {
  width: 90%;
  float: left;
}

.col-xs-9,
.col-sm-10 {
  padding-right: 0%;
  padding-left: 1%;
  position: relative;
  min-height: 1px;
}

.recent-comments-title {
  border-bottom: 1px solid #dfe0e4;
}

.comment-name,
a.comment-name {
  color: #365899!important;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  margin-bottom: 7px!important;
  text-decoration: none;
  border-bottom: 0;
  cursor: pointer;
  display: inline;
}

.section-comments p {
  display: inline;
}

.comment-date {
  color: #898f9c!important;
  font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  margin-top: 7px;
  margin-bottom: 7px;
  border-bottom: 0;
  display: block!important;
}

.comment-date a,
.comment-date .btn-link,
.comment-date a:active,
.comment-date a:visited {
  color: #3b5998!important;
  border-bottom: 0;
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.comment-date .btn-link:hover,
.comment-date a:hover,
.comment-date a:focus {
  text-decoration: underline;
}

.like-active {
  font-weight: 700!important;
}

.sales-vid .content-2,
.product-page .content-2 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.content-2:before {
  padding-top: 0;
  margin-top: 0;
  top: -4rem;
}

.table-striped {
  background-color: #fff;
}

.comment-wrap {
  border-radius: 1rem;
  padding: 8px 10px;
  background-color: #eff1f3;
}

.comment-date {
  padding-left: 8px;
}

@media all and (max-width:39em) {
  .col-sm-10 {
    width: 88%;
  }
}

@media all and (max-width:32em) {
  .col-sm-10 {
    width: 87%;
  }
}

@media all and (max-width:29em) {
  .col-sm-10 {
    width: 82%;
  }
}

@media all and (max-width:20em) {
  .col-sm-10 {
    width: 80%;
  }
}


/*Members Section*/

.section-members-content {
  position: relative;
  max-width: 640px;
  margin-bottom: 3rem;
}

.section-members .section-hd {
  font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  color: #333;
  text-transform: none;
  text-align: left;
  background-color: #F9F9F9;
  border: 1px solid #E9EAED;
  padding: 1em;
  margin-bottom: 0;
  height: auto;
}

.time-stamp {
  text-align: right;
  font-weight: 400;
  color: #9197A3;
  float: right;
}

.members-list_wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 250px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #E9EAED;
  border-top: 0;
}

ul.members-list {
  display: block;
  list-style: none;
  height: auto;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  -webkit-animation: marquee 10s linear 0s infinite;
  -moz-animation: marquee 10s linear 0s infinite;
  animation: marquee 10s linear 0s infinite;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@-moz-keyframes marquee {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, -100%);
  }
}

.member-name {
  display: inline-block;
  color: #3B5998 !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  width: 18%;
  margin: 0 2% .5em;
  text-align: left;
  white-space: nowrap;
}

.newstape-drag {
  cursor: ns-resize;
}

.section-members .verified-seal {
  bottom: -2rem;
  right: 0rem;
}

.verified-seal {
  position: absolute;
  display: block;
  height: 5rem;
  width: 5.556rem;
  background: url(../../img/verified-seal.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media all and (max-width: 40em) {
  .member-name {
    width: 22%;
    margin: 0 4.25% .5em;
  }
  ul.members-list {
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    animation-duration: 14s;
  }
}

@media (max-width: 28em) {
  .members-section .section-hd {
    text-align: center;
    height: auto;
    overflow: hidden;
  }
}

@media all and (max-width: 28em) {
  .section-members .section-hd {
    text-align: center;
    height: auto;
    overflow: hidden;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .time-stamp {
    display: block;
    margin-top: .5em;
    width: 100%;
    text-align: center;
  }
}

@media all and (max-width: 27em) {
  ul.members-list {
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
    animation-duration: 18s;
  }
  .member-name {
    text-align: left;
    width: 35%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1em;
  }
}