@import url(http://fonts.googleapis.com/css?family=Lato:300,700);

body {
  font: 17px/28px Georgia, serif;
  margin: 0;
  padding: 0;
  background-color: black;
}

html.touch .siteloader {
    display: none;
}

.siteloader {
    background-color: #2f2d28;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
    text-align: left;
}

.siteloader .text-container {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 800px;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 50px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -2px;
    word-spacing: -3px;
    height: 85px;
}

.siteloader .text-container.light {
    color: rgba(255, 255, 255, 1);   
}

.siteloader .text-container .text {
    white-space: nowrap;
    overflow: hidden;
    padding: 30px 0 25px;
    margin-left: -50%;
    position: relative;
    left: 7px;
    min-height: 90px;
}
.siteloader .text-container .text b {
    letter-spacing: 3px;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background: #000;
    border-bottom: solid 1px rgba(0, 0, 0, .03);
    color: #E2E2E2;
    z-index: 10;
}

nav .title {
    font: 200 12px/20px Georgia, serif;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    /*font: 200 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    height: 20px;
    letter-spacing: 1px;
    /*text-align: center;*/
    margin-top: 10px;
    display: inline-block;
    margin-left: 50px;
}

nav .right {
    float: right;
}

nav .chapters {
    list-style: none;
    display: inline-block;
    margin: 0px;
    margin-top: 10px;
    line-height: 100%;
    margin-right: 50px;
    padding: 0px;
    color: #aaa;
    position: relative;
    width: 100%;
}

nav .chapters:before {
    content: "";
    border-left: 1px solid #555;
}

/*nav .chapters:after {
    content: "";
    border-right: 1px solid #aaa;
}
*/
nav .chapters li {
    display: inline;
}

nav .chapters li a {
    font: 200 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    padding: 0 10px 0 10px;
    color: #aaa;
}

nav .chapters li a.active {
    color: white;
    font-weight: bold;
}

nav .chapters li a:hover {
    text-decoration: underline;
    color: white;
}

footer {
    background: #000;
    height: 40px;
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, .03);
    color: #E2E2E2;
    text-align: center;
}

footer a {
    font: 10px sans-serif;
    color: #E2E2E2;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #E2E2E2;
}

footer a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

main {
    padding-bottom: 1px;
}

section {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.fake {
    padding: 0px;
    margin: 0px;
}

section p, section h2, section h3,
section figure figcaption,
section figure.small, section strong {
    max-width: 580px;
    padding: 30px 0;
}

section p, section h2, section h3 {
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
}

section > p {
    color: #333;
    line-height: 200%;
}

section figure, section strong {
    margin: 30px auto;    
}

section strong p {
    margin: 0px auto;    
    margin: 0 25px 0 50px;
    padding: 0;
    color: #333;
    padding-right: 10px;
}

section strong p:before {
    content: '“ ';
    margin-left: -25px;
}

section strong p:after {
    content: ' ”';
    margin-left: -10px;
}

section strong {
    display: block;
    font: 200 12px/20px "Lato",Helvetica,Arial,sans-serif;
    font-size: 38px;
    line-height: 170%;
    font-weight: bold;
    font-style: italic;
}

section h2, section h3 {
    text-shadow: none;
    text-align: left;
    color: inherit;
    padding-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 38px;
}

section h3 {
    font-size: 24px;    
}

section figure {
    padding: 0px;
    margin: 30px auto 30px auto;
    background-color: #eee;
}

section figure img {
    width: 100%;
}

section figure figcaption {
    font-family: "Lato","sans-serif";
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #555;
    font-size: 0.8em;
    max-width: 100%;
}

section figure.small {
    padding: 0px;
}

section figure.small figcaption {
    /*margin: 0px 30px 10px 30px;*/
    line-height: 170%;
}


section#intro {
    margin-top: 20px;

    background-color: #000;
    background-size: cover;
    /*background-position: center;*/
    height: 600px;
    min-height: 320px;
}

h1, h2, h3, h4 {
    font-family: 'Lato', Georgia, serif;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

section#intro h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    position: absolute;
    margin: 0;
    top: 15%;
    right: 10%;
    text-align: right;
    color: #ddd;
}


section#intro h1 .sub {
    /*border-top: 1px solid #aaa;*/
    margin-top: 20px;
    padding: 0 15px 0 15px;
    font-size: 16px;
    line-height: 300%;
}

section#intro h1 .sub p {
    margin: 0;
    padding: 0;
    border-top: 1px solid #aaa;
    max-width: 330px;
    margin: 0 0 0 auto;
}

section#intro h1 .sub .by {
    font-size: 12px;
    max-width: 125px;
    line-height: 20px;
    opacity: 0.95;
    color: #cacaca;
    margin: 0 0 0 auto;
    margin-top: 10px;
}

section#intro .arrow {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -8px;
    border: 2px solid rgba(255,255,255,0.65);
    background: rgba(0,0,0,0);
    border-left: 0;
    border-top: 0;
    outline: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px;
    left: 10%;
}

