/*more parallax*/
.parallax-anchor{
    height: 100px;
    border-bottom: 1px solid #636364;
    margin-bottom: 35px;
}
#anchor-top.parallax-anchor{
    height: 79px; 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;
}

#products, #certifications, #services_maintanance, #news_events, #career, #client{
    height: 2500px;
    position: relative;
    overflow: hidden;
}
#products{
    height: 2800px;
}

#products .txt, #services_maintanance .txt, #certifications .txt, #news_events .txt, #career .txt, #client .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: #0098ED;
    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;
}