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

body{
    padding: 0px;
    background: #ccc;
    margin: 0;

}


/* =============================================== */
/* RESET */

#INFOIG p, h1, h2, h3, h4, h5, ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#adServersCounters{
    display:none;
}



/* =============================================== */
/* FONT */



/* =============================================== */
/* INIT */

#INFOIG{
    position: relative;
    width: 988px;
    height: 618px;
    background: #000;
    overflow: hidden;
    background: black;
    font-family: Arial;
}



#INFOIG .hide{
    display:none;
}



/* =============================================== */
/* TRAVA CLIQUE */

#INFOIG .ctTrava{
    position:absolute;
    top:0;
    left:0;
    background: #F00;
    width: 100%;
    height: 100%;
    z-index:899;
}


/* =============================================== */
/* LOADING */

#INFOIG .ctTelaLoading{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: gray;
    background: #CCC;
    z-index: 900;
}

#INFOIG .ctTelaLoading .titulo{
    position: absolute;
    top: 220px;
    left: 350px;
    font-size: 13px;
}



/* =============================================== */
/* PUBLICIDADE */


#INFOIG .ctSeloPublicitario{
    position: absolute;
/*    background: red;*/
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 950
}


#INFOIG .ctBannerPublicitario{
    position: absolute;
/*    background: red;*/
    width: 300px;
    height: 142px;
    top: 50%;
    left: 50%;
    margin-top: -71px;
    margin-left: -150px;
    z-index: 951;
}



/* =============================================== */
/* LOGO */

#INFOIG .ctLogo{
    position:absolute;
    top:18px;
    left:74px;
    width: 233px;
    height: 0px;
    z-index: 800;
    background: url('../img/logo.png');
    /*display: none;*/
}


/* =============================================== */
/* NAVEGADOR - AVANCAR */

#INFOIG .ctNav{
    position: absolute;
    z-index: 851;
    bottom: 10px;
    right: 10px;
    padding: 10px;
/*    background: red;*/
    color: white;
    cursor: pointer;
}

/* =============================================== */
/* MENU */
#INFOIG .menu2{
    position:absolute;
    display:none;
    overflow:hidden;
    background: url('../img/menu_bar2.png') repeat-x;
/*    width: 952px;*/
    width: 0px;
    height: 36px;
    left:18px;
    top:528px;
    z-index:900;
}


/* =============================================== */
/* COMPARTILHAR */
#INFOIG .rodape{
    position:absolute;
    overflow:hidden;
    background: url('../img/bg_rodape.png') repeat-x;
/*    width: 952px;*/
    width: 0px;
    height: 36px;
    left:18px;
    top:564px;
    z-index:100;
}

#INFOIG .ctJFK50anos{
    width: 0px;
    height: 36px;
    background: url('../img/rodape_50anos.png') no-repeat;

}

#INFOIG .ctCompartilhar{
    font-family: 'Oswald', sans-serif;
    position: absolute;
    width: 100px;
    height: 22px;
    z-index:890;
    left: 100%;
    top:8px;
    margin-left: -82px;
    z-index:900;
}
#INFOIG div.ctCompartilhar span{
    position:absolute;
    font-weight:300;
    right:110px;
    color:#f3e0c5;
}
#INFOIG .ctCompartilhar .tt{
    position: absolute;
    width:26px;
    height:22px;
    background: url('../img/bt_fb_tt_gp.png') no-repeat 0px 0px;
    cursor: pointer;
    left:0;
}

#INFOIG .ctCompartilhar .fb{
    position: absolute;
    width:26px;
    height:22px;
    background: url('../img/bt_fb_tt_gp.png') no-repeat -26px 0px;
    cursor: pointer;
    left:26px;
}

#INFOIG .ctCompartilhar .gp{
    position: absolute;
    width:26px;
    height:22px;
    background: url('../img/bt_fb_tt_gp.png') no-repeat  -52px 0px;
    cursor: pointer;
    left:52px;
}

#INFOIG .ctCompartilhar .fb:hover,
#INFOIG .ctCompartilhar .tt:hover,
#INFOIG .ctCompartilhar .gp:hover{
    background-position-y:-44px;
}

