.go-msg-box {
    text-align: center;
    margin-bottom: 40px;
}
.btn.go-msg,
#message-sect .form-title {
    color: #fff;
    font-size: 23px;
    text-align: center;
    text-indent:9999%;
    background: url(../../images/common/message/icon.png);
    width: 144px;
    height: 144px;
    padding-top: 20px;
    border-radius: 50%;
    position: relative;
    bottom: 0;
}
.btn.go-msg:hover {
    background-position: 0 100%;
    bottom: 5px;
}
.btn.go-msg .txt,
#message-sect .form-title .txt {
    display: block;
    border: 1px solid #fff;
    border-width: 1px 0;
    line-height: 44px;
    width: 105px;
    margin: 5px auto 0;
    display:none;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    color:#eee;
}
.reminder {
    position: relative;
    margin: 0 0 30px;
	color: #eee;
}
.form-box .control-label {
    display: block;
    color: #969696;
    font-size: 15px;
    line-height: inherit;
    float: left;
}
.btn.go-msg .ic,
#message-sect .form-title .ic {
    font-size: 32px;
}

.message-item {
    margin-bottom: 15px;
}
.message-txt {
    border-radius: 0;
    border:1px solid #1a3f4e;
    background:#1a3f4e;
    padding: 15px 20px;
}
.message-from {
    color: #000000;
    font-size: 13px;
    text-align: right;
    padding: 6px 6px 0;
}
.message-from .author {
    font-weight: bold;
}
.message-question {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    min-height: 22px;
}
.message-item.active .message-question {
    color: #000;
    font-weight: bold;
}
.message-answer {
    display: none;
    position: relative;
}
.message-answer .message-from {
    text-align: left;
    color: #91d1ff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 2px;
}
.message-answer .message-from .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 0 -1px 3px;
}
.message-answer .editor {
    
     color: #fff;
     background: #000;
     padding: 15px;
     min-height: 20px;
}

#message-sect {
    margin-top: 20px;
    padding-top: 40px;
}
#message-sect .form-wrap {
    background:url(../../images/common/index/se_bg.jpg);
    padding: 50px 11% 40px 36%;
    position: relative;
}
#message-sect .form-title {
    position: absolute;
    top: 50%;
    left: 18%;
    margin: -72px 0 0 -72px;
     border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#message-sect .form-box {
    border: 0;
}
#message-sect .reminder .ic {
   color: #b20000;
}
#message-sect .form-control {
    background: #ffffff8c;
}

#message-sect .form-group {
    border: 0;
    padding: 4px 0;
}
#message-sect .btn-holder {
    padding-top: 20px;
}
#message-sect .form-control:focus {
    outline: none;
    background:#ffffff;
}
.btn.arrowR {
      background: #ffffff63;
    text-align: left;
}
@media screen and (max-width: 1080px) {
    #message-sect .form-wrap {
        padding: 50px 4% 40px 28%;
    }
    #message-sect .form-title {
        left: 14%;
    }
}
@media screen and (max-width: 860px) {
    #message-sect .form-wrap {
        padding: 40px 30px;
    }
    #message-sect .form-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #message-sect .form-title {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 30px;
    }
    #message-sect .btn-holder {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .message-txt {
        padding: 10px 14px;
    }
    .message-answer .editor {
        padding: 10px;
    }
    #message-sect .form-wrap {
        padding: 30px 15px;
    }
}