/*@font-face {
    font-family: 'oswaldlight';
    src: url('../../fonts/Oswald-Light-webfont.eot');
    src: url('../../fonts/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Oswald-Light-webfont.woff2') format('woff2'), url('../../fonts/Oswald-Light-webfont.woff') format('woff'), url('../../fonts/Oswald-Light-webfont.ttf') format('truetype'), url('../../fonts/Oswald-Light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../../fonts/Oswald-Regular-webfont.eot');
    src: url('../../fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Oswald-Regular-webfont.woff2') format('woff2'), url('../../fonts/Oswald-Regular-webfont.woff') format('woff'), url('../../fonts/Oswald-Regular-webfont.ttf') format('truetype'), url('../../fonts/Oswald-Regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300|Source+Sans+Pro:700);
/*
html, body {
    width: 100%; height: 100%;
}*/

.scene.scene1 .button-1, .scene.scene1 .button-2, .modal .close, .modal .close:before, .modal .close:after, .toggle-audio:before, .toggle-audio:after, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:before, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:after, .button, .btn[class*="btn-"]:before, .scene .content-container .content .text .text-inner .date .dot, .scene .content-container .content .text .text-inner .date:before {
    background-image: url('../img/sprite.png');
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    height: 90px;
    width: 90px;
    margin: -160px auto auto auto;
    display: inline-block;
    position: absolute;
}

.pace.pace-inactive .pace-activity {
    display: none;
}

.pace .pace-activity {
    /*position: fixed;*/
    z-index: 2000;
    display: block;
    position: absolute;
    /*left: -30px;*/
    top: -30px;
    height: 90px;
    width: 90px;
    border-width: 30px;
    border-style: double;
    border-color: #af464a transparent transparent;
    border-radius: 50%;

    /* Aanpassing bart@cybox.nl; doe gewoon 's in het midden man */
    left: -75px;


    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

}
    /* Aanpassing bart@cybox.nl; doe gewoon 's in het midden man */
    #loader .load-txt {
        padding-left: 8px;
        padding-top: 20px;
        position: absolute;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.pace .pace-activity:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    display: block;
    border-width: 10px;
    border-style: solid;
    border-color: #af464a transparent transparent;
    border-radius: 50%;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(359deg);
    }
}

#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2b251d;
    color: #d1c7ac;
    z-index: 10000;
    display: table;
    height: 100%;
    width: 100%;
    font-size: 20px;

    font-family: 'Oswald'; font-weight: regular;
    text-transform: uppercase;
}

#loader .loader-inner {
    /*display: table-cell;
    vertical-align: middle;
    height: 100%;*/
    width: 400px; height: 400px;
    position: absolute; top: 50%; left: 50%;


}

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
}

a.toggle-audio {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    width: 30px;
    height: 30px;
    background-color: #221d17;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.toggle-audio:hover {
    background: #677446;
    cursor: pointer !important;
}

a.toggle-audio:before, a.toggle-audio:after {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    background-position: -44px -191px;
    margin-top: -11px;
    margin-left: -11px;
    z-index: 99;
}

a.toggle-audio:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    background-position: -66px -191px;
    z-index: 100;
}

a.toggle-audio.muted:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

a.toggle-audio.muted:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.imagelightbox-wrapper .imagelightbox-container {
    position: absolute;
    left: 0;
    top: 0;
}

.modal .close, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close {
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #d63f45;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal .close:hover, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:hover {
    cursor: pointer;
}

.modal .close:hover:after, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.modal .close:after, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: url('../img/ruis.png');
}

.modal .close:before, .imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:before {
    content: " ";
    width: 22px;
    height: 22px;
    position: absolute;
    background-position: 0 -191px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.imagelightbox-wrapper .imagelightbox-container #imagelightbox-close {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 10000000;
    background: rgba(214, 63, 69, 0.7);
}

.imagelightbox-wrapper .imagelightbox-container #imagelightbox-close:hover {
    background: #d63f45;
}

.modal .close {
    position: relative;
    margin-top: 20px;
    float: right;
    background: #d63f45;
}

.modal .close:hover {
    background: rgba(214, 63, 69, 0.7);
}

button, a, button:focus, a:focus, button:active, a:active {
    outline: none;
}

