#comments-form p span label{
    width:150px;
    display:inline-block;
    vertical-align: middle;
}
.margin-top label{
    width: auto !important;
}
.h4-form {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 38px !important;
    margin-bottom:24px;
}
#comments-form p span .check+label{
    width:auto;
    display:inline;
}
#comments-form label.textarea-holder{
    width: 100%;
}
#comments-form label.textarea-holder textarea{
    float: none;
    min-height: 110px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
}
/**
#comments-form label.textarea-holder .grippie{
	font-size: 14px;
	font-weight: 300;
	margin-top: 24px;
	left: -10px;
	position: relative;
	text-align: left;
	/** text-transform: uppercase; */
/*}
*/
.margin-top{
    margin-top: 35px;
    font-weight: 300;
}
#comments-form .btn a{
    display: inline-block;
    vertical-align: top;
    background: #ff9000;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 22px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration:none;
}
#comments-form .btn a:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.comment-body{
    color:#444;
    font-size: 14px;
    font-weight: 300;
    margin: 16px 0px;
}

span.comments-buttons a{
    color: #ff9000;
    font-size:12px;
}

#comments-list .comment-box{
    border-bottom: 1px dotted #d2d2d2;
}
.comment-box .quote{
    font-style: italic;
    font-size: 14px;
}
#jc{
    margin-bottom:50px;
}
input{
    border:1px solid #888;
    padding:5px 10px;
}
/**
input.special-default {
	border: 1px solid #d2d2d2;
	padding: 6px 0px;
	text-indent: 10px;
	width: 300px;
}
*/
._special_subscribe_ {
    font-family: 'Roboto', sans-serif;
}
/**
input.special-default.error{
	border-color: #ff9000;
}
*/
textarea{
    border:1px solid #888;
    padding:5px 10px;
}
.error,
textarea.error{
    border:1px solid #C33;
}
.comment-box blockquote{
    background-color:#FCFCFC;
    margin: 0px;
    padding: 14px 27px;
}
.textarea-container{
    position: relative;
    width: 100%;
}
.comments-header {
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #b2b2b2;
    font-size: 21px;
    font-weight: 300;
    margin-top: 33px;
    padding: 23px 0px 19px 0px;
}
.comments-header .left .count-comments {
    color: #0096ff;
}
.comments-header .left img {
    margin-left: 4px;
}
.comments-header .left{
    float: left;
}
.comments-header .right {
    float: right;
}
.comments-header .right .add-new-comment-link{
    border-bottom: dashed 1px #0096ff;
    color: #0096ff;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 1px;
    padding-right: 18px;
    position: relative;
    text-decoration: none;
}
.comments-header .right .add-new-comment-link:after{
    background-image: url('/images/comments/icon.bottom-arrow.jpg');
    background-color: #FFF;
    background-position: right top;
    background-repeat: no-repeat;
    content: '';
    height: 110%;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 18px;
}
.comments-header .right .add-new-comment-link:hover{
    border-bottom: none;
    text-decoration: none;
}
.clear{
    clear: both;
}
.comment-item {
    border-bottom: solid 1px #e5e5e5;
    padding: 30px 0px;
}
.comment-item .comment-info .user-photo{
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    width: 50px;
}
.comment-item .comment-info .comment-info-rows {
    float: right;
    width: 150px;
}
.comment-item .comment-text,
.comment-item .comment-info {
    float: left;
}
.comment-item .comment-text {
    color: #808080;
    font-size: 15px;
    margin-left: 20px;
    width: 370px;
}
.comment-item .comment-info {
    width: 220px;
}
.comment-item .comment-info .comment-info-rows {
    line-height: 1.4em;
}
.comment-item .comment-info .comment-info-rows .comment-date {
    color: #888888;
    font-size: 13px;
    font-weight: 400;
}
.comment-item .comment-info .comment-info-rows .person-name{
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.comment-item .comment-info .comment-info-rows .answer {
    line-height: 1.5em;
    margin-top: 3px;
}
.comment-item .comment-info .comment-info-rows .answer a {
    color: #0096ff;
    font-size: 13px;
    text-decoration: none;
}
.comment-item .comment-info .comment-info-rows .answer a:hover{
    text-decoration: underline;
}
.comment-table {
    display: table;
    margin-top: 20px;
    width: 100%;
}
.comment-table .comment-table-row{
    display: table-row;
}
.comment-table .comment-table-cell{
    box-sizing: border-box;
    display: table-cell;
    padding: 0 10px 0 10px;
    width: 33%;
}
.comment-table .comment-table-cell.first {
    padding-left: 0px;
}
.comment-table .comment-table-cell.last {
    padding-right: 0px;
}
.send.special {
    width: 100%;
}
#jc .input-holder {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    height: auto;
    padding: 0px;
}
#jc .input-holder input {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    height: 100%;
    font-size: 13px;
    padding: 15px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}
