/*more parallax*/
.parallax-anchor{
    height: 100px;
    border-bottom: 1px solid #636364;
    margin-bottom: 35px;
}
#anchor-top.parallax-anchor{
    height: 92px; width: 100%; margin: 0px; border: none;
}

#scroller{
    height: 20000px;
    width: 1px;
    z-index: 10;
}
#fixed-content{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0px; top: 0px;
}

#landscape, #roads, #spb, #suburb, #pictures, #mysites {
    height: 2500px;
    position: relative;
    overflow: hidden;
}
#landscape{
    height: 2800px;
}

#landscape .txt, #roads .txt, #spb .txt, #suburb .txt, #pictures .txt, #mysites .txt{
    left: 50%;
    margin-left: -480px;
    
}

.content-block > .split{
    position: fixed;
    top: -36px;
    width: 100%;
    display: none;
    z-index: 100;
}


/*
.split{
    height: 25px;
    overflow: hidden;
    background: #000000;
}
.split *{
    display: none;
}
*/
.black-split{
/*    height: 24px; */
    overflow: hidden;
    background-color: rgba(51,153,255, 0.45);
    width: 100%;
	box-shadow:inset 0 0 16px #000080;
}
h1.subtitle {
    font-family: "Forum",cursive; 
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: 0.25em;
    margin: 0 25px;
    padding: 0 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 120, 0.85);
    text-transform: uppercase;
}


.black-shield{
    position: absolute;
    height: 100%; width: 100%;
/*    background:url(/local/pixel.png) repeat fixed 0 0 rgba(0, 0, 0, 0.8); */
	background:#000000;
    opacity: 0;
}

.txt{
    text-shadow: none !important;
    padding: 0px; margin: 0px;
}

.copyright{
    margin-top: 800px;
    margin-bottom: 600px;
    position: relative;
}
#contacts .copyright{
    margin-top: 100px;
    margin-bottom: 275px;
    position: relative;
}

.copyright .center{
    width: 960px;
    margin-left: auto; margin-right: auto;
}

.copyright p, .copyright h1{
    width: 600px;
    text-shadow: 1px 1px 3px #000000;
}
.copyright.right p, .copyright.right h1{
    margin-left: 360px;
    text-align: right;
}
.copyright h1 i,
.title h1 i{
    color:#3399ff; /* #ca0400; */
    font-style: normal;
}
.copyright h1{
    font-size: 48px;
    color: #ffffff;
    font-family: 'Forum' /*HelveticaNeueLTCom-Bd' */,Helvetica,Arial,sans-serif;
    line-height: 48px !important;
    padding-bottom: 10px;
}
.copyright p:last-child{
    font-size: 18px;
    color: #ffffff;
}