﻿@charset "utf-8";
/* CSS Document */



/* Viewer: Media (Right side) Styles*/
div#media{
    display: block;
    position: absolute;
    left: 265px;
    width: 100%; max-width: 700px;
    overflow: hidden;
    z-index: 0;
    background: #f0f0f0;

    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* Viewer Header */
    #media>#header{
        display: block;
        position: relative;
        width: 100%;
        height: 77px;
        background: #f0f0f0;
        text-align: left;
    }
    #media>#header .customerLogo{
        display: block;
        position: absolute;
        width: 288px;
        height: 77px;
        left: 24px; top: 0px;
        z-index: 9;
    }


    #media>#header .endorsementLogo{
        display: block;
        position: absolute;
        width: 144px;
        height: 77px;
        text-align: right;
        right: 24px; top: 0px;
        z-index: 9;
    }


/* Video Holder */
    #media>#videoWrapper{
        width: 100%; max-width: 700px;
        position: relative;
    }
    #media>#videoWrapper>#video{
        position: absolute;
        left: 0; top: 0;
        width: 100%; height: 100%;
        margin: 0 auto;
        z-index: 2;
        
        transition:all .2s linear; 
        -o-transition:all .2s linear; 
        -moz-transition:all .2s linear; 
        -webkit-transition:all .2s linear;
    }
        #mediaElement .mejs-container{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }


    /* Dr Note Button */
        #drNoteButton{
            display: block;
            position: absolute;
            width: 40px; height: 30px;
            background: url(../../Images/drNoteButton.png);
            left: 8px; bottom: 8px;
            z-index: 8;
            cursor: pointer;
        }

    /* Dr Note Holder */
       #drNoteHolder{
            display: block;
            position: absolute;
            width: 425px; height: 160px;
            background: url(../../Images/playerBgDark.png);
            left: 8px; bottom: 8px;
            z-index: 8;
            border-radius: 3px;
        }
        /* Dr Note Holder */
            #drNoteHolder>#drPicture{
                float: left;
                width: 100px;
                height: 130px;
                border-radius: 2px;
                margin: 12px;
            }
        /* Dr Note Text */
            #drNoteHolder>#drNoteTitle{
                width: 260px;
                height: 13px;
                margin-top: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
                color: #999999;
                font-size: 13px;
            }
            #drNoteHolder>#drNoteText{
                height: 107px;
                width: 262px;
                overflow: hidden;
                color: #999999;
                margin: 10px 10px 10px 10px;
                padding-right: 20px;
                padding-left: 5px;
                text-align: left;
                font-size: 13px;
            }

            #drNoteHolder>.closeButton{
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                background: url(../../Images/closeForegroundButton.png);
                right: 5px;
                top: 4px;
                cursor: pointer;
            }

    /* Video Foreground Sections */

        #videoWrapper .dialog{
            display: block;
            position: absolute;
            width: 96%;
            height: 94%;
            background: url(../../Images/playerBgDark.png);
            z-index: 9;
            border-radius: 4px;
            left: 2%;
            top: 3%;
            overflow: hidden;
        }


            #videoWrapper .dialog>.closeButton{
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                background: url(../../Images/closeForegroundButton.png);
                right: 10px;
                top: 10px;
                cursor: pointer;
                z-index: 1;
            }
    #videoWrapper .dialog>.content{
        display: block;
        position: absolute;
        width: 96%;
        height: 94%;
        border-radius: 4px;
        left: 1.75%;
        top: 3%;
    }
        #videoWrapper .dialog>.content .header{
            display: block;
            position: relative;
            padding: 10px 0px;
            margin: 0px 20px;
            border-bottom: #2a2a2a solid 1px;
            text-align: left;
        }
            #videoWrapper .dialog>.content .header .headerCategory{
                display: block;
                position: relative;
                font-size: 10px;
                color: #999;
                text-align: left;
                text-shadow: 0px 1px 0px #000;
                text-transform:uppercase;
            }
            #videoWrapper .dialog>.content .header .headerDescription{
                display: block;
                position: relative;
                margin-top: 2px;
                font-size: 14px;
                color: #bdbdbd;
                text-align: left;
                text-shadow: 0px 1px 0px #000;
            }
            .headerDescriptionInline{
                display: inline-block;
                position: relative;
                font-size: 14px;
                color: #bdbdbd;
                text-align: left;
                text-shadow: 0px 1px 0px #000;
            }
                .inlinePrintButton{
                    cursor: pointer;
                    display: inline-block;
                    position: relative;
                    width: 20px; height: 18px;
                    background: url(../../Images/inlinePrintButton.png);
                    margin-bottom: -5px;
                    margin-left: 20px;
                }
        #videoWrapper .dialog>.content .body{
            display: block;
            position: relative;
            height: 75%;
            margin: 0px 20px;
            border-top: #4b4b4c solid 1px;
            text-align: left;
        }
        .foreText{
            display: block;
            position: relative;
            width: 100%;
            height: 50%;
            color: #999;
            font-size: 13px;
            margin-top: 10px;
            margin-right: 50px !important;
        }

        .foreText .content{
            padding-right: 20px !important;
        }


