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

/* CONTENT - START */

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

/* DESKTOP FIRST - GENERAL - START */

div.common-layout {
    font-size: 15px;
    line-height: 24px;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    color: #707070;
    margin: 0 0 55px;
	text-align: justify;
	
}

div.common-layout p {
    margin: 0;
}

div.common-layout a {
    color: #a38853;
}

div.common-layout h1 {
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
    margin: 0 0 30px;
}

div.common-layout h2, div.common-layout h3, div.common-layout h4 {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    color: #a38853;
}

div.common-layout h2 {
    text-align: center;
    /*font-family: "aparaj", Arial, sans-serif;*/
	font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 25px;
    color: #a38853;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    line-height: 30px;
}

div.common-layout h2 span {
    display: inline-block;
	height: 40px;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 10px;
}

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

div.common-layout h2 span:before {
    right: 100%;
}

div.common-layout h2 span:after {
    left: 100%;
}

div.common-layout h3 {
    font-size: 18px;
    margin: 20px 0;
}

div.common-layout h4 {
    font-size: 15px;
    margin: 15px 0;
}

div.common-layout .content p {
    margin: 0 0 10px;
    text-align: justify;
}

div.common-layout .content .table p {
    text-align: left;
}

div.common-layout .content .table th {
    vertical-align: top;
}

div.common-layout .content .rsform .rsform-block .formBody input[type='text'] {
    margin: 0;
    height: auto;
    padding-left: 10px;
    width: 100%;
    border-radius: 0;
}

div.common-layout .content .rsform .rsform-row {
    margin: 0 -20px;
}

div.common-layout .content .rsform .rsform-row .rsform-block {
    width: 50%;
    float: left;
    padding: 0 20px;
}

div.common-layout .content .rsform .rsform-row .rsform-block .formBody {
    position: relative;
}

div.common-layout .content .rsform .rsform-row .rsform-block .formBody .yui-calcontainer {
    right: 0;
    top: 100%;
}

div.common-layout .content .rsform .rsform-block .formBody .radio-item input[type="radio"] {
    vertical-align: -15%;
    min-height: inherit;
    float: none;
    display: inline;
}

div.common-layout .content .rsform .rsform-block .formBody .radio-item label {
    height: auto;
    margin: 0;
    float: none;
    vertical-align: middle;
    display: inline;
    font-weight: normal;
}

div.common-layout .content .rsform .rsform-row .rsform-block .formBody span.formValidation {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}

div.common-layout .content .rsform .rsform-row .rsform-block .formBody span.formValidation span {
    margin: 0;
    line-height: normal;
}

div.common-layout .content .rsform .rsform-submit-button {
    margin: 20px 0 0;
}

div.common-layout .content .rsform .rsform-submit-button button[type='submit'] {
    color: white;
    background: rgb(201, 166, 98) none;
    padding: 6px 12px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

/* DESKTOP FIRST - GENERAL - END */

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

/* DESKTOP FIRST - MOBILE ONLY - START */

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

    div.common-layout {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px;
    }

    div.common-layout h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    div.common-layout h2, div.common-layout h3, div.common-layout h4 {
        margin: 15px 0;
    }

    div.common-layout .content p {
        margin: 0 0 10px;
    }

    div.common-layout .content .rsform .rsform-row {
        margin: 0;
    }

    div.common-layout .content .rsform .rsform-row .rsform-block {
        width: 100%;
        float: none;
        padding: 0;
    }

    div.common-layout .content .rsform .rsform-submit-button {
        margin: 15px 0 0;
    }

    div.common-layout .content .rsform .rsform-submit-button button[type='submit'] {
        width: 100%;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

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

/* CONTENT - END */

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