.commentsBox{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
}
.commentsInnerBox{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
}

h3.commentsH3{
    width: 100%;
    margin-bottom: 10px;
    float: left;
    color: #727272;
    font-weight: 500;
    line-height: 1.5em;
}

.newPostImgBox{
    width: 125px; 
    min-height: 130px; 
    float: left;
    padding: 5px;
    overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
     -moz-transition: height 1s ease-in-out;
       -o-transition: height 1s ease-in-out;
      -ms-transition: height 1s ease-in-out;
          transition: height 1s ease-in-out;   
}
.newPostImgBox > img{
    width: 100px;
    float: left;   
}

.commentsBox > .commentsInnerBox > .commentsContent > form{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: table;
    float: left;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    float: left;
    box-sizing: border-box;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label:first-child{
    width: 120px;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > span{
    min-width: 84px;
    height: auto;
    margin-left: 0px;
    padding: 13px 10px 10px 45px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 128, 255, .9);
    background-image: url(../images/icons/joe-sprite-icons.png);
    background-repeat: no-repeat;
    background-position: 6px -92px;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > span:hover{
    background-color: rgba(0, 128, 255, 1);
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > input{
    width:100%;
    height: 40px;
    float: left;
    border: none;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #727272;
    background-color: transparent;
    -webkit-box-shadow:  none;
    -moz-box-shadow: none;
    box-shadow: none;    
    box-sizing: border-box;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > input#file{
    width:100%;
    height: 0px;
    float: left;
    background-color: transparent;    
    box-sizing: border-box;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > input#contactcapchaid{
    width:100px;
    margin-right: 10px;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > input:focus{
    color: #333;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > textarea{
    border-bottom: 1px solid #999;  
    box-sizing: border-box;
    line-height: 25px;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > label > textarea:focus{ 
    color: #333;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > div > button{
    min-width: 100px;
    padding: 10px;
    background-color: #666;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 15px;
}
.commentsBox > .commentsInnerBox > .commentsContent > form > div > button:hover{
    background-color: #727272; 
}
.newPostImgIconBox{
    width: 25px;
    height: 22px;
    margin-top: 10px; 
    float: left;
    background-image: url("../images/icons/generaliconsprite.png");
    background-position: -1px 0px;
    background-repeat: no-repeat;
    background-size: 25px;   
    cursor: pointer;
}


.btnCommentsBox{
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.contactSubmitIconLoadBox{
    width: 20px; 
    height: 20px; 
    margin-left: 37px;
    float: left;
    display: block;
}
.contactSubmitIconLoadBox > img{
    visibility:hidden;
}
.delImgSbPostIconBox{
    width: 100%;
    height: 30px;
    position: relative;
    margin-top: 15px;
    background-image: url(../images/icons/vmenuclose.png);
    background-repeat: no-repeat;
    background-position: 8px 3px;
    background-size: 15px;
    cursor: pointer;
    text-indent: 35px;
    float: right;
    image-resolution: snap;
}
.btnControllersBox{
    width: 100%;
    float: left;
    display: block;
}
.commentsErrorMessagePos{
    margin-top:180px;
    margin-left: 0px;
}
.cmOuterFrameBox{
    width: 100%; 
    height: auto; 
    margin-top: 0px;
    float: left; 
    text-align: justify;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.cmOuterFrameBox:first-child{
    margin-top: 30px;
}
.cmFrameBox{
    width: 24%; 
    height: 598px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2); 
    transition-duration: .3s;
    transition-property: height;
    transition-timing-function: ease-in-out;      
}
.cmPhotoBox{
    width: 100%;
    min-height: 185px;
    max-height: 400px;
    padding-bottom: 0px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;  
}
.cmPhotoBox > img{
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.cmTextBox{
    width: 100%;
    float: left;
    text-align: justify;
    padding: 15px;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box; 
}
.cmTextBox > span{
    width: 100%;
    box-sizing: border-box;
    word-wrap:  break-word;
    word-break:  normal;
}
.cmNameP{
    font-size: 15px;
    font-weight: 400;
}
.cmDateP{
    font-size: 11px;
    font-weight: 100;
    font-style:  italic;
    text-align: right;
}



@media only screen and (max-width: 1416px){

}

@media only screen and (max-width: 12px){

}
@media only screen and (max-width: 1289px){ 
  
}
@media only screen and (max-width: 1264px){

}
@media only screen and (max-width: 1259px){
    .cmFrameBox{
        width: 23%;
        height: 650px;
    }
}

@media only screen and (max-width: 1199px){
    .cmFrameBox{
       height: 675px;
    }
}
@media only screen and (max-width: 1149px){
    .cmFrameBox{
        width: 48%;
        height: 600px;
    }
    .cmOuterFrameBox{
        text-align: center;
    }
}
@media only screen and (max-width: 1099px){

}
@media only screen and (max-width: 1023px){    
   
}
@media only screen and (max-width: 899px){

}
@media only screen and (max-width: 799px){

}
@media only screen and (max-width: 769px){

}
@media only screen and (max-width: 734px){

}
@media only screen and (max-width: 699px){
    .cmFrameBox{
/*        height: 500px;*/
    }
}
@media only screen and (max-width: 634px){

}
@media only screen and (max-width: 590px){
    .innerContainerBox{
        padding: 0px 0px 0px 0px;
    }    
    .commentsInnerBox > h3.commentsH3, 
    .commentsInnerBox > div#commentsBtnId, 
    .newPostImgBox, 
    .commentsBox > .commentsInnerBox > .commentsContent > form{
        padding-left: 15px;
        box-sizing: border-box;
    }
    .cmFrameBox{
        width: 100%;
        height: auto;
        border-left: none;
        border-right: none; 
        margin-left: 0px; 
        margin-right: 0px; 
    }
}
@media only screen and (max-width: 510px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
      .cmFrameBox{
/*        height: 490px;*/
    }
}