#message .send-botton .btn{
    font-size: 14px;
}
.pagination-title {
    margin-bottom: 0px;
}
.reminder {
    text-align: center;
    font-size: 16px;
    color: #444444;
    padding-bottom: 35px;
}
#message-form .reminder{
    color: #735F52;
}
#message-form .reminder b{
    color: #FF7460;
}
.message-list {
    max-width: 1095px;
    margin: 0 auto;
}
.message-list li {
    list-style-type:none;
    margin-left: -25px;
    margin-right: 10px;
}
.message-item .message-from {
    line-height: 22px;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}
.message-item .message-from > span {
    color: #EC545F;
}
.message-item .message-from > .anwserform{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Exo';
}
.message-item .message-from .date {
    color: #EC545F;
    font-size: 14px;
}
.message-question {
    position: relative;
    cursor: pointer;
    padding: 20px 60px;
}
.message-question .title {
    color: #947D72;
    font-size: 14px;
    line-height: 20px;
}
.message-question .txt {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.message-item.active .message-question .txt {
    height: auto;
    visibility: visible;
    margin-top: 10px;
}
.message-question .message-from {
    background: url(../../images/common/message/icon_q.png)left bottom no-repeat;
    padding-left: 150px;
    color: #EC545F;
}
.message-answer {
    background: #FCF8F1;
    display: none;
    padding: 20px 60px;
    padding-left: 240px;
    overflow: hidden;
    position: relative;
}
.message-answer .message-from { 
    position: absolute;
    left:60px;
    padding-right: 35px;
    background: url(../../images/common/message/anwser-hr.png)right top no-repeat;
}
.message-answer .editor{
        min-height: 50px;
}
#message-form {
    background: url(../../images/common/message/form_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    margin: 80px 0 0;
    padding: 50px 0 60px;
}
#message-form .form-title {
    text-align: center;
    font-size: 40px;
    font-family: 'Exo', serif;
    color: #ED555F;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
#message-form .form-title:after {
    content: " ";
    display: block;
    width: 168px;
    height: 1px;
    background: #CCBEB7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -83px;
}
#message-form .form-title>span{
    color: #776154;
    font-size: 22px;
}
.form-box .form-control {
    border-color: #D0C4BD;;
    color: #333;
    background:none;
    border-radius:5px;
}
.form-box .form-control:focus {
    outline: none;
    border-color: #FFA395;
}
.form-box textarea.form-control {
    height: 235px;
}
.form-box .control-label {
    font-weight: bold;
    color: #997B6C;
    padding-left: 10px;
}
.main-title.success-title{
    background: url(../../images/common/title-icon.png)center 90% no-repeat;
    margin: 0px;
}
.lightbox-wrapper {
    padding-bottom:66px;
    max-width: 100%;
    width: 1130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn.go-msg {
    background: #FFA395;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 20px;
    margin: 40px 0 0;
    max-width: 450px;
    width: 95%;
    min-width: 248px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.btn.go-msg:hover{
    background: #FF7662;
}
.messages-container {
    padding:0 15px;
    max-width: 1920px;
}
.btn.masbtn.fancybox{
    background: #FFA395;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
    margin: 40px 0 0;
    width: 100%;
    min-width: 248px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Exo';
}
.btn.masbtn.fancybox:hover{
    background: #FF7662;
}
@media screen and (max-width: 767px) {
    .message-answer .message-from{
        position:static;
        left: auto;
        background: none;
    }
    .message-question{
        padding: 20px 5px;
    }
    .message-answer {
        padding: 20px;
    }
    #message-form .form-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 479px) {
    .message-item .message-from {
        padding-left: 0px;
        padding-top: 30px;
        background-position:left top;
    }
}
