body {
    background: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif;
}

a:-webkit-any-link {
    text-decoration: none !important;
}

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

.divider {
    margin: 0px 10px;
}

.container {
    margin-left: 72px;
    margin-right: 72px;
}

nav {
    height: 450px;
    margin-bottom: 20px;
}

.header-canvas {
    float: left;
    width: 50%;
}

.heading {
    z-index: 100;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

#intro {
    position: absolute;
    top: 175px;
    width: 45%;
}

#intro-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    margin-bottom: 5px;
}

#intro-subtitle p {
    font-size: 0.95em;
}

#intro-subtitle i {
    margin-right: 12px;
    margin-left: 5px;
    color: #e00000;
}

#map-canvas {
    width: 50%;
    height: 100%;
    float: right;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.main_content {
    font-size: 0.9em;
    border: 1px solid #EEEEEE;
    border-top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main_content header {
    color: #FFFFFF;
    background: #4dd0e1;
    padding: 10px 20px;
    font-size: 1.65em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 0px #00b8cc;
}

.places header {
    border-top-left-radius: 5px;
}

.stays header {
    border-top-right-radius: 5px;
}

.places {
    float: left;
    width: 33.33%;
    border-right: 1px solid #EEEEEE;
}

.places ol {
    padding: 0px;
    margin: 0px;
    max-height: 400px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.places ol li {
    padding: 12px 18px;
    list-style: decimal inside none;
}

.places ol li:nth-child(odd) {
    background-color: rgb(246, 246, 245);
}

.places .place_name {
    width: 58%;
}

.places .place_date {
    width: 20%;
}

.places .place_distance {
    width: 15%
}

.places .place_date,
.places .place_distance {
    font-size: 13px;
}

.stays {
    width: 66.5%;
    float: right;
}

.stays .listings {
    text-align: center;
    max-height: 400px;
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

.stays .listing {
    display: inline-block;
    padding: 15px;
}

.stays .listing p.header {
    font-size: 1.15em;
    color: #000000;
    margin-bottom: 0px;
}

.stays .details {
    font-size: 0.85em;
}

.fa-map-marker {
    color: #FF5722;
    margin-right: 6px;
}

.fa-external-link {
    color: #00205b;
}

.budget .header {
    text-align: center;
    color: #000000;
    font-size: 1.25em;
}

.budget .total {
    height: 100px;
    font-size: 4.5vh;
    text-align: center;
    line-height: 100px;
    border-bottom: 1px solid #EEEEEE;
}

.budget small {
    font-size: 0.6em;
}

.budget .left-items, .budget .right-items {
    width: 49.9%;
}

.budget .left-items {
    float: left;
    border-right: 1px solid #EEEEEE;
}

.budget .right-items {
    float: right;
}

.budget .item {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px;
    display: block;
    margin: auto;
}

.tools {
    min-height: 0px;
}

.tools .item {
    padding: 10px 20px;
}

.tools .item:first-of-type {
    padding-top: 30px;
}

.tools .item:last-child {
    padding-bottom: 30px;
}

.content {
    line-height: 2em;
    padding: 20px;
}

.content img {
    border-radius: 3px;
    display: block;
    margin: 10px auto;
}

img.extra-large {
    max-width: 100%;
    max-height: 100%;
}

img.large {
    max-width: 800px;
    max-height: 800px;
}

img.medium {
    max-width: 500px;
    max-height: 500px;
}

img.small {
    max-width: 350px;
    max-height: 350px;
}

img.smaller {
    max-width: 300px;
    max-height: 300px;
}

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

.wanderer {
    display: inline-block;
    padding: 30px 30px 0px 30px;
}

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

.gallery-container img {
    display: inline-flex;
    margin: 5px;
}

.play {
    width: 100%;
}

.play p {
    padding: 0px;
    margin: 25px 0px 5px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
    text-align: center;
    color: #000000;
}

.play i {
    color: #00ADEF;
    display: block;
    text-align: center;
}

/* Always show scrollbar */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
