html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,body{
  overflow:auto;
  width: 100%;
  height: 100%;
}

body{
    margin:0px;
    /*border:10px solid #412413;*/
    border-width:10px;
    border-style:solid;
    border-color:#412413;
    background-color:#C0B498;
    width:100%;
    height:100%;
    position: relative;

    overflow:scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;

    -webkit-transition: border-color cubic-bezier(.18,.2,.3,1) 0.3s;
    -moz-transition: border-color cubic-bezier(.18,.2,.3,1) 0.3s;
    -o-transition: border-color cubic-bezier(.18,.2,.3,1) 0.3s;
    transition: border-color cubic-bezier(.18,.2,.3,1) 0.3s;
}

.hide{
    display: none;
}

a img{
    border:none;
}

i{
    font-style: italic;
}

div,h1,h2,h3,h4,p,a,li{
    font-family: 'Microsoft JhengHei','微軟正黑體',"微软雅黑","メイリオ",'SimHei', sans-serif;
    font-weight: normal;
    color: rgb(82, 58, 46);
    letter-spacing:0px;
}

.background{
    z-index: -1;
    position: fixed;
    top:0;
    width:100%;
    height:0px;
    background:#C0B498 url(../images/bg.jpg);
    background-size: cover;
}

.hide{
    opacity: 0;
}

.bold{
    font-weight: bold;
}

.center{
    margin:0 auto;
}

.pure-g [class *="pure-u"] {
    /*font-family: 'Rockwell', 'Microsoft JhengHei','微軟正黑體',"微软雅黑","メイリオ",'SimHei', sans-serif;*/
}

p, .subsection {
    float: left;
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
    clear: both;
}

.subsection{
    width:100%;
}

p.margin{
    margin-top:10px;
    margin-bottom:10px;
}

p.margin:first-child, p.margin:last-child{
    margin-top:20px;
}

h1{
    font-size:26px;
    font-weight: bold;
    line-height: 30px;
}

h2{
    font-size:16px;
    font-weight: bold;
}

.container{
    width:100%;
    position: relative;
}
.container .index{
    position: relative;
    width: 90%;
    max-width:557px;
    max-height:679px;
    /*margin:0 auto;*/
    margin:100px auto;
}

.container .page{
    position: relative;
    width: 90%;
    max-width:1120px;
    /*margin:0 auto;*/
    margin:50px auto;
    margin-bottom:150px;
}

#menu_container{
    width:100%;
    margin-top:0px;
    border-top:11px #D2B062 solid;
    background:#412413;
}

.footer{
    width:100%;
    position: fixed;
    bottom:0;
    margin-top:100px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.black{
    background:#000;
}

#menu{
}

.menu-list{
    max-width:1280px;
    margin:10px auto 0 auto;
    position: relative;
    /*to ease the menu bouncing effect before jquery init*/
    left:-10px;
}

#menu li{
    cursor: pointer;
}

#header{
    text-align: center;
}

#header .header-logo{
    margin: 10px auto;
    /*background-color:#C8AF74;*/
    /*background-color:#BFB49A;*/
    background: transparent;
}

.content-container{
    max-width:1120px;
    margin:0 auto;
    margin-top:100px;
}
.animal-container{
    position: absolute;
    left:0; right:0; margin:0;
}

.animal-container li{
    opacity: 0;
    position: relative;
}

.animal-container li img{
    position: absolute;
    bottom:-10px;
    -webkit-transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
    -moz-transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
    -o-transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
    transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
   /* -webkit-transition: all cubic-bezier(.73,.05,.35,.99) 0.3s;
    -moz-transition: all cubic-bezier(.73,.05,.35,.99) 0.3s;
    -o-transition: all cubic-bezier(.73,.05,.35,.99) 0.3s;
    transition: all cubic-bezier(.73,.05,.35,.99) 0.3s;*/
}

.col2.l-box.left{
    padding-right:2%;
}

.col2.l-box.right{
    padding-left:2%;
}

.pointer-ignore{
    pointer-events: none;
}

.subsection{
    margin:20px 0;
}

.line-double{
    border-top-color: #523a2e;
    border-top-width:5px;   
    border-top-style:double;
    outline: 1px solid #699;
    outline-offset: -9px;
}

ul.artwork_menu{
    margin:10px 0;
}

.artworklist-margintop{
    margin-top:57px;
}

li.border, div.border {
    width: 100%;
    height: 1px;
    padding-top: 0px;
    border-top: 1px solid rgb(82, 58, 46);
}

div.border{
    margin-top:3px;
}
.border-container{
    margin-top:15px;
}

.artwork_menu li.item {
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(82, 58, 46);
    padding-top:10px;
}
.artwork_menu li.item span{
    font-size:13px;
}
.artwork_menu li.name, .artwork_menu li.item {
    cursor: pointer;
}

