html, body {
    height:100%; /* IE6: treaded as min-height*/
    margin: 0;
    padding: 0;
}
body{
    font-family: Times New Roman, Arial Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#mainWrapper{
    display: table;
    margin: 0px;
    padding: 0px;
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    height:auto !important;
    width: 100%;
    font-family: Cantarell, Times New Roman, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}


    #menu{
        display: table-row;
        background-color: #AD3335;
        height: 65px;
        vertical-align: middle;
    }
        #menuMainWrapper{
            width: 80%;
            font-weight: bold;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
            #menu div.linkWrapper{
                display: inline-block;
                font-size: 20px;
                background: #AD3335;
                padding: 0px;
            }
                #menu div.linkWrapper select.menuDropdown{
                    border: 0px;
                    background: #AD3335;
                    color: white;
                    font-weight: bold;
                    font-size: 20px;
                    text-transform: uppercase;
                    padding: 18px 5px 10px 5px;
                    margin: 0px 10px 0px 10px;
                }
                #menu div.linkWrapper a{
                    display: inline-block;
                    font-weight: bold;
                    font-size: 20px;
                    padding: 18px 5px 10px 5px;
                    color: white;
                    text-decoration: none;
                    text-transform: uppercase;
                    margin: 0px 10px 0px 10px;
                }
                #menu div.linkWrapper input[type=SELECT]{
                    display: table-cell;
                    font-weight: bold;
                    font-size: 20px;
                    margin-top: 20px;
                    color: white;
                    text-decoration: none;
                    vertical-align: middle;
                    width: auto;
                    bordeR: 2px solid green;
                }

    #content{
        display: table-row;
        background-color: white;
        margin-bottom: 65px;
        padding-bottom: 65px;
    }
        #content img.logo{
            display: block;
            margin: 40px auto 40px auto;
            width: 20%;
            vertical-align: top;
        }
        
        .contentTitleBar{
            width: 100%;
        }
            .contentTitleBar hr.pageTitle{
                z-index: 10;
                margin-top: 25px;
                width: 90%;
            }
                .contentTitleBar h1.pageTitle{
                    z-index: 12;
                    text-decoration: none;
                    background-color: white;
                    display: block;
                    width: auto;
                    margin-top: -42px;
                    margin-left: auto;
                    margin-right: auto;
                    width: fit-content;
                    padding: 5px 10px 5px 10px;
                }
            
        #content li.item{
            margin-top: 15px;
        }

        #content span.bold{
            font-weight: bold;
        }
                
        #content li{
            font-family: Cantarell, Arial, sans-serif;
            letter-spacing: 1px;
            font-size: 18px;
            color: #292727;
        }
    
            #content li.specialPic{
                opacity: 0.7;
                font-weight: normal;
            }
            #content li.specialPicHL{
                opacity: 1;
                font-weight: bold;
            }
                img.specialImg{
                    display: none;
                }


        .blockFull{ width: 80%; }
        
        

            
    #productImageWrapper{
        display: table;
        width: 100%;
    }
        #productImageWrapper div.myRow{
            display: table-row;
        }
            .myCell1{
                display: table-cell;
                background: url(/imgs/op-01.jpg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center; 
                opacity: 0.7;
                width: 25%;
            }
            .myCell2{
                display: table-cell;
                background: url(/imgs/op-021.jpg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center; 
                opacity: 0.7;
                width: 25%;
            }
            .myCell3{
                display: table-cell;
                background: url(/imgs/op-03.jpg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center; 
                opacity: 0.7;
                width: 25%;
            }
            .myCell4{
                display: table-cell;
                background: url(/imgs/op-04.jpg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center; 
                opacity: 0.7;
                width: 25%;
            }
                .myCellHighlighted{
                    opacity: 1;
                    border: 3px solid #292727;
                }

    .blockTALeft{
        width: 50%;
    }
    .blockTARight{
        width: 25%;
        margin-left: 5%;
    }
        .blockTARight img{
            width: 100%;
            border: 10px solid #AD3335;
        }   
     
    
    
    #footer{
        display: table-row;
        width: 100%;
        background-color: gray;
        opacity: 0.6;
        height: 65px;
    }
        #footer .copyright{
            padding: 20px 0px 20px 0px;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
        
    #languageChangeWrapper{
        text-decoration: none;
        border: 0px;
        display: block;
        float: right;
        color: black;
        padding-top: 20px; 
        padding-right: 100px;
    }
    
        
        
        
    .flex-container {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }
    

    #rotatingImageWrapper{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
        #rotatingImageDisplay{
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
            #rotatingImageDisplay #prev{
                display: inline-block;
                background: url(/imgs/world-map.png);
                background-repeat: no-repeat;
                background-size: cover;
                width: 10%;
                float: left;
                height: 600px;
                background-position: right top;
                opacity: 0.5;
            }
                #rotatingImageDisplay #prev:hover{
                    opacity: 0.75;
                }
                #rotatingImageDisplay #prev img{
                    width: 50px;
                    margin-top: 260px;
                }
                #rotatingImageListTN img.currentImage{
                    border: 1px groove maroon;
                }
                #rotatingImageListTN img.unselectedImage{
                    border: none;
                }
            #rotatingImageDisplay #current{
                display: inline-block;
                background: url(/imgs/our-product-skyscraper.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                background-position-x: center;
                width: 80%;
                height: 600px;
            }
            #rotatingImageDisplay #next{
                display: inline-block;
                background: url(/imgs/office-graph.png);
                background-repeat: no-repeat;
                background-size: cover;
                width: 10%;
                float: right;
                height: 600px;
                background-position: left top;
                opacity: 0.5;
            }
                #rotatingImageDisplay #next:hover{
                    opacity: 0.75;
                }
                #rotatingImageDisplay #next img{ 
                    width: 50px;
                    float: right;
                    margin-top: 260px;
                }

        #rotatingImageListTN{
            margin-top: 10px;
        }
            #rotatingImageListTN img{
                height: 70px;
            }
            
            
    #contactFormWrapper{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
        #contactFormWrapper form label{
            display: block;
        }
        #contactFormWrapper form input.cf{
            display: block;
            height: 30px;
            border: 1px groove silver;
            width: 100%;
        }
        #contactFormWrapper form input[type=button]{
            display: block;
            height: 30px;
            border: 1px groove silver;
            border-radius: 10px;
            font-size: 20px;
            padding: 5px 10px 5px 10px;
            margin-left: auto;
            margin-right: auto;
        }
        #contactFormWrapper form textarea{
            display: block;
            height: 100px;
            border: 1px groove silver;
            width: 100%;
        }
        
        #contactFormWrapper table{
            margin-left: auto;
            margin-right: auto;
        }
    
    #captchaBoxWrapper{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        color: black;
        opacity: 0.3;
        text-align: center;
        border: 1px solid orange;
        border-radius: 10px;
    }
        #captchaBoxWrapper:hover{ opacity: 1; }
        #captchaBoxWrapper span{
            display: block;
            font-size: 10px;
        }
        #captchaInput.captcha{
            display: block;
            border: 4px groove silver;
            width: 100px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        
    #errorMessageWrapper{
        margin: 0px;
        text-align: left;
    }
        #errorMessageWrapper li{
            color: red;
        }
    #successMessageWrapper{
        margin: 0px;
        text-align: left;
    }
        #successMessageWrapper li{
            color: green;
        }
    
    .titleCenter{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .centeredOL{
        display: block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .centered{
        text-align: center;
    }
    #mobileMenuOpener{ display: none; }
    .openHoursTable{
        
    }
    
    #galleryWrapper{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
        #galleryWrapper .imageBoxCell{
            display: table-cell;
            width: 33%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            padding: 0px 20px 0px 20px;
        }
        #galleryWrapper .tableBox{
            display: table;
            margin-top: 30px;
            text-align: center;
            width: 100%;
        }
        #galleryWrapper .imageBoxRow{
            display: table-row;
            text-align: center;
            width: 100%;
        }
        #galleryWrapper .titleRow{
            display: table-row;
            text-align: center;
            width: 100%;
            font-size: 16px;
            text-align: left;
        }
        #galleryWrapper .descriptionRow{
            display: table-row;
            text-align: center;
            width: 100%;
            font-size: 12px;
            text-align: left;
        }
        
            #galleryWrapper .galleryImg{
                width: 100%;
                text-align: center;
            }
            #galleryWrapper .galleryImgFull{
                width: 93%;
                text-align: center;
            }

            
