
.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    background: #212121;
    z-index: 20;




}

.navigation a {
    color: #fff;
}

.navigation-left,
.navigation-left > *{
    float: left;
}

.navigation-left {
    margin-left: 1%;
    width: 100%; 
    color: #fff;
}

.navigation-right {
    text-align: right;
    float: right;
    width: 17.5%;
    opacity: 1;
    color: #fff;
}


.navigation-logo {
    float: left;
    background: url(//images.gmanews.tv/v3/parallax/gma_logo.png) center no-repeat;
    height: 85px;
    width: 85px;
    background-size: 90%;
    margin-left: 1%;
    background-color: #A4040A
}

.navigation-headline {
    float: left;
    height: 30px;
    cursor: default;
    font-size: 39px;
    margin: 18px;
}
.navigation-shares{
    text-align: right;
    margin: 10px;
    height: 30px;
    float: right;
    padding-right: 10px;
}
.navigation-headline:before {
    margin-top: 0;
}

.navigation-sections:before {
    margin-right: 5px;
}
.navigation-sections{
    border-top: 2px solid;
    margin-left: -8px;
}

/*.navigation-section {
    float: left;
    width: 20px;
    height: 12px;
    background: url(//images.gmanews.tv/v3/parallax/pagination.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
}
.navigation-section-hide {
    display:none;
}

.navigation-section:hover {
    background: url(//images.gmanews.tv/v3/parallax/pagination_on_click.png) 0 0 no-repeat;
}*/
.navigation-section-prev{
    float: left;
    width: 23px;
    height: 62px;
    background: url(//images.gmanews.tv/v3/parallax/prev.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 5px;
    margin-left: 25%;
}
.navigation-section-container{
    opacity: 1;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 202px;
    float: left;
}
.navigation-section-next{
    float: left;
    width: 23px;
    height: 62px;
    background: url(//images.gmanews.tv/v3/parallax/next.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 5px;
    margin-left: 2px;
}

.navigation-logo,
.navigation-volume {
    opacity: 1;
}
.navigation-section{
    opacity: 0.5;
}
.navigation-volume .navigation-icon{
    width: 20px;
    height: 20px;
    background: url(//images.gmanews.tv/v3/parallax/inactive_volumeon.png) center no-repeat;
    background-size: contain;
    margin: 6px;
}
.navigation-volume .navigation-icon:hover{
    background: url(//images.gmanews.tv/v3/parallax/active_volumeon.png) center no-repeat;
    background-size: contain;
}

.navigation-volume.navigation-volume--muted .navigation-icon{
    background: url(//images.gmanews.tv/v3/parallax/inactive_volumeoff.png) center no-repeat;
    background-size: contain;
}

.navigation-volume.navigation-volume--muted .navigation-icon:hover{
    background: url(//images.gmanews.tv/v3/parallax/active_volumeoff.png) center no-repeat;
    background-size: contain;
}

.navigation-section:hover,
.navigation-section--active,
.navigation-volume:hover {
    opacity: 1;
}

.navigation-marker {
    position: relative;
}

.navigation-volume,
.navigation-share {
    display: inline-block;
}


.navigation-share.facebook{
    width: 20px;
    height: 20px;
    background: url(//images.gmanews.tv/v3/parallax/inactive_facebook.png) center no-repeat;
    background-size: contain;
    margin: 6px;
}

.navigation-share.facebook:hover{
    background: url(//images.gmanews.tv/v3/parallax/active_facebook.png) center no-repeat;
    background-size: contain;
}

.navigation-share.twitter{
    width: 20px;
    height: 20px;
    background: url(//images.gmanews.tv/v3/parallax/inactive_twitter.png) center no-repeat;
    background-size: contain;
    margin: 6px;
}
.navigation-share.twitter:hover{
    background: url(//images.gmanews.tv/v3/parallax/active_twitter.png) center no-repeat;
    background-size: contain;
}

.navigation-share.gplus{
    width: 20px;
    height: 20px;
    background: url(//images.gmanews.tv/v3/parallax/inactive_google.png) center no-repeat;
    background-size: contain;
    margin: 6px;
}
.navigation-share.gplus:hover{
    background: url(//images.gmanews.tv/v3/parallax/active_google.png) center no-repeat;
    background-size: contain;
}


body {
    font: 17px/28px Georgia;
    margin: 0;
    padding: 0;
}

a {
    color: #004276;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.article {
    border-top: solid 1px #000;
}

.section {
    background: #212121;
    /*margin-top: 105px;*/
}

.section:after {
    content: "";
    clear: left;
    display: block;
}

.section--last {
    margin-bottom: 130px;
}

.section--credits {
    color: #999;
    font-style: oblique;
}

.section--credits a {
    color: #444;
}

.column {
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    margin-left:31.5%;
    margin-top: 50px;
    margin-bottom: 50px;
    height:100%;
}

.section h3 {
    margin-right: 10px;
    margin-bottom: 20px;
}
.scroll-prompt{
    position: fixed;
    bottom: 3%;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 10px;
    opacity: 1;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 3;
    height: 9%;
    width: 100%;
}
.scroll-prompt-container {
    height: 100%;
    background: url(//images.gmanews.tv/v3/parallax/scroll_down.png) center no-repeat;
    background-size: contain;
    width: 20%;
    margin: auto;
}
.loading-screen {
    position: absolute;
    top: 37%;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 62px;
    opacity: 1;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 3;
    right: 13%;
    width: 9%;
    height: 9%;
}

.scroll-back-to-top{

    position: absolute;
    text-align: center;
    color: white;
    opacity: 1;
    z-index: 3;
    right: 10%;
    width: 12%;
    height: 7%;
    background: url(//images.gmanews.tv/v3/parallax/back_to_top.png) center no-repeat;
    background-size: contain;
    bottom: 10%;
    cursor: pointer;
}

.scroll-prompt svg {
    fill: none;
    stroke: white;
    stroke-width: 2px;
}

.dropcap {
    float: left;
    font: bold 53px/70px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: -7px 10px 0 0;
    height: 1em;
}

.headline,
.section h3 {
    font: 200 30px/40px "nyt-cheltenham", Georgia, serif;
}

.headline {
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 15px;
    font-family: arial bold;
}
.subheadline{
    font-size: 28px;
    font-family: arial bold;
}
.producedby{
    font-style: italic;
    font-family: helvetica;
    font-size: 16px;
}
.byline-rule {
    border-top: 2px solid #000;
}

.jobless_growth{
    font-size: 46px;
    font-family: arial;
    line-height: 48px;
    text-align: justify;
}



.video-caption-chapter-title{
    position: absolute;
    font-family: georgia;
    top: 10%;
    font-size: 70px !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 3;
    text-shadow: #5C5C5C  2px 2px;
    color: #fff;
    padding: 20px 0;
    line-height: 37px;
}

@media (max-width: 1700px) {

    .video .video-caption {
        font-size: 1.4em !important;
        line-height: 24px !important;
    }
    .video .video-caption--right{
        font-size: 1.4em !important;
        line-height: 24px !important;
    }
    .video .video-caption  i{
        font-size: .9em !important;
    }

    .navigation-section-prev{
        margin-left: 12%;
    }
}

@media (max-width: 1500px) {
    .video .video-caption {
        font-size: 1.2em !important;
        line-height: 22px !important;
    }
    .video .video-caption--right{
        font-size: 1.2em !important;
        line-height: 22px !important;
    }
    .video .video-caption  i{
        font-size: .8em !important;
    }

    .navigation-section{
        width: 12px;
        height: 10px;
        margin-top: 9px;
    }
    .navigation-section-prev{
        margin-left: 15%;
    }
    .navigation-section-prev, .navigation-section-next{
        width: 17px;
        height: 23px;
    }

}

@media (max-width: 1300px) {

}
@media (max-width: 1100px) {

    .video .video-caption {
        font-size: 1em !important;
        line-height: 20px !important;
    }
    .video .video-caption--right {
        font-size: 1em !important;
        line-height: 20px !important;
        text-align: left !important;
    }
    .video .video-caption  i{
        font-size: .6em !important;
    }

    .navigation-section-prev{
        margin-left: 8%;
    }
}
@media (max-width: 1000px) {

    .video .video-caption {
        font-size: 1em !important;
        line-height: 16px !important;
    }
    .video .video-caption--right{
        font-size: 1em !important;
        line-height: 16px !important;
    }
    .video .video-caption  i{
        font-size: .55em !important;
    }

    .video-caption-chapter-title{
        font-size: 60px !important;
    }


}

@media (max-width: 900px) {


    .video .video-caption {
        font-size: .9em !important;
        line-height: 15px !important;
    }
    .video .video-caption--right {
        font-size: .9em !important;
        line-height: 15px !important;
    }
    .video .video-caption  i{
        font-size: .5em !important;
    }
    .current-chapter{
        display: none;

    }
    .chapters button.open{
        height: 40px !important;
        width: 35px !important;
    }
    .chapters button.open ul{
        margin: -2px 0 0 -6px !important;
    }
    .video-caption-chapter-title{
        font-size: 50px !important;
    }

}

@media (max-width: 700px) {
    .column {
        margin: auto 5%;
        max-width: 100%;
    }
    .video .video-caption {
        font-size: .7em !important;
        line-height: 12px !important;
    }
    .video .video-caption--right{
        font-size: .7em !important;
        line-height: 12px !important;
    }
    .video .video-caption  i{
        font-size: .4em !important;
    }
    .navigation-shares{
        display: none;
    }
    .video-caption-chapter-title{
        font-size: 35px !important;
    }

}

.section h4 {
    font-size: 24px;
    text-align: center;
    margin: 10px 30px;
}

.section h3 {
    font-size: 48px;
    text-align: center;
    margin: 10px 30px 30px 30px;
}

.image {
    width: 120%;
    margin: 40px -10%;
}

.image img {
    width: 100%;
}

.image .caption {
    font: 12px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: left;
    color: #999;
}

.video {
    font: bold 17px/30px Arial;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-container {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container video,
.video-container img {
    width: 100%;
    position: absolute;
}

.video-caption {
    margin-top: 5px;
    color: #888;
    padding-bottom: 20px;
}

.video-source {
    font: 11px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
    position: absolute;
    bottom: 10px;
    right: 7%;
    z-index: 3;
}

.column .video {
    border: solid 8px #f0f0f0;
    box-sizing: border-box;
    margin: 40px -10%;
    width: 120%;
}

.video-sequence:first-child {
    margin-top: 40px;
}

.video-sequence .video {
    min-height: 56.25vw;
}
.video-sequence .video:last-child{
    min-height: 0px;
    height: 0px;
}

.video-sequence-indicator {
    font-family: arial;
    position: absolute;
    line-height: 1.4em;
    top: 50%;
    right: 20px;
    color: #fff;
    white-space: pre;
}

.video {
    float: left;
}

.video + p {
    clear: left;
}


.video .video-caption {
    position: absolute;
    left: 3%;
    bottom: 20%;
    z-index: 3;
    color: #fff;
    padding: 0px 17px;
    line-height: 37px;
    max-width: 600px;
    text-shadow: none;
    opacity: 1;
    font-size: 1.4em;
    /*width: 34%;*/
    text-align: left;
    background: rgba(22, 22, 21, 0.3);
}

.video-caption.first{
    background:rgba(0, 0, 0, 0.7);
    opacity: 1;
    width: 100%;
    left: 0px;
    top: 30px;
    padding: 20px 17px;
    text-align: center;
    font: 30px georgia !important;
    max-width: 100%;
    height: 145px;
    text-shadow: none;
}
.title-holder{
    text-shadow: #5C5C5C  2px 2px;
    font-weight: bold;
    font-size: 80px;
}
.title-caption{
    font-size: 90px;
}
.video-sequence .video:last-of-type .video-caption {
    bottom: 30%;
}

.video .video-caption--long {
    width: 400px;
    bottom: 12.44%;
}

.video .video-caption--right {
    right: 3%;
    text-align: right;
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #fff;
    padding: 0px 17px;
    line-height: 37px;
    max-width: 600px;
    text-shadow: none;
    opacity: 1;
    font-size: 1.4em;
    /*width: 34%;*/
    text-align: right;
    background: rgba(22, 22, 21, 0.3);
}
.center-align{
    text-align: center;
}
.left-align{
    text-align: left;
}
.right-align{
    text-align: right;
}
.justify-align{
    text-align: justify;
}

.video .video-caption--center {
    position: absolute;
    left: 3%;
    text-align: center;
    width: 50%;
    text-shadow: none;
    opacity: 1;
    z-index: 3;
    max-width: 100%;
    width: 100%;
    left: 0%;
    text-align: center;
    top: 20%;
}
.black{
    color:#000; 
}
.video .video-caption--head {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.video-caption--head .video-headline {
    position: absolute;
    top: 10%;
    color: #000;
    left: 7%;
    border-bottom: solid 2px black;
    text-shadow: none;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 35px;
}

.video-caption--head .video-summary {
    position: absolute;
    top: auto;
    bottom: 12%;
    left: 7%;
    width: 270px;
    text-shadow: 0 1px 2px #000;
}

@media screen and (min-width: 768px) {
    .mobile .navigation-solid {
        /*        background-color: #000;
                position: fixed;*/
    }

    .mobile .navigation-solid .navigation-headline {
        display: block;
    }

    .mobile .navigation-solid .navigation-logo {
        /*margin-top: 11px;*/
    }

    .mobile .video-container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .mobile .navigation-solid .navigation-sections {
        margin-top: 0px;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobile body {
        font-size: 16px;
        line-height: 26px;
    }

    .mobile .column {
        margin: auto 8%;
    }

    .mobile .section {
        margin-top: 50px;
    }
    
}

.mobile .navigation-shares{
    display: none;
}
.mobile .navigation-sections {
    border:none;
    margin-left: -8px;
}

@media only screen and (min-width: 320px) {

    .mobile .navigation-left {
        /*margin-left: 25px;*/
    }
    .mobile .navigation-left{
        border: none;
        width: 100%;
    }

    .mobile .navigation-right{
        width: 190px;
        position: absolute;
        right: 0px;
        top: 50px;
    }
    .mobile .navigation-section{
        width: 15px;
        height: 8px;
        margin-top: 0px;
        text-align: center;
        color: #ccd9e3;
        font-size: 9px;
        font-weight: bold;
        text-decoration: none;
    }
    .mobile .navigation-section-prev, .mobile .navigation-section-next{
        width: 16px;
        height: 16px;
        margin-left: 3px;
        opacity: 0.5;
    }
    .mobile .navigation-logo,
    .mobile .navigation-headline,
    .mobile .navigation{
        height: 75px;
    }

    .mobile .navigation-headline{
        margin: 0px;
        font-size: 19px;
        padding: 27px 0 0 9px;
    }    

    .mobile .navigation 
    .mobile .navigation-right,
    .mobile .scroll-prompt {
        display: none;
    }

    /* GLOBAL STUFF */

    .mobile body {
        overflow-x: hidden;
    }

    .mobile #preview-banner {
        display: none;
    }

    .mobile .article {
        border-top: none;
    }

    .mobile .caption {
        line-height: 1.1;
    }

    .mobile .section h3 {
        margin-top: 50px;
    }

    /* STANDALONE INSET IMAGES */

    .mobile .image {
        width: 110%;
        margin: 40px -5%;
    }

    /* SECTION + SEQUENCES */

    .mobile .section {
        margin-top: 0px;
    }

    .mobile .video-sequence {
        background-color: #000;
        padding-top: 75px;
    }

    .mobile .video-sequence:first-child {
        margin-top: 0px;
    }

    /* VIDEO SLIDE */

    .mobile .video {
        box-sizing: border-box;
    }

    .mobile .video-sequence .video,
    .mobile .video-container  {
        overflow: visible;
    }

    .mobile .video-container {
        height:auto;
        position: relative;
        line-height: 0;
    }
    .mobile .video-container video,.mobile .video-container img {
        width: 96%;
        padding: 0 2%;
        position:relative;
    }

    .mobile .video-container img {
        position: static;
    }

    .mobile .video-source {
        bottom: 65px;
        right: 10px;
    }

    .mobile .video-caption {
        position: relative;
        width: 95%;
        max-width: 100%;
        text-shadow: none;
        left: 10px !important;
        float: left;
    }

    .mobile .video-caption--right{
        position: relative;
        width: 95%;
        max-width: 100%;
        text-shadow: none;
        left: 10px !important;
        right: 0px;
        float: left;
    }

    .mobile .video-rule {
        position: absolute;
        bottom: 0px;
        border-top: 1px solid #333;
        left: 35%;
        right: 35%;
    }

    /* INTRO SLIDE */

    .mobile .video-sequence:first-child {
        padding-top: 0;
    }

    .mobile .video-sequence:first-child .video:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile .video-sequence:first-child .video:first-of-type .video-container:first-child {
        padding-top: 0;
        padding-bottom: 60px;
        height: 360px;
    }


    /* HEADLINE AND INTRO */

    .mobile .video-sequence:first-child .video-caption--head {
        width: 100%;
        left: 0px;
        top: 0px;
        right: 0px;
    }

    .mobile .video-headline {
        left: 25px;
        top: 50px;
        border-bottom: none;
        color: white;
        font-size: 45px;
    }

    .mobile .video-headline .headline {
        bottom: auto;
        top: -2%;
        font-size: 45px;
        color: #FFF;
        line-height: 60px;
    }

    .mobile .video-summary {
        right: 7%;
        left: auto;
        top: auto;
        bottom: 0%;
        width: 280px;
        text-align: right
    }

}


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

    /* SECTIONS + SEQUENCE */

    .mobile .column {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    /* ARTICLE HEDS + SUBHEDS */

    .mobile .video-headline .headline,
    .mobile .headline {
        line-height: 34px;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .mobile .section h3 {
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 28px;
    }

    .mobile .column .byline br:nth-of-type(1) {
        /*display: none;*/
    }

    .mobile .image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobile .map {
        margin-right: 0;
        margin-left: 0;
    }

    .mobile .video-sequence {
        padding-top: 55px;
    }

    /* VIDEO SLIDE */

    .mobile .video  {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile .video-container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .mobile .video-caption {
        position: static;
        float: left;
        padding-top: 0px;
        margin-top: 0px;
        text-align: justify !important;
        width: auto;
        padding-bottom: 30px;
        padding: 1% 6%;
        font-size: 16px;
        line-height: 28px;
        font-size: 0.75em !important;
        line-height: 17px !important;
        text-indent: 23px;   
        bottom: 0% !important;
        color: #fff !important;
    }


    .mobile .video-caption--right {
        position: static;
        float: left;
        padding-top: 0px;
        margin-top: 0px;
        text-align: justify !important;
        width: auto;
        padding-bottom: 30px;
        padding: 1% 6%;
        font-size: 16px;
        line-height: 28px;
        font-size: 0.75em !important;
        line-height: 17px !important;
        text-indent: 23px;   
        bottom: 0% !important;
        color: #fff !important;
    }

    .mobile .video-caption i{
        font-size: .8em !important;
    }

    .mobile .video-source {
        bottom: 35px;
        right: 10px;
    }

    .mobile .video-sequence:first-of-type .video-source {
        display: none;
    }

    .mobile .video-sequence:first-of-type.mobile-loaded .video-source {
        display: block;
        bottom: 25px;
        right: 5px;
    }

    .mobile .video-rule {
        display: none;
    }

    /* INTRO SLIDE */

    .mobile .video-headline {
        /*position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;*/
    }

    .mobile .video-headline .headline,
    .mobile .video-headline .byline {
        position: absolute;
        left: 25px;
    }

    .mobile .video-headline .byline {
        display: none;
    }

    .mobile .mobile-loaded .video-headline .byline {
        display: block;
    }

    .mobile .video-headline .headline {
        top: 50px;
        color: white;
    }

    .mobile .video-caption--head .headline br:nth-of-type(1) {
        display: none;
        width: 5px;
        height: 5px;
    }

    .mobile .video-headline .byline {
        top: 90px;
        position: absolute;
        color: #FFF;
        border-top: none;
        letter-spacing: 0px;
        line-height: 16px;
    }

    .mobile .video-summary {
        position: static;
        float: left;
        text-align: left;
        padding-left: 25px;
        padding-bottom: 40px;
        width: auto;
        padding-right: 30px;
    }

    /* MAP SEQUENCE */

    .mobile .map-sequence .video-caption {
        margin-left: 5%;
        margin-right: 5%;
        max-width: 100%;
        width: auto;
    }

    .mobile .map-sequence .video-source {
        right: 5px;
    }

    .mobile .map-source {
        right: 0;
    }
    .mobile .navigation-section-container {
        width: 151px;
    }

}

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

    .mobile .navigation-section-container {
        width: 151px;
    }

    .mobile .align-left {
        left: 50px;
        right: auto;
        margin: 0;
        text-align: left;
    }

    .mobile .align-bottom,
    .mobile .video-sequence .video .align-bottom {
        bottom: 65px;
        top: auto;
    }

    .mobile .align-middle {
        top: 50%;
        margin-top: -115px;
    }

    .mobile .align-right {
        right: 50px;
        left: auto;
        text-align: right;
    }

    .mobile .caption-loresto-binoculars {
        width: 240px;
    }

    .mobile .caption-nytg-tabletmap-0-spratlys-template,
    .mobile .caption-underwater,
    .mobile .caption-night-exterior-storm,
    .mobile .caption-flight,
    .mobile .caption-cockpit {
        width: 280px;
    }

    .mobile .map {
        min-width: 768px;
    }
}

#jpreOverlay {
    background-color: transparent;
}

#jprePercentage {
    color:#ccc;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align:center;
    text-shadow:1px 1px 1px #333;
}
.chapters ul li:hover, .chapters ul li:focus, .chapters ul li:active {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.chapters {
    position: fixed;
    bottom: 50px;
    width: 100%;
    padding: 10px 0;
    background: rgba(22, 22, 21, 0.6);
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
    color: white;
    border-bottom: 1px solid black;
    z-index: 99;
}

.chapters button.open {
    color: white;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    right: 0;
    bottom: 99%;
    background: #161615;
    border: none;
    border-bottom: 1px solid black;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    padding: 10px 14px 10px 34px;
    width: 140px;
    z-index: 100;
}
.chapters ul {
    margin: 0;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.chapters ul li {
    vertical-align: top;
    display: inline-block;
    width: 10.5%;
    height: 160px;
    padding: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.chapters button.open ul {
    margin: 0;
    position: absolute;
    margin: 6px 0 0 -20px;
}
.chapters button.open ul li {
    display: block;
    width: 14px;
    height: 2px;
    min-height: 0;
    padding: 0;
    margin-bottom: 1px;
    background-color: white;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.chapters ul li {
    vertical-align: top;
    display: inline-block;
    width: 9%;
    height: 130px;
    padding: 10px;  
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.chapters ul li.navigation-section.navigation-section--active {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.chapters ul li .pic {
    width: 100%;
    height: auto;
    max-height: 100px;
    background-color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.chapters ul li .pic img {
    width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.chapters ul li .title {
    text-align: left;
    color: #dbd3c6;
    text-shadow: 0 -1px 0 #000000;
    width: auto;
}
.chapters ul li.active .title {
    color: white;
}
.chapters ul li .title h4 {
    font-size: 11px;
    font-weight: normal;
    margin: 8px 0 0;
    text-transform: uppercase;
}
.chapters ul li .title h3 {
    font-size: 18px;
    line-height: 1.2em;
    margin: 2px 0 0;
    width: 100%;
    display: block;
}
.chapters ul li .title h5 {
    word-break: break-word;
    font-size: 15px;
    line-height: 1em;
    margin: 1px 0 0;
    width: 100%;
    display: block;
}
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
a {
    color: #777;
    text-decoration: none;
}
button{
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

@media (max-width: 1500px) {
    .chapters-container {
        height: auto !important;
    }
    .chapters {
        background: rgba(22, 22, 21, 0.6);

        padding: 0;
        width: 260px;
        position: fixed;
        top: initial;
        bottom: 10px;
        left: initial;
        right: -314px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }
    .chapters.fixed {
        top: 10px;
        left: initial;
        right: -264px;
        -webkit-transition: right 250ms ease-out;
        -moz-transition: right 250ms ease-out;
        -o-transition: right 250ms ease-out;
        transition: right 250ms ease-out;
    }
    .chapters.active {
        top: 10px !important;
        right: 0;
        left: initial;
        -webkit-transition: right 250ms ease-out;
        -moz-transition: right 250ms ease-out;
        -o-transition: right 250ms ease-out;
        transition: right 250ms ease-out;
    }
    .chapters ul li {
        display: block;
        width: auto;
        padding: 8px 15px;
        margin: 0 auto;
        height: auto;
        min-height: 40px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .chapters ul li:last-child {
        min-height: auto;
        border-bottom: none;
    }
    .chapters ul li .pic {
        width: 60px;
        float: right;
        margin-left: 10px;
    }
    .chapters ul li .title h4 {
        font-size: 10px;
        font-size: 1rem;
    }
    .chapters ul li .title h3 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .chapters button.open {
        background-color: #161615;
        right: 260px;
        left: initial;
        top: 55px;
        text-indent: -9000px;
        width: 44px;
        padding: 10px;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
        height: 40px;
    }
    .chapters button.open ul {
        left: 50%;
        width: auto;
        margin: 6px 0 0 -7px;
    }
    .chapters button.open ul li {
        margin: 0 0 1px;
    }
}

#skip-intro-holder{
    width: 100%;
    position: fixed;
    top: 60%;
    height: 41px;
    z-index: 201;
    margin: auto;
    text-align: center;
}
#skip-intro{
    position: relative;
    z-index: 200;
    color: #fff;
    padding: 1px 10px;
    border: #a8a8a8 1px solid;
    border-radius: 3px;
    cursor: pointer;
    margin: auto;
    width: 100px;
}
#control-holder{
    width: 100%;
    position: absolute;
    top: 35%;
    margin: auto;
    height: 200px;
}

#control-layer{
    margin: auto;
    height: 10px;
    width: 470px;
}
#next-chapter:hover,
#replay:hover{
    background-color: rgba(131, 129, 129, 0.2)
}
#next-chapter a, #replay a{
    text-decoration: none;
}
#next-chapter, #replay{
    position: relative;
    float:left;
    z-index: 50;
    color: #fff;
    background: rgba(22, 22, 21, 0.6);
    border-radius: 3px;
    padding: 10px 20px;
    cursor: pointer;
    width: 180px;
    height: 160px;
margin-left: 15px;
}

#next-chapter .pic,
#replay .pic{
    width: 90%;
    height: 92px;
    max-height: 100px;
    background-color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    
}

#next-chapter .title,
#replay .title{
    text-align: left;
    color: #dbd3c6;
    text-shadow: 0 -1px 0 #000000;
    width: auto;
    position: relative;

}
#next-chapter .title h4,
#replay .title h4 {
    font-size: 11px;
    font-weight: normal;
    margin: 8px 0 0;
    text-transform: uppercase;
    text-align: left;
}
#next-chapter .pic img,
#replay .pic img{
    width: 178px;
    height: 92px;
}
#next-chapter .title h5,
#replay .title h5{
    word-break: break-word;
    font-size: 15px;
    line-height: 1em;
    margin: 1px 0 0;
    width: 100%;
    display: block;
}
#credits{
    display: none;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    font-size: 1em !important;
    position: fixed;
    top: 60px;
    text-align: center;
    left: 0px;
    height: 100%;
    line-height: 30px !important;
    padding: 45px 20px;
    padding-top: 3%;
}