.subTitle{
    font-weight: 600;
    font-size: 12pt;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
}
.hr-content{
    margin-bottom: 20px;
    text-align: center;
}
.form-container{
    background: url('../img/desk-laptop-notebook-pen.jpg') no-repeat center center;
    background-size: 100%;
}
.opacity-container{
    background: rgba(66, 139, 202, 0.6);
}
.commentFrm .form-control{
    border-color: #fff;
    color: #fff;
    resize: none;
} 

.commentFrm input[type="button"]{
    background: rgba(66, 139, 202, 0);
    border: 2px solid #fff;
    color: #fff;
} 

.commentFrm ::-webkit-input-placeholder {
    color: #fff !important;
}
.commentFrm ::-moz-placeholder {
    color: #fff !important;
}
.commentFrm ::-ms-input-placeholder {
    color: #fff !important;
}


.childCommentFrm textarea{
    resize: none;
}

.comment-container{
    padding-top: 30px;
    background: url("/assets/old/images/img/comment-tab-back.png") 
}
hr {
    border: none;
    height: 2px;
    background-color: #fff; 
}

.comment-content{
    border: none;
    padding: 0;
}

.liName{
    text-transform: uppercase;
}
.liBody{
    margin-top: 10px;
}
.liControl{
    margin-top: 10px;
}
.well{
    background: #fff;
    margin-bottom: 0px;
}

#commentItemContainer li{
    padding-right: 10px;
}
#commentItemContainer li.parentcomment{
    margin-right: 15px;
}
#commentItemContainer li.childcomment{
    padding-left: 5%;
    padding-right: 0px;
}
.clickable{
    cursor: pointer;
}
span.label-primary{
  font-size: 16pt;
  border-radius: 50px !important;
}

#pager li.active a{
    background: #428bca;
    color: #fff;
    cursor: pointer;
}
.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}