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

/********** Fonts **********/

/********** GENERAL **********/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}
body {
    font-family: helvetica, arial, sans-serif;
    font-size: 22px;
    -webkit-touch-callout: none;
    background-color: #000000;
    overflow: hidden;
    /*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}
sup {
    font-size: 0.5em;
}

/********** Layout **********/
#Viewport {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 50%;
    left: 50%;
    margin-top: -540px;
    margin-left: -960px;
    background-image: url(Images/Overview.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#ContentContainer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ContentWindow {
    padding: 1em;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.66);
    position: absolute;
    display: inline-block;
}

/********** Miscellny **********/
.Button {
    cursor: pointer;
    color: #ffffff;
    font-weight: normal;
}

.Footnote {
    font-size: 0.6em;
    color: rgba(255,255,255,0.8);
    line-height: 1.4em;
}

/********** Detail Pages **********/
#Fly-in, #Fly-out {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
}
#DetailContent, #ListContainer {
    display: none;
    position: absolute;
    top: 40px;
    right: 200px;
    bottom: 40px;
    left: 200px;
}
#DetailContent #TitleBar, #DetailContent #ContentBlocks, #DetailContent #ProductMenu, #DetailContent #BuildingTitle {
    position: absolute;
    left: 40px;
    right: 40px;
}
#DetailContent #TitleBar {
    border-bottom: rgba(255,255,255,0.5) 2px solid;
    top: 20px;
    height: 70px;
    padding: 0 0 20px 0;
    color: #C60B46;
    font-weight: bold;
}
    #DetailContent #TitleBar #NavButtons {
        position: absolute;
        bottom: 20px;
        right: 0px;
    }
#DetailContent #BuildingTitle {
    position: absolute;
    top: 130px;
    height: 30px;
    vertical-align:bottom;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    color: #C60B46;
}
    #SchematicLink {
        font-size: 0.7em;
        cursor: pointer;
        border: 2px solid #c60b46;
        color: #ffffff;
        border-radius: 5px;
        padding: 5px;
        vertical-align: 5px;
        margin: 0 1em;
    }
    #SchematicWindow {
        text-align: center;
    }
        #Schematic {
        }
#DetailContent #ContentBlocks {
    top: 162px;
    bottom: 192px;
    overflow: hidden;
}
    .ContentBlock {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }
        .ContentBlock .TextBlock {
            position: absolute;
            top: 0;
            right: 600px;
            bottom: 0;
            left: 0;
            overflow: auto;
            line-height: 1.5em;
            letter-spacing: 0.05em;
        }
            .ContentBlock .TextBlock p {
                margin: 0.75em 0;
            }
        .ContentBlock .PhotoBlock {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 520px;
            overflow: auto;
            text-align: center;
        }
            .ContentBlock .PhotoBlock img {
                max-height: 360px;
                width: auto;
            }
        .ContentBlock .ProductTitle {
            text-transform: uppercase;
            color: rgba(255,255,255,0.6);
            font-weight: bold;
            font-size: 1.4em;
        }
        .ContentBlock .ButtonBlock {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            text-align: center;
        }
            .ContentBlock .ButtonBlock .VidLink {
                text-transform: uppercase;
                font-size: .75em;
                cursor: pointer;
            }
                .ContentBlock .ButtonBlock .VidLink img {
                    max-height: 50px;
                    vertical-align: middle;
                }
#DetailContent #ProductMenu {
    border-top: rgba(255,255,255,0.5) 2px solid;
    bottom: 40px;
    height: 115px;
    padding: 10px 0 0 0;
    text-align: center;
}
    #ProductMenu .ProductMenuGroup {
        display: inline-block;
        margin: 0 1.5em;
        vertical-align: top;
    }
        #ProductMenu .ProductMenuGroup .GroupTitle {
            color: #000000;
            font-weight: bold;
            background-color: rgba(255,255,255,0.5);
            padding: 4px;
            margin: 5px 1em 0 1em;
        }
    .ContentThumb  {
        text-align: center;
        width: 150px;
        display: inline-block;
        border-right: 2px solid rgba(255,255,255,0.5);
        vertical-align: middle;
        height: 100px;
        line-height: 100px;
    }
    .ContentThumb:last-of-type {
        border-right: none;
    }
        .ContentThumb img {
            width: auto;
            max-width: 120px;
            height: auto;
            max-height: 100px;
            vertical-align: middle;
        }
#VidWindow, #SchematicWindow {
    display: none;
    padding: 1em;
    background: rgba(0,0,0,1);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.66);
    position: absolute;
    top: 50px;
    right: 160px;
    bottom: 50px;
    left: 160px;
    transform: scale(0.7);
    transition: transform .5s ease-in-out;
}
    #ProductVid {
        width: 100%;
        height: 100%;
    }

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: none;
    background-color: #c60b46;
}

::-webkit-scrollbar-track { 
    background-color: rgba(255, 255, 255, .5); 
    border-radius: 6px; 
    margin: 10px 0;
} 
    