/*Commenting System*/
/* line 2, ../sass/comment.scss */
.comsys-container {
  width: 100%;
  clear: both;
  display: inline-block;
}
/* line 6, ../sass/comment.scss */
.comsys-container .comsys-title {
  margin: 5px 0 10px;
  font-family: 'Lato-Regular';
  font-size: 22px;
}
/* line 11, ../sass/comment.scss */
.comsys-container .comsys-textaera {
  border-top: 4px solid #DD1E26;
  background: #e3e3e3;
  padding: 18px 15px;
}
/* line 15, ../sass/comment.scss */
.comsys-container .comsys-textaera textarea {
  resize: none;
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  font-size: 17px;
  font-family: 'Lato-Regular', sans-serif;
  font-weight: unset;
  color: #9f9f9f;
}
/* line 31, ../sass/comment.scss */
.comsys-container .comsys-textaera .comsys-posting {
  width: 100%;
  text-align: right;
  margin: 15px 0 0;
}
/* line 35, ../sass/comment.scss */
.comsys-container .comsys-textaera .comsys-posting p {
  display: inline-block;
  font-size: 17px;
  font-family: 'Lato-Regular';
  margin: 0 15px 0 0;
}
/* line 41, ../sass/comment.scss */
.comsys-container .comsys-textaera .comsys-posting a {
  color: #DD1E26;
  text-decoration: none;
}
/* line 45, ../sass/comment.scss */
.comsys-container .comsys-textaera .comsys-posting button {
  display: inline-block;
  background: #DD1E26;
  border: 0;
  color: #ffffff;
  height: 33px;
  width: 120px;
  font-size: 14px;
  cursor: pointer;
}
/* line 58, ../sass/comment.scss */
.comsys-container .comsys-comment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 63, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box {
  padding: 15px;
  border-bottom: 1px solid #C0C0C0;
}
/* line 66, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box h3 {
  margin: 0;
  font-family: 'Lato-Regular', sans-serif;
  font-size: 17px;
  font-weight: unset;
}
/* line 71, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box h3 a {
  color: #DD1E26;
  text-decoration: none;
}
/* line 76, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box p {
  margin: 0;
  font-family: 'Lato-Regular', sans-serif;
}
/* line 80, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm {
  margin: 15px 0 0;
}
/* line 82, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside {
  width: 275px;
  text-align: left;
  display: inline-block;
}
/* line 86, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside p {
  display: inline-block;
}
@media (max-width: 460px) {
  /* line 86, ../sass/comment.scss */
  .comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside p {
    display: block;
  }
}
/* line 90, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside a {
  color: #DD1E26;
  font-size: 17px;
  text-decoration: none;
  font-family: 'Lato-Regular';
}
/* line 96, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside span {
  padding: 0 0 0 10px;
  position: relative;
}
/* line 99, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside span:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 4px;
  top: 6px;
  border-radius: 100%;
}
/* line 110, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside button {
  font-family: 'Lato-Regular';
  font-size: 17px;
  margin: 0 3px;
  cursor: pointer;
}
/* line 116, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside .comsys-up {
  border: 1px solid #DD1E26;
  background: #ffffff;
  padding: 0 5px;
  color: #DD1E26;
}
/* line 122, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside .comsys-down {
  border: 1px solid #9f9f9f;
  background: #ffffff;
  padding: 0 5px;
  color: #9f9f9f;
}
@media (max-width: 460px) {
  /* line 82, ../sass/comment.scss */
  .comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-leftside {
    width: 100%;
  }
}
/* line 130, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-rightside {
  width: 90px;
  text-align: right;
  display: inline-block;
  float: right;
}
/* line 135, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-rightside a {
  color: #9f9f9f;
  font-size: 17px;
  text-decoration: none;
  font-family: 'Lato-Regular';
}
@media (max-width: 460px) {
  /* line 130, ../sass/comment.scss */
  .comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm .comsys-rightside {
    margin: 10px 0 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 460px) {
  /* line 80, ../sass/comment.scss */
  .comsys-container .comsys-comment ul li .comsys-comment-box .comsys-comment-bttm {
    height: 90px;
  }
}
@media (max-width: 460px) {
  /* line 63, ../sass/comment.scss */
  .comsys-container .comsys-comment ul li .comsys-comment-box {
    padding: 15px 0;
  }
}
/* line 152, ../sass/comment.scss */
.comsys-container .comsys-comment ul li .comsys-comment-sub .comsys-comment-box {
  padding: 15px 15px 15px 50px;
}
/* line 156, ../sass/comment.scss */
.comsys-container .comsys-comment .comsys-showmore {
  font-family: 'Lato-Regular';
  color: #DD1E26;
  text-align: center;
  cursor: pointer;
  margin: 15px 0 0;
}