/* =============================================== */
/* TELAS */
#INFOIG .ctTela{
    height:100%;
    width: 100%;
    position:absolute;
    display: none;

}






/* TELA 1 */
#INFOIG #info_tela_01{
    background: url('../img/home.jpg');
}

#INFOIG #info_tela_01 #btEntrar{
    position:absolute;
    background: url('../img/bt_entrar.png')  no-repeat;
    height:42px;
    width:48px;
    left:172;
    top:397;
/*
    left:1030px;
    top:100px;
    */
    z-index:900;
    cursor: pointer;
}







/* TELA 2 */
#INFOIG #info_tela_02{
    background: url('../img/bg1.jpg');
}

#INFOIG #info_tela_02 #videoPlayer1 {
    display:none;
}

#INFOIG #infoMenu{
    display:none;
}
#INFOIG #infoMenu ul {
	padding:0px;
	margin:0px;
	list-style:none;
    top:462px;
    left:53px;
    position:absolute;
    z-index:2;
/*    opacity:0.4;*/
}

#INFOIG #infoMenu ul li{
    cursor:pointer;
    width:147px;
    height:130px;
    display: inline;
    float: left;
}

#INFOIG #infoMenu ul li:nth-child(1){
    background:url('../img/sprite_menu_info.jpg') 0px 0;
}
#INFOIG #infoMenu ul li:nth-child(2){
    background:url('../img/sprite_menu_info.jpg') -160px 0;
}

#INFOIG #infoMenu ul li:nth-child(3){
    background:url('../img/sprite_menu_info.jpg') -295px 0px;
}

#INFOIG #infoMenu ul li:nth-child(4){
    background:url('../img/sprite_menu_info.jpg') -455px 0px;
}

#INFOIG #infoMenu ul li:nth-child(5){
    background:url('../img/sprite_menu_info.jpg') -600px 0px;
}

#INFOIG #infoMenu ul li:nth-child(6){
    background:url('../img/sprite_menu_info.jpg') -740px 0;
}


#INFOIG #topBar{
    background:url('../img/hide_path.jpg');
    position:absolute;
    height:18px;
    width:988px;
    left:0px;
    top:0px;
    z-index:3;
}

#INFOIG #info_tela_02 #pop1{
    display:none;
    z-index:300;
    position:absolute;
    height:100%;
    width:100%;
    background-color:rgba(0, 0, 0, 0.7);
    background-image:url('../img/spacer.png');
}

#INFOIG #info_tela_02 #pop1 .btFechar{
    background:url('../img/bt_fechar.png');
    position:absolute;
    height:30px;
    width:149px;
    left:810px;
    top:30px;
    z-index:2;
}

#INFOIG #info_tela_02 #pop1 .btFechar:hover{
    background:url('../img/bt_fechar_over.png');
}

#INFOIG #info_tela_02 #popBg{
    display:none;
    position:absolute;
    height:100%;
    width:100%;
}

#INFOIG #info_tela_02 #menu_1 .menuAssassinato{
    cursor: pointer;
    position:absolute;
    background: url('../img/bt_bg.png');
    width:400px;
    height:70px;
    left:32px;
    top:35px;
    letter-spacing:0.6px;
    z-index:1;
    color:#f3e0c5;
    font-family: 'Oswald', sans-serif;
    font-size:24px;
}

#INFOIG #info_tela_02 #menu_1 .selected{
    filter:alpha(opacity=50);
    opacity:.50;
}

#INFOIG #info_tela_02 #menu_1 .menuMarcos{
    cursor: pointer;
    position:absolute;
    background: url('../img/bt_bg.png');
    width:400px;
    height:70px;
    left:357px;
    top:35px;
    letter-spacing:0.8px;
    z-index:2;
    color:#f3e0c5;
    font-family: 'Oswald', sans-serif;
    font-size:24px;
}

#INFOIG #info_tela_02 #menu_1 .menuDesc{
    color:#f3e0c5;
    position:absolute;
    width:500px;
    height:20px;
    left:0px;
    top:50px;
    z-index:1;
    font-family: 'Libre Baskerville', serif;
    font-weight:100;
    font-style:italic;
    font-size:14px;
}