/* Share form */
        #shareSection .recipient {
        }
            #shareSection .recipient .form {
                float: left;
            }
            #shareSection .recipient .error {
                float: left;
                padding-top: 6px;
            }

        .body input{
            color: #c2c2c2;
            background: url(../../Images/inputBg.png);
            border: #222  solid 1px;
            border-radius: 3px;
            padding: 6px;
            margin: 5px 0px;
            margin-right: 9px;
            -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
            -moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.10);
            box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.10);
        }
            .body input.empty{
                color: #666;
            }

        .body .inputError{
            position: relative;
            width: 27px;
            color: #ba4848;
            font-size: 14px;
            font-weight: 500;
            text-shadow: 0px 1px 0px #000;
        }

        .body .success{
            position: relative;
            width: 330px; height: 20px;
            color: #8bcb60;
            font-size: 14px;
            font-weight: 500;
            text-shadow: 0px 1px 0px #000;
        }
            .body .success img{
                float: left;
            }

            .successText{
                display:block;
                float: left;
                margin-top: 5px;
                margin-left: 5px;
            }

        .body #sendButton{
            cursor: pointer;
            margin: 5px 0px;
            margin-right: 9px;
            text-align: center;
            color: #c2c2c2;
            font-size: 14px;
            background: #5c5c5d;
            width: 86px;
            padding: 6px;
            padding-top: 10px;
            border-radius: 3px;
            left: 10px;	top: 10px;
            border: #000 solid 1px;
            -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
            -moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.15);
            box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.15);
        }

        /*  Gallery Elements  */
        .foreSectionCentered{
            text-align: center;
        }
        .gallerySection{
            display: inline-block;
            position: relative;
            overflow: visible;
            margin: 8px;
            width: 40%;
            height: 40%;
            text-align: center;
            padding-bottom: 10px;
        }
        .gallerySectionLeftt{
            float: left;

        }
        .gallerySectionRightt{
            float: right;
        }
            .gallerySectionInner{
                display: inline-block;
                position: relative;
                text-align: center;
                width: 40%;
                height: 100%;
                margin: 1%;
                cursor: pointer;
            }
                .gallerySectionHeader{
                    font-size: 10px;
                    color: #808080;
                    text-shadow: 0px 1px 0px #000;
                }
                .galleryImage{
                    display: inline-block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    margin: 6px;
                    background: url(../../Images/galleryImageBg.png);
                    border-radius: 3px;
                    border: #000 solid 1px;
                    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
                    -moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.10);
                    box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.10);
                    overflow: hidden;
                }
                    .zoomImageButton{
                        display: block;
                        position: absolute;
                        color: #efefef;
                        right: -7px; bottom: -19px;
                        border-radius: 3px;
                        padding: 1px 4px;
                        background:  url(../../Images/galleryImageZoomButton.png);
                    }
    .mobileOnlyBackground{
        display: none;
    }
    #understandLinkMobile{
        display: none;
    }
    #understandLinkPlayer span, #understandLinkPlayer img{
        vertical-align: middle;
    }
    #presentation, #viewer{
        text-align: center;
    }


