/*UTILS*/

.imageCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 20px;
    right: 0px;
    /*margin-right: 20px;
    margin-bottom: 50px;*/
    height: 15px;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    
    white-space: nowrap;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lightCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: -100px;
    right: 10px;
    margin-right: 10px;
    height: auto;
    width: auto;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.thumbCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    height: auto;
    max-width: 348px;
    z-index: 2;
    line-height: 12px;

    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lightboxCredit {
    margin-bottom: 140px;
}

.buttonSoundPop  {
  float: none;
  /*margin-top: 0px;
  margin-left: 20px;*/
}

.buttonSoundPlay {
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url(././../../../imgs/2/base/button_question_play.png) 0 0 no-repeat;
}

.buttonSoundPause {
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url(././../../../imgs/2/base/button_question_pause.png) 0 0 no-repeat;
}

.playerMainWidget {
  float: left;
  width: 500px;
  height: 35px;
  margin-top: 5px;
}

.playerMainWidget audio{
  width: 100%;
}

/*SPLASH*/

#splash {
    position: absolute;
    width: 1024px;
    height: 768px;
    z-index:0;
}

#splash .splash_img {
   position: absolute;
   opacity:0;
   z-index:2;
   left:0px;
   top:0px;
   
   width: 530px;
   height: 300px;
}

#splash .splash_bg {
   position: absolute;
   opacity:0;
   z-index:1;
   left:0px;
   top:0px;
   max-width: 800px;
}

#splash .splash_text {
   position: absolute;
   opacity:0;
   z-index:3;
   left:0px;
   top:0px;
   max-width: 800px;
}

#splash .splash_title {
    font-family: "VAGRoundedBold";
    font-size: 45px;
    color: #734267;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#splash .splash_subtitle {
    font-family: "VAGRoundedBold";
    font-size: 36px;
    font-weight: 100;
    color: #734267;
    text-align: center;
    letter-spacing: 2px;
}


/*POP ALERT*/

#pop_alert {
    position: absolute;
    width: 1024px;
    height: 768px;
    top:0px;
    z-index:900;
    opacity:0;
    pointer-events:none;
}

#pop_alert .overlay {
   position: absolute;
   background: url("./../../../imgs/2/popups/overlay.png");
   width: 1024px;
   height: 768px;
   top: 0px;
   left: 0px;
   z-index:0;
}

#pop_alert #pop_alert_background {
   position: absolute;
   background: url("./../../../imgs/2/popups/bg_small_white.png");
   width: 511px;
   height: 274px;
   top: 0px;
   left: 0px;
   z-index:1;
}

#pop_alert #pop_alert_title {
   position: absolute;
   font-family: "VAGRoundedBold";
   text-align:center;
   top: 75px;
   left: 0px;
   width: 480px;
   font-size:36px;
   color:#000000;
   z-index:2;
}

#pop_alert #pop_alert_message {
   position: absolute;
   font-family: "VAGRoundedLight";
   text-align:center;
   width: 480px;
   height: 50px;
   line-height: 26px;
   font-size: 18px;
   color:#000000;
   z-index:3;
}

#pop_alert .button_confirm {
   position: absolute;
   background: url("././../../../imgs/2/popups/button_ok_null.png") 0 0 no-repeat;
   width: 145px;
   height: 42px;
   cursor:pointer;
   z-index:4;
   color: #44667b;
   font-family: "VAGRoundedLight";
   font-size: 20px;
   font-weight: bold;
   padding-top: 9px;
   text-align: center;
   display: none;
}

#pop_alert .button_close {
   position: absolute;
   background: url("././../../../imgs/2/popups/button_close.png") 0 0 no-repeat;
   width: 40px;
   height: 40px;
   left: 454px;
   top: 14px;
   cursor:pointer;
   z-index:5;
}

#pop_alert img {
   max-width: 480px;
}


/*POP MESSAGE*/

#pop_message {
    position: absolute;
    width: 1024px;
    height: 768px;
    top:0px;
    z-index:900;
    opacity:0;
    pointer-events:none;
}

#pop_message .overlay {
   position: absolute;
   background: url("./../../../imgs/2/popups/overlay.png");
   width: 1024px;
   height: 768px;
   top: 0px;
   left: 0px;
   z-index:0;
}

#pop_message #pop_message_background {
   position: absolute;
   background: url("./../../../imgs/2/popups/bg_white.png");
   width: 714px;
   height: 365px;
   top: 0px;
   left: 0px;
   z-index:1;
}

#pop_message #pop_message_title {
   position: absolute;
   font-family: "VAGRoundedBold";
   text-align:center;
   top: 50px;
   left: 0px;
   width: 610px;
   font-size:36px;
   color:#000000;
   z-index:2;
}

