.clearfix,
.clearfix:after {
    clear: both
}

*zoom:1 .clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearleft {
    clear: left
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

body {
    font-family: 'Lora', serif;
    font-size: 19px;
    line-height: 31.78px;
    color: #030202;
    background: #ffffff;
    font-weight: 400;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    border: 12px solid #030202;
}

h1,
h2 {
    color:#ffffff;
    font-weight: 700
}

h1 {
    font-size: 42px;
    line-height: 57px
}

h2 {
    font-size: 36px;
    line-height: 49px
}

h3,
h4 {
    font-size: 24px
}

h3 {
    font-weight: 400;
    line-height: 35px
}

h4 {
    font-weight: 400;
    line-height: 1.1;
    margin-top: 15px
}

h5 {
    font-size: 14px;
    line-height: 22.78px;
    font-weight: 700
}

em {
    /*font-weight: 400*/
}

b,
strong {
    font-weight: 700
}

blockquote {
    border: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-size: 22px;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
    margin-bottom: 30px;
}

p.first-letter::first-letter {

}
.caption {
    text-align: right;
    border-top: 1px solid #006666;
    padding-top: 12.5px;
}

.chapter-text,.documents-box {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px;
    border-bottom: 5px solid #940000
}

.chapter-text p {
    margin-bottom: 21px
}

h4.chapter-subtitle {
    padding-bottom: 15px;
    padding-left: 2px
}

.warning {
    color: #b5b5b5;
    margin-top:15px;
}

a {
    color: #003333;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #006666
}

.lang,
.social {
    display: inline-block;
    text-align: right
}

.lang,
.lang a,
.social,
.social a {
    color: #ffffff;
}
.lang a:hover,
.lang a:focus,
.social a:hover,
.social a:focus {
    color: #b5b5b5;
}

.navbar-nav li a,
.navbar-nav li.active a,
.navbar-nav li:hover a,
.navbar-nav li a:focus {
    color: #ffffff;
}

.lang-social-wrap {
    text-align: right;
    line-height: 0;
    padding-top: 13px
}

.lang {
    font-size: 16px;
    margin-right: 15px
}

.social {
    font-size: 20px
}

.custom-navbar .navbar-right {
    float: right;
    padding-right: 15px
}

.custom-navbar .nav.navbar-nav.navbar-right li {
    float: left
}

.custom-navbar .nav.navbar-nav.navbar-right li>a {
    padding: 8px 5px
}

.custom-navbar .navbar-toggle {
    float: left;
    margin-right: 0
}

.custom-navbar .navbar-header {
    float: left;
    width: auto!important
}

.custom-navbar .navbar-collapse {
    clear: both;
    float: none
}

.navmenu {
    border-radius: 0;
    background: #030202;
    padding-top: 47px
}

.navbar-offcanvas.navmenu-fixed-left,
.navmenu-fixed-left {
    border: 0;
    /*border-right: 1px solid #666f7d*/
}

.nav>li>a {
    display: block;
    padding: 0
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: 0 0
}

.navbar-toggle.navbar-left {
    float: left;
    margin: 0;
    padding: 0
}

.navbar-header {
    float: none;
    padding: 0;
    margin: 0
}

.navbar-collapse {
    margin-left: 15px;
    padding: 0
}

.navbar-collapse.collapse {
    position: fixed;
    display: none!important
}

.navbar-collapse.collapse.in {
    display: block!important
}

.navbar-nav {
    font-weight: 700;
    display: block;
    margin: 5px 0;
    padding: 15px
}

.navbar-nav li {
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0
}

.navbar-nav li a {
    font-weight: 400;
}

.nav-title {
}

.nav-title span {
}

.nav-higlight {
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #940000;
    border: 1px solid #940000;
    border-radius: 2px;
     -webkit-transition: all .3s;
    transition: all .3s
}

.navbar-nav li a:hover .nav-higlight {
    width: 100%;
}

.nav-icon-wrap button {
    width: 100%;
    margin-top: 0!important
}

.nav-icon-wrap button .icon-bar-wrap {
    padding: 5px 0 22px;
    width: 100%;
    min-width: 27px;
    margin-top: 40%;
    font-size: 150%
}

.navbar {
    min-height: 10px
}

.navbar-default {
    /*background: #585c6d;
    background: rgba(88, 92, 109, .88);
    border-bottom: 1px solid #666f7d*/
    background: transparent;
    border: none;
}

.navbar-default .navbar-toggle {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    margin: 12px 0;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-toggle .icon-bar {
    height: 3px;
    width: 19px;
    background: #ffffff;
     -webkit-transition: all .3s;
    transition: all .3s
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #940000
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    /*background: #940000*/
}

.intro,
.page,
video {
    width: 100%
}

.container {
    position: relative
}

.brand-wrap {
    text-align: left;
    color: #ffffff;
    margin-top: 160px;
}
.brand-wrap h1 {
    font-size: 116px;
    margin-bottom: 25px;
}
.brand-wrap h2 {
    font-size: 56px;
    margin-top: 0px;
}
.red-line-title {
    display: inline-block;
    width: 136px;
    height: 18px;
    background: #940000;
    border: 1px solid #940000;
    border-radius: 8px;
}
.red-line-title-small {
    display: inline-block;
    width: 66px;
    height: 12px;
    background: #940000;
    border: 1px solid #940000;
    border-radius: 6px;
}
.page {
    padding-bottom: 320px;
}
.simpleParallax {
    border: 12px solid #030202;
    background: #030202;
    /*margin-right: 15px;*/
}
.intro-main {
    position: relative;
    display: table;
    height: 100vh;
    text-align: left;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.intro-main .cover-wrap {
    position: absolute;
    bottom: -720px;
    display: block;
    height: 720px;
}
.intro-section {
    position: relative;
    display: table;
    /*height: 320px;*/
    text-align: left;

}
.intro-section .cover-wrap {
    position: absolute;
    top: -120px;
    display: block;
    /*height: 120px;*/
}
.divider {
    display: none;
    height: 300px;
    z-index:-10000;
}

#prologue, .intro-prologue, .divider-prologue, .intro-section-1 {
    background-color: #262626;
}
#section-1 {
    background-color: #3f3f3f;
}
#section-2, .intro-section-2 {
    background-color: #5a5a5a;
}
#section-3, .intro-section-3 {
    background-color: #767676;
}
#section-4, .intro-section-4 {
    background-color: #949494;
}
#section-5, .intro-section-5 {
    background-color: #b5b5b5;
}
.intro-main {
    background-color: #030202;
    background-image: url(../../../assets/Uploads/backgrounds/bckg-intro.png)
}

