
/*= Site Map
===========================================================*/
#sitemap{ margin-bottom:50px; }
#sitemap h1{margin:40px 0 0 0; font-family:'DB Adman X';font-size:5em; color:#77B500;  letter-spacing:0.025em;text-align:center;}
#sitemap h5{margin:-10px 0 10px 0; font-family:'DB Adman X';font-size:2em; color:#a0a0a0; letter-spacing:0.2em;text-align:center; }



@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}
@keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}
#sitemap .push {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/*.push:hover,*/
#sitemap .push:focus, .push:active {
    -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Grow Hover CSS */
#sitemap .grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#sitemap .grow:hover
/*, .grow:focus, .grow:active */
 {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#sitemap .grow:hover a {
    text-decoration:none;
}
#sitemap .grow p {
    color: #d6e020;
}
/* END */
#sitemap .container {
    padding: 0 5%;
}
#sitemap .noah-family-header div p {
    font-family: oswald;
    text-align: center;
    color: #d6e020;
    text-transform: uppercase;
    margin: 20px 0 50px;
    font-size: 3em !important;
}
#sitemap .noah-family-header .underline {
    background: #aaacae;
    border: 0;
    height: 2px;
    display: block;
    width: 140px;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 80px;
    display: inline-block;
    display: -moz-inline-stack;
}
@-moz-document url-prefix() {
    .noah-family-header div p {
        margin: 20px 0 -5px;
    }
}
#sitemap .noah-family-tree-container {
    text-align:center;
    font-family: roboto;
}
#sitemap .img-tree p {
    margin-top: 5px;
    color: #8e908f !important;
    font-size: 14px;
}
#sitemap .img-tree img {
    width: 120px;
    height: auto;
    margin: 0 auto;
}
@media only screen and (max-width:768px) {
    #sitemap .img-tree img {
        width: 55px;
    }
    #sitemap .img-tree p {
        font-size:11px;
    }
    #sitemap .noah-family-header .underline {
        margin-bottom: 53px;
    }
}
#sitemap .cart-table .table tbody tr:last-child>td {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}
#sitemap .tree-line-horizontal {
    border: 1px solid #c8cac9;
    width: 51%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#sitemap .tree-line-horizontal2 {
    border: 1px solid #c8cac9;
    width: 84%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#sitemap .tree-line-horizontal2-2 {
    border: 1px solid #c8cac9;
    width: 26%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#sitemap .tree-line-vertical {
    border: 1px solid #c8cac9;
    width: 2px;
    height: 50px;
    margin: 0 auto;
}
#sitemap .tree-row {
    margin: 0 11% !important;
}
#sitemap .family-tree-line {
    margin-left:8%;
}
#sitemap #child-content, #grandchild-content1, #grandchild-content2, #grandchild-content3 {
    /*display:none;*/
}
#sitemap .content3-line {
    margin-right:8%;
    float: right !important;
}
#sitemap .placeholder {
    border: 1px solid green;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

