@charset "UTF-8";

/* CSS Document */


/* Default style, feel free to remove if not needed. */

body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
     border:0;
}
 

/* Sizing */

.sizing_collapsed {
    width: 970px;
    height: 250px;
    border:0;
}

.sizing_expanded {
    width: 970px;
    height: 250px;
    border:0;
}

.sizing_exp_video {
    width: 444px;
    height: 250px;
    top: 0px;
    right: 0px;
    border:0;
}

.sizing_exp_video_inner {
    width: 300px;
    height: 172px;
    border:0;
}


/* Div layer for the entire banner. */

#container_all {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
     border:0;
     background-color:transparent;
}

#container_collapsed {
    position: absolute;
    top: 0px;
    right: 0px;
     background-color: transparent;
    z-index: 100;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
     border:0;
}

#container_expanded {
    position: absolute;
    top: 0px;
    left: 0px;
     background-color: transparent;
    z-index: 200;
    display: none;
    border:0;
    overflow: hidden;
}


/* Background Clickthrough. */

.background_clickthrough {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 400;
     border:0;
}


/* INTRO VIDEO ELEMENTS -------------------------------------------------------------------------------*/

#video_dc_intro {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 510;
    visibility: hidden;
    border:0;
}

#col_vid_cta {
    position: absolute;
    left: 944px;
    top: 224px;
    width: 20px;
    height: 20px;
    z-index: 799;
    background-position: 0 0;
    display: none;
    cursor: pointer;
}

#col_vid_cta:hover {
    background-position: 0 -20px;
}


/* Collapsed Elements -------------------------------------------------------------------------------*/

#col_background_image {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 0;
     background-color: transparent;
    border:0;
}

#col_tagline {
    position: absolute;
    left: 2px;
    top: 117px;
    width: 260px;
    height: 21px;
    z-index: 50;
}

#col_quote {
    position: absolute;
    left: 158px;
    top: 165px;
    z-index: 50;
}

#col_logo {
    position: absolute;
    left: 692px;
    top: 111px;
    width: 203px;
    height: 68px;
    z-index: 50;
}

#col_title {
    position: absolute;
    left: 69px;
    top: 24px;
    width: 532px;
    height: 204px;
    z-index: 50;
}

#col_credit {
    position: absolute;
    left: 23px;
    top: 156px;
    z-index: 50;
}

#col_date {
    position: absolute;
    left: 659px;
    top: 25px;
    width: 276px;
    height: 62px;
    z-index: 50;
}

#col_cta {
    position: absolute;
    left: 716px;
    top: 202px;
    width: 163px;
    height: 27px;
    z-index: 999;
    background-position: 0px 0px;
    cursor: pointer;
}

#col_cta:hover {
    background-position: 0px -27px;
}

#vid_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    text-align: center;
    z-index: 998;
    display: table;
}

#preloader_exp {
    position: absolute;
    right:0;
    width: 444px;
    height: 250px;
    background-color: #000000;
    text-align: center;
    z-index: 999;
    display: table;
}

.preloader_inner {
    display: table-cell;
    vertical-align: middle;
}

#button_close {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 25px;
    height: 25px;
    z-index: 999;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
}

#button_close:hover {
    background-position: 0px -25px;
}


/* Video Players ----------------------------------------------------------*/

#replay_panel{
    position: absolute;
    width: 444px;
    height: 250px;
    right:0;
    top:0;
    background-image: url('img-rich-replay.jpg');
     background-position:0px 0px;
    cursor: pointer;
    z-index: 998;
    display: none;
}

#replay_panel:hover{
    background-position:0px -250px;
}

#replay_btns_bg {
    position: absolute;
    left: 29px;
    top: 67px;
    width: 348px;
    height: 77px;
    z-index: 900;
    display:none;
}

#replay_btn_01 {
    position: absolute;
    left: 29px;
    top: 67px;
    width: 109px;
    height: 62px;
    z-index: 999;
    cursor: pointer;
    display:none;
}

#replay_btn_02 {
    position: absolute;
    left: 148px;
    top: 67px;
    width: 109px;
    height: 62px;
    z-index: 999;
    cursor: pointer;
    display:none;
}

#replay_btn_03 {
    position: absolute;
    left: 268px;
    top: 67px;
    width: 109px;
    height: 62px;
    z-index: 999;
    cursor: pointer;
    display:none;
}