#INFOIG #info_tela_02 #marker1{
    background: url('../img/marker1.png');
    position:absolute;
    width:43px;
    height:39px;
    left:610px;
    top:480px;
    z-index:1;
    color:#fff;
}

#INFOIG #info_tela_02 #hora{
    position:absolute;
    top:18px;
    width:20px;
    left:-2px;
    text-align:right;
    font-family: 'Oswald', sans-serif;
    color:#dfcdb5;
    font-size:12px;
}

#INFOIG #info_tela_02 #minuto{
    position:absolute;
    text-align:left;
    top:18px;
    left:24px;
    width:20px;
    font-family: 'Oswald', sans-serif;
    color:#dfcdb5;
    font-size:12px;
}

#INFOIG #info_tela_02 #shootmark{
    background: url('../img/sprite_shot.png');
    position:absolute;
    width:180px;
    height:46px;
    top:-7px;
    left:-2px;

}

#INFOIG #info_tela_02 #time{
    position:absolute;
    top:20px;
    left:19px;
    width:6px;
    z-index:0;

}

#INFOIG #info_tela_02 #line{
    position:absolute;
    top:12px;
    left:0px;
    width:46px;
    z-index:1;
    color:#000;
}
#INFOIG #info_tela_02 #clock{
    background:url('../img/sprite_clock.png');
    position:absolute;
    height:43px;
    width: 43px;
    top:-40px;
    left:4px;
}
#INFOIG #info_tela_02 #videoPlayer{
    position:absolute;
    left:25%;
    top:150px;

}
#INFOIG #info_tela_02 #video1{
    display:none;
}

#INFOIG #info_tela_02 #bgAssassinatos{
    margin:18px;
    position:absolute;
    background: url('../img/assas0_bg.jpg');
/*    background: url('../img/assassinato0-guide.jpg');*/
    height:100%;
    width: 100%;
    z-index:0;
}

#INFOIG #info_tela_02 .year{
    font-family: 'Libre Baskerville', serif;
    font-size:12px;
    font-weight:700;
    color:#fff;
    position:absolute;
    z-index:1;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:-0.7px;
    left:50px;
    top:126px;
}

#INFOIG #info_tela_02 .title{
    font-family: 'Libre Baskerville', serif;
    font-size:32px;
    font-weight:700;
    color:#f3e0c5;
    position:absolute;
    z-index:1;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:-0.7px;
    left:50px;
    top:140px;
}

#INFOIG #info_tela_02 .text{
    position:absolute;
    z-index:1;
    left:50px;
    top:176px;
}

#INFOIG #info_tela_02 .desc{
    position:relative;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    font-size:15px;
    font-weight:100;
    width:280px;
    line-height:18px;
    letter-spacing:0.3px;
}

#INFOIG #info_tela_02 .subtitle{
    color:#f3e0c5;
    font-family: 'Libre Baskerville', serif;
    position:relative;
    width:350px;
    top:15px;
}


#INFOIG #info_tela_02 #menubar1{
    background: url('../img/menu_bar1.png');
    position:absolute;
    overflow:hidden;
    width: 952px;
    height:35px;
    left:18px;
    top:529px;
    z-index:2;
}

#INFOIG #info_tela_02 .leftArrow{
    cursor: pointer;
    background: url('../img/bt_left.png');
    position:relative;
    float:left;
    width:35px;
    height:35px;
    z-index:3;
}

#INFOIG #info_tela_02 .leftArrow:hover{
    background: url('../img/bt_left_over.png');
}

#INFOIG #info_tela_02 .leftLimit{
    background: url('../img/bt_left_over.png');
}

#INFOIG #info_tela_02 .rightArrow{
    cursor: pointer;
    background: url('../img/bt_right.png');
    position:relative;
    float:right;
    width:35px;
    height:35px;
    z-index:3;
}

#INFOIG #info_tela_02 .rightArrow:hover{
    background: url('../img/bt_right_over.png');
}

#INFOIG #info_tela_02 .rightLimit{
    background: url('../img/bt_right_over.png');
}

