.edit-form-ct{
	overflow:hidden;
	clear:both;
	display:none;
}
.edit-form-ct textarea{
	width:100%;
        box-sizing: border-box;
}
.edit-form-ct{

}
.edit-form-ct{

}

.comment-attach{

}
.comment-attach img,
.comment-attach iframe{
    max-width:100%;
}

span.gif-image{
    display: block;
    margin: 0 auto;
}
span.gif-load{
    background: #FFF url(img/loader.gif) no-repeat scroll center center;
}
span.gif-load img{
    opacity: 0.5;
}

.input-row{
	position:relative;
}
.input-row .maxlength{
	position:absolute;
	top:0;
	right:0;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
}

#comment-box{
	border: 1px solid #ccc;
	margin-bottom: 15px;
	position: relative;
    clear: both;
}
#comment-box .wp-editor-wrap input{
    margin: 2px;
    width:auto;
    display: inline-block;
    padding: 0 10px;
}
#comment-box a{
    text-decoration:none;
}
#comment-box .add-attach-comment{
	display: none;
	padding: 10px;
}
#comment-box textarea{
    border: none;
    box-shadow: none;
    margin: 0!important;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
}
#comment-box  .comment-media-box{
	background-color: #E4E4E4;
	padding: 3px 10px;
	min-height: 27px;
	clear: both;
}
#comment-box .comment-media-box a{
	color: #737373;
	font-size: 20px;
        margin: 0 3px;
}
#comment-box .comment-media-box a .icon{
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid;
	border-radius: 5px;
	padding: 2px;
}

#comment-box .add-attach-comment input{
	width: 80%;
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 10px;
	height: auto;
}
#comment-box .upload-field-photo input{
	max-width: 50%;
}
#comment-box .add-attach-comment .upload-field-mem,
#comment-box .add-attach-comment .upload-field-dem{
	width: 465px;
	margin: 80px 0 0px -225px;
	position: absolute;
	left: 50%;
}
#comment-box .add-attach-comment .upload-field-mem input,
#comment-box .add-attach-comment .upload-field-dem input{
	max-width: 220px;
}
#comment-box .add-attach-comment .button-upload{
	display: inline-block;
	background-color: #4683C1;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	cursor:pointer;
}
#comment-box .add-attach-comment .save-attach{

}
#comment-box .add-attach-comment .upload-attach{
	margin: 0 10px;
}
#comment-box .add-attach-comment .dem-box{
	height:439px;
	margin: 10px auto;
	background: url(img/gen-dem.jpg) no-repeat center;
        background-size: contain;
}
#comment-box .add-attach-comment .mem-box{
	height: 400px;
    margin: 10px auto;
    background: url(img/gen-mem.png) no-repeat center;
    position: relative;
    background-size: contain;
}
#attach-comment-preview{

}
#attach-comment-preview .attach-preview{
	position: relative;
    display: inline-block;
    margin: 5px;
}
#attach-comment-preview .attach-preview .delete-attach{
	position: absolute;
    right: 10px;
    top: 5px;
    background-color: rgba(0,0,0,0.5);
    padding: 2px 3px 2px 7px;
    color: #B1B1B1;
}
#attach-comment-preview .attach-preview img{
	max-height: 150px;
	width: auto;
	margin:0;
	display:inline-block;
}

.form-create-attach{

	margin: 0 auto;
	position:relative;
}
#comment-box .attach-dem .form-create-attach{
	width: 580px;
	max-width: 100%;
}
#comment-box .attach-mem .form-create-attach{
	width: 400px;
}
#comment-box .form-create-dem{
	background-color: #000;
	text-align: center;
	padding: 40px;
	margin-bottom: 10px;
}
#comment-box .form-create-dem img{
	padding: 5px;
	border: 2px solid #fff;
	max-width: 492px;
	margin-bottom: 20px;
}
#comment-box .form-create-dem input{
	text-align: center;
	margin: 5px 0;
	border-radius: 0;
	background-color: #333;
	border: none;
	width: 100%;
	max-width: 100%;
	color:#fff;
}
#comment-box .form-create-dem .dem-second-line{
	font-size: 20px;
	line-height: 1;
}
#comment-box .form-create-dem .dem-first-line{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
}

#comment-box .form-create-mem{
	text-align: center;
	margin-bottom: 10px;
}
#comment-box .form-create-mem img{
	max-width: 400px;
}
#comment-box .form-create-mem input{
	text-align: center;
	margin: 5px 0;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
}
#comment-box .form-create-mem .mem-second-line{
	font-size: 20px;
	line-height: 1;
}
#comment-box .form-create-mem .mem-first-line{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
}

#comment-box .button-create-attach{
	text-align: center;
}
#comment-box .button-create-attach a{
	padding: 10px;
	background-color: #fff;
	display: inline-block;
}
.form-create-attach .preview{
	position: absolute;
    top: 0;
    z-index: 999;
    background-color: #ECF0F1;
    height: 100%;
}
.form-create-attach .preview img{
	margin-bottom: 20px;
}

#preview-comment{
    float: right;
    margin-bottom: 5px;
}
#preview-comment a{
    color: #555;
    padding: 3px 10px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
#preview-content{
    position: absolute;
    top: 0;
    background: #fff;
    min-width: 100%;
    min-height: 100%;
}
#preview-content .comment-preview{
    padding: 10px;
}

#comment-box .rcl-smiles{
	max-width: 90%;
}
#comment-box .rcl-smiles img{
    width: auto!important;
    height: auto!important;
    max-width: 25px;
}
#respond .form-submit{
    overflow: hidden;

    margin: 10px 0;
    text-align: right;
}
#respond .form-submit .recall-button{
    float: right;
    padding: 5px 10px;
    font-size: 15px;
}