#jc .input-holder input.error{
    border: solid 1px #C33;
    border-radius: 4px;
}
#jc .brovisual-checkbox {
    display: block;
    float: left;
    min-width: 28px;
    /*width: 5%;*/
}
#jc .right-label{
    float: right;
    line-height: 1.2em;
    /*width: 94%;*/
}
#jc ._special_subscribe_ {
    color: #a3a3a3;
    cursor: pointer;
    font-style:italic;
    line-height: 1.2em;
}
#jc .comments-inline-edit {
    background-color: #f6f6f6;
    margin: 10px 0px;
    padding: 18px;
}
#jc .comments-inline-edit form {
    box-sizing: border-box;
}
#jc .orange {
    background: #ff9000 none repeat scroll 0 0;
    box-shadow: 0 5px #df7e00;
}
.comments-list.answer-now .comment-box{
    position: relative;

}
.comments-list.answer-now .comment-box:after{
    background-image: url('/images/comments/icon.child-row-comment.jpg');
    content: '';
    display: block;
    height: 12px;
    left: 0px;
    position: absolute;
    top: 4px;
    width: 12px;
}
.comments-list.answer-now .comment-item .comment-info {
    margin-left: 20px;
}
.comments-list.answer-now .comment-item .comment-text{
    width: 350px;
}
#comments #nav-top, #comments #nav-bottom {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}
#comments #nav-top .page, #comments #nav-bottom .page,
#comments #nav-top .hoverpage, #comments #nav-bottom .hoverpage {
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
}
#comments #nav-top .hoverpage, #comments #nav-bottom .hoverpage,
#comments #nav-top .activepage, #comments #nav-bottom .activepage {
    border: 1px dotted #e5e5e5;
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
}
#comments #nav-top .hoverpage, #comments #nav-bottom .hoverpage {
    background-color: #A1A1A1;
}
.comment-table .comment-table-cell.the-left .subscribe-label {
    width: 64%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 1400px){
    .comment-item .comment-text {
        width: 650px;
    }
    .comments-list.answer-now .comment-item .comment-text{
        width: 630px;
    }
}
@media screen and (max-width: 1400px) {
    .comment-item .comment-text {
        max-width: 650px;
        min-width: 370px;
    }
    .comments-list.answer-now .comment-item .comment-text{
        max-width: 630px;
        min-width: 350px;
    }
}
@media screen and (max-width: 768px) {
    .comment-table,
    .comment-table .comment-table-row,
    .comment-table .comment-table-cell {
        display: block;
    }
    .comment-table .comment-table-cell.the-left{
        float: left;
    }
    .comment-table .comment-table-cell.the-left .subscribe-label {
        margin: 0;
        width: 100%;
    }
    .comment-table .comment-table-cell.the-left.send-button {
        margin: 0 25%!important;
        width: 50%;
    }
    .comment-table .comment-table-cell.the-right{
        float: right;
    }
    .comment-table .comment-table-cell.the-hidden-cell{
        display: none;
    }
    .comment-table .comment-table-cell.the-hidden-cell.mobile-view {
        display: block;
        width: 100%!important;
        margin: 15px 0;
        float: left;
    }
    .comment-table .comment-table-cell.the-hidden-cell.mobile-view #captcha-img,
    .comment-table .comment-table-cell.the-hidden-cell.mobile-view #captcha-input {
        width: 49%!important;
    }
    .comment-table .comment-table-cell {
        padding: 0px;
        width: 49%;
    }
    #jc .comments-inline-edit .third-cell{
        margin-top: 20px;
    }
    .comment-table .comment-table-cell.the-left.send-button {
        width: 100%;
        margin: 0!important;
    }
    .comment-table .comment-table-cell.the-left.send-button .send {
        max-width: unset!important;
    }
    .comment-table .comment-table-cell.the-left .subscribe-label {
        text-align: left!important;
    }
}
@media screen and (max-width: 425px) {
    .comment-item .comment-text,
    .comment-item .comment-info {
        float: none;
        margin: 0px;
    }
    .comment-item .comment-text {
        margin-top: 14px;
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    #jc .brovisual-checkbox {
        /*width: 10%;*/
    }
    #jc .right-label{
        /*width: 89%;*/
    }
    .comments-header .right,
    .comments-header .left {
        float: none;
    }
    .comments-header .right {
        margin-top: 8px;
    }
}