* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}

html, body, input, select, button, textarea, table {
    font-size: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    background-color: #928861;
}

header {
    height: 60px;
    background-color: #485F6E;
}
footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #485F6E; */
    padding: 5px 5px 200px 5px;
}

nav {
    display: inline-block;
}

nav div {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
}

.container {
    padding: 0 6em 1.5em;
    margin: 0 auto;
}

.container .map {
    border: 1px solid #ccc;
}
.map {
    height: 100%;
    position: relative;
    border: none;
}

.content {
}

.col-2 {
    float: left;
    padding: 12px 60px 0;
}

.col-2:nth-child(2n+1) {
    padding-left: 0;
    clear: left;
}
.row-uniform .col-2:nth-child(2n) {
    padding-right: 0;
}

.col-2 {
    width: 50%;
}

.book {
    background-image: url('/static/images/character-book.png');
    background-repeat: no-repeat;
    /* background-size: cover; */

    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 70px;
    height: 760px;
    width: 1329px;
    color: #5f1717;
}

.book h1 {
    color: #5f1717;
    font-size: 44px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1.1;
    font-style: normal;
}

.book .left-page .book-image {
    position: absolute;
    top: 78px;
    left: 99px;
    width: 285px;
    overflow: hidden;
    height: 408px;
    background-color: #00000044;
    z-index: -1;
}
.book .book-image img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
    transform: translateX(-15%);
}
.book .book-stats {
    position: absolute;
    bottom: 70px;
    left: 95px;
}

.book .left-page .map-link {
    position: absolute;
    top: 75px;
    left: 395px;

}

.book .right-page {
    position: relative;
    overflow-y: scroll;
    max-height: 580px;
}

.book .right-page p {
    font-size: 24px;
}

.book .pagination {
    cursor: pointer;
}
.book .pagination:hover .a {
    stroke: #336678;
    stroke-width: 1400;
}

.book .pagination.pagination-left {
    position: absolute;
    left: 64px;
    bottom: 56px;
}

.book .pagination.pagination-right {
    position: absolute;
    right: 70px;
    top: 30px;
}

.book .pagination .a {
    fill: none;
    stroke: #5bc0de;
    stroke-width: 1000;
    stroke-miterlimit: 2000;
}

.search-container {
    position: absolute;
    left: 10px;
    top: 10px;
}

.search-results {
    background-color: #ffffff;
    color: #222222;
}

.search-results div {
    padding: 6px;
    cursor: pointer;
}

.search-results div:hover {
    background-color: #4285F4;
    color: white;
}

.search-bar, .search-input {
    height: 40px;
}

.search-input {
    position: relative;
    background-color: #fff;
    color: #111;
	border: 2px solid rgba(0,0,0,0.2);
	border: none;
	background-clip: padding-box;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px;
    background-image: url('/static/images/map/ic_search_black_18px.svg');
    background-position: 5px 10px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.breadcrumb {
    position: absolute;
    top: 10px;
    left: 220px;
    color: #f1f1f1;
    padding: 5px;
}
.breadcrumb a {
    color: #f1f1f1;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
}
.breadcrumb a:hover {
    text-decoration: underline;
}