#INFOIG #info_tela_02 .barsizer {
    background: url('../img/bar2.png');
    width:0px;
    height:35px;
    top:0px;
    left:35px;
    position:absolute;
    border-right: 1px solid #585858;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:1;
}

#INFOIG #info_tela_02 .barline1 {
    background: url('../img/barline1.png');
    width:952px;
    height:35px;
    top:529px;
    left:18px;
    position:absolute;
    z-index:3;
}

#INFOIG #info_tela_02 #minimap {
    background: url('../img/mini_map.jpg');
    width:190px;
    height:205px;
    top:69px;
    display:none;
    left:759px;
    position:absolute;
    z-index:2;
    opacity:0.9;
}

#INFOIG #info_tela_02 #maparea {
    background: url('../img/map_area.png');
    width:62px;
    height:45px;
    top:51px;
    left:30px;
    position:absolute;
    z-index:2;
}

#INFOIG #info_tela_02 #pathred {
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:998px;
    height:618px;
}

#INFOIG #info_tela_02 #pathwhite {
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}

/* TELA 2 EXCLUSIVE CONTENT */
/*****************************************************************/
#INFOIG #info_tela_02 #comitiva{
    background:url('../img/comitiva.png');
    width:952px;
    height:297px;
    z-index:3;
    position:absolute;
    margin-left:18px;
    top:732px;
}
#INFOIG #info_tela_02 .glow{
    background:url('../img/icon_glow.png');
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    top:0px;
    left:-18px;
    z-index:1;
    display:none;

}

#INFOIG #itemClick{
/*    background:#fff;*/
    width:900px;
    height:18px;
    position:absolute;
    top:8px;
    left:26px;
}
#INFOIG .itemClick{
/*    background:url('../img/icon_over.png') no-repeat;*/
    position:absolute;
    width:19px;
    height:19px;
    z-index:8;
    cursor:pointer;
}
#INFOIG .itemClick:hover{
    background:url('../img/icon_over.png') no-repeat;
    position:absolute;
    width:19px;
    height:19px;
    z-index:8;
    cursor:pointer;
}

#INFOIG #itemClick2{
/*    background:#fff;*/
    width:900px;
    height:18px;
    position:absolute;
    top:8px;
    left:26px;
}
#INFOIG .itemClick2{
/*    background:url('../img/icon_over.png') no-repeat;*/
    position:absolute;
    width:19px;
    height:19px;
    z-index:8;
    cursor:pointer;
}
#INFOIG .itemClick2:hover{
    background:url('../img/icon_over.png') no-repeat;
    position:absolute;
    width:19px;
    height:19px;
    z-index:8;
    cursor:pointer;
}
#INFOIG .itemSelected{
    background:url('../img/icon_over.png') no-repeat;
}