body {
    overflow: hidden !important;
    font-family: 'Oswald';
    font-weight: 400;
    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 {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.layer {
    width: 100%;
    height: 100%;
}

.header {
    position: fixed;
    background: #2b251d;
    z-index: 1000;
    height: 80px;
    width: 100%;
}

.header .logo {
    position: relative;
    float: left;
    width: 138px;
    height: 80px;
    display: block;
}

.header .menu {
    width: 830px;
}

.header .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#pageContent {
    display: none;
}

.paging {
    width: 50px;
    padding: 14px 0 14px 0;
    background: rgba(43, 37, 29, 0.5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -186px;
    height: auto;
    z-index: 190;
}

.paging[data-animating="true"] a.active:hover:before {
    background: #fff;
}

.paging[data-animating="true"] a:hover {
    cursor: default;
}

.paging[data-animating="true"] a:hover:before {
    background: #ed454d;
}

.paging:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 2px;
    margin-left: -1px;
    background: #903535;
    z-index: 191;
}

.paging a {
    left: 50%;
    margin-left: -10px;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 195;
    cursor: pointer;
    border: 1px solid transparent;
}

.paging a:hover:before {
    background: #fff;
}

.paging a:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ed454d;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.paging a.active {
    border-color: #fff;
}

.paging a.active:before {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-left: -7px;
    margin-top: -7px;
    box-shadow: 0px 0px 5px #fff;
}

.paging a + a {
    margin-top: 10px;
}

.backgrounds {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.backgrounds [class*="bg-"] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.backgrounds .bg-1 {
    opacity: 1;
    background-image: url(../img/scene1/background.png);
    z-index: 1;
}

.backgrounds .bg-2 {
    background-image: url(../img/scene2/scene2_bg.jpg);
    z-index: 2;
}

.backgrounds .bg-3 {
    background-image: url(../img/scene3/scene3_bg.jpg);
    z-index: 3;
}

.backgrounds .bg-4 {
    background-image: url(../img/scene4/scene4_background.png);
    z-index: 4;
}

.backgrounds .bg-5 {
    background-image: url(../img/scene5/scene5_bg.jpg);
    z-index: 5;
}

.backgrounds .bg-6 {
    background-image: url(../img/scene6/scene6-bg.jpg);
    z-index: 6;
}

.backgrounds .bg-7 {
    background-image: url(../img/scene7/scene07-background.jpg);
    z-index: 7;
}

.backgrounds .bg-8 {
    background-image: url(../img/scene8/scene8_bg.jpg);
    z-index: 8;
}

.backgrounds .bg-9 {
    background-image: url(../img/scene9/scene9_bg.jpg);
    z-index: 9;
}

.backgrounds .bg-10 {
    background-image: url(../img/scene10/scene10_bg.jpg);
    z-index: 10;
}

.backgrounds .bg-10.bg-inactive {
    opacity: 0 !important;
}

.backgrounds .bg-10.bg-alt {
    background-image: url(../img/scene10/scene10_bg2.jpg);
    z-index: 11;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.soldaat {
    width: 655px;
    height: 100%;
    position: absolute;
    background: url(../img/scene2/scene2_soldier.png) no-repeat bottom right;
}

.pole {
    left: -100%;
    bottom: -100%;
    width: 542px;
    height: 1685px;
    position: absolute;
    background: url('../img/scene8/scene8_tree.png') repeat-y;
}

.scene-7-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.scene-7-placeholder .bomb-1, .scene-7-placeholder .bomb-2, .scene-7-placeholder .troops, .scene-7-placeholder .labels, .scene-7-placeholder .small-planes, .scene-7-placeholder .small-tanks, .scene-7-placeholder .arrows {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.scene-7-placeholder .arrows {
    background-image: url('../img/scene7/scene07-arrows.png');
}

.scene-7-placeholder .troops {
    background-image: url('../img/scene7/scene07-troops.png');
}

.scene-7-placeholder .small-tanks {
    background-image: url('../img/scene7/scene07-tanks.png');
}

.scene-7-placeholder .small-planes {
    background-image: url('../img/scene7/scene07-plains.png');
}

.scene-7-placeholder .labels {
    background-image: url('../img/scene7/scene07-labels.png');
}

.scene-7-placeholder .bomb-1 {
    background-image: url('../img/scene7/scene07-bombardment1.png');
}

.scene-7-placeholder .bomb-2 {
    background-image: url('../img/scene7/scene07-bombardment2.png');
}

.peaker {
    left: -100%;
    bottom: -300px;
    width: 428px;
    height: 851px;
    position: absolute;
    background: url('../img/scene8/scene8_tree-soldier.png') no-repeat;
}

.soltank {
    left: -100px;
    bottom: -100%;
    width: 2200px;
    height: 680px;
    position: absolute;
    background: url('../img/scene8/scene8_tank-soldier.png') no-repeat;
}

.blood {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #600;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    z-index: 100;
}

.rocks {
    width: 1327px;
    height: 315px;
    position: absolute;
    right: -100%;
    bottom: -100%;
    background: url('../img/scene6/scene6-rocks.png');
    z-index: 1000;
}

.sniper {
    width: 1500px;
    height: 1000px;
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.sniper .shot {
    width: 389px;
    height: 200px;
    position: absolute;
    left: 280px;
    top: 180px;
    opacity: 0;
    background: url('../img/scene6/scene6-fire.png');
}

.sniper .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../img/scene6/scene6-childsoldiers2.png');
}

.soldier {
    position: absolute;
    width: 1500px;
    height: 100%;
    min-height: 1000px;
    background: url(../img/scene3/scene3_soldier.png) no-repeat bottom left;
}

.tanks {
    position: absolute;
    width: 1800px;
    height: 886px;
    left: -30px;
    bottom: -200%;
    background: url(../img/scene5/scene5_tanks.png) no-repeat bottom left;
}

.trees {
    position: absolute;
    width: 1495px;
    height: 637px;
    right: -30px;
    bottom: -100px;
    background: url(../img/scene5/scene5_trees.png) bottom left;
}

.tree {
    position: absolute;
    left: -100%;
    top: -100%;
    width: 470px;
    height: 525px;
    background: url(../img/scene9/scene9_tree-foreground.png) no-repeat bottom left;
}

.snow-mountain {
    width: 985px;
    height: 258px;
    position: absolute;
    left: -100%;
    bottom: -100%;
    background: url('../img/scene9/scene9_snow-left-bottom.png');
}

.snow-soldiers {
    width: 1167px;
    height: 622px;
    position: absolute;
    right: -100%;
    bottom: -100%;
    background: url('../img/scene9/scene9_soldiers.png');
}

.explosie {
    position: absolute;
    width: 1500px;
    height: 890px;
    background: url('../img/scene2/scene2_fire.png') no-repeat left bottom;
}

.krant1 {
    width: 642px;
    height: 296px;
    position: absolute;
    z-index: 100;
    right: -100%;
    bottom: -100%;
    background: url('../img/scene4/scene4_paper-bottom.png') no-repeat;
}

.krant2 {
    width: 295px;
    height: 941px;
    position: absolute;
    z-index: 100;
    left: -100%;
    bottom: -100%;
    background: url('../img/scene4/scene4_paper-left.png') no-repeat;
}

.krant3 {
    width: 832px;
    height: 254px;
    position: absolute;
    z-index: 100;
    left: -100%;
    top: -100%;
    margin-left: -416px;
    background: url('../img/scene4/scene4_paper-top.png') no-repeat;
}

.waterboats {
    width: 1500px;
    height: 1000px;
    position: absolute;
    background-image: url('../img/scene4/scene4_water-boats.png');
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.falling-snow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -110%;
}

.falling-snow .sn-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../img/scene9/midground.png') repeat 20% 20%;
    top: 0;
    left: 0;
}

.falling-snow .sn-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../img/scene9/foreground.png') repeat 90% 110%;
    top: 0;
    left: 0;
}

.big-tank {
    width: 1500px;
    height: 863px;
    position: absolute;
    right: -100px;
    bottom: -100px;
    background-image: url('../img/scene10/scene10_tank.png');
    background-repeat: no-repeat;
}

.plant-1 {
    width: 552px;
    height: 523px;
    position: absolute;
    right: -60px;
    bottom: 30px;
    background: url('../img/scene10/scene10_plants-left.png') no-repeat;
}

.plant-2 {
    width: 712px;
    height: 509px;
    position: absolute;
    left: -30px;
    bottom: -30px;
    background: url('../img/scene10/scene10_plants-right.png') no-repeat;
}

.btn {
    display: inline-block;
    width: 62px;
    height: 62px;
    background: #d63f45;
    background: rgba(214, 63, 69, 0.7);
    text-indent: -9999px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    white-space: nowrap;
    margin-left: -31px;
    position: absolute;
    z-index: 1000;
    /*
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    */

    /* aanpassing bart@cybox.nl: SCHNELLER BITTE! */
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url('../img/ruis.png');
    z-index: 9;
}

.btn:hover {
    background: #d63f45;
    box-shadow: 3px 3px 25px #000;
}

.btn[class*="btn-"]:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.btn.btn-photo:before {
    background-position: 0 0;
}

.btn.btn-text:before {
    background-position: -30px 0;
}

.btn.btn-video:before {
    background-position: -60px 0;
}

.btn.btn-audio:before {
    background-position: -90px 0;
}

.btn.btn-primary {
    width: auto;
    height: auto;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    background-color: #ce4301;
    position: relative;
    border: 3px solid;
    /*padding: 15px 31px 15px 17px;*/
    padding: 15px 17px;
    background-position: 0 -262px;
    border-color: #fcb70f;
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald'; font-weight: 400;
    color: #fff;
    letter-spacing: 0.7px;
    text-indent: 0;
    float: none;
    box-shadow: none;
}

.btn.btn-primary:hover {
    background-position: 0 -360px;
}

.btn.btn-primary:before {
    display: none;
}

.btn.btn-primary:after {
    /*margin-left: 50px;*/
    margin-left: 15px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    background-position: -35px 0;
    width: 15px;
    height: 12px;
    display: inline-block;
    border-radius: 0;
}

.btn.btn-primary .btn-inner {
    position: relative;
}

.btn.btn-primary, .btn.btn-primary:after, .taped-3:after, .taped-3:before, .taped-3 .image:after, .taped-3 .image:before {
    background-image: url('../img/sprite2.png');
    background-repeat: no-repeat;
}

.taped-3 {
    position: relative;
    margin: 20px 0 35px;
    padding: 0 23px 0 26px;
}

.taped-3 img {
    width: 100%;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.taped-3 .image {
    position: relative;
}

.taped-3 .image:before {
    content: " ";
    width: 50px;
    height: 41px;
    display: block;
    position: absolute;
    top: -11px;
    left: -22px;
    background-position: -417px -30px;
    z-index: 1;
}

.taped-3 .image:after {
    content: " ";
    width: 45px;
    height: 34px;
    display: block;
    position: absolute;
    bottom: -11px;
    right: -18px;
    background-position: -467px -30px;
    z-index: 1;
}

.taped-3:before {
    content: " ";
    width: 114px;
    height: 29px;
    display: block;
    position: absolute;
    top: -10px;
    right: 16px;
    background-position: -569px 0px;
    z-index: -1;
}

.taped-3:after {
    content: " ";
    width: 60px;
    height: 22px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 26px;
    background-position: -683px 0px;
    z-index: -1;
}

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

.modal {
    background: none;
    box-shadow: none;
    border: 0;
}

.modal .intro + *, .modal p + *, .modal ul + *, .modal ol + * {
    margin-top: 30px;
}

.modal .intro {
    color: #cfc8ac;
}

.modal.modal-xs .modal-dialog {
    max-width: 530px;
}

.modal .modal-content {
    border: 0;
    clear: both;
    margin-bottom: 40px;
    background-color: transparent;
}

.modal .modal-content:after {
    content: " ";
    display: table;
    clear: both;
}

.modal .modal-content:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-image: url('../img/modal-bg.jpg');
    background-repeat: repeat;
}

.modal .modal-content img {
    width: 100%;
    display: inherit;
}

.modal .modal-content .modal-title {
    color: #d2c9ac;
    margin: 40px 0 32px 0;
    font-size: 24px;
    padding: 13px 43px;
    max-width: 85%;
    position: relative;
}

.modal .modal-content .modal-title:before {
    content: " ";
    background: #1f2413;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.modal .modal-content hr {
    height: 10px;
    margin: 0;
    padding: 0;
    background: #af464a;
    border: 0;
}

.modal .modal-content hr + .modal-title {
    display: inline-block;
    margin: -10px 0 0 0;
    padding-top: 23px;
}

.modal .modal-content hr + .modal-title:after {
    content: " ";
    height: 10px;
    background: #55261c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.modal .modal-content .modal-text {
    font-family: arial, sans-serif;
    padding: 43px;
    padding-top: 23px;
    color: #967971;
    line-height: 28px;
}

.modal .modal-content .modal-text:before, .modal .modal-content .modal-text:after {
    content: " ";
    display: table;
}

.modal .modal-content .modal-text:after {
    clear: both;
}

.modal .modal-content .modal-text .modal-left {
    padding-top: 20px;
    width: 70%;
    float: left;
    margin-right: 25px;
}

.modal .modal-content .modal-text .modal-right {
    overflow: auto;
}

.modal .modal-content .modal-text .modal-right, .modal .modal-content .modal-text .modal-right a {
    color: #cfc8ac;
}

.modal .modal-content .modal-text .modal-right ul {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.modal .modal-content .modal-text .modal-right ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #cfc8ac;
}

.modal .modal-content.modal-content-smudge {
    /*padding: 40px 80px;*/
    padding: 40px 55px;
}

.modal .modal-content.modal-content-smudge:before {
    background-color: #5d713c;
    background-image: url('../img/block-green-smudge.png');
    background-repeat: repeat;
}

.modal .modal-content.modal-content-smudge h3 {
    color: #e9e1cb;
    text-shadow: 1px 1px 2px #465331;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro'; font-weight: 700;
    line-height: 34px;
    font-size: 30px;
    text-transform: uppercase;
}

.modal .modal-content.modal-content-smudge .btn {
    /*margin-left: 27px;*/
    margin-left: 0;
}

.modal.modal-image-right .modal-content .modal-text .quote {
    color: #7da2ab;
    font-size: 24px;
    line-height: 34px;
    padding-right: 30px;
}

.modal.modal-image-right .modal-content .modal-text .quote:after, .modal.modal-image-right .modal-content .modal-text .quote:before {
    content: " ";
    background: url('../img/sprite.png') no-repeat;
    background-position: -50px -295px;
    margin-bottom: 20px;
    width: 23px;
    height: 20px;
    display: block;
}

.modal.modal-image-right .modal-content .modal-text .quote:after {
    width: 24px;
    background-position: -50px -315px;
    margin: 0px 0 0 0;
    float: right;
}

@media (min-width: 768px) {
    .modal.modal-image-right .modal-left {
        width: 520px;
        float: left;
    }

    .modal.modal-image-right .modal-left:before {
        content: " ";
        background: #af464a;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        z-index: -1;
    }

    .modal.modal-image-right .modal-right {
        overflow: auto;
    }

    .modal.modal-image-right .modal-content .modal-title {
        margin-top: 40px;
    }

    .modal.modal-image-right .modal-content .modal-title:after {
        content: " ";
        width: 10px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #53241a;
    }

    .modal.modal-image-right img {
        max-width: 100%;
        width: auto;
    }
}
/*
@font-face {
    font-family: 'oswaldbook';
    src: url('../../../application/themes/oorlogsmuseum/fonts/oswald-regular-webfont.eot');
    src: url('../../../application/themes/oorlogsmuseum/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../application/themes/oorlogsmuseum/fonts/oswald-regular-webfont.woff') format('woff'), url('../../../application/themes/oorlogsmuseum/fonts/oswald-regular-webfont.ttf') format('truetype'), url('../../../application/themes/oorlogsmuseum/fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../../../application/themes/oorlogsmuseum/fonts/sourcesanspro-bold-webfont.eot');
    src: url('../../../application/themes/oorlogsmuseum/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../application/themes/oorlogsmuseum/fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('../../../application/themes/oorlogsmuseum/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../../../application/themes/oorlogsmuseum/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

.scene {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.scene > ul {
    width: 100%;
    height: 100%;
}

.scene .button {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
    z-index: 500;
    cursor: pointer;
    background-position: 0 -235px;
    text-indent: -9999px;
}

.scene .button:hover {
    background-position: -60px -235px;
}

.scene .content-container {
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.scene .content-container .content {
    padding: 40px 0 0 0;
    height: 100%;
    margin-top: -40px;
}

.scene .content-container .content .text {
    max-width: 820px;
    margin: 0 auto;
    display: table;
    height: 100%;
}

.scene .content-container .content .text .text-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 45px;
    color: #bdc5b0;
    text-shadow: 2px 2px 6px #000;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
}

.scene .content-container .content .text .text-inner img {
    max-width: 100%;
}

.scene .content-container .content .text .text-inner .title {
    display: table;
    margin: 0 auto;
    max-height: 120px;
}

.scene .content-container .content .text .text-inner .title.title-ml2 {
    max-height: 150px;
}

.scene .content-container .content .text .text-inner .title + * {
    margin-top: 25px;
}

.scene .content-container .content .text .text-inner .date {
    margin-left: 40px;
    position: relative;
    padding: 5px 25px 5px 26px;
    color: #bdc5b0;
    display: inline-block;
    text-transform: uppercase;
    background: url('../img/date-bar.png');
    letter-spacing: 3px;
}

.scene .content-container .content .text .text-inner .date .line {
    position: absolute;
    background: #2d341e;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.scene .content-container .content .text .text-inner .date .dot {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 100;
    width: 15px;
    height: 15px;
    background-position: 0 -74px;
}

.scene .content-container .content .text .text-inner .date:before {
    content: " ";
    width: 780px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -390px;
    margin-top: -1px;
    background-position: 0 -70px;
    z-index: -1;
}

.scene .content-container .content .text .text-inner .date + * {
    margin-top: 20px;
}

.scene.scene1 {
    z-index: 100;
}

.scene.scene1 .button {
    position: absolute;
    display: block;
    left: 50%;
    z-index: 500;
}

.scene.scene1 .button-1, .scene.scene1 .button-2 {
    position: absolute;
    bottom: 48px;
    left: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.scene.scene1 .button-1:hover, .scene.scene1 .button-2:hover {
    bottom: 52px;
}

.scene.scene1 .button-1 {
    width: 114px;
    height: 30px;
    background-position: 0 -340px;
    margin-left: -180px;
}

.scene.scene1 .button-2 {
    width: 90px;
    height: 30px;
    background-position: 0 -370px;
    margin-left: 80px;
}

.scene.scene2 {
    z-index: 95;
}

.scene.scene3 {
    z-index: 90;
}

.scene.scene3 .user-content {
    padding: 0 4%;
}

.scene.scene4 {
    z-index: 85;
}

.scene.scene5 {
    z-index: 80;
}

.scene.scene6 {
    z-index: 75;
}

.scene.scene7 {
    z-index: 70;
}

.scene.scene8 {
    z-index: 65;
}

.scene.scene9 {
    z-index: 60;
}

.scene.scene10 {
    z-index: 55;
}

.scene.scene10 .button {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -75px;
    z-index: 500;
}

.scene.scene10 .button:after {
    content: " ";
    display: inline-block;
    width: 145px;
    height: 31px;
    background: url('../img/scene10/naar-oorlogsmuseum.png') no-repeat;
    position: absolute;
    left: 73px;
    top: 50%;
    margin-top: -15px;
}

.scene1 .boek {
    background: url(../img/scene1/boek.png) no-repeat center center;
    z-index: 98;
    position: absolute;
}

.scene1 .lamp {
    background: url(../img/scene1/lamp.png) no-repeat top right;
    z-index: 99;
    right: 0;
    height: 800px;
    width: 620px;
    position: relative;
}

.scene1 .lamp a {
    position: absolute;
    right: 55px;
    top: 380px;
    background: transparent;
    width: 11px;
    height: 21px;
    display: inline-block;
    z-index: 10000;
    text-indent: -9999px;
}

.scene1 .lamp span {
    display: block;
    width: 45px;
    height: 45px;
    margin-top: -95px;
    right: 70px;
    position: absolute;
    background: #fff;
    z-index: 400;
}

.scene1 .blaadje1 {
    position: absolute;
    background: url(../img/scene1/blaadje1.png) no-repeat center center;
    z-index: 97;
}

.scene1 .blaadje2 {
    width: 302px;
    height: 374px;
    bottom: -10px;
    left: -100px;
    position: absolute;
    background: url(../img/scene1/blaadje2.png) no-repeat left bottom;
    z-index: 96;
}

.scene1 .boek, .scene1 .blaadje1, .scene1 .blaadje2 {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

@media (min-width: 992px) {
    .header .container {
        width: 960px;
    }
}

@media (min-width: 768px) {
    .header .container {
        width: 740px;
    }
}

@media (min-width: 1400px) {
    .scene .button {
        bottom: 40px;
    }

    .scene .content-container .content .text {
        max-width: 1110px;
    }

    .scene .content-container .content .text .text-inner {
        font-size: 20px;
        font-size: 19px;/* Aanpassing bart@cybox.nl ivm. andere redering webfont */
        line-height: 30px;
        letter-spacing: 2px;
    }

    .scene .content-container .content .text .text-inner .title, .scene .content-container .content .text .text-inner .title.title-ml2 {
        max-height: none;
    }

    .scene .content-container .content .text .text-inner .title + * {
        margin-top: 45px;
    }

    .scene .content-container .content .text .text-inner .date + * {
        margin-top: 40px;
    }
}