/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

form.feedback-form {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 15px;
    color: #595959;
    line-height: 24px;
    margin: 0 0 50px;
}

form.feedback-form h1 {
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
    font-family: "Italianno", Arial, sans-serif;
    text-align: center;
    margin: 0 0 30px;
}

form.feedback-form p {
    margin: 0;
}

form.feedback-form input[type="text"] {
    height: auto;
    margin: 0;
    border-radius: 0;
    padding: 4px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

form.feedback-form input[type='text'].rsform-input-box {
    width: 220px;
}

form.feedback-form input[type="text"].calendar-text {
    border-right: none;
}

form.feedback-form .chzn-container a.chzn-single {
    height: 28px;
    padding: 4px 10px;
    border-radius: 0;
    background: white none;
}

form.feedback-form .chzn-container a.chzn-single span {
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.feedback-form .chzn-container a.chzn-single div {
    width: 25px;
    text-align: center;
}

form.feedback-form .chzn-container a.chzn-single div b {
    background: white none !important;
}

form.feedback-form .chzn-container a.chzn-single div b:before {
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    color: #a38853;
    vertical-align: -5%;
}

form.feedback-form .chzn-container .chzn-drop ul.chzn-results li.result-selected {
    color: #a38853;
}

form.feedback-form .chzn-container .chzn-drop ul.chzn-results li.highlighted {
    color: white;
    background: #a38853 none;
}

form.feedback-form textarea {
    border-radius: 0;
    padding: 4px 10px;
}

form.feedback-form .input-group-addon {
    background-color: white;
    border-left: none;
    cursor: pointer;
}

form.feedback-form .fa-calendar {
    color: #a38853;
}

form.feedback-form div.yui-calcontainer {
    top: 28px;
    right: 0;
}

form.feedback-form strong.formRequired {
    display: none;
}

form.feedback-form .rsform-feedback .rsform-section {
    margin: 25px 0 25px;
}

form.feedback-form .rsform-feedback .rsform-section.personal {
    margin: 0 0 20px;
}

form.feedback-form .rsform-feedback .rsform-section:not(.personal) span.formValidation {
    display: none;
}

form.feedback-form .rsform-feedback .rsform-section .section-title {
    margin: 0 0 40px;
}

form.feedback-form .rsform-feedback .rsform-section .section-title h2 {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 20px;
    color: #a38853;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

form.feedback-form .rsform-feedback .rsform-section .section-title h2 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 10px;
}

form.feedback-form .rsform-feedback .rsform-section .section-title h2 span:before, form.feedback-form .rsform-feedback .rsform-section .section-title h2 span:after {
    border-top: 1px solid rgb(209, 200, 182);
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.5em;
}

form.feedback-form .rsform-feedback .rsform-section .section-title h2 span:before {
    right: 100%;
}

form.feedback-form .rsform-feedback .rsform-section .section-title h2 span:after {
    left: 100%;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content {
    padding: 30px 35px;
    background-color: white;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content:not(:last-child) {
    margin-bottom: 20px;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block.rsform-content-title {
    margin-bottom: 30px;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block {
    margin: 0;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControlLabel {
    width: 40%;
    float: left;
    text-align: left;
    padding: 0;
    min-height: 1px;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls {
    width: 60%;
    float: left;
    margin: 0;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item {
    width: 16%;
    float: left;
    text-align: center;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item:first-of-type {
    width: 26%;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item:last-of-type {
    width: 26%;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item input[type="radio"] {
    float: none;
    margin: 0;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item label {
    margin: 0;
    display: none;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form .rsform-comment-block {
    margin: 30px 0 0;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form .rsform-comment-block .formControls {
    margin: 0;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form .rsform-comment-block .formControls .formBody textarea {
    width: 100%;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form.custom-zone {
    padding: 0 0 30px;
    border-bottom: 1px solid rgb(223, 223, 223);
    margin: 0 0 30px;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form.custom-zone .rsform-block:not(:last-child) {
    margin-bottom: 15px;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form.custom-zone .rsform-block .formControlLabel {
    width: 150px;
    float: none;
    display: inline-block;
    padding-right: 15px;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form.custom-zone .rsform-block .formControls {
    float: none;
    display: inline-block;
    width: auto;
    vertical-align: bottom;
}

form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form.custom-zone .rsform-block .formControls .formBody .input-group {
    width: 220px;
}

form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .form-row {
    margin: 0 -20px;
}

form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .form-row .rsform-block {
    width: 50%;
    float: left;
    padding: 0 20px;
}

form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .form-row .rsform-block-personal-date {
    margin-bottom: 0;
}

form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .rsform-block .formControls {
    width: 100%;
    margin: 0;
}

form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .rsform-block input, form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .rsform-block textarea {
    width: 100%;
}

form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .form-row .rsform-block > div {
    margin: 0;
    float: left;
}

form.feedback-form .rsform-feedback .button-container button[type='submit'] {
    border-radius: 0;
    background: #c9a662 none;
    border: 1px solid #c9a662;
    color: white;
    text-transform: uppercase;
    padding: 6px 20px;
    text-shadow: none;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    form.feedback-form {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 35px;
    }

    form.feedback-form .none-title {
        display: none;
    }

    form.feedback-form h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    form.feedback-form .rsform-feedback .rsform-section {
        margin: 0 0 25px;
    }

    form.feedback-form .rsform-feedback .rsform-section .section-title {
        margin: 0 0 20px;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content {
        padding: 20px 10px;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block.rsform-content-title {
        margin-bottom: 15px;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block.rsform-content-title .formControls {
        display: none;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form .rsform-block {
        margin-bottom: 15px;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControlLabel {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-form.custom-zone .rsform-block .formControls .formBody .input-group {
        width: 100%;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls {
        width: 100%;
        float: none;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item {
        width: auto !important;
        float: none;
        text-align: left;
        display: inline-block;
        padding-right: 25px;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item:last-of-type {
        width: auto;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item input[type="radio"] {
        float: none;
        margin: 0 5px 0 0;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content .rsform-block .formControls .rsform-item label {
        display: inline;
        float: none;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 13px;
        vertical-align: 10%;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content.accommodation .rsform-form.custom-zone .rsform-block .formControlLabel {
        width: 100%;
    }

    form.feedback-form .rsform-feedback .rsform-section .rsform-content.accommodation .rsform-form.custom-zone .rsform-block .formControls {
        width: 100%;
    }

    form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .form-row {
        margin: 0;
    }

    form.feedback-form .rsform-feedback .rsform-section.personal .rsform-custom-content.personal-content .rsform-form .form-row .rsform-block {
        width: 100%;
        float: none;
        padding: 0;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */