﻿/*РЎС‚РёР»СЊ РёРєРѕРЅРєРё РІ РјРёРЅРё-РїСЂРѕС„РёР»Рµ*/
img.a-info{
  padding:2px;
  display:block!important;
  cursor:pointer;
  /*border-radius:50%;*/
  position:absolute;
  text-align:left!important;
}
/* Р—Р°С‚РµРјРЅСЏСЋС‰РёР№ С„РѕРЅ */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(0,0,0,.65);
}
/*РџРѕРґРІРёР¶РєР° РёРєРѕРЅРєРё Р·Р°РєСЂС‹С‚РёСЏ С‚Р°Р±Р»РёС‡РєРё*/
.my-tabs > img.close {
 float:right;
 margin:0 -35px 0 0!important;
 width:27px;
}
/* РљРѕСЂРЅРµРІРѕР№ С‚Р°Р±(UL) */
.my-tabs{
 display:block;
 z-index:30000;
 position:absolute;
 max-height:700px;  /*РјР°РєСЃРёРјР°Р»СЊРЅР°СЏ РІС‹СЃРѕС‚Р° С‚Р°Р±Р»РёС‡РєРё*/
 max-width:950px;
}
/* РЎС‚РёР»СЊ "РЈС€РєР°" РІРєР»Р°РґРѕРє */
.my-tabs>span{
 opacity:0.78;
 cursor:pointer;
 display:block!important;
 position:relative; z-index:12;
 padding:4px;
 height: 17px!important;
 margin-right: 2px;
 margin-left: -1px;
 margin-bottom:-4px!important;
 text-align:left;
 padding-right:6px;
 text-shadow: 1px 1px 2px rgba(0,0,0,.4);
 font: italic normal 400 13px/16.5px "Comic Sans Ms";
 float:left;
}
/* CРґРІРёРі СЃР°РјРѕРіРѕ РїРµСЂРІРѕРіРѕ "РЈС…Р°" */
.my-tabs>span:first-child{
 margin-left: 8px;
}
/* РђРєС‚РёРІРЅРѕРµ "РЈС€РєРѕ" */
.my-tabs>span.selected{
 opacity:1;
 border-bottom-color:transparent!important;
}
/* РЎС‚РёР»СЊ РІРєР»Р°РґРєРё(LI)*/
.my-tabs>.tab-a{
 width:950px;
 height:100%;
 position:relative;z-index:1;
 display:none;
 overflow-y:auto;
 overflow-x:hidden;  
 text-align:center;
 vertical-align:middle;
}
/*РћС‚СЃС‚СѓРї РєРѕРЅС‚РµРЅС‚Р° РІРєР»Р°РґРєРё СЃРІРµСЂС…Сѓ*/
.tab-a .post-content{
 margin-top:1.4em;
 text-align:left;
 display:inline-block;
}


::-webkit-scrollbar
{
height: 8px;
background-color: #;}
::-webkit-scrollbar-thumb{
background-color: #; }
.lichface {position: absolute; margin-top: 71px; margin-left: -360px; }
.lichname {position: absolute; margin-top: 119px; width: 355px; font-size: 22px; letter-spacing: 1px; font-style: italic; color: #696465; text-shadow: 1px 1px #e9e4e4; text-transform: uppercase; font-family: beer money; text-align: center;}
.lichocnov {position: absolute; margin-top: 210px; margin-left: 22px; border: none;}






.notebook2 > input {
    display: none;
}

.notebook2 > div {
    position: absolute;
    box-sizing: border-box;
    top: -174px;
    left: -30px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 1px 1em;

    z-index: 0;

    transition: all 0.5s ease 0s, z-index 0s 0.5s;
}

.notebook2 > div > *:first-child {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: -70px;
    width: 54px;
    height: 107px;

    font-family: Arial;
    font-size: 13px;

    border-radius: 10px 10px 0px 0px;
    background-color: inherit;

    color: #fff;
    line-height: 28px;
    cursor: pointer;
    text-align: center;

    transition: all 0.5s ease 0s;
}

.notebook2 > div > *:not(:first-child) {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.notebook2 > div:nth-of-type(1) > *:first-child { left: 73px;}
.notebook2 > div:nth-of-type(2) > *:first-child { left: 127px;}
.notebook2 > div:nth-of-type(3) > *:first-child { left: 182px; }




.notebook2 > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.notebook2 > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.notebook2 > input:nth-of-type(3):checked ~ div:nth-of-type(3){
    z-index: 10;
    transition: all 0.5s ease 0.5s, z-index 0s 0.5s;
}

.notebook2 > input:nth-of-type(1):checked ~ div:nth-of-type(1) > *:first-child,
.notebook2 > input:nth-of-type(2):checked ~ div:nth-of-type(2) > *:first-child,
.notebook2 > input:nth-of-type(3):checked ~ div:nth-of-type(3) > *:first-child{
    transition: all 0.5s ease 0.5s;
}

.notebook2 > input:nth-of-type(1):checked ~ div:nth-of-type(1) > *:not(:first-child),
.notebook2 > input:nth-of-type(2):checked ~ div:nth-of-type(2) > *:not(:first-child),
.notebook2 > input:nth-of-type(3):checked ~ div:nth-of-type(3) > *:not(:first-child){
    opacity: 1;
    transition: all 0.5s ease 0.5s;
}












.lich11 {position: absolute; margin-top: -101px; margin-left: 658px; width: 75px; height: 194px; text-align: left;background: url(http://funkyimg.com/i/2dBXR.png) no-repeat; }

.lich12 {position: absolute; margin-top: -81px; margin-left: 368px; width: 76px; height: 49px; text-align: left;background: url(http://funkyimg.com/i/2dBYa.png) no-repeat; }

.lich13 {position: absolute; margin-top: -84px; margin-left: 406px; width: 269px; height: 205px; text-align: left;  background: url(http://funkyimg.com/i/2dBYk.png) no-repeat; }

.lich14 {position: absolute; margin-top: -34px; margin-left: 58px; width: 120px; height: 110px; text-align: left; }

.lich15 {position: absolute; margin-top: 165px; margin-left: 190px; width: 190px; height: 40px; font-size: 12px; letter-spacing: 1px; line-height: 10px; color: #48473d; font-family: Marck Script; text-align: center; overflow: auto;  font-weight: bold}

.lich16 {position: absolute; margin-top: 280px; margin-left: 215px;  font-size: 12px; letter-spacing: 1px; line-height: 10px; color: #696465;  text-transform: uppercase; font-family: beer money; text-align: center; }

.lich17 {position: absolute; margin-top: 2px; margin-left: 28px; font-size: 27px; letter-spacing: 1px; line-height: 10px; color: #696465;  text-transform: uppercase; font-family: beer money; text-align: center; }

.lich18 {position: absolute; margin-top: 210px; margin-left: 115px; font-size: 12px; letter-spacing: 1px; line-height: 10px; color: #696465;  text-transform: uppercase; font-family: beer money; text-align: center; }

.lich19 {position: absolute; margin-top: 2px; margin-left: 28px;font-size: 27px; letter-spacing: 1px; line-height: 10px; color: #696465;  text-transform: uppercase; font-family: beer money; text-align: center; }

.lich20 {position: absolute; margin-top: 111px; margin-left: 300px;   font-size: 30px; letter-spacing: 1px; line-height: 10px; color: #48473d; font-family: Marck Script; text-align: center; font-weight: bold}

.lich21 {position: absolute; margin-top: 95px; margin-left: 191px; width: 120px; height: 110px; text-align: left;} 

.lich22 {position: absolute; width: 324px; height: 142px; margin-top: 27px; margin-left: 60px;  text-align: left;background: url(http://funkyimg.com/i/2heTm.png) no-repeat; }

.lich23 {position: absolute; margin-top: 254px; margin-left: 80px; width: 287px; height: 111px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;} 

.lich24 {position: absolute; margin-top: 420px; margin-left: 80px; width: 286px; height: 70px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;} 

.lich25 {position: absolute; margin-top: 217px; margin-left: 90px; width: 250px; height: 100px; font-size: 20px; letter-spacing: 1px; line-height: 15px; color: #48473d; font-family: Marck Script; text-align: center; overflow: auto;  font-weight: bold}

.lich26 {position: absolute; margin-top: 140px; margin-left: 415px; width: 284px; height: 130px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;} 

.lich27 {position: absolute; margin-top: 317px; margin-left: 415px; width: 270px; height: 86px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;} 

.lich28 {position: absolute; width: 299px; height: 158px; margin-top: 115px; margin-left: 68px;  text-align: left;background: url(http://funkyimg.com/i/2heUh.png) no-repeat; }

.lich29 {position: absolute; width: 299px; height: 168px; margin-top: 255px; margin-left: 68px;  text-align: left;background: url(http://funkyimg.com/i/2heUi.png) no-repeat; }

.lich30 {position: absolute; width: 309px; height: 173px; margin-top: 45px; margin-left: 410px;  text-align: left;background: url(http://funkyimg.com/i/2heUj.png) no-repeat; }

.lich31 {position: absolute; width: 303px; height: 236px; margin-top: 210px; margin-left: 410px;  text-align: left;background: url(http://funkyimg.com/i/2heUk.png) no-repeat; }

.lich32 {position: absolute; margin-top: 33px; margin-left: 8px; width: 286px; height: 120px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;}

.lich33 {position: absolute; margin-top: 45px; margin-left: 8px; width: 286px; height: 120px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;}

.lich34 {position: absolute; margin-top: 5px; margin-left: 16px; width: 286px; height: 120px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;}

.lich35 {position: absolute; margin-top: 7px; margin-left: 16px; width: 286px; height: 120px; text-align: left; overflow: auto; padding: 1px 6px 1px 1px; line-height: 20px;}

.lich36 {position: absolute; width: 287px; height: 182px; margin-top: 30px; margin-left: 57px;  text-align: left; background: url(http://funkyimg.com/i/2heUz.png) no-repeat; }

.lich37 {position: absolute; width: 158px; height: 170px; margin-top: 77px; margin-left: 212px;  text-align: left; background: url(http://funkyimg.com/i/2heUy.png) no-repeat; }

.lich38 {position: absolute; margin-top: 220px; margin-left: 60px; width: 180px; height: 200px; font-size: 14px; letter-spacing: 1px; line-height: 15px; color: #48473d; font-family: Neucha; text-align: left; overflow: auto; }

.lich39 {position: absolute; width: 79px; height: 68px; margin-top: 277px; margin-left: 260px;  text-align: left; background: url(http://funkyimg.com/i/2heUA.png) no-repeat; }

.lich40 {position: absolute; margin-top: 31px; margin-left: 35px; font-size: 30px; letter-spacing: 1px; line-height: 10px; color: #48473d; font-family: Marck Script; text-align: center; font-weight: bold}

.lich41 {position: absolute; margin-top: 125px; width: 140px; margin-left: 66px; font-size: 20px; letter-spacing: 1px; line-height: 10px; color: #48473d; font-family: Marck Script; text-align: center; font-weight: bold}

.lich42 {position: absolute; margin-top: 158px; width: 140px; margin-left: 66px; font-size: 20px; letter-spacing: 1px; line-height: 10px; color: #48473d; font-family: Marck Script; text-align: center; font-weight: bold}

.lich43 {position: absolute; width: 300px; height: 126px; margin-top: 40px; margin-left: 407px;  text-align: left; background: url(http://funkyimg.com/i/2heUL.png) no-repeat; }

.lich44 {position: absolute; width: 199px; height: 192px; margin-top: 180px; margin-left: 407px;  text-align: left; background: url(http://funkyimg.com/i/2heUB.png) no-repeat; }

.lich45 {position: absolute; margin-top: 5px; margin-left: 10px; width: 295px; height: 83px; font-size: 16px; letter-spacing: 1px; line-height: 15px; color: #48473d; font-family: Neucha; text-align: left; overflow: auto; font-weight: bold;}

.lich46 {position: absolute; margin-top: 10px; margin-left: 17px; width: 130px; height: 162px; font-size: 16px; letter-spacing: 1px; line-height: 15px; color: #48473d; font-family: Neucha; text-align: left; overflow: auto; font-weight: bold;}

.lich47 {position: absolute; width: 128px; height: 128px; margin-top: 200px; margin-left: 530px;  text-align: left; background: url(http://funkyimg.com/i/2hfwF.png) no-repeat; }

.lich48 {position: absolute; width: 128px; height: 128px; margin-top: 300px; margin-left: 150px;  text-align: left; background: url(http://funkyimg.com/i/2hfwY.png) no-repeat; }



.podl11 {background: url(http://funkyimg.com/i/2dBQV.png) no-repeat; margin-top: -55px; margin-left: -4px; width: 825px; height: 519px;}




.glav {background: url(http://funkyimg.com/i/2henv.png) no-repeat; width: 800px; height: 520px;}
.podl1 {background: url(http://funkyimg.com/i/2hesg.png) no-repeat; margin-top: -47px; margin-left: -4px; width: 800px; height: 520px;}
.pod22 {background: url(http://funkyimg.com/i/2hesg.png) no-repeat; margin-top: -47px; margin-left: -4px; width: 800px; height: 520px;}