/* ICON 0 0 */
#INFOIG #info_tela_02 #icon0_0{
    background:url('../img/icon0_0.png');
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 1 0 */
#INFOIG #info_tela_02 #icon1_0{
    background:url('../img/icon1_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:8;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon1_0:hover{}

#INFOIG #info_tela_02 #icon1_0:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 200px;
    height: 190px;
    right:-75px;
    top:-150px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb1_0{
    background:url('../img/thumb1_0.png') no-repeat;
    position: absolute;
    width: 189px;
    height: 137px;
    right:-65px;
    top:-140px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb1_0:hover{
    background:url('../img/thumb1_0_over.png') no-repeat;
}

/* ICON 2 0 */
#INFOIG #info_tela_02 #icon2_0{
    background:url('../img/icon2_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 2 1 */
#INFOIG #info_tela_02 #icon2_1{
    background:url('../img/icon2_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon2_1:hover{}

#INFOIG #info_tela_02 #icon2_1:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height: 190px;
    left:25px;
    top:-50px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb2_1{
    background:url('../img/thumb2_1.png') no-repeat;
    position: absolute;
    width: 197px;
    height: 128px;
    left:70px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb2_1:hover{
    background:url('../img/thumb2_1_over.png') no-repeat;
}

/* ICON 3 0 */
#INFOIG #info_tela_02 #icon3_0{
    background:url('../img/icon3_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 3 1 */
#INFOIG #info_tela_02 #icon3_1{
    background:url('../img/icon3_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width: 62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon3_1:hover{}

#INFOIG #info_tela_02 #icon3_1:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height:190px;
    left:25px;
    top:-50px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb3_1{
    background:url('../img/thumb3_1.png') no-repeat;
    position: absolute;
    width: 197px;
    height:128px;
    left:70px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb3_1:hover{
    background:url('../img/thumb3_1_over.png') no-repeat;
}

/* ICON 4 0 */
#INFOIG #info_tela_02 #icon4_0{
    background:url('../img/icon3_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 4 1 */
#INFOIG #info_tela_02 #icon4_1{
    background:url('../img/icon3_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width: 62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon4_1:hover{}

#INFOIG #info_tela_02 #icon4_1:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height:190px;
    left:25px;
    top:-50px;
    opacity: 0.01;

}

#INFOIG #info_tela_02 #thumb4_1{
    background:url('../img/thumb4_1.png') no-repeat;
    position: absolute;
    width: 197px;
    height:128px;
    left:70px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb4_1:hover{
    background:url('../img/thumb4_1_over.png') no-repeat;
}

/* ICON 5 0 */
#INFOIG #info_tela_02 #icon5_0{
    background:url('../img/icon3_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 5 1 */
#INFOIG #info_tela_02 #icon5_1{
    background:url('../img/icon3_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width: 62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon5_1:hover{}

#INFOIG #info_tela_02 #icon5_1:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height:190px;
    left:25px;
    top:-50px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb5_1{
    background:url('../img/thumb5_1.png') no-repeat;
    position: absolute;
    width: 197px;
    height:128px;
    left:70px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb5_1:hover{
    background:url('../img/thumb5_1_over.png') no-repeat;
}

/* ICON 5 2 */
#INFOIG #info_tela_02 #icon5_2{
    background:url('../img/icon5_2.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 6 0 */
#INFOIG #info_tela_02 #icon6_0{
    background:url('../img/icon5_2.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 6 1 */
#INFOIG #info_tela_02 #icon6_1{
    background:url('../img/icon5_2.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 7 0 */
#INFOIG #info_tela_02 #icon7_0{
    background:url('../img/icon7_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon7_0:hover{}

#INFOIG #info_tela_02 #icon7_0:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 200px;
    height: 190px;
    right:-75px;
    top:-150px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb7_0{
    background:url('../img/thumb7_0.png') no-repeat;
    position: absolute;
    width: 189px;
    height: 137px;
    right:-65px;
    top:-140px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb7_0:hover{
    background:url('../img/thumb7_0_over.png') no-repeat;
}

/* ICON 8 0 */
#INFOIG #info_tela_02 #icon8_0{
    background:url('../img/icon8_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 9 0 */
#INFOIG #info_tela_02 #icon9_0{
    background:url('../img/icon9_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 9 1 */
#INFOIG #info_tela_02 #icon9_1{
    background:url('../img/icon3_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width: 62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon9_1:hover{}

#INFOIG #info_tela_02 #icon9_1:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height:190px;
    left:-215px;
    top:-50px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb9_1{
    background:url('../img/thumb9_1.png') no-repeat;
    position: absolute;
    width: 197px;
    height:128px;
    left:-210px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb9_1:hover{
    background:url('../img/thumb9_1_over.png') no-repeat;
}

/* ICON 10 0 */
#INFOIG #info_tela_02 #icon10_0{
    background:url('../img/icon10_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon10_0:hover{}

#INFOIG #info_tela_02 #icon10_0:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 200px;
    height: 190px;
    right:-75px;
    top:-150px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb10_0{
    background:url('../img/thumb10_0.png') no-repeat;
    position: absolute;
    width: 189px;
    height: 137px;
    right:-65px;
    top:-140px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb10_0:hover{
    background:url('../img/thumb10_0_over.png') no-repeat;
}

/* ICON 11 0 */
#INFOIG #info_tela_02 #icon11_0{
    background:url('../img/icon11_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 11 1 */
#INFOIG #info_tela_02 #icon11_1{
    background:url('../img/icon11_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 12 0 */
#INFOIG #info_tela_02 #icon12_0{
    background:url('../img/icon12_0.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width: 62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon12_0:hover{}

#INFOIG #info_tela_02 #icon12_0:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height:190px;
    left:-215px;
    top:-50px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb12_0{
    background:url('../img/thumb12_0.png') no-repeat;
    position: absolute;
    width: 197px;
    height:128px;
    left:-210px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb12_0:hover{
    background:url('../img/thumb12_0_over.png') no-repeat;
}

/* ICON 12 1 */
#INFOIG #info_tela_02 #icon12_1{
    background:url('../img/icon12_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width:62px;
    height:62px;
    z-index:3;
}

/* ICON 13 0 */
#INFOIG #info_tela_02 #icon13_0{
    background:url('../img/icon3_1.png') no-repeat;
    position:absolute;
    margin-left:18px;
    width: 62px;
    height:62px;
    z-index:3;
    cursor:pointer;
}

#INFOIG #info_tela_02 #icon13_0:hover{}

#INFOIG #info_tela_02 #icon13_0:hover:before{
    content:' ';
    background-color:#fff;
    display:block;
    position: absolute;
    width: 240px;
    height:190px;
    left:-215px;
    top:-50px;
    opacity: 0.01;
}

#INFOIG #info_tela_02 #thumb13_0{
    background:url('../img/thumb13_0.png') no-repeat;
    position: absolute;
    width: 197px;
    height:128px;
    left:-210px;
    top:-30px;
    display:none;
    cursor:pointer;
}

#INFOIG #info_tela_02 #thumb13_0:hover{
    background:url('../img/thumb13_0_over.png') no-repeat;
}

/* TELA 3 */
#INFOIG #info_tela_03 {
    padding:0px;
    margin:0px;
}

#INFOIG #info_tela_03 #pop2{
    display:none;
    z-index:10;
    background:url('../img/marco0.jpg');
    position:absolute;
    height:100%;
    width: 100%;
}

#INFOIG #info_tela_03 #pop2 .btFechar{
    background:url('../img/bt_fechar.png');
    position:absolute;
    height:30px;
    width:149px;
    left:810px;
    top:30px
}

#INFOIG #info_tela_03 #pop2 .btFechar:hover{
    background:url('../img/bt_fechar_over.png');
}

#INFOIG #info_tela_03 #bgMarcos{
    margin:0px;
    position:absolute;
/*    background: url('../img/marco0_bg.jpg');*/
    background: url('../img/marcos-guide.jpg');
    height:100%;
    width: 100%;
    z-index:0;
}

#INFOIG #info_tela_03 .title{
    font-family: 'Oswald', sans-serif;
    font-size:22px;
    font-weight:700;
    color:#fff;
    position:absolute;
    z-index:1;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:-0.7px;
    left:40px;
    top:140px;
}

#INFOIG #info_tela_03 .text{
    position:absolute;
    z-index:1;
    left:40px;
    top:176px;
}

#INFOIG #info_tela_03 .desc{
    position:relative;
    color:#f3e0c5;
    font-family: 'Libre Baskerville', serif;
    font-size:10px;
    font-weight:100;
    width:350px;
    line-height:15px;
    letter-spacing:0.3px;
}

#INFOIG #info_tela_03 .subtitle{
    color:#f3e0c5;
    font-family: 'Libre Baskerville', serif;
    position:relative;
    width:350px;
    top:15px;
}

#INFOIG #info_tela_03 #thumb2{
    cursor:pointer;
    background: url('../img/marco0_tb.jpg');
    position:absolute;
    width:501px;
    height:271px;
    left:425px;
    top:144px;
    z-index:1;
    border:10px solid #fff;
}

#INFOIG #info_tela_03 #thumb2 #openThumb2{
    background: url('../img/bt_foto.png');
    position:absolute;
    width:501px;
    height:30px;
    left:0px;
    top:241px;
}

#INFOIG #info_tela_03 #thumb2:hover #openThumb2{
    background: url('../img/bt_foto_over.png');
}

#INFOIG #info_tela_03 #marker2{
    background: url('../img/marker.png');
    position:absolute;
    width:49px;
    height:77px;
    left:600px;
    top:445px;
    z-index:1;
}

#INFOIG #info_tela_03 #mes{
    background: url('../img/sprite_meses.png');
    position:absolute;
    width:38px;
    height:14px;
    left:5px;
    top:8px;
}

#INFOIG #info_tela_03 #dia{
    font-family: 'Libre Baskerville', serif;
    color:#fff;
    text-align:center;
    position:absolute;
    width:38px;
    height:14px;
    left:5px;
    top:23px;
}

#INFOIG #info_tela_03 #ano{
    font-family: 'Oswald', sans-serif;
    color:#72220d;
    text-align:center;
    font-size:14px;
    position:absolute;
    width:38px;
    height:14px;
    left:5px;
    top:52px;
}

#INFOIG #info_tela_03 #menubar2{
    background: url('../img/menu_bar2.png');
    position:absolute;
    overflow:hidden;
    width: 952px;
    height:35px;
    left:18px;
    top:529px;
    z-index:1;
}

#INFOIG #info_tela_03 .leftArrow{
    cursor: pointer;
    background: url('../img/bt_left.png');
    position:relative;
    float:left;
    width:35px;
    height:35px;
    z-index:3;
}

#INFOIG #info_tela_03 .leftArrow:hover{
    background: url('../img/bt_left_over.png');
}

#INFOIG #info_tela_03 .leftLimit{
    background: url('../img/bt_left_over.png');
}

#INFOIG #info_tela_03 .rightArrow{
    cursor: pointer;
    background: url('../img/bt_right.png');
    position:relative;
    float:right;
    width:35px;
    height:35px;
    z-index:3;
}

#INFOIG #info_tela_03 .rightArrow:hover{
    background: url('../img/bt_right_over.png');
}

#INFOIG #info_tela_03 .rightLimit{
    background: url('../img/bt_right_over.png');
}

