@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.1em;
    word-spacing: 0.25em;
    line-height: 1.5em;
    overflow: hidden;
    }
div.MainSection {
    box-sizing: border-box;
    height: 100vh;
    position: relative;
    padding: 120px 60px 140px;
    border-top: 1px solid #999999;
    text-align: center;
}
    div#Home {
        background-image: url(../images/HomeBG.jpg);
        background-position: center center;
        background-size: cover;
    }
        #HomeLogo {
            display: block;
            position: relative;
            top: 45%;
            margin: auto;
            text-align: center;
        }
            #HomeLogo img {
                margin-top: -76px;
                max-width: 80%;
            }
        #Home .NavArrow {
            position: absolute;
            text-align: center;
            bottom: 140px;
            left: 0;
            right: 0;
        }
            #Home .NavArrow img {
                cursor: pointer;
            }
    div#About {
        background-color: #9f1819;
        color: #ffffff;
        text-align: center;
    }
        div#About .SectionContainer {
            max-width: 800px;
        }
        .BGTextContainer {
            position: absolute;
            top: 40px;
            right: 0;
            bottom: 40px;
            left: 0;
            overflow: hidden;
        }
            .BGTextContainer .BGText {
                position: absolute;
                color: #B13514;
                font-size: 400%;
                line-height: 100%;
                white-space: nowrap;
                margin-top: -32px;
                left: 100%;
            }
                .BGTextContainer .BGText:nth-of-type(1) {
                    top: 25%;
                }
                .BGTextContainer .BGText:nth-of-type(2) {
                    top: 35%;
                }
                .BGTextContainer .BGText:nth-of-type(3) {
                    top: 45%;
                }
                .BGTextContainer .BGText:nth-of-type(4) {
                    top: 55%;
                }
                .BGTextContainer .BGText:nth-of-type(5) {
                    top: 65%;
                }
                .BGTextContainer .BGText:nth-of-type(6) {
                    top: 75%;
                }
                .BGTextContainer .BGText.Animating {
                    left: -1250px;
                    -webkit-transition: left 30s linear;
                    -moz-transition: left 30s linear;
                    -o-transition: left 30s linear;
                    transition: left 30s linear;
                }
    div#Capabilities {
    }
        #CNCMillingCapabilitiesVideo, #CNCLatheCapabilitiesVideo {
            width: 100%;
            max-width: 540px;
            max-height: 360px;
            margin: 0 auto;
        }
    div#QualityControl {
    }
    div#PartsGallery {
    }
    div#Technology {
    }
    div#ContactUs {
    }
        .SectionContainer {
            max-width: 960px;
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
            height: 100%;
            overflow: hidden;
        }
            .SectionNav {
                position: static;
                bottom: 100px;
                left: 0;
                right: 0;
                text-align: center;
            }
                .SectionNav img.Left,
                .SectionNav img.Up,
                .SectionNav img.Down,
                .SectionNav img.Right {
                    position: absolute;
                    cursor: pointer;
                }
                    .SectionNav img.Left {
                        left: 0.8em;
                        top: 50%;
                    }
                    .SectionNav img.Up {
                        top: 70px;
                        margin-left: -22.5px;
                        left: 50%;
                    }
                    .SectionNav img.Down{
                        bottom: 50px;
                        margin-left: -22.5px;
                        left: 50%;
                    }
                    .SectionNav img.Right {
                        right: 0.8em;
                        top: 50%;
                    }
                @keyframes bounce {
                    0%   {bottom: 140px;}
                    50%  {bottom: 140px;}
                    65%  {bottom: 160px;}
                    80%  {bottom: 140px;}
                    90%  {bottom: 150px;}
                    100% {bottom: 140px;}
                }
                div#Home .SectionNav img.Down {
                    bottom: 140px;
                    left: 50%;
                    animation: bounce 2s ease-in-out 1s 6;
                }
                .SectionNav .SubSectionPips {
                    position: absolute;
                    width: 120px;
                    height: 10px;
                    line-height: 10px;
                    left: 50%;
                    margin-left: -60px;
                    bottom: 110px;
                }
                    .SubSectionPips .SubSectionPip {
                        vertical-align: 3px;
                        opacity: 0.5;
                        cursor: pointer;

                        -webkit-transition: opacity 0.25s linear, transform 0.25s ease-in-out;
                        -moz-transition: opacity 0.25s linear, transform 0.25s ease-in-out;
                        -o-transition: opacity 0.25s linear, transform 0.25s ease-in-out;
                        transition: opacity 0.25s linear, transform 0.25s ease-in-out;

                    }
                        .SubSectionPips .SubSectionPip.Selected {
                            opacity: 1.0;
                            transform: scale(1.5);
                        }
            .SubSectionContainer {
                height: 100%;
                width: auto;
                position: relative;
                white-space: nowrap;
                font-size: 0;
                letter-spacing: 0;
                word-spacing: 0;
                -webkit-transition: left 0.5s ease-in-out;
                -moz-transition: left 0.5s ease-in-out;
                -o-transition: left 0.5s ease-in-out;
                transition: left 0.5s ease-in-out;
                left: -0%;
            }
                .SubSection {
                    display: inline-block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    box-sizing: border-box;
                    font-size: 18px;
                    white-space: normal;
                    border-left-color: red;
                }

#NavBar {
    background-color: black;
    width: 100%;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top-color: #9f1819;
    border-top-style: solid;
    z-index: 10;
    opacity: 1.0;
}
    #NavBar.Hidden {
        display: none;
        opacity: 0.0;
    }
    #NavBar.Start {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 50px;
        border-top-width: 8px;
    }
    #NavBar.Scrolling {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 0;
        border-top-width: 0;
        height: 60px;
    }
    #NavBar.Fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-bottom: 0;
        border-top-width: 0;
        height: 60px;
    }
        .NavBarLink {
            color: white;
            font-size: 22px;
            letter-spacing: 0em;
            margin-right: 8px;
            margin-left: 8px;
            cursor: pointer;
            height: 60px;
        }
            .NavBarLink.Hilight {
                color: #ffb100;
            }
        .NavBarTab {
            display: none;
        }

#Footer {
    color: #999999;
    font-size: 70%;
    background-color: black;
    min-height: 20px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    text-align: center;
    padding: 10px;
    line-height: 20px;
}
    #Footer span {
        margin: 0.75em;
    }
    