body.gradient {
    background-color: #2B3227 !important;
}
a, p, span, label, .top h1, .top p, .modal-body, .rating-word,
.comment textarea, .input, .input input, .success-msg a {
    color: #D4C9B4;
    border-color: #D4C9B4;
    transition: all 0.3s ease;
}

.comment:hover textarea, .input:hover, .input:hover input {
    border-color: #F4F1EC !important;
}

.main {
    background-color: #2B3227;
    border-radius:70px;
    border: 5px solid #D4C9B4;
}

.top img, .img img {
    width: 50%;
}

.top {
    margin-top: 14px;
}

.rating-word.error {
}

.input input.error, .comment textarea.error, select.error {
}

textarea::-webkit-input-placeholder {color: #D4C9B4 !important;} 
textarea::-moz-placeholder {color: #D4C9B4 !important;}
textarea:-moz-placeholder {color: #D4C9B4 !important;} 
textarea:-ms-input-placeholder {color: #D4C9B4 !important;}




input::-webkit-input-placeholder {color: #D4C9B4 !important;}
input::-moz-placeholder {color: #D4C9B4 !important;}       
input:-moz-placeholder {color: #D4C9B4 !important;}
input:-ms-input-placeholder {color: #D4C9B4 !important;}

.radio-buttons__text_radio, .radio-checkboxes-buttons__text_checkbox {
    border-color: #D4C9B4 !important;
    transition: all 0.3s ease;
}

.radio-buttons__text_radio:hover, .radio-checkboxes-buttons__text_checkbox:hover {
    border-color: #F4F1EC !important;
}

.radio-buttons__input:checked+label.radio-buttons__text .radio-buttons__text_radio:before,
.radio-buttons__input:checked+label.radio-buttons__text .radio-buttons__text_checkbox:before,
.radio-buttons__item_checked .radio-buttons__text_radio::before {
    background: #D4C9B4;
}

.radio-checkboxes-buttons__input:checked+label.radio-checkboxes-buttons__text .radio-checkboxes-buttons__text_checkbox:before,
.radio-checkboxes-buttons__item_checked .radio-checkboxes-buttons__text_checkbox::before {
    background: #D4C9B4;
}

span.voter-item-name.error, span.voter-item-list-name.error, 
span.form-checkboxes-field-name.error, span.form-radio-field-name.error {
}
.vote-default-layer-text_btn:hover,
.vote-default-layer-text_btn.active 
{
    background: #D4C9B4;
    color: #D4C9B4;
    border-color: #D4C9B4;
    transition: all 0.3s ease;
}

.vote-default-layer-text_btn:hover {
    border-color: #F4F1EC !important;
}

.vote-default-layer-text_btn {
    background: #D4C9B4;
    color: #D4C9B4;
    border-color: #D4C9B4;
}
.modal-body {
    background-color: #D4C9B4;
}
.button-submit {
    border-color: #D4C9B4 !important;
    background-color: #D4C9B4 !important;
    transition: all 0.3s ease;
}
.submit.active .button-submit:hover {
    background-color: #F4F1EC !important;
}
.submit span, .submit.active .button-submit:hover span {
    color: #2B3227;
}

