/*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;
}

#about-us, #solutions, #services, #industries, #projects, #realestate{
    height: 2500px;
    position: relative;
    overflow: hidden;
}

#contactus{
    height: 2000px;
    position: relative;
    overflow: hidden;
}

#footer{
    height: 150px;
    position: relative;
    overflow: hidden;
}


#about-us .txt, #solutions .txt, #services .txt, #industries .txt, #projects .txt, #realestate .txt, #contactus .txt, , #footer .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: 25px;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
}


.black-shield{
    position: absolute;
    height: 100%; width: 100%;
    background: #000000;
    opacity: 0;
}

.txt{
    text-shadow: none !important;
    padding: 0px; margin: 0px;
}

.copyright{
    margin-top: 800px;
    margin-bottom: 600px;
    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{
    color: #0072e4;
    font-style: normal;
}
.copyright h1{
    font-size: 54px;
    color: #ffffff;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    line-height: 54px !important;
    padding-bottom: 10px;
}
.copyright p:last-child{
    font-size: 18px;
    color: #ffffff;
}