/* iPhone and anything under 480px */
@media all and (max-width: 479px) {
body{
    overflow-y: hidden;
}
    #contentHolder{
        position: absolute !important;
        height: 100% !important;
        max-height: none !important;
        left: 0px; top: 0px;
        overflow-y: auto !important;
    }
    #viewer, #presentation{
        height: 100%;
    }
    #media{
        background: none !important;
        overflow: visible !important;
    }
    #header{
        padding: 20px 0px !important;
        background: none !important;
    }
    .endorsementLogo{
        display: none !important;
    }
    #menuButtonBottom{
        width: 100% !important;
        padding: 20px 0px !important;
        margin-left: 0px !important; 
        margin-right: 0px !important;
        border-radius: 0px !important;
        margin-top: 1px;
        display: none;
    }
    #menuButtonBottomMobile{
        width: 45px;
        height: 45px;
        display: block;
        position: relative;
        background:  url(../../Images/menuButtonMobile.png);
        left: 50%; margin-left: -22px;
        top: 15px;
        cursor: pointer;
    }
    #understandLinkPlayer{
        width: 100% !important; 
        text-align: center !important;
        display: block !important;
        position: fixed !important;
        bottom: 0px; left: 0px;
        padding: 10px 0px;
        background: #f0f0f0;
        border-top: 1px solid #fff;
    }
    #understandLinkPlayer span, #understandLinkPlayer img{
        vertical-align: middle;
    }
    #understandLinkMobile{
        width: 100% !important; 
        text-align: center !important;
        display: block !important;
        position: fixed !important;
        bottom: 0px; left: 0px;
        padding: 10px 0px;
        background: #f0f0f0;
        border-top: 1px solid #fff;
        z-index: 10;
        font-size: 12px;
        color: #9a938e;
    }
    #understandLinkMobile img{
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
        .languageButtonMobile{
            display: inline-block;
            position: relative;
            width: 16px; height: 16px;
            background: url(../../Images/languageButtonMobileSmaller.png);
            margin-right: 10px;
            cursor: pointer;
            background-position: top;
            vertical-align: middle;
        }
        .languageButtonMobile:hover{
            background-position: bottom;
        }
    .customerLogo{
        width: 100% !important;
        left: 0px !important;
        text-align: center !important;
        margin-top: 10px; margin-bottom: 10px;
    }
    .customerLogo>div{
        display: inline-block !important;
        width: 80% !important;
        background-position: center center !important;
        background-size: contain !important;
    }
    #plusButtonHolder{
        display: none !important;
    }
    #trifecta{
        display: none !important;
    }
    #volumeSection{
        display: none !important;
    }

    .mobileOnlyBackground{
        display: block;
    }
    #drNoteButton{
        display: none !important;
    }
    #loadingScreen{
        background: #e5e4e4;
        z-index: 999;
    }
    #loadingScreen *{
        display: none !important;
    }
}


@media all and (min-width: 1px) and (max-width: 559px) {
    #media > #video > #trifectaHolder > .trifectaColumn > img{
        display: none !important;
    }
    .trifectaColumn.fullWidth{
        display: none !important;
    }
    .trifectaColumn{
        height: 100% !important;
    }
}

@media all and (min-width: 1px) and (max-width: 699px) {
    div#media{
        left: 0px !important;
    }
}

@media all and (min-width: 700px) and (max-width: 869px) {
    div#media{
        left: 0px !important;
    }
}

@media all and (min-width: 870px) and (max-width: 909px) {
    div#media{
        left: 170px !important;
    }
}

@media all and (min-width: 910px) and (max-width: 959px) {
    div#media{
        left: 210px !important;
    }
}

@media all and (min-width: 960px) {
    div#media{
        left: 262px !important;
    }
}