li.border:first-child{
    margin-bottom:1px;
}

li.border:nth-child(2){
    margin-bottom:8px;
}

.sub-artwork_menu{
    padding-top:10px;
    padding-bottom:30px;
    border-top: 1px solid rgb(82, 58, 46);
    /*border-bottom: 1px solid rgb(82, 58, 46);*/
}

.sub-artwork_menu li{
    margin-top:10px;
    cursor: pointer;
    text-align: left;

    border-bottom: 1px solid rgb(82, 58, 46);
    padding-bottom:19px;
}

.sub-artwork_menu li:first-child{
    margin-top:10px;
}

/*.sub-artwork_menu li:last-child{
    border-bottom: 1px solid rgb(82, 58, 46);
    margin-bottom:10px;
}*/

.margintop{
    margin-top:0;
    margin-bottom:20px;
}

.pagination a span{
    display: block;
}

a, li.name h2, .artwork_menu li span, .artwork_menu, .pagination a span{
    -webkit-transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
    -moz-transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
    -o-transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
    transition: all cubic-bezier(.18,.2,.3,1) 0.3s;
}
a.map, a.download, a.mailto, a.contact{
    text-decoration: underline;
}

a:hover, li.name:hover h2, .artwork_menu li:hover > span, .pagination a:hover span{
    color:#7F5D2A;
}

.featherlight .featherlight-content{
    background:#422817;
}

.featherlight .featherlight-content img{
    margin:0 auto;
}

.featherlight:last-of-type {
    background:rgba(66,40,23,0.5);
}

.featherlight .featherlight-close-icon{
    top:6px;
    right:4px;
    width:17px;
    background:#422817;
    color:#C6A569;
    content:url(../images/btn_close.png);
}



.collapse{
    display:none;
    overflow: hidden;
}


/* Mobile */
.m{
    display: none;
}
.copyright{
    text-align: center;
}
.copyright span{
    font-size:12px;
    padding:15px 0;
}

.m.menu-container{
    /*width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    z-index: 99;
    display: none;*/
}

.m .menu-tap{
    width:50px;
    height:50px;
    position: absolute;
    z-index: 9;
    background:url(../images/m_menu-tap.png);
    background-size: 50px 50px;
    top:8px;
    right:8px;

    cursor: pointer;
}

.m .menu{
    width:100%;
    height:100%;
    padding-bottom:30px;
    background:#412413;
    overflow-y:scroll;
    /*border:10px solid #BFB49A;*/
    top:0;
    left:0;
    position: absolute;
    z-index: 99;
    text-align: center;
    display: none;
}

.m .menu-close{
    width:50px;
    height:50px;
    background-image: url(../images/m_menu-close.png);
    background-color:#BFB49A;
    background-size:cover;
    cursor: pointer;
    /*background:#BFB49A url(../images/m_menu-close.png) center center cover;*/
    top:8px;
    right:8px;
    position: absolute;
    z-index: 99;
    text-align: center;
}

.m .header-logo{
    background:#BFB49A;
}

.m .menu-btn{
    margin-top:20px;
}

.m .menu-btn li{
    cursor: pointer;
}

.comingsoon-container{
    width:100%;
    background:#412413;
    padding:10px;
    position: absolute;
    bottom:50px;
    z-index: 999;
}

.comingsoon-container img{
    margin:0 auto;
    width:90%;
    max-width:517px;
    height:auto;
}

h1.border{
}

.caption p{
    color:#bfb499;
    padding:10px 0;
}

/* End of Mobile */
@media only screen and (max-width: 768px) {
    .col2.l-box.left, .col2.l-box.right{
        padding-left:0;
        padding-right:0;
    }

    .col2.l-box.right{
        padding-top:10%;
    }

    body[data-page=artworklist] .artworklist-margintop .col2.l-box.right{
        padding-top:0;
        padding-left:10px;
    }

    body[data-page=artworklist] .artworklist-margintop .col2.l-box.left{
        padding-right:10px;
    }

    .image-content img{
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .page{
        margin-top:25px !important;
    }
    .artwork-header{
        margin-top:25px;
    }
    .artworkImage{
        margin-top:0 !important;
    }
    .col2.l-box.right{
        padding-top:0;
        margin-top:20px;
    }
    body[data-page='index']{
        overflow: hidden;
    }
    .footer{
        display:none;
    }
    #header .header-logo{
        margin:0;
    }
    #header .header-logo, .m .header-logo{
        width:60%;
        height:auto;
    }
    .section-header{
        text-align: center;
    }
    .m{
        display: block;
    }
    .section-header.bilingual span{
        display:block;
    }

    .comingsoon-container{
        bottom:0px;
    }
    
    .container .page{
        margin-bottom:30px;
    }
}