.map {
    position: relative;
    top: 0px;
    left: 0px;
    background: url(img/nk-map.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    width: 100%;
}

.interactive-map {
}

.map {
    display: none;
}

.map svg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.map-label text {
    font: 14px sans-serif;
    font-weight: bold;
}
.map-label-cities {
    fill: #333;
}
.map-label-cities circle {
    fill: #000;
}
.map-label-countries {
    font-size: 16px;
    fill: #777;
}
.map-roads path {
    fill: none;
    stroke: #333;
    stroke-dasharray: 3, 3;
    stroke-linejoin: round;
    stroke-linecap: round;
}
.map-roads-visited path {
    stroke: #a65c45;
    stroke-opacity: .6;
    stroke-width: 3px;
    fill: none;
}

html.no-touch .video-container video {
    width: 100%;
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    z-index: -1;
    margin-bottom: -10px;
    /*display: none;*/
}

html.touch .video-container video {
    width: 100%;
    /*display: none;*/
}


.visible {
    display: block;
}

aside {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 0%;
    background-color: #fafafa;
}

.shadow-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9;
    position: fixed;
    opacity: 0;
}

aside .container {
    height: 100%;
    padding: 10px;
    border-left: 1px solid #eee;
}

aside .open-button {
    position: absolute;
    top: 49%;
    left: -43px;
    width: 44px;
    height: 44px;
    z-index: 100;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-right: none;
    cursor: pointer;
    outline: none;
    display: none;
}

aside .sticky-map {
    height: 100%;
}


ul.videowall {
    list-style: none; 
    
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;

    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;

    padding: 0;
    margin: 0;
}

ul.videowall li {
    width: auto;
    height: 150px;
    /*background-color: gray;*/
    /*border: 1px dashed black;*/
    background-position: center;
    background-repeat: no-repeat;
}

.video-flips div {
    position: relative;
    line-height: 0px;
}

.video-flips div video,
.video-flips div img {
    top: 0px;
    left: 0px;
    width: 100%;
}

html.no-touch .video-flips div video,
html.no-touch .video-flips div img {
    z-index: -1;
    /*display: none;*/
}

html.no-touch .video-flips div h3 {
    position: absolute;
    left: 10%;
    bottom: 35%;
    width: 30%;
    line-height: 30px;
    text-align: left;
}

html.touch .video-flips div {
    padding-bottom: 20px;
    width: 90%;
    margin: 0 5% 0 5%;
}

html.touch .video-flips div h3 {
    text-align: left;
    text-shadow: none;
    /*color: #666;*/
    font-size: 13px;
    padding: 20px 0 0 2%;
    margin: 0 0 20px 0;
    line-height: 170%;
}

html.touch .video-flips {
    margin: 20px 0;
}

aside .sidemap-marker {
    cursor: pointer;
    text-decoration: underline;
}

aside .sidemap-marker:hover {
    text-decoration: underline;
}

aside .sidemap-description img {
    width: 150px;
}
aside .sidemap-description p {
    line-height: 150%;
    margin: 0px;
}


/* tablets */
@media (max-width: 991px) {
    section#intro {
        background-position: left;
    }

    section#intro h1 {
        text-align: center;        
        right: initial;
        left: initial;
        top: initial;
        bottom: 20%;
        font-size: 45px;
        width: 100%;
    }

    section#intro h1 .sub p {
        margin: 0 auto;
    }

    section#intro h1 .sub .by {
        margin: 0 auto;
    }

    section#intro .arrow {
        left: 50%;
    }

    .map-label text {
        font-size: 11px;
    }

    section p, section h2, section h3, 
    section figure figcaption,
    section figure.small, section strong {
        margin: 0px 5%;
        padding: 30px 0 10px 0;
    }

    section figure {
        margin-bottom: 0px;
    }

    section figure figcaption {
        padding: 0px 0 10px 0;
    }

    section h2, section h3 {
        padding-top: 25px;
        padding-bottom: 0px;
        line-height: 40px;
    }

    section figure.small {
        padding: 0px;
    }


    ul.videowall {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;

        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

/* phones */
@media (max-width: 767px) {

    section#intro h1 {
        bottom: 13%;
    }

    .siteloader {
        display: none;
    }

    nav .right {
        display: none;
    }

    nav .title {
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    aside {
        display: none;
    }
    .shadow-overlay {
        display: none;
    }

    ul.videowall {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;

        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    section strong {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section strong p {
        margin: 0 15px 0 15px;
        font-size: 27px;
        line-height: 150%;
    }

    section strong p:before {
        margin-left: -15px;
    }

    section strong p:after {
        margin-left: -6px;
    }
}

nav .share-button {
    display: inline-block;
    /*border: 1px solid #444;*/
    border-radius: 5px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

nav div.share-button a {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

nav .chapters li.sep:before {
    content: "";
    border-left: 1px solid #555;
}

nav .chapters li.sep {
    margin-left: 4px;
}

nav .chapters li.sep div {
    margin-left: 6px;
}

.outer-link {
    color: #333;
}