.message {
    background-image: url(../image/msbg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
}

.messagecon {
    padding-top: 40px;
}

.message form {
    overflow: hidden;
    display: block;
    margin: 30px 0 10px 0;
    height: 322px;
}

.message .form-group {
    float: left;
    margin: 10px 0 0 10px;
    width: 98%;
}

.message .form-label {
    display: block;
    margin-bottom: 10px;
}

.message .form-label span {
    color: red;
}

.message .form-content {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 0;
}

.message .form-control {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 23px;
    font-size: 14px;
    width: 98%;
    display: inline-block;
    vertical-align: middle;
}

.message .form-submit {
    display: block;
    background: #1e50ae;
    color: #fff;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 34px;
    font-size: 16px;
    width: 98%;
    margin: 0 auto;
}

.message .form-group.full {
    float: none;
    width: auto;
}

.message .form-tips {
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.message .form-tips span {
    color: red;
}





.paoc-popup-modal {
    background-color: #fff;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    width: 100%;
    position: relative;
}

.paoc-popup-modal,
.paoc-popup-modal p {
    line-height: normal;
    margin: 0 0 20px 0;
}

.paoc-popup-modal,
.paoc-popup-modal p:last-child {
    margin: 0;
}

.paoc-popup-modal-cnt {
    background-color: #fff;
    padding: 30px 20px 20px 20px;
}

.paoc-popup-modal img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 480px) {
    .paoc-popup-modal {
        width: 90% !important;
        flex-basis: 90% !important;
    }

    .custombox-fullscreen .paoc-popup-modal {
        width: 100% !important;
        flex-basis: 100% !important;
    }

}

@media screen and (max-width: 767px) {
    .paoc-popup-modal {
        width: 95%;
    }

}

.paoc-popup-close {
    display: block;
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    z-index: 10000;
    outline: none;
    background: url(../image/close.png) center center no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.paoc-popup-close:focus,
.paoc-popup-close:hover {
    outline: none;
}

.custombox-fullscreen .paoc-popup-close {
    top: 0px;
    right: 0px;
}



.paoc-popup-modal-cnt {
    background: linear-gradient(to bottom, #4874dd 25%, #0143e2 100%);
    color: #fff;
    padding: 40px 40px 30px;
}

.paoc-popup-modal-cnt input,
.paoc-popup-modal-cnt textarea {
    width: 96%;
    border: 0;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.paoc-popup-modal-cnt textarea {
    min-height: 150px;
}

.paoc-popup-modal-cnt input[type="submit"] {
    background: #00316e;
    color: #fff;
    border: 1px solid;
    text-transform: uppercase;
    width: 230px;
    margin-top: 5px auto 0;
}

.widgets_on_page>ul,
.widgets_on_page ul li.widget {
    margin: 0 !important;
    padding: 0 !important;
}

.text-right {
    text-align: right;
}