body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;    
    background: #ccc;
}

@font-face {
    font-family: 'OpenSans';
    src: url(OpenSans-Regular.ttf);
}

.up, .down, .left, .right, .zoom, .info {
    position: absolute;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.up {
    top: 40px;
    right: 40px;
}

.down {
    top: 120px;
    right: 40px;
}

.left {
    top: 80px;
    right: 80px;
}

.right {
    top: 80px;
    right: 0;
}

.big {
    display: none;
}

.step {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    cursor: pointer;
}

.up .step {
    background-image: url(../images/up.png?ts=1457013257229);
}

.up .big.step {
    background-image: url(../images/big-up.png?ts=1457013257229);
}

.down .step {
    background-image: url(../images/down.png?ts=1457013257229);
}

.down .big.step {
    background-image: url(../images/big-down.png?ts=1457013257229);
}

.left .step {
    background-image: url(../images/left.png?ts=1457013257229);
}

.left .big.step {
    background-image: url(../images/big-left.png?ts=1457013257229);
}

.right .step {
    background-image: url(../images/right.png?ts=1457013257229);
}

.right .big.step {
    background-image: url(../images/big-right.png?ts=1457013257229);
}

.linear .left, .linear .right {
    display: none;
}

.linear .up, .linear .down {
    right: 0;
}

.tooltip {
    position: absolute;
    background-color: #f9f9d3;
    color: #000;
    padding: 0 5px 0 5px;
    font-style: italic;
    display: none;
}

.search {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    /*padding: 5px;
                color: #fff;
                background-color: #4c66a4;
                width: 178px;*/
}

.search input {
    border: none;
    width: 180px;
    border-radius: 2px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
    padding: 4px;
}

.spin1, .spin2 {
    float: right;
    padding-left: 3px;
}

.tree {
    background: #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
    font-size: 14px;
    padding: 56px 7px 7px 7px;
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.tree.treeOff {
    border: none;
    background: none;
    height: auto;
    overflow: hidden;
    box-shadow: none;
    width: 50px;
}

.treeOff .treeBox, .treeOff .treeSearch {
    display: none;
}

.treeBox {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    border-radius: 4px;
}

.treeSearch {
    height: 40px;
    width: 302px;
    padding-left: 5px;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}

.treeSearchMain {
    height: 31px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.treeSearch input {
    border: none;
    display: inline-block;
    padding: 0 3px 0 3px;
    border-radius: 3px;
    margin-top: 9px;
    vertical-align: top;
    width: 205px;
    height: 20px;
    outline: 0;
}

.treeSearch input::-ms-clear {
    display: none;
}

.treeSearchClear {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    background-image: url(../images/icon_reset_search.png);
    margin-top: 2px;
}

.treeParents {
    padding: 0;
}

.treeParent {
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid #ddd;
    height: 26px;
}

.treeParent:last-child {
    border-bottom: 1px solid red;
    font-size: 18px;
    font-style: normal;
    height: 40px;
    background: url(../images/node_icon.png) no-repeat left center;
}

.small {
    font-size: 12px;
    font-style: italic;
}

.treeChildren {
    color: #ffffff;
    padding: 0;
}

.treeChild {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    min-height: 40px;
    padding: 0;
}

.treeChild b {
    text-decoration: underline;
   
}

.treeNodeCount {
    display: table-cell;
    font-size: 12px;
    font-style: italic;
    min-width: 30px;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
}

.treeNodeName {
    display: table-cell;
    width: 90%;
}

.treeNodeMatches {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 12px;
}

.treeNodeMatches span {
    padding-right: 6px;
}

.treeNodeIcon {
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    /*background-image: url(../images/tree-node-expandable.png);*/
    display: table-cell;
}

.treeParent .treeNodeIcon {
    background-image: url(../images/tree-node-expanded.png);
}

.zoom {
    position: absolute;
    right: 0;
    bottom: 0;    
    font-size: 0;
    padding: 6px;
}

@media (max-width: 480px) {
    .zoom {
        top: initial;
        bottom: 0;
    }
}

.info {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    font-size: 0;
}

.button {
    width: 35px;
    height: 35px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
    border-radius: 4px;
    border: 1px solid #aaa;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-right: 3px;
    z-index: 3;
}

.zoom-in {
    background-image: url(../images/icon_plus.png?ts=1457013257229);
}

.zoom-out {
    background-image: url(../images/icon_minus.png?ts=1457013257229);
}


.help {
    background-image: url(../images/icon_info.png?ts=1457013257229);
}

.share {
    background-image: url(../images/icon_share.png?ts=1457013257229);
}

.hamburger {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    background-image: url(../images/menu_icon.png?ts=1457013257229);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
}

.treeOff .hamburger {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
    border-radius: 4px;
    border: 1px solid #aaa;
    background-color: white;
}

.likeBox, .tweetBox {
    display: inline-block;
    margin: 8px 8px 0 0;
}

.helpBox {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    display: none;
    background-color: white;
    color: #555;
    padding: 15px;
    border-left: 1px solid #ddd;
}

.helpBox a {
    color: #3b5998;
}

.helpBoxTitle {
    font-weight: bold;
    margin-top: 10px;
}

.helpClose {
    float: right;
    background: url(../images/icon_reset_search.png?ts=1457013257229) no-repeat center center;
    width: 35px; 
    height: 35px;
    cursor: pointer;
}

.helpClose, .removeButton {
    color: #3b5998;
    cursor: pointer;
}

.helpNext {
    display: block;
    margin-bottom: 20px;
    background-color: #3b5998;
    padding: 10px;
    width: 100px;
    color: white;
    text-decoration: none;
}

.removeText {
    display: none;
}

.nodePopup {
    display: none;
    position: absolute;
    width: 363px;
    min-height: 500px;
    background-color: white;
    top: 0;
    left: 0;
    padding: 5px;
    border: 1px solid #4c66a4;
    border-radius: 5px;
    box-shadow: 3px 3px 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    color: #333;
}

.nodePopupTitleBar {
    height: 40px;
    background-color: #4c66a4;
    padding: 0 10px 0 10px;
    margin: -5px -5px 5px -5px;
    color: white;
}

.nodePopupTitle {
    width: 430px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
}

.nodePopupClose {
    display: table-cell;
    cursor: pointer;
    background: url(../images/close.png?ts=1457013257229) no-repeat center right;
    width: 40px;
    height: 40px;
}

.nodePopupPhoto {
    width: 360px;
}

.humanLike, .humanFollow {
    border: 1px solid #4864B1;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

.humanFollow {
    background-color: #4c66a4;
}

.humanFollow img {
    display: inline-block;
}

.humanOpen, .humanMessage {
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
}

.humanOpen a, .humanMessage a {
    background: #4864B1;
    height: 16px;
    padding: 5px 15px 5px 15px;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}

.humanInfo {
    height: 298px;
}

.humanBottom {
    clear: both;
}

.humanComments {
    max-height: 300px !important;
    overflow-y: auto !important;
}

.humanSide em {
    font-style: normal;
    color: #89919c;
}

.fb_ltr {
    max-height: 300px !important;
}

.copyright {
    margin-top: 30px;
}

.museumPopup {
    background-color: #ffffdd;
    min-height: 30px;
    border-color: #999;
    box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 5px;
}

.museumPopup .nodePopupClose {
    float: right;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.museumPopup .author {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
}

.museumPopup .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.museumPopup .roomInfo {
    color: #9c0000;
}

.museumPopup .museum {
    margin-bottom: 5px;
}

.location {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px;
}

.tt-dropdown-menu {
    color: black;
    background-color: white;
    padding: 0;
    min-width: 300px;
    border: 1px solid #aaaaaa;
}

.tt-suggestion > div {
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    padding: 4px;
}

.tt-cursor {
    background-color: rgb(216, 216, 216);
}

.intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 4;
}

.introContent {
    background-color: #0759A3;
    color: white;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    top: 20%;
    width: 80%;
    max-width: 500px;
}

.introContent i {
    font-size: 12px;
}

.labelTooltip {
    width: auto;
    min-height: initial;
}

.tooltipLabelTitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;
}

.tooltipLabelRooms, .tooltipLabelItems {
    font-size: 12px;
}

.tooltipLabelLocation {
    margin-bottom: 5px;
}

.currentBar {
    position: absolute;
    display: none;
    top: 40px;
    left: 5px;
    right: 0;
    background-color: #fff;
    color: #555;
    width: 177px;
    padding: 5px 5px 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
    border: solid 1px #ff0000;
    border-radius: 3px;
    font-size: 12px;
}

.bullet {
    width: 10px;
    height: 10px;
    border: 1px solid;
    display: inline-block;
    margin-right: 4px;
}

.bullet div {
    width: 6px;
    height: 6px;
    margin: 2px;
}

@media (max-width: 480px) {
    .mapExpand {
        display: none;
    }
}

.startInfo {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    color: #555;
    width: 100%;
    padding: 0 10px 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
    border: solid 1px #ccc;
}

.fb-share-button span,
.fb-share-button iframe {
    width: 120px !important;
    height: 25px !important;
}

.moduleSearchItem {
    color: #3b5998;
}

.nodeSearchItem img {
    max-width: 24px;
    max-height: 24px;
    margin: 0 5px 0 0;
}

.moduleSearchItem .thumb {
    width: 18px;
    height: 18px;
    margin: 3px 8px 3px 3px;
    border-radius: 9px;
}

.moduleSearchItem .part, .nodeSearchItem .part {
    display: table-cell;
    vertical-align: middle;
}

.twoContainer {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.twoContainer .twoText {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small.twoContainer {
    height: 26px;
}

.small.twoContainer .twoText {
    line-height: 13px;
    max-height: 26px;
}

.social {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
}

.social a {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 6px;    
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
    border-radius: 4px;
}

.socialFacebook {
    background: url(../images/social_facebook.png?ts=1457013257229);    
}

.socialTwitter {
    background: url(../images/social_twitter.png?ts=1457013257229);    
}

.socialGoogle {
    background: url(../images/social_google.png?ts=1457013257229);    
}

.socialLinkedIn {
    background: url(../images/social_linkedin.png?ts=1457013257229);    
}

.tree {
	display: none;
}