#pop_message #pop_message_message {
   position: absolute;
   font-family: "VAGRoundedLight";
   text-align: left;
   width: 610px;
   height: 220px;
   line-height: 32px;
   font-size: 22px;
   color:#000000;
   z-index:3;
}

#pop_message .button_confirm {
   position: absolute;
   background: url("././../../../imgs/2/popups/button_ok_null.png") 0 0 no-repeat;
   width: 145px;
   height: 42px;
   cursor:pointer;
   z-index:4;
   
   color: #44667b;
   font-family: "VAGRoundedLight";
   font-size: 20px;
   font-weight: bold;
   padding-top: 9px;
   text-align: center;
   display: none;
}

#pop_message .button_close {
   position: absolute;
   background: url("././../../../imgs/2/popups/button_close.png") 0 0 no-repeat;
   width: 40px;
   height: 40px;
   left: 654px;
   top: 14px;
   cursor:pointer;
   z-index:5;
}

#pop_message img {
   max-width: 570px;
   
}


/*TOP MENU*/

#top_menu {
    position: absolute;
    width: 1024px;
    height: 100px;
    top:0px;
    z-index:280;
}

.titleBackground {
   position: absolute;
   background: url("././../../../imgs/2/base/title_bar_bg.png") no-repeat;
   width:  988px;
   height: 68px;
   text-align:left;
   top: 10px;
   left: 0px;
   z-index:301;
}

.titleText {
   position: absolute;
   height: 20px;
   font-family: "VAGRoundedBold";
   font-size:28px;
   text-align:left;
   top: 20px;
   left: 19px;
   color: #ffffff;
   z-index:302;
}


/*BOTTOM MENU*/

#bottom_menu {
    position: absolute;
    background: url("./../../../imgs/2/base/menu_bar.png") no-repeat;
    width: 1024px;
    height: 70px;
    z-index:370;
}

#bottom_menu #bottomTitle {
   /*position: absolute;
   width:  680px;
   height: auto;
   text-align:left;
   top: 18px;
   left: 140px;
   font-weight:bold;
   font-size:22px;
   line-height: 20px;
   color:#636975;
   z-index:363;*/
}

#bottom_menu .buttonCompact {
   background: url("././../../../imgs/2/base/menu_compact_close.png") no-repeat;
   position: absolute;
   width:  33px;
   height: 26px;
   left: 10px;
   top: 13px;
   cursor: pointer;
   z-index: 371;
}

#bottom_menu .buttonCompactOpen {
   background: url("././../../../imgs/2/base/menu_compact_open.png") no-repeat;
}

#bottom_menu .buttonPrev {
   background: url("././../../../imgs/2/base/button_prev.png") no-repeat;
   position: absolute;
   width:  62px;
   height: 62px;
   left: 132px;
   top: 3px;
   cursor: pointer;
   z-index: 371;
}

#bottom_menu .buttonNext {
   background: url("././../../../imgs/2/base/button_next.png") no-repeat;
   position: absolute;
   width:  62px;
   height: 62px;
   left: 202px;
   top: 3px;
   cursor: pointer;
   z-index: 373;
}

#bottom_menu .menuOption {
   position: absolute;
   left: 663px;
   width: 390px;
   cursor: pointer;
   z-index:380;
}

#bottom_menu .buttonPlay {
   position: relative;
   float: right;
   background: url("././../../../imgs/2/base/button_play.png") no-repeat;
   /* left: 665px; */
   width: 69px;
   height: 69px;
   cursor: pointer;
   z-index:380;
}

#bottom_menu .buttonPause {
   background: url("././../../../imgs/2/base/button_pause.png") no-repeat;
}

#bottom_menu .buttonLegend {
   /*position: absolute;*/
   position: relative;
   float: right;
   background: url("././../../../imgs/2/base/button_legend_on.png") no-repeat;
   width: 69px;
   height: 69px;
   /*left: 735px;*/
   cursor: pointer;
   margin-right: 2px;
   z-index:303;
}

#bottom_menu .buttonLegendOff {
   background: url("././../../../imgs/2/base/button_legend_off.png") no-repeat;
}


#bottom_menu .buttonSound {
   /*position: absolute;*/
   position: relative;
   float: right;
   background: url("././../../../imgs/2/base/button_sound.png") no-repeat;
   width: 69px;
   height: 69px;
   /*left: 805px;*/
   cursor: pointer;
   margin-right: 2px;
   z-index:504;
}

#bottom_menu .buttonInfo {
   /*position: absolute;*/
   position: relative;
   float: right;
   background: url("././../../../imgs/2/base/button_info.png") no-repeat;
   width: 69px;
   height: 69px;
   /*left: 875px;*/
   cursor: pointer;
   z-index:303;
}