.blockFull video{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
    h1.summit{
        text-align: center;
    }    

            
            
            
            
@media screen and (max-width: 1960px) {
    #productImageWrapper{
        display: table;
        width: 100%;
        height: 300px; /* IE6: treaded as min-height*/
    }  
}
@media screen and (max-width: 1600px) {
    #productImageWrapper{
        display: table;
        width: 100%;
        height: 300px; /* IE6: treaded as min-height*/
    }  
}
@media screen and (max-width: 1400px) {
    #productImageWrapper{
        display: table;
        width: 100%;
        height: 300px; /* IE6: treaded as min-height*/
    }  
    #galleryWrapper .titleRow{
        font-size: 15px;
    }
    #galleryWrapper .descriptionRow{
        font-size: 11px;
    } 
    #content li.specialPic{
        font-size: 16px;
    }
}
@media screen and (max-width: 1300px) {
    #galleryWrapper .titleRow{
        font-size: 14px;
    }
    #galleryWrapper .descriptionRow{
        font-size: 11px;
    } 
    #content li.specialPic{
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    #galleryWrapper .titleRow{
        font-size: 12px;
    }
    #galleryWrapper .descriptionRow{
        font-size: 10px;
    } 
    #content li.specialPic{
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    #galleryWrapper .titleRow{
        font-size: 11px;
    }
    #galleryWrapper .descriptionRow{
        font-size: 9px;
    } 
    #content li.specialPic{
        font-size: 13px;
    }
}          
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media screen and (max-width: 1000px) {
    
    #menu{
        display: block;
        height: auto;
    }
    #mobileMenuOpener{
        display: block;
        font-size: 30px;
        color: white;
        font-weight: 900;
        padding: 0px 0px 0px 10px;
    }
    .linkWrapper{
        display: block;
        width: 100%;
    }

    #menuMainWrapper, #productImageWrapper{
        display: none;
    }
    
    .blockFull{
        width: 90%;
        text-align: justify;
    }
    
    img.specialImg{
        display: block;
        max-width: 200px;
        max-height: 200px;
    }
    
    .blockTALeft{
        display: block;
        width: 90%;
    }
    .blockTARight{
        display: block;
        width: 90%;
    }
        .blockTARight img{
            width: 100%;
            border: 10px solid #AD3335;
        }   
    
    #captchaBoxWrapper{
        width: 90%;
    }
    
    #contactFormWrapper{
        width: 90%;
    }
    .openHoursTable{
        width: 100%;
    }
    
    #galleryWrapper .imageBoxCell{
        display: table-row;
        width: 33%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #galleryWrapper .tableBox{
        display: table;
        margin-top: 20px;
    }
    
    .flex-container {
        flex-direction: column;
    }
    
    .blockFull video{
        width: 90%;
    }
    h1.summit{
        font-size: 16px;
        text-align: center;
    }    
}

