#discussion .comment {
  clear: both;
}

#discussion .comment.depth-2 {
  padding: 25px 130px 0 16.66666666%;
  width: 98%;
  position: relative;
  margin-left: 1%;
}

#discussion .comment.depth-2 .discussion-comment-author{
  min-width: 30%;
}

.row #discussion .comment.depth-2 .col.offset-m2 {
  margin-left: 0px;
  padding-bottom: 20px;
}

.tabletMenu-item.title {
  font-weight: bold;
  color: #757575;
}
.tabletMenu-item.title:hover {
  font-weight: bold;
  color: #757575;
}

/* FULL WIDTH ANSWERS */
.depth-1
{
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}

.depth-2
{
  width: 100% !important;
  margin-left:  0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

/* ANSWER STYLE EDIT FROM 09/08 */
.discussion-answer
{
  padding: 0 !important;
  background-color: #f4f4f4;
}

.depth-2 .discussion-comment-author, .depth-2 .discussion-comment-date, .depth-2 .discussion-comment-text, .depth-2 .discussion-comment-likeCount
{
  color: #14161a;
}

.depth-2.discussion-comment--admin .discussion-comment-author, .depth-2.discussion-comment--admin .discussion-comment-date, .depth-2.discussion-comment--admin .discussion-comment-text, .depth-2.discussion-comment--admin .discussion-comment-likeCount
{
  color: #fff;
}

.depth-2.discussion-comment--self .discussion-comment-author, .depth-2.discussion-comment--self .discussion-comment-date, .depth-2.discussion-comment--self .discussion-comment-text, .depth-2.discussion-comment--self .discussion-comment-likeCount
{
  color: #fff;
}

.gallery-add-photo, .gallery-add-video {
  cursor:pointer;
}
.gallery-sort {
  min-height:125px;
}

html
{
  margin: 0 !important;
}

.trumbowyg-button-pane {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: auto;
  height: 35px;
  overflow: hidden;
}

.trumbowyg-box {
  background-color: #f4f4f4;
  border: 1px solid #eeeeee;
  height: 150px;
  border-radius: 5px;
  resize: none;
  padding: 0px;
  color: black;
  margin-bottom: 15px;
  margin-top: 0px;
  min-height: 0px;
}

.trumbowyg-box strong {
  font-weight: bold;
}

.trumbowyg-editor {
  min-height: 0px;
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  color: #757575;
  font-style: italic;
}

.trumbowyg-button-pane, .trumbowyg-button-group {
  background: transparent;
  border: 0px;
}

.trumbowyg-button-pane button {
  border: 0px;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}

.trumbowyg-button-pane button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #dbdbdb;
  top: 12px;
  right: 0px;
}

.trumbowyg-button-pane button:last-child:after {
  width: 0px;
}

.trumbowyg-button-group svg {
  display: none;
}

.trumbowyg-button-group .trumbowyg-bold-button {
  background: url('../img/skin/trumbowyg-bold.png') no-repeat center;
}

.trumbowyg-button-group .trumbowyg-italic-button  {
  background: url('../img/skin/trumbowyg-italic.png') no-repeat center;
}

.trumbowyg-button-group .trumbowyg-underline-button  {
  background: url('../img/skin/trumbowyg-underline.png') no-repeat center;
}

.trumbowyg-button-group .trumbowyg-bold-button {
  background: url('../img/skin/trumbowyg-bold.png') no-repeat center;
}

.trumbowyg-button-group .trumbowyg-upload-button {
  background: url('../img/skin/trumbowyg-upload.png') no-repeat center;
  width: 70px;
}

.discussion-commentForm .trumbowyg-modal-box form {
  position: static;
}

.discussion-commentForm {
  position: relative;
}

#media_upload_input {
  position: absolute;
  right: 0px;
  top: 116px;
  width: 83px;
  opacity: 0;
  height: 31px;
}

.responsive-img.rotate {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

#discussion .comment strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #commentform textarea {
    background: url('../img/skin/bg-buttons.png') no-repeat right bottom;
  }
}

.loader {
    border: 16px solid #6757aa; /* Light grey */
    border-top: 16px solid #ddd; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    left: 46%;
    top: 35%;
    position: fixed;
	display:none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.discussion-answerForm {
  position:relative;
}
.media_upload_input {
    position: absolute;
    right: -185px;
    top: 143px;
    opacity: 0;
}

.upload-msg {
  position: absolute;
  top: 178px;
  right: 140px;
}

.trumbowyg-editor {
    height: 110px !important;
}