/*  Global */
#tnc .globalContainer .footIntroCol {width:100%;}
#tnc .globalContainer .footTopColTitle, #tnc .globalContainer .footLatestCol, #tnc .globalContainer .footOthersCol, #tnc #tcBtn {display: none;}
#tnc .footerTop {padding:5px 0 0;}

/*GENERAL*/


body {
    font-family: Arial, "Microsoft JhengHei", "apple LiGothic Medium", sans-serif;
    background-color: #f6f3e7;
    color: #644f40;
    font-size: 12px;
    margin:0;
}

/*footer {
    position: relative;
    bottom: 0px;
}*/

h1 {
    font-size: 1.8em;
    color:#f3542c;
}

h2 {
    font-size: 1.45em;
}

h3 {
    font-size: 1.3em;
}
p { line-height: 1.6em;}
a {
    text-decoration: none;
    color: #ff7200;
}

a:hover {
    text-decoration: underline;
    color: #f3542c;
}

button:focus,
:focus {
    outline: 0;
}

.container {
    width: 93%;
    max-width: 1400px;
    margin: auto;
}

.hidden {
    display: none;
}

.clearfix {
    overflow: hidden;
    clear: both;
}


/*HEADER*/

.top-bg-color {
    height: 90px;
    background-color: #ffd42f;
}

.or-logo-div {
    width: 93%;
    max-width: 1400px;
    margin: auto;
}

.or-logo {
    padding: 20px 0 0 0;
}
.lang{ float: right; margin-top: 30px}
.intro {
    max-width: 500px;
    line-height: 1.3em;
}

.content-div {
    padding: 50px 0 150px;
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    text-align: left;
}

.content-desc {max-width: 490px;text-align: left;}

.content-div ul, .content-div ol {
/*
    padding: 0 20px;
    margin: 5px 0;
*/
    line-height: 1.8em;
}

.btn {
    background-color: #ff7200;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

/* SEO text */
/*.seo-text {width:100%;}
.seo-text, .sponsor-list {font-size: 12px;}*/

/*FOOTER*/
/*.seo-container {border-bottom: 1px solid #ccc;}
.copyright-container, .seo-container {
    background-color: #000;
    font-size: .7em;
    color: #ccc;
    padding: 8px 20px;
    line-height: 17px;
    position: relative;
}

    .copyright-container:first-child {
        border-bottom: 1px solid #ccc;
        direction: rtl;
        vertical-align: top;
        font-size: 0;
    }

    .copyright-container #OR_FOOT_logo {
        margin-right: 12px;
        display: inline-block;
        vertical-align: middle;
    }

    .copyright-container .copyright-text {
        display: inline-block;
        vertical-align: middle;
        width: 83%;
    }*/



/*@media (max-width: 768px) {
    footer {
        background-color: #000;
    }

    .copyright-container, .seo-container {
        line-height: 1.5;
    }

    .copyright-container:last-child .copyright-text {
            width: 60%;
        }
}*/

@media (max-width: 480px) {
    body {font-size: 14px;}
   /* .copyright-container:first-child {direction: ltr;}
    .seo-text {width:100%; margin-top:20px;padding-right: 0;}*/
    .sponsor-list li img {max-height: 60px; margin-top:10px;}
    /*.copyright-container .copyright-text {
        padding: 9px 0;
    }

    .copyright-container:last-child {
        padding: 0;
    }

        .copyright-container:last-child #OR_FOOT_logo {
            padding: 8px 0px 8px 20px;
        }

        .copyright-container:last-child .copyright-text {
            width: 79%;
        }

    footer a.tc {
        display: block;
        text-align: center;
        float: none !important;
        padding: 8px 20px;
        border-top: 1px solid #ccc;
    }*/
}

