section.intro .cover {
    overflow: hidden;
    position: relative;
    height: 40vw;
    max-height: 740px;
}

section.intro h4 {
    font-weight: 400;
    color: #24205f;
    font-size: 14px;
    margin-bottom: 35px;
}

section.intro h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2em;
    color: #6b6869;
    margin: 0 auto -20px auto;
}

section.intro p.opening::first-letter {
    color: #1f2151;
    float: left;
    font-size: 62px;
    font-weight: 700;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 3px;
}

.fullContent .small {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.fullContent .middle {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.fullContent .map {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.fullContent .exceed {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.fullContent .medium {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.fullContent .large {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fullContent .extralarge {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.fullContent .small .fullIMG,
.fullContent .middle .fullIMG,
.fullContent .medium .fullIMG,
.fullContent .map .fullIMG,
.fullContent .large .fullIMG,
.fullContent .extralarge .fullIMG,
.fullContent .exceed .fullIMG {
    width: 100%;
    margin: 0;
}

.fullContent .large .caption,
.fullContent .exceed .caption {
    width: 100%;
    text-align: left;
    margin: 5px 0 25px 0;
    font-weight: 400;
    font-style: italic;
}

.fullContent ul.wrapper.large {
    height: 100%;
    min-height: 55vh;
    overflow: hidden;
    margin-bottom: 35px;
}

.fullContent .wrapper.large li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fullContent .wrapper.large li .fullIMG {
    width: 100%;
    height: auto;
}

.article blockquote {
    color: #5c5c5c;
    /*69263D*/
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    text-align: center;
    margin: 40px auto;
    line-height: 1.4em;
}

.article blockquote span {
    font-size: 38px;
    font-style: normal;
}

.article .fullIMG {
    width: 100%;
    margin: 0 auto;
}

.article .center {
    text-align: center;
}

.article .clear {
    height: 40px;
}

/* -------------------------
THE PALACE MUSEUM LINKS
---------------------------*/

.fullContent.PMP {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.fullContent.PMP .wrapper.bottomMark:before {
    content: url(../img/empty.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../svg/dragon_head-02.svg);
    display: inline-block;
}

.fullContent.PMP .wrapper.bottomMark {
    text-align: center;
    margin: 45px 0;
}

.fullContent.PMP .wrapper.bottomMark p {
    font-weight: 100;
}

.fullContent.PMP ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.fullContent.PMP li {
    vertical-align: top;
    width: 90%;
    height: auto;
    display: inline-block;
    margin: 5px 5px 20px 5px;
    padding-bottom: 25px;
    border-bottom: solid 1px #d3d2d2;
}

.fullContent.PMP li .thumb {
    float: left;
    display: inline-block;
    width: 65%;
}

.fullContent.PMP li .num {
    vertical-align: top;
    width: 35%;
    float: right;
    margin: -20px 0 10px 0;
    text-align: left;
    display: inline-block;
}

.fullContent.PMP li .num p {
    line-height: 1.1em;
    font-size: 14px;
    color: gray;
    margin-left: 20px;
    margin-top: 35px;
}

.fullContent.PMP li .num p span {
    font-family: 'Merriweater', serif;
    color: #24205f;
    font-size: 45px;
}

.fullContent.PMP li .chap {
    text-align: left;
    width: 32%;
    display: inline-block;
    margin-left: 10px;
    max-width: 190px;
}

.fullContent.PMP li .chap h3 {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 16px;
}

.fullContent.PMP li .chap p {
    font-size: 14px;
    font-weight: 100;
    padding: 0;
}

.fullContent.PMP li.span {
    padding-top: 40px;
}

.fullContent.PMP li.current {
    padding-bottom: 30px;
    border-bottom: solid 1px #d3d2d2;
}


/*-----------------------------------
MENU 
------------------------------------*/

menu {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 2001;
    background-color: white;
    padding: 10px 10px 0 10px;
    height: 40px;
    transition: all ease 1s;
    border-top: solid #d0d0d0 1px;
}

menu.active {
    bottom: 0;
}

menu.hidden {
    bottom: -50px;
}

menu h4 {
    font-weight: 400;
    color: #24205f;
    font-size: 12px;
    margin-bottom: 35px;
    display: inline-block;
}

menu ul {
    margin: 0 0 0 10px;
    display: inline-block;
}

menu ul li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: gray;
    font-weight: 300;
}

menu ul li.current {
    color: #24205f;
    font-weight: 700;
}

menu ul li.link01 {
    border-left: 1px solid #d0d0d0;
    padding-left: 25px;
    position: relative;
}

menu ul li.link01:before {
    content: url(../img/empty.png);
    position: absolute;
    width: 20px;
    height: 1px;
    border-top: 1px solid #d0d0d0;
    left: 0;
    top: 50%;
}

menu ul li.link02,
menu ul li.link03 {
    margin-left: 35px;
}

menu p {
    float: right;
    position: relative;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 20px;
    cursor: pointer;
    transition: ease 1s opacity;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

menu p:after {
    content: url('../svg/menu_ico.svg');
    position: absolute;
    right: 0;
    top: -2px;
    width: 15px;
    height: auto;
}

menu p:hover {
    opacity: 0.7;
}

menu a:active,
menu a:visited,
menu a:link {
    color: inherit;
}

menu a:hover {
    color: black;
}

/*-------------------------------------
CHAPTER NAVIGATION
-------------------------------------  */

#navigation {
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
    pointer-events: none;
    z-index: 97;
}

#navigation li {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    transition: all 1s ease;
    pointer-events: all;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    position: relative;
}

#navigation li.backward {
    float: left;
    position: relative;
    border-right: 1px solid black;
}

#navigation li.forward {
    float: right;
    position: relative;
    border-left: 1px solid black;
    text-align: right;
}

#navigation li:hover {
    width: 120px;
    height: 50px;
    padding: 5px 15px;
}

#navigation li a {
    font-size: 28px;
    color: black;
    text-decoration: none;
    position: relative;
    width: 100px;
}

#navigation li a span {
    position: absolute;
    font-size: 12px;
    color: white;
    transition: all 1s ease-in;
    transition-delay: 0.1s;
    width: 90px;
    top: 12px;
}

#navigation li:hover a span {
    color: black;
}

#navigation li.backward a span {
    left: 8px;
}

#navigation li.forward a span {
    right: 8px;
}

.moreLinks {
    margin: -20px 0px -30px 0px;
}

/*-------------------------------------
DARKER SECTION 
--------------------------------------*/

body, .blackTarget{transition: all ease 0.5s;}
.black{background-color: black;}
.blackTarget{padding-top: 100px;margin-top: 100px;color: white;position: relative;z-index: 1;margin-bottom: 70px;}
.blackTarget p {color: #fff;}
.white {background-color: #fff;}
/*
squences
*/
ul.sequence{
    position: relative;
    width: 100%;
    min-height: 400px;
}
ul.sequence li{
    position: absolute;
}
#sq1{height: 500px;}
ul.sequence.wrapper{
    margin-bottom: 90px;
}
ul.sequence.wrapper .run{display: none;background-color: white;padding-bottom: 20px;}
ul.sequence.wrapper .run p{
    position: absolute;
    text-align: center;
    width: 200px;
    left: 25%;
    bottom: -10px;
}
ul.sequence.wrapper .run p.low{
    left: 20%;
    width: 280px;
    bottom: -55px;
}