#bottom_menu .buttonHelp {
   /*position: absolute;*/
   position: relative;
   float: right;
   background: url("././../../../imgs/2/base/button_help.png") no-repeat;
   width: 69px;
   height: 69px;
   /*left: 945px;*/
   cursor: pointer;
   z-index:305;
}

#bottom_menu .controlv {
    /*position: absolute;*/
    position: relative;
    float: right;
    width: 33px;
    height: 109px;
    
    top: -88px;
    /*right: 170px;*/
    margin:0 auto;
    z-index: 400;
    background: url("./../../../imgs/2/base/volume_control.png") no-repeat center center;
}

#bottom_menu .sliderVolume {
    float: left;
    width: 14px;
    height: 74px;
    margin-top: 7px;
    margin-left: 9px;
}

#bottom_menu .sliderVolumeMove {
    float: left;
    width: 16px;
    height: 78px;
}

#bottom_menu .sliderVolumeBar {
    position: absolute;
    width: 14px;
    height: 78px;
}

#bottom_menu .sliderVolumeDrag {
    position: relative;
    width: 22px;
    height: 21px;
    background: url("./../../../imgs/2/base/button_drag.png") no-repeat center center;
    cursor: pointer;
    margin-left: -3px;
}

#widgets_pagination {
    position: absolute;
    /*width: 700px;*/
    height: 290px;
    top:0px;
    z-index:371;
}

.widgets_pagination_background {
    position: absolute;
    background: url("././../../../imgs/2/base/menu_bar_open.png") no-repeat;
    width: 1024px;
    height: 308px;
    top: 100px;
    z-index:361;
}

#widgets_pagination .buttonPrev {
   background: url("././../../../imgs/2/base/button_prev.png") no-repeat;
   position: absolute;
   width: 69px;
   height: 69px;
   top: 95px;
   left: 30px;
   cursor: pointer;
   z-index:362;
}

#widgets_pagination .buttonNext {
   background: url("././../../../imgs/2/base/button_next.png") no-repeat;
   position: absolute;
   width: 69px;
   height: 69px;
   top: 95px;
   left: 943px;
   cursor: pointer;
   z-index:364;
}

#widgets_pagination .box {
   background: url("././../../../imgs/2/base/box_bg.png") no-repeat;
   position: absolute;
   width:  183px;
   height: 142px;
   z-index: 363;
}

#widgets_pagination .boxover {
   background: url("././../../../imgs/2/base/box_bg_over.png") no-repeat;
   position: absolute;
   width:  183px;
   height: 142px;
   z-index:364;
}

#widgets_pagination .box_caption {
   position: absolute;
   width:  182px;
   height: 100px;
   top: 140px;
   font-family: "VAGRoundedBold";
   font-size:18px;
   text-align:center;
   line-height: 21px;
   color:#ffffff;
   z-index:363;
}

#widgets_pagination .box_image {
   position: absolute;
   top: 10px;
   left: 12px;
   cursor: pointer;
   z-index:363;
}

#widgets_pagination .chapterIcon {
   background: url("././../../../imgs/2/base/menu_chapter_close.png") no-repeat;
   position: absolute;
   width:69px;
   height:60px;
   left: 50px;
   top: -14px;
   cursor: pointer;
   z-index:375;
}

#widgets_pagination .chapterIconOpen {
   background: url("././../../../imgs/2/base/menu_chapter_open.png") no-repeat;
   top: -28px;
}

#main_subtitle {
    position: absolute;
    /*background: url("././../../../imgs/2/base/subtitle_bg.png") no-repeat;*/
    background-color: rgba(0,0,0,0.9);
    width:  1024px;
    height: 121px;
    text-align:center;
    top: 687px;
    left: 0px;
    padding-top: 28px;
    z-index: 360;
    text-align: left;
}

#main_subtitle .subtitle_text {
    font-family: "VAGRoundedLight";
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    font-weight: 0;
    color: #FFFFFF;
    width:  950px;
    margin: 0 auto;
}


/*INTRO*/

#introduction {
    position: relative;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#introduction .text {
  position: absolute;
  font-family: "VAGRoundedLight";
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  top: 190px;
  left: 60px;
  width: 370px;
  max-height: 490px;
  background-color: rgba(0,0,0,0.9);
  padding: 40px;
  border-radius: 10px 10px 10px 10px;
  z-index: 2;
}

#introduction .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    z-index: 1;
}

#introduction img {
    width: 1024px;
    height: 768px;
}

#introduction .imageCredit {
  bottom: 74px;
}


/*HTMLVIEWER*/

#widget-custom {
  position: absolute;
  width: 1024px;
  height: 768px;
}