#INFOIG #info_tela_03 .barsizer{
    background: url('../img/bar2.png');
    width:10px;
    height:35px;
    top:0px;
    left:35px;
    position:absolute;
    border-right: 1px solid #585858;
    z-index:1;
    opacity:0.8;
    filter:alpha(opacity=80);
}

#INFOIG #info_tela_03 .barline2{
    background: url('../img/barline2.png');
    width:952px;
    height:35px;
    top:529px;
    left:18px;
    position:absolute;
    z-index:2;
}

#INFOIG #info_tela_03 #menu_2 .selected{
    filter:alpha(opacity=50);
    opacity:.50;
}

#INFOIG #info_tela_03 #menu_2 .menuMarcos{
    cursor: pointer;
    position:absolute;
    background: url('../img/bt_bg.png');
    width:400px;
    height:70px;
    left:357px;
    top:35px;
    letter-spacing:0.8px;
    z-index:1;
    color:#f3e0c5;
    font-family: 'Oswald', sans-serif;
    font-size:24px;
}

#INFOIG #info_tela_03 #menu_2 .menuDesc{
    color:#f3e0c5;
    position:absolute;
    width:500px;
    height:20px;
    left:357px;
    top:85px;
    z-index:1;
    font-family: 'Libre Baskerville', serif;
    font-weight:100;
    font-style:italic;
    font-size:14px;
}

#INFOIG #info_tela_03 #menu_2 .menuAssassinato{
    cursor: pointer;
    position:absolute;
    background: url('../img/bt_bg.png');
    width:400px;
    height:70px;
    left:32px;
    top:35px;
    letter-spacing:0.6px;
    z-index:1;
    color:#f3e0c5;
    font-family: 'Oswald', sans-serif;
    font-size:24px;
}


.vjs-default-skin { color: #b8b8b8; }
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level { background-color: #045976 }
.vjs-default-skin .vjs-control-bar,
.vjs-default-skin .vjs-big-play-button { background: rgba(0,46,56,0.8) }
.vjs-default-skin .vjs-slider { background: rgba(0,46,56,0.26666666666666666) }
.vjs-big-play-button {left:185px;top:88px;}

/*.vjs-default-skin .vjs-control-bar { font-size: 60% }*/