#replay_btn_01:hover,
#replay_btn_02:hover,
#replay_btn_03:hover {
    background-image: url('vid-btn-background.png');
    background-repeat: repeat;
    opacity: .5;
}

#rich_tab_01 {
    position: absolute;
    left: 113px;
    top: 226px;
    width: 135px;
    height: 24px;
    z-index: 990;
    background-position: 0px 0px;
    cursor: pointer;
    display:none;
}

#rich_tab_02 {
    position: absolute;
    left: 247px;
    top: 226px;
    width: 135px;
    height: 24px;
    z-index: 990;
    background-position: -135px 0px;
    cursor: pointer;
    display:none;
}

#rich_tab_03 {
    position: absolute;
    left: 381px;
    top: 226px;
    width: 135px;
    height: 24px;
    z-index: 990;
    background-position: -270px 0px;
    cursor: pointer;
    display:none;
}

#rich_tab_01:hover {
    background-position: 0px -48px
}

#rich_tab_02:hover {
    background-position: -135px -48px
}

#rich_tab_03:hover {
    background-position: -270px -48px
}

#endframe_panel {
    display: none;
}

#exp_title {
    position: absolute;
  left: 103px;
  top: 3px;
  width: 342px;
  height: 243px;
    z-index: 200;
}

#exp_cta {
    position: absolute;
    left: 568px;
    bottom: 1px;
    width: 272px;
    height: 15px;
    background-position: 0px 0px;
    z-index: 999;
    display:none;
}

#exp_cta:hover {
    background-position: 0px -15px;
}

#exp_background_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
     border:0;
     display:none;
}

#rich_panel {
    display: none;
    position: absolute;
     border:0;
}

#all_vid_controls {
    opacity: 1;
}

#video_dc_expand_01 {
    position: absolute;
    z-index: 100;
    height: 250px;
    width: 444px;
    overflow: hidden;
}

#video_dc_expand_02 {
    position: absolute;
    z-index: 200;
    visibility: hidden;
    overflow: hidden;
}

#video_dc_expand_03 {
    position: absolute;
    z-index: 200;
    visibility: hidden;
    overflow: hidden;
}

#video_btn_trailer_01 {
    left: 113px;
    top: 0px;
    width: 415px;
    height: 233px;
    z-index: 700;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#video_btn_trailer_02 {
    position: absolute;
    left: 60px;
    bottom: 10px;
    width: 56px;
    height: 15px;
    z-index: 700;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#video_btn_trailer_03 {
    position: absolute;
    left: 120px;
    bottom: 10px;
    width: 56px;
    height: 15px;
    z-index: 700;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.video_btn_text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
}

.video_btn_text:hover {
    color: #fbffd4;
}

#video_dc {
    position: absolute;
    left: 113px;
    top: 0px;
    width: 415px;
    height: 233px;
}

.video_controls_dc {
    position: absolute;
    display: inline-block;
    width: 20px;
    bottom: 10px;
    height: 18px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#video_container_dc {
    position: absolute;
    z-index: 800;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 444px;
    height: 250px;
}

#video_exp_rollover {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 499;
    cursor: pointer;
}


/* Video button hiding an positioning */

.video_controls_dc:hover {}

#video_control_play_dc {
    background-image: url('img-vid-play.png');
    background-repeat: no-repeat;
    left: 25px;
    bottom: 8px;
    z-index: 850;
}

#video_control_pause_dc {
    background-image: url('img-vid-pause.png');
    background-repeat: no-repeat;
    left: 25px;
    bottom: 8px;
    visibility: hidden;
    z-index: 850;
}

#video_control_unmute_dc {
    background-image: url('img-vid-unmute.png');
    background-repeat: no-repeat;
    right: 20px;
    bottom: 8px;
    z-index: 850;
}

#video_control_mute_dc {
    background-image: url('img-vid-mute.png');
    background-repeat: no-repeat;
    right: 20px;
    bottom: 8px;
    visibility: hidden;
    z-index: 850;
}

#video_control_replay_dc {
    position: absolute;
    width: 497px;
    height: 280px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 900;
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

#video_control_progress_dc {
    position: absolute;
    background-repeat: no-repeat;
    width: 330px;
    height: 6px;
    bottom: 17px;
    left: 55px;
    z-index: 998;
    background-image: url('vid-track-background.png');
    background-repeat: repeat;
    /* Opera/IE 8+ */
    overflow: hidden;
    cursor: pointer;
}

#video_control_progress_inner {
    position: absolute;
    width: 0%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #bb1f2c;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}
