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

/* CONTENT - START */

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

/* DESKTOP FIRST - GENERAL - START */

div.common-cat-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-cat-layout p {
    margin: 0 0 10px;
    text-align: justify;
}

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

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

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

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

div.common-cat-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-cat-layout h2 span {
    display: inline-block;
	height:40px;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 10px;
}

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

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

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

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

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

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

div.common-cat-layout .content .block {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
}

/* DESKTOP FIRST - GENERAL - END */

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

/* DESKTOP FIRST - MOBILE ONLY - START */

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

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

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

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

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

}

/* DESKTOP FIRST - MOBILE ONLY - END */

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

/* CONTENT - END */

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