.lang-en #prologue {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-prologue.png);
}
.lang-en #section-1 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-crime-uncovered.png);
}
.lang-en #section-2 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-crime-progress.png);
}
.lang-en #section-3 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-denial.png);
}
.lang-en #section-4 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-guilty.png);
}
.lang-en #section-5 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-epilogue.png);
}

.lang-bhs #prologue {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-prologue-bhs.png);
}
.lang-bhs #section-1 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-crime-uncovered-bhs.png);
}
.lang-bhs #section-2 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-crime-progress-bhs.png);
}
.lang-bhs #section-3 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-denial-bhs.png);
}
.lang-bhs #section-4 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-guilty-bhs.png);
}
.lang-bhs #section-5 {
    background-image: url(../../../assets/Uploads/backgrounds/bckg-epilogue-bhs.png);
}

#prologue,#section-1,#section-2,#section-3,#section-4,#section-5 {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    transition: all 0s linear 0s;
}
#prologue {
    padding-top: 320px;
}
#section-1,#section-2,#section-3,#section-4,#section-5 {
    padding-top: 630px;
}

.page h2 {
    margin-top: 160px;
    font-size: 72px;
}

video {
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 0
}

.chapter-docs .doc-icon,
.chapter-docs .doc-info {
    display: table-cell;
    vertical-align: top;
    line-height: 0
}

.chapter-docs {
    margin-bottom: 12px
}

.chapter-docs .doc-icon {
    font-size: 18px;
    padding-right: 5px;
    width: 30px;
    padding-top: 2px
}

.chapter-docs .doc-info {
    width: 100%
}

.chapter-docs .doc-info .doc-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
    padding: 0;
    line-height: 1.2
}

.chapter-docs .doc-info .doc-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.chapter-docs a {
    border-bottom: 1px solid transparent
}

