/******************************
 * General
 ******************************/

html.MainMenuPage {
    background: #000;
}

body {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.threecol {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

p {
    text-indent: 0;
}

.hover {
    display: none;
}

#content {
    padding: 10px;
}

html.WallMapPage, html.WallMapPage body {
    height: 100%;
    overflow: visible;
}

#content.WallMapPage {
    height: 80%;
}

#content.MainMenuPage {
    padding: 0;
}

#logo {
    width: 200px;
    right: 0;
    bottom: 100px;
}

#logo .arrow {
    top: 70px;
    left: 25px;
}

#logo .text {
    top: 120px;
    left: 15px; 
}

.box {
    padding: 0;
}

/******************************
 * Page Controls
 ******************************/

.next-page, .previous-page {
    display: none;
}

/******************************
 * Navigation
 ******************************/

nav {
    position: relative;
}

nav, #menu .home {
    margin-top: 0;
    box-shadow: none;
    border-top: 1px solid #191919;
}

#menu {
    height: auto;
}

#menu li {
    display: block;
    margin: 0 0 10px 0;
}

#menu .other a {
    border-top: 0;
    border-right: 4px solid transparent;
    margin: 0 -5px 0 0;
}

.home #menu .other a {
    width: 200px;
    display: inline-block;
    color: #fff;
}

#menu .other a:hover {
    border-top: 0;
    border-right: 4px solid #d51e26;
}


/******************************
 * Header
 ******************************/

header img {
    height: 120px;
}

header #menu .home a {
    display: block;
}


/******************************
 * Footer
 ******************************/

footer {
    position: relative;
    margin-bottom: 0;
}

footer .container {
    height: auto;
    padding: 0;
}

footer .container .creditos {
    width: auto;
    padding: 1em;
}

footer .copyright {
    position: relative;
    margin: 0;
    padding: 0 0 1em;
}

.creditos > span {
    white-space: normal;
}


/******************************
 * Social
 ******************************/

#social {
    position: relative;
    width: auto;
    text-align: center;
    top: 0;
    left: 0;
    background: #000;
    padding: 10px;
}

.addthis_toolbox a {
    display: inline-block;
    clear: none;
    float: none !important;
}


/******************************
 * People
 ******************************/

ul.people {
    display: none;
}

.person {
    width: auto;
    margin-left: 0;
    display: block;
}


/******************************
 * Gallery
 ******************************/

#content.Gallery {
    text-align: center;
}

.gallery {
}

.gallery.showing {
    opacity: 1;
    margin-top: 180px;
}

.gallery-item {
    position: fixed;
    text-align: center;
    margin-top: 0;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    padding: 10px 0 0;
    border-bottom: 1px solid #191919;
    margin-left: 0;
}


/******************************
 * Timeline
 ******************************/

.timeline .container {
    margin: 0 auto;
    max-width: 860px;
}

.timeline .timeline_container {
    left: 0;
}

.timeline .year {
    text-align: left;
}

.timeline .year div {
    border-radius: 0 10px 10px 0;
}

.timeline .item {
    width: 100%;
    margin-left: 12px;
}