.chapter-docs a:active,
.chapter-docs a:focus,
.chapter-docs a:hover {
    border-bottom: 1px solid #940000
}

.footer {
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 30px;
    font-size: 16px;
    border-top: 3px solid #940000;
}

.footer .credits-block {
    text-align: center
}

.footer .credits-block dt {
    font-weight: 400;
    font-size: 16px
}

.footer .credits-block dd {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px
}

.footer .credits-block dd p {
    font-size: 14px
}

.footer .footer-logo-wrap {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}
.footer .footer-logo-wrap img {
    width: 320px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.footer .content-notice {
    font-size: 14px;
    text-align: center
}

.footer .copyright-notice {
    border-top: 1px dotted #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    margin-top: 30px;
    text-align: right;
    font-size: 14px
}

#lightcase-case {
    font-family: 'Lora', serif;
    font-weight: 400
}

#lightcase-case #lightcase-info #lightcase-title {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff
}

#lightcase-case #lightcase-info #lightcase-caption {
    font-size: 14px;
    color: #ffffff
}

#lightcase-case #lightcase-info #lightcase-caption a {
    color: #ffffff
}

#lightcase-content,
#lightcase-overlay {
    background-color: #030202!important
}

@media only screen and (min-width:769px) and (max-width:993px) {
    .row {
        margin-right: 0;
        margin-left: 0
    }
    .simpleParallax {
        margin-right: 15px;
    }
    #prologue {
        padding-top: 100px;
    }
    .page h2 {
        margin-top: 60px;
        font-size: 72px;
    }
    #section-1, #section-2, #section-3, #section-4, #section-5 {
        padding-top: 380px;
    }
    .intro-main,#section-1, #section-2, #section-3, #section-4, #section-5 {
        -webkit-background-size: auto 993px;
        -moz-background-size: auto 993px;
        -o-background-size: auto 993px;
        background-size: auto 993px;
        background-attachment: fixed;
        background-position-x: 50%;
        background-position-y: 0;
        background-position: center center
    }
}

@media only screen and (max-width:768px) {
    body {
        font-size: 16px;
        line-height: 1.4976
    }
    #prologue {
        padding-top: 50px;
    }
    #section-1, #section-2, #section-3, #section-4, #section-5 {
        padding-top: 180px;
    }
    .simpleParallax {
        margin-right: 0;
    }
    .brand-wrap h1 {
        font-size: 72px;
    }
    .brand-wrap h2 {
        font-size: 48px;
    }
    .page h2 {
        margin-top: 30px;
        font-size: 48px;
    }
    .intro-main,#section-1, #section-2, #section-3, #section-4, #section-5 {
        -webkit-background-size: auto 768px;
        -moz-background-size: auto 768px;
        -o-background-size: auto 768px;
        background-size: auto 768px;
        background-attachment: scroll;
        background-position-x: 50%;
        background-position-y: 0;
        background-position: center center
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .intro-main,#section-1, #section-2, #section-3, #section-4, #section-5 {
        -webkit-background-size: auto 767px;
        -moz-background-size: auto 767px;
        -o-background-size: auto 767px;
        background-size: auto 767px;
        background-attachment: scroll;
        background-position-x: 50%;
        background-position-y: 0;
        background-position: center center
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .intro-main,#section-1, #section-2, #section-3, #section-4, #section-5 {
        -webkit-background-size: auto 400px;
        -moz-background-size: auto 400px;
        -o-background-size: auto 400px;
        background-size: auto 400px;
        background-attachment: scroll;
        background-position-x: 50%;
        background-position-y: 0;
        background-position: center center
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .intro-main,#section-1, #section-2, #section-3, #section-4, #section-5 {
        -webkit-background-size: auto 1024px;
        -moz-background-size: auto 1024px;
        -o-background-size: auto 1024px;
        background-size: auto 1024px;
        background-attachment: fixed;
        background-position-x: 50%;
        background-position-y: 0;
        background-position: center center
    }
}

/*@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .intro {
        -webkit-background-size: auto 768px;
        -moz-background-size: auto 768px;
        -o-background-size: auto 768px;
        background-size: auto 768px;
        background-attachment: scroll;
        background-position-x: 50%;
        background-position-y: 0;
        background-position: center center
    }
}*/