/*
    ------------------------------ CSS DOCUMENT ------------------------------

 1.BASE STYLING
 2.HEADER
 3.FOOTER STYLING

*/

@import "uikit.min.css";
@import "fonts.css";
@import "animate.css";
@import "magnific-popup.css";
@import "owl/owl.carousel.min.css";
@import "custom-animations.css";
@import "jquery.bxslider.css";
@import "custom-scrollbar.css";

a, a:hover{
    text-decoration: none;
}
.font_allura{
    font-family: 'Allura', sans-serif!important;
}
.p-relative{
    position: relative;
}
.font-size-36{
    font-size: 36px;
}
.font_allura{
    font-family: 'Allura', sans-serif!important;
}
.font-miama{
    font-family: 'miama';
}
.text-align-normal{
    text-align: left;
}
.text-decoration-none, .text-decoration-none:hover{
    text-decoration: none;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.padding-right-20{
    padding-right: 20px;
}
.padding-40-0{
    padding: 40px 0 !important;
}
.padding-0-100{
    padding: 0 100px;
}
.padding-0-130{
    padding: 0 130px;
}
.padding-top-40{
    padding-top: 40px;
}
.padding-top-50{
    padding-top: 50px;
}
.padding-top-25{
    padding-top: 25px;
}
.padding-l-80{
    padding-left: 80px !important;
}
.padding-r-80{
    padding-right: 80px !important;
}
.padding-0{
    padding: 0 !important;
}
.margin-20{
    margin: 20px !important;
}
.margin-0-50{
    margin: 0 50px;
}
.font-size-14{
    font-size: 14px;
}
.text-bold{
    font-weight: bold;
}
.text-italic{
    font-style: italic;
}
.text-underline{
    text-decoration: underline!important;
}

.dotted{
    border-bottom: 1px dotted #111;
}

/*
------------------------------ 1.BASE STYLING --------------------------------
*/

.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px !important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}
.mt45{margin-top:45px!important}
.mt50{margin-top:50px!important}
.mt55{margin-top:55px!important}
.mt60{margin-top:60px!important}
.mt65{margin-top:65px!important}
.mt70{margin-top:70px!important}
.mt75{margin-top:75px!important}
.mt80{margin-top:80px!important}
.mt85{margin-top:85px!important}
.mt90{margin-top:90px !important}

.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}
.mb50{margin-bottom:50px!important}
.mb55{margin-bottom:55px!important}
.mb60{margin-bottom:60px!important}
.mb65{margin-bottom:65px!important}
.mb70{margin-bottom:70px!important}
.mb75{margin-bottom:75px!important}
.mb80{margin-bottom:80px!important}
.mb85{margin-bottom:85px!important}
.mb90{margin-bottom:90px!important}

.float_none{float: none !important}

.pd5{padding: 5px!important}
.pd10{padding: 10px!important}
.pd15{padding: 15px!important}
.pd20{padding: 20px!important}
.pd25{padding: 25px!important}
.pd30{padding: 30px!important}
.pd35{padding: 35px!important}
.pd40{padding: 40px!important}
.pd45{padding: 45px!important}
.pd50{padding: 50px!important}
.pd55{padding: 55px!important}
.pd60{padding: 60px!important}
.pd65{padding: 65px!important}
.pd70{padding: 70px!important}
.pd75{padding: 75px!important}
.pd80{padding: 80px!important}
.pd85{padding: 85px!important}
.pd90{padding: 90px!important}
.pd95{padding: 95px!important}
.pd100{padding: 100px!important}

.padding_remove{
    padding: 0!important;
}

ul.disc{
    list-style: disc;
}
ul.square{
    list-style: square;
}

.white-text{
    color: #fff!important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.way_btn {
    font-family: "Caudex", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #A5A8A1;
    border-radius: 30px;
    line-height: 34px;
    min-width: 176px;
    text-align: left;
    -webkit-box-shadow: inset 0 8px 21px rgba(9,4,0, 0.19);
    -moz-box-shadow: inset 0 8px 21px rgba(9,4,0, 0.19);
    box-shadow: inset 0 8px 21px rgba(9,4,0, 0.19);
}

.way_btn span {
    display: inline-block;
    border-radius: 30px;
    padding: 0 20px;
    margin-left: 3px;
    background: #DFD8D0 url(../images/pat1.jpg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    color: #111;
}

.way_btn:hover span{
    margin-left: 59px;
}

.way_btn:hover {
    text-decoration: none;
    color: #000;
}


.btn {
    display: inline-block;
    outline: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:hover {
    text-decoration: none;
    color: #fff;
}

body{
    background: #ECEBE9 url(../images/bg_pattern.jpg);
    font-family: "Caudex", serif;
}

.wrapper {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1200px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#goTop{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #619E5C;
    position: fixed;
    bottom: 140px;
    right: 40px;
    display: none;
    z-index: 99999;
}
#goTop.active{
    display: table;
}
#goTop span{
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    box-shadow: rgba(0,0,0, .3) 0 0 5px;
}

em{
    color: inherit!important;
}

#header{
    height: 92px;
    color: #fff;
    background: #8CC469;
}

#header a{
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#header a:hover{
    opacity: .75;
}

#header .inner{
    position: relative;
    height: 92px;
    overflow: hidden;
    background: #86BB64;
}

.logo_box{
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 15px 15px 40px;
}

#header.small .logo_box{
    padding: 20px 0 0 30px;
}

.logo_box img{
    display: inline-block;
    margin: 5px 0;
}
.logo_box span{
    display: block;
    margin-top: 5px;
}

#header.small .logo_box img{
    height: 24px;
}
.shadow{
    box-shadow: rgba(0,0,0, .2) 0 5px 5px;
}

#header .nav {
    color: #fff;
    font-size: 26px;
    font-family: 'Allura', cursive;
    padding-right: 20px;
}
#header .nav .item{
    float: left;
}
#header .nav .item a{
    display: block;
    padding: 15px 20px;
    text-align: center;
}
#header .nav .item a span{
    display: block;
    margin-top: 10px;
}

#header .nav .item a{
    padding: 10px 20px;
    height: 92px;
}

#header .nav .item a img{
    max-height: 45px;
}


#module_2 .books .item.book2{
    background: url('../images/modul2/index-papirus.png') top left no-repeat;
    background-size: 100%;
    text-align: center;
}
#module_2 .books .item.book2 img{
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 55px;
}
#module_2 .books .item.book2 p{
    padding: 0 35px;
    line-height: 25px;
    font-size: 24px;
    color: #000;
}
#module_2 .books .item.book4{
    background: url(../images/modul2/index-video.png) top left no-repeat;
    background-size: 100%;
}

.heading h2{
    font-family: 'quagentregularregular', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #9E9791;
    position: relative;
    display: block;
    text-align: center;
}
.heading.blue h2{
    color: #7699AA;
}
.birdMessage{
    position: relative;

}
.birdMessage .birdNumber{
    width: 25%;
    float: left;
    height: 70px;
    background: url(../images/modul2/bird/bird-1.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage .birdNumber span{
    position: relative;
}
.birdMessage.second .birdNumber{
    height: 70px;
    width: 20%;
    background: url(../images/modul2/bird/bird-2.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage.second span{
    left: -5px;
}
.birdMessage.second .message{
    width: 73%;
}
.birdMessage.third .birdNumber{
    height: 70px;
    width: 20%;
    background: url(../images/modul2/bird/bird-3.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage.third .message{
    width: 70%;
}
.birdMessage.third .birdNumber span{
    left: 5px;
    top: 15px;
}
.birdMessage.fourth .birdNumber{
    height: 70px;
    width: 15%;
    background: url(../images/modul2/bird/bird-4.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage.fourth .message{
    width: 80%;
}
.birdMessage.fourth .birdNumber span{
    left: 5px;
}
.birdMessage.fifth .birdNumber{
    height: 70px;
    width: 15%;
    background: url(../images/modul2/bird/bird-5.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage.fifth .birdNumber span{
    left: 5px;
    top: 15px;
}
.birdMessage.fifth .message{
    width: 80%;
}
.birdMessage.sixth .birdNumber{
    height: 70px;
    background: url(../images/modul2/bird/bird-6.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage.sixth .birdNumber span{
    top: 5px;
}
.birdMessage.seventh .birdNumber{
    width: 10%;
    height: 70px;
    background: url(../images/modul2/bird/bird-7.png) top right no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}
.birdMessage.seventh .message{
    width: 85%;
}
.birdMessage .message{
    width: 68%;
    float: left;
    background: url(../images/modul2/sarcini-orale-brown.png) top left no-repeat;
    background-size: 100% 100%;
    height: 100px;
    padding-left: 25px;
    display: table;
    font-size: 17px;
    color: #111;

}
.birdMessage .message.silver{
    background: url(../images/modul2/sarcini-orale-silver.png) top left no-repeat;
    background-size: 100% 100%;
}
.birdMessage .message.blue{
    background: url(../images/modul2/sarcini-orale-blue.png) top left no-repeat;
    background-size: 100% 100%;
}
.birdMessage .message.brown{
    background: url(../images/modul2/sarcini-orale-brown.png) top left no-repeat;
    background-size: 100% 100%;
}
.birdMessage .message p{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    font-weight: bold;
}
.papirus_gray{
    width: 770px;
    min-height: 1491px;
    background: url("../images/modul1/papirus1.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 100px 100px 50px 100px;
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    color: #111;
}

.decor{
    font-family: "Caudex", serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.papirus_gray p{
    text-align: justify;
}

.papirus_gray .heading{
    padding-bottom: 40px;
    margin-top: 35px;
    text-align: center;
}
.papirus_gray .heading h2{
    color: #95897B;
    text-transform: uppercase;
    font-size: 30px;
}
.papirus_gray .subheading{
    text-align: center;
}
.papirus_gray .subheading h3{
    text-align: center;
    font-family: 'Allura', cursive;
    font-size: 35px;
    line-height: 1.2em;
    color: #000;
    margin: 20px 0 40px 0;
    display: inline-block;
    padding: 0 20px;
    border-bottom: 1px solid #C7BFB5;
}

.instant_test_popup{
    width: 956px;
    margin: 0 auto;
    position: relative;
}

.full_height .mfp-content{
    height: 100%!important;
}

.instant_test_wrapper{
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: relative;
}
.instant_test_papirus{
    overflow: hidden;
    margin-top: 200px;
    position: relative;
}
.fulger_svg{
    display: block;
    height: 1292px;
    width: 956px;
    position: relative;
}
.ip_swrapp{
    margin: 145px auto 0 auto;
    padding-bottom: 30px;
    max-width: 360px;
}
.ip_swrapp p{
    font-size: 20px;
    color: #7A5B3C;
    margin: 0 auto;
    max-width: 350px;
}
.ip_swrapp p:first-child{
    text-align: right;
    margin: 0 0 15px 0;
}
.ip_swrapp div:last-child img{

}
.instant_test_papirus_bg{
    #background: url("../images/project/test-fulger.png") 0 100% no-repeat;
    position: absolute;
    #height: 1134px;
    width: 956px;
    top: 0;
    left: 0;
}
.instant_test_papirus_bg.papirus_left{
    #background: url("../images/project/papirus-left.png") 0 100% no-repeat;
}
.instant_test_papirus_bg.papirus_right{
    #background: url("../images/project/papirus-right.png") 0 100% no-repeat;
}
.instant_test_papirus_bg.papirus_burnt{
    #background: url("../images/project/papirus-burnt.png") 0 100% no-repeat;
    height: 1292px;
}
.instant_test_watch{
    height: 111px;
    width: 315px;
    position: fixed;
    top: 20px;
    left: 10px;
    margin-left: 0;
    z-index: 999;
}
.instant_test_watch_bg{
    background: url("../images/project/watch-bg.png") 0 0 no-repeat;
    width: 315px;
    height: 111px;
    margin: 0 auto;
}

*{
    outline: none;
}

.cultura_timer{
    font-size: 44px;
    color: #A5A5A5;
    padding-right: 30px;
    line-height: 105px;
}

.hidden_bubles.test_bubles{
    z-index: 9999;
    #display: none;
}
.test_bubles{
    position: relative;
}
.test_bubles > div{
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 0;
    outline: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    animation: pulse-small 5s ease-in infinite;
    animation-direction: alternate;
}
.hidden_bubles.test_bubles > div{
    z-index: 9999;
    transition: all .9s;
    animation:none!important;
    animation-direction: unset!important;
    #display: none;
}
.test_bubles > div.blue{
    background: #137EFA;
    animation: pulse-small 6s ease-in infinite;
    animation-direction: alternate;
}
.test_bubles > div.gray{
    background: #A5A5A5;
    animation: pulse-small 6.6s ease-in infinite;
    animation-direction: alternate;
}
.test_bubles > div.dark_gray{
    background: #3A4E61;
    animation: pulse-small 7.2s ease-in infinite;
    animation-direction: alternate;
}
.test_bubles > div.green{
    background: #65F159;
    animation: pulse-small 7.9s infinite;
    animation-direction: alternate;
}
.test_bubles > div.dark_green{
    background: #04AD00;
    animation: pulse-small 8.6s  infinite;
    animation-direction: alternate;
}
.test_bubles > div.orange{
    background: #FF970A;
    animation: pulse-small 9.4s ease-in infinite;
    animation-direction: alternate;
}
.test_bubles > div.red{
    background: #FE4346;
    animation: pulse-small 9.9s ease-in infinite;
    animation-direction: alternate;
}

.test_bubles > div:nth-child(1){
    top: -120px;
    left: 65px;
}
.test_bubles > div:nth-child(2){
    top: 57px;
    left: 68px;
}
.test_bubles > div:nth-child(3){
    top: 37px;
    left: 95px;
    width: 14px;
    height: 14px;
}
.test_bubles > div:nth-child(4){
    top: 42px;
    left: 124px;
    width: 39px;
    height: 39px;
}
.test_bubles > div:nth-child(5){
    top: 21px;
    left: 172px;
    width: 12px;
    height: 12px;
}
.test_bubles > div:nth-child(6){
    top: 56px;
    left: 172px;
    width: 24px;
    height: 24px;
}
.test_bubles > div:nth-child(7){
    top: 20px;
    left: 120px;
    width: 16px;
    height: 16px;
}
.test_bubles > div:nth-child(8){
    top: 35px;
    left: 190px;
    width: 13px;
    height: 13px;
}
.test_bubles > div:nth-child(9){
    top: 20px;
    left: 62px;
}

b{
    font-family: "Caudex", sans-serif;
    font-style: italic;
    font-weight: 900;
}

.ip_practic{
    margin: 38px auto 0 auto;
    max-width: 712px;
}
.ip_practic.fade{
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
}
.ip_practic h2{
    font-size: 60px;
    color: #A27843;
    font-family: 'Allura', cursive;
    font-weight: 500;
}
.ip_practic p{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.ip_test_place{}
.ip_test_place form input[type=radio]{
    display: none;
}
.ip_test_place form label{
    position: relative;
    z-index: 2;
}
.ip_test_place form label.label_ip_yes{
    margin-right: 5px;
}
.ip_test_place form label.label_ip_yes:before{
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/project/ip-yes.png") 50% 50% no-repeat;
    z-index: 1;
}
.ip_test_place form label.label_ip_no:before{
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/project/ip-no.png") 50% 50% no-repeat;
    z-index: 1;
}
.ip_test_place form input[type=radio] + label {
    width: 33px;
    height: 33px;
    background: transparent;
    border: 2px solid #757575;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}
.ip_test_place form input[type=radio]:checked + label {
    background:  url("../images/project/ip-checked.png") 50% 50% no-repeat;
}
.ip_test_place .left{
    width: 100px;
}
.ip_test_place .right{
    width: 611px;
}
.ip_label{
    display: inline-block;
}
.ip_line{
    display: table;
    width: 100%;
    height: 42px;
    overflow: hidden;
}
.ip_lines p{
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0!important;
    line-height: 1.5em;
    display: table-cell;
    vertical-align: middle;
}
.ip_lines span{
    background: url("../images/project/ip-lines.png") 0 0 repeat;
    display: block;
    min-height: 22px;
}
.ip_row{
    height: 42px;
}
.btn_light_brown{
    background: url("../images/project/ip-end-btn.png") 0 0 no-repeat;
    width: 276px;
    height: 40px;
    display: table;
    margin: 0 auto;
}
.culture_div{
    margin-top: 95px;
}

.flash_left{
    display: none;
}
.flash_left.active{
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
}

.project_sidebar{
    width: 380px;
}
.project_file_bg.module4 p{
    font-size: 14px;line-height: 1.3em;
}
.my_project_wrapper{
    padding: 0 70px;
}
.my_project_heading{
    margin: 65px 0 0 80px;
    position: relative;
}

.my_project_heading h2{
    text-transform: uppercase;
    font-size: 28px;
    color: #9C8373;
}
.my_project_heading h2 span{
    font-family: 'Allura', cursive;
    color: #592B00;
    font-size: 40px;
    text-transform: none;
}

.project_curious1{
    background: url("../images/project/curiozitate.png") 0 0 no-repeat;
    width: 378px;
    height: 501px;
    position: relative;
}
.project_curious1 p{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.project_curious1 .inner{
    position: absolute;
    top:95px;
    left: 28px;
    width: 260px;
}
.project_curious1 h3{
    color: #087770;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px 0;
}

.project_file_bg.modul_2 .project_badges{
    margin-left: 45px;
}


.project_badges .item h3{
    text-align: center;
    margin: 15px 0 0 0;
    color: #A5673C;
    font-size: 20px;
    text-transform: uppercase;
}
.project_badges .item p{
    text-align: center;
    margin: 5px 0 0 0;
    padding: 0 21px;
}

.project_task3{
    font-size: 15px;
    color: #000;
    margin-top: 52px;
}
.project_task3 div:first-child{
    width: 118px;
    text-transform: uppercase;
    text-align: right;
}
.project_task3 div:first-child p{
    padding-right: 10px;
}
.project_task3 div:first-child p:first-child{
    margin-bottom: 60px;
}

.btn.finish{
    border: 3px solid #757575;
    border-radius: 2px;
    padding: 8px 75px;
    background: #EBF1F1;
    color: #757575;
    line-height: 1.2em;
    text-align: center;
    font-size: 32px;
    text-transform: none;
    font-family: 'Allura', cursive;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn.finish:hover{
    background: #DCE1E1;
}

/*
------------------------------ 3.NAV ------------------------------
*/

nav.second{
    display: table;
    padding: 0;
    margin: 10px auto 0 auto;
    text-align: center;
}

nav.second a, nav.second > span{
    display: table-cell;
    line-height: 1.3em;
    font-family: 'Caudex', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    -webkit-transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -ms-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    background: transparent;
    border-radius: 30px;
    padding: 0 30px;
    text-decoration: none;
}
nav.second a{
    padding: 12px 30px;
}
nav.second a:hover, nav.second a.active{
    background: url("../images/pat1.jpg");
    color: #000;
    text-decoration: none;
}

nav.second a span.sub{
    font-size: 14px;
    text-transform: none;
}

nav.second > span{
    font-family: 'Allura', cursive;
    text-transform: none;
    font-size: 36px;
    color: #979797;
}

nav.primary{
    text-align: center;
    display: block;
    padding: 20px 0;
    background: transparent;
}

ul#menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    opacity: 0.999;
}

ul#menu li{
    display: block;
    float: left;
    margin-right: 10px;
}

ul#menu li:not(:first-child){
    #margin-left: 29px;
}

ul#menu li a{
    display: block;
    padding: 8px 7px;
    font-family: 'Caudex', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    -webkit-transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -ms-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

ul#menu li a span{
    display: inline-block;
    color: #000;
}

ul#menu li.active a span{
    color: #000;
}

ul#menu li a:hover, ul#menu li.active a{
    text-decoration: none;
    background: #D8CEC5 url("../images/pat1.jpg");
}


/*
------------------------------ CONTENT ------------------------------
*/
.books{}

.books .item{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
}
.books .item a.card_coover{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.books .item.book1{
    width: 273px;
    height: 375px;
    margin: 0 0 0 -5px;
    background: url("../images/book1.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.books .item.book1.module4{
    width: 262px;
    height: 368px;
    margin: 0 auto;
    #background: url("../images/modul4/book1.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.books .item.book1 .book_modules{
    display: block;
    list-style: none;
    padding: 0;
    margin: 70px 0 0 30px;
}
.books .item.book1 .book_modules li{
    display: inline-block;
    width: 175px;
    background: #A5A8A1;
    border-radius: 30px;
    padding: 0;
    margin-top: 7px;
    -webkit-box-shadow: inset 0 8px 21px rgba(9,4,0, 0.19);
    -moz-box-shadow: inset 0 8px 21px rgba(9,4,0, 0.19);
    box-shadow: inset 0 8px 21px rgba(9,4,0, 0.19);
}
.books .item.book1 .book_modules li a {
    display: inline-block;
    width: 100%;
    min-height: 34px;
    height: auto;
    line-height: 34px;
    text-align: center;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border-radius: 30px;
    background: #A5A8A1 url("../images/pat1.jpg") top left repeat;
    background-size: cover;
    font-family: 'Caudex', serif;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}
.books .item.book1 .book_modules li a:hover{
    color: #000;
    text-decoration: none;
    margin-left: 45px;
}

.books .item.book2.module1{
    width: 275px;
    height: 360px;
    margin: 0 auto;
    left: -15px;
    background: url("../images/book2.png") no-repeat 50% 0;
    background-size: 265px 100%;
}
.books .item.book2.module4{
    width: 299px;
    margin: 0 auto;
    top: -10px;
    background: url("../images/modul4/book2.png") no-repeat 35% 50%;
    background-size: 88% 100%;
}
.books .item.book2.module5{
    width: 299px;
    height: 368px;
    top: -10px;
    left: -10px;
    margin: 0 auto;
    background: url("../images/modul5/book2.png") no-repeat 35% 50%;
    background-size: 88% 100%;
}
.books .item.book2.module6{
    width: 299px;
    height: 368px;
    margin: 0 auto;
    left: -10px;
    top: -10px;
    background: url("../images/modul6/book2.png") no-repeat 35% 50%;
    background-size: 88% 100%;
}

.books .item.book3{
    width: 282px;
    height: 356px;
    margin: 0 auto;
    left: -12px;
    background: url("../images/book3.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.books .item.book3 .book_ctn_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    height: 241px;
    overflow: hidden;
    text-align: center;
}
.books .item.book3 .book_ctn_bottom p{
    font-family: 'Caudex', serif;
    font-size: 18px;
    line-height: 1.5em;
}
.books .item.book3 .book_ctn_bottom > p span{
    font-size: 14px;
    display: block;
}

.books .item.book3 .book_ctn_bottom .btn{
    margin-top: 20px;
}

.books .custom_tab_content.ct_skin1 {
    padding: 20px;
    min-height: 200px;
}

.books .custom_tab.ct_skin1 a{
    display: inline-block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px;
    background: #A5A8A1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.books .custom_tab.ct_skin1.small a{
    padding: 8px;
    position: relative;
    bottom: -15px;
}
.books .custom_tab.ct_skin1 a:not(:last-child){
    margin-right: 0;
}

.books .custom_tab_content.ct_skin1 div:not(.active){
    display: none;
}

.books .custom_tab.ct_skin1 a:hover, .books .custom_tab.ct_skin1 a.active{
    background: #DCD4CD url("../images/pat1.jpg");
}

.owl_books_wrapper{
    max-width: 1200px;
    padding: 0 0 0 30px;
    margin-top: 20px;
}
.owl_books_wrapper .owl-carousel .core{
    background: transparent;
    height: 410px;
    margin-top: 70px;
}
.owl_books_wrapper .owl-carousel .owl-nav .owl-prev, .owl_books_wrapper .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -87px;
    text-indent: -999999px;
    display: inline-block;
    width: 42px;
    height: 174px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.owl_books_wrapper .owl-carousel .owl-nav .owl-prev:hover, .owl_books_wrapper .owl-carousel .owl-nav .owl-next:hover{
    opacity: .7;
}
.owl_books_wrapper .owl-carousel .owl-nav .owl-prev{
    left: -52px;
    background: url("../images/icons/book_left.png") 0 0 no-repeat;
}
.owl_books_wrapper .owl-carousel .owl-nav .owl-next{
    right: -52px;
    background: url("../images/icons/book_right.png") 0 0 no-repeat;
}

.owl_books_wrapper .owl-carousel .owl-nav div.disabled{
    opacity: 0;
    visibility: hidden;
}

.books .item.book4.module1{
    width: 248px;
    height: 349px;
    margin: 0 auto;
    background: url("../images/book4.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.books .item.book4.module4{
    width: 248px;
    height: 367px;
    margin: 0 auto;
    background: url("../images/modul4/book4.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.books .item.book4.module5{
    width: 248px;
    height: 367px;
    margin: 0 auto;
    background: url("../images/modul5/book4.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.books .item.book4.module6{
    width: 248px;
    height: 367px;
    margin: 0 auto;
    background: url("../images/modul6/book4.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.books .item.book5{
    width: 304px;
    height: 346px;
    margin: 0 auto;
    background: url("../images/book5.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.book_inside5{
    text-align: center;
    margin-top: 110px;
}
.book_inside5 p{
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

























/*
------------------------------ 4.FOOTER STYLING ------------------------------
*/

footer{
    background: transparent;
    position: relative;
    z-index: 2;
    padding: 20px 0;
}
footer .social {
    margin-top: 35px;
}
footer .social a{
    display: inline-block;
    text-decoration: none;
    color: #BDBDBD;
}
footer .social a:not(:first-child){
    margin-left: 20px;
}
footer .social a:hover{
    text-decoration: none;
    display: inline-block;
    opacity: 0.75;
}
footer .foot_menu{
    margin-top: 32px;
}
footer .foot_menu a{
    text-decoration: none;
    display: inline-block;
    color: #212121;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Caudex', serif;
    font-weight: 600;
}
footer .foot_menu a:hover{
    text-decoration: none;
    color: #212121;
}

footer .foot_menu a:not(:first-child){
    margin-left: 30px;
}
footer .copy, footer .credit{
    margin-top: 25px;
    color: #111;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Caudex', serif;
}
footer .credit span{
    display: inline-block;
    margin-right: 10px;
}
footer .credit a{
    display: inline-block;
}
footer .credit a:last-child{
 margin-left: 20px;
}

.words{
 position: relative;
}

.words h2{
    font-size: 60px;
    margin-top: 40px;
    line-height: 1.2em;
    font-family: 'Fog', serif;
    letter-spacing: 7px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#6F7B0C), to(#C68A05));
    background: -moz-gradient(linear, left top, left bottom, from(#6F7B0C), to(#C68A05));
    background: gradient(linear, left top, left bottom, from(#6F7B0C), to(#C68A05));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.uk-nestable > *{
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.definition{
 padding: 25px;
 border: 3px solid #CAC9C6;
 position: relative;
 font-size: 17px;
 color: #111;
 line-height: 1.3em;
}

.definition .title{
 position: absolute;
 top: -20px;
 right: 20px;
 font-size: 30px;
 font-family: 'Allura', cursive;
 color: #000;
}

.definition.green{
 border-color: #7BBD3F;
}

.definition.green .title{
 color: #578E25;
}

.definition .number{
 position: absolute;
 left: -35px;
 top: 14px;
 width: 44px;
 height: 42px;
 padding: 3px;
 background: #CAC9C6;
 color: #fff;
 border-radius: 50%;
 text-align: center;
}

.definition.green .number{
 background: #7BBD3F;
}

.definition .number > div{
 border-radius: 50%;
 border: 2px solid #fff;
 height: 38px;
 position: relative;
    z-index: 1;
}

.definition .number > div::after{
    content: " ";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 2;
    background: #7BBD3F url("../images/right-arrow.png") 50% 50% no-repeat;
}

.definition .number > div span{
 font-family: 'Allura', cursive;
 font-size: 33px;
 color: #fff;
 display: inline-block;
 position: relative;
 left: -4px;
 top: 7px;
 letter-spacing: -4px;
 line-height: 1.1em;
}

.heading{
    position: relative;
    margin: 40px auto;
}

.heading > h2{
    font-size: 36px;
    color: gray;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-family: 'quagentregularregular', sans-serif;
    display: table;
    margin: 0 auto;
}

.heading.blue > h2{
    color: #7699AA;
}

.heading.brown > h2{
    color: #AC9784;
}

.heading.lines > h2::before, .heading.lines > h2::after{
    content: " ";
    position: absolute;
    display: inline-block;
    width: 212px;
    height: 36px;
}

.heading.lines > h2::before{
    background: url("../images/heading-left.png") 0 0 no-repeat;
    top: 2px;
    right: calc(100% + 30px);
}
.heading.lines > h2::after{
    background: url("../images/heading-right.png") 0 0 no-repeat;
    top: 2px;
    left: calc(100% + 30px);
}

.heading.lines.orange > h2::before{
    background: url("../images/heading-left-orange.png") 0 0 no-repeat;
    top: 2px;
    right: calc(100% + 30px);
}

.heading.lines.orange > h2::after{
    background: url("../images/heading-right-orange.png") 0 0 no-repeat;
    top: 2px;
    right: calc(100% + 30px);
}

.heading.orange h2{
    color: #EA8822;
}


.pinbox{
    display: block;
    padding: 40px;
    position: relative;
    background: url("../images/pinbox-gray.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.pinbox.green{
    background: url("../images/pinbox-green.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.pinbox.brown{
    background: url("../images/pinbox-brown.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.pinbox::before, .pinbox::after{
    position: absolute;
    content: " ";
    display: inline-block;
    background: url("../images/pin.png") 0 0 no-repeat;
    width: 41px;
    height: 43px;
    top: -1px;
}

.pinbox::before{
    left: 2px;
}
.pinbox::after{
    right: 2px;
}

.pinbox p{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: justify;
}

.pinbox .number{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #6BA9BB;
    display: table;
    text-align: center;
    color: #6BA9BB;
}
.pinbox .number span{
    display: table-cell;
    vertical-align: middle;
    font-family: 'Allura', cursive;
    font-size: 37px;
    line-height: 1.1;
    padding-right: 3px;
}

.pinbox .number.blue{
    color: #6BA9BB;
    border-color: #6BA9BB;
}
.pinbox .number.green{
    color: #619C3C;
    border-color: #619C3C;
}

.pinbox .number.brown{
    color: #AE8761;
    border-color: #AE8761;
}

.glassBlock{
    width: 626px;
    background: url(../images/modul2/glass-background.png) top left no-repeat;
    background-size: 100% 100%;
    margin: 0 auto !important;
    padding: 50px 20px;
    font-weight: bold;
    font-size: 15px;
}

.glassBlock p{
    font-size: 16px;
}

.glassBlock.big{
    background: url(../images/modul3/glas-bg-big.png) 0 0 no-repeat;
    width: 956px;
    padding: 30px 20px;
}

.glassBlock .leftSide{
    width: 15%;
    float: left;
}
.glassBlock .rightSide{
    width: 70%;
}
.glassBlock .bubbleNumber{
    background: url(../images/modul2/glass-buble.png) center center no-repeat;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-family: 'Allura', cursive;
    font-size: 40px;
    color: #111;
}

.round_box{
    position: relative;
    background: url("../images/round-bg-big.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #111;
    line-height: 1.3em;
    font-weight: 600;
    padding: 30px;
    width: 1111px;
    display: table;
    margin: 0 auto;
    border-radius: 30px;
}

.round_box .inner{
    padding: 0;
}

.bar{
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 15px 15px 15px 25px;
    font-size: 17px;
    color: #111;
    line-height: 1.3em;
    font-weight: 600;
    border-radius: 30px;
}

.bar > .inner{
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
}
.bar.small{
    background: url("../images/round-bg-small.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #111;
    line-height: 1.3em;
    max-width: 710px;
    padding: 10px 60px 30px 60px;
}

.bar.large{
    background: url("../images/round-bg-big.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 17px;
    color: #111;
    line-height: 1.3em;
    width: 900px;
    min-height: 412px;
    padding: 30px;
}

.bar.big{
    background: url("../images/round-bg-big.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #111;
    line-height: 1.3em;
    width: 1000px;
    min-height: 389px;
    padding: 40px 60px 60px 60px;
}

.gray_box{
    background: url("../images/gray-pattern.png");
    padding: 30px;
    border-radius: 50px 30px;
    border: 2px solid #848587;
    text-align: justify;
    position: relative;
}
.gray_box.arrow::after{
    content: " ";
    background: url("../images/gray_after.png") 0 0 no-repeat;
    width: 30px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 103%;
    margin-top: -27px;
}

.bar .number{
    position: relative;
    top: 0;
    left: 0;
    padding: 2px;
    display: table;
    float: left;
    margin-right: 15px;
    background: url("../images/num-bg.png") 0 0 no-repeat;
}

.bar .number > span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #111;
    width: 78px;
    height: 74px;
    font-family: 'Allura', cursive;
    font-size: 40px;
    line-height: 1em;
}

.border_table{
    width: 100%;
}
.border_table, .border_table td{
    border: 3px solid #C7C6C5;
}
.border_table td{
    border: 3px solid #C7C6C5;
    padding: 15px 10px;
}
.border_table th{
    padding-left: 10px;
}
.border_table.blue, .border_table.blue td{
    border-color: #9DC4DB;
    text-align: left;
}

.border_table.blue th{
    background: #C8DFED;
}

.border_table.brown tr > *{
    border-color: #9E9791;
    padding: 3px;
}

.border_box{
    position: relative;
    border: 2px solid #B2B1AE;
}
.border_box .inner{
    padding: 30px;
}
.border_box .badge{
    padding: 15px;
    border: 1px solid #B2B1AE;
    display: table;
    margin: 0 auto;
    margin-top: -25px;
    background: #F2F2EF;
    max-width: 1000px;
    position: relative;
    font-size: 17px;
}

.border_box .badge .number{
    display: table;
    position: absolute;
    top: 2px;
    right: calc(100% + 10px);
    width: 45px;
    height: 45px;
    background:  #9B9B9B;
    overflow: hidden;
}
.border_box .badge .number span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: 'Allura', cursive;
    font-size: 34px;
    color: #fff;
}

.font_weight_normal{
    font-weight: normal;
}

.cogs{
    position: relative;
    border-radius: 30px;
    background:  #D4E1BE;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    display: table;
    margin: 0 auto;
    max-width: 850px;
    padding: 10px 10px 10px 30px;
}

.cogs .number{
    position: absolute;
    top: 0;
    left: -120px;
    width: 143px;
    height: 82px;
    padding: 2px;
    display: table;
    margin-right: 15px;
    background: url("../images/cogs.png") 0 0 no-repeat;
}

.cogs .number > span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #519B4B;
    width: 78px;
    height: 74px;
    font-family: 'Allura', cursive;
    font-size: 52px;
    line-height: 1em;
    padding-left: 52px;
}

.ludo_box{
    position: relative;
    padding: 25px 30px;
    border: 2px solid #879E9B;
}
.ludo_box.noborder{
    border: 0;
}
.ludo_box .badge{
    border: 2px solid #879E9B;
    border-radius: 30px;
    padding: 6px 15px;
    text-align: center;
    font-size: 15px;
    position: relative;
    margin-top: -46px;
    background: #EFEFEC;
    font-weight: 600;
    color: #111;
    margin-left: auto;
    margin-right: auto;
}
.ludo_box .badge.large{
    max-width: 670px;
    margin-top: -46px;
}
.ludo_box .inner{
    margin-top: 40px;
    padding: 45px 35px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    text-align: justify;
    line-height: 1.3em;
    background: url("../images/modul1/frame1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: table;
}
.ludo_box .special{
    display: block;
    font-size: 30px;
    color: #000;
    font-family: 'Kaushan Script', cursive;
    margin: 10px 0 5px 0;
}
.ludo_box .inner.padding{
    padding: 40px 35px;
}

.ludo_box .inner p{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.ludo_box.large .inner{
    background: url("../images/modul1/frame12.png") 0 0 no-repeat;
    background-size: 100% 100%;
    min-height: 142px;
    max-width: 700px;
    margin: 0 auto;
}


.learn_title_body{
    position: relative;
}
.learn_title_body.top_left .learn_title{
    position: absolute;
    left: 200px;
    top: -67px;
}
.learn_title_body.minus{
    margin-top: -63px;
}
.learn_title.green{
    background: #C9DC98;
    position: relative;
    z-index: 1;
}

.learn_title.green .learn_heading{
    color: #5D900D;
}

.learn_title.active_task::after{
    content: " ";
    display: inline-block;
    background-size: cover;
    width: 45px;
    height: 46px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0;
    z-index: 1;
    transform: rotate(65deg);
    animation: moveStar 7s infinite;
    -moz-animation: moveStar 7s infinite;
}
.learn_title{
    display: inline-block;
    margin: 0 auto;
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    border-radius: 30px;
}
.learn_title span{
    display: inline-block;
    position: relative;
}
.learn_title p{
    font-family: 'Caudex', serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 3;
}

.learn_title .lt_num{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    padding: 3px;
    text-align: center;
}
.learn_title .lt_num::before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:-2px;
    left: -2px;
    border: 2px solid #fff;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    border-radius: 50%;
    z-index: 2;
}

.learn_title .lt_num.green{
    background: #5D900D;
}


.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-blue p {
    font-size: 38px;
    font-family: 'miama';
}

.learn_title .lt_num span{
    font-family: 'Allura', cursive;
    font-size: 33px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    left: -4px;
    top: 5px;
    line-height: 1.1em;
    font-style: italic;
}

.rebus .minus{
    margin-top: -63px;
}
.rebus .learn_title_body h3, .learn_title > h3{
    text-align: left;
    float: left;
    margin-top: -52px;
    padding-left: 0;
    margin-left: -40px;
}

.learn_heading {
    color: #111;
    font-family: 'Kaushan Script', cursive;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    z-index: 2;
    margin: 0;
    margin-bottom: 4px;
    padding-left: 40px;
}

.tooltip{
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor: help;
}

.tooltip > span:last-child span {
    line-height: 30px;
    display: inline-block;
    border-bottom: 1px dashed #333;
    margin-left: 10px;
}
.tooltip > span:last-child {
    display: inline-block;
    border-bottom: 1px dashed #333;
}

.tooltip .table{
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
    width: 380px;
    background: #E3DBD5 url("../images/tbg.png") center center no-repeat;
    background-size: 100% auto;
    border: 3px solid #AEA9A0;
    color: #111;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.tooltip.small .table{
    width: 250px;
}
.tooltip .table.left{
    left: -230px;
}

.tooltip.top > span{
    left: -230px;
    bottom: 100%;
    top: unset;
}

.tooltip.right .table{
    position: absolute;
    left: unset;
    right: 0;
}
.tooltip:hover .table, .tooltip.active .table{
    display: table!important;
}
.tooltip .table > span{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 18px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    font-size: 13px;
    line-height: 1.2em;
    color: #111;
    text-align: center;
}

.tooltip .table::after{
    content: " ";
    display: inline-block;
    background: url("../images/tooltip-arrow.png") 0 0 no-repeat;
    width: 47px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 20px;
}
.tooltip.right .table::after{
    left: unset;
    right: 0;
}

.tooltip .table.left::after{
    left: unset;
    right: 90px;
}

.tooltip .table > span img{
    max-width: unset;
    width: auto;
}

.section{
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.birdbox{
    position: relative;
    display: table;
    padding: 0;
    margin: 0 auto;
}

.birdbox > div{
    display: table-cell;
    position: relative;
}

.birdbox .content{
    border: 2px solid #A2A7AE;
    border-radius: 35px;
    box-shadow: rgba(162,167,174, .7) 1px 1px 15px;
    color: #111;
    line-height: 1.3em;
    font-size: 17px;
    font-weight: 600;
    padding: 30px 20px;
    background: #E4E8E6 url("../images/birds/bg-gray.jpg");
    vertical-align: middle;
}
.birdbox .content p{
    margin: 0;
}

.birdbox.blue .content{
    background: #E4E8E6 url("../images/birds/bg-blue.jpg");
}

.birdbox.brown .content{
    background: #E4E8E6 url("../images/birds/bg-brown.jpg");
}

.birdbox.green .content{
    background: #E4E8E6 url("../images/birds/bg-green.jpg");
}

.birdbox .number{
    width: 105px;
    min-height: 100px;
    background: url("../images/birds/1.png") 0 top no-repeat;
    vertical-align: top;
    text-align: center;
    display: inline-block;
}

.birdbox .number.n2{
    background: url("../images/birds/2.png") 0 top no-repeat;
}
.birdbox .number.n2 span{
    top: 33px;
}
.birdbox .number.n22{
    background: url("../images/birds/22.png") 0 top no-repeat;
}
.birdbox .number.n22 span{
    top: 36px;
}

.birdbox .number.n3{
    background: url("../images/birds/3.png") 0 top no-repeat;
}
.birdbox .number.n33{
    background: url("../images/birds/33.png") 0 top no-repeat;
}
.birdbox .number.n3 span{
    top: 22px;
    left: 2px;
}

.birdbox .number.n32{
    background: url("../images/birds/32.png") 0 top no-repeat;
}
.birdbox .number.n32 span{
    top: 22px;
    left: 2px;
}

.birdbox .number.n4{
    background: url("../images/birds/4.png") 0 top no-repeat;
}
.birdbox .number.n4 span{
    top: 30px;
    left: -15px;
}

.birdbox .number.n5{
    background: url("../images/birds/5.png") 0 top no-repeat;
}

.birdbox .number.n52{
    background: url("../images/birds/52.png") 0 top no-repeat;
}
.birdbox .number.n53{
    background: url("../images/birds/53.png") 0 top no-repeat;
}
.birdbox .number.n54{
    background: url("../images/birds/54.png") 0 top no-repeat;
}
.birdbox .number.n53 span, .birdbox .number.n5 span, .birdbox .number.n54 span, .birdbox .number.n52 span{
    top: 46px;
    left: -3px;
}

.birdbox .number.n6{
    background: url("../images/birds/6.png") 0 top no-repeat;
}
.birdbox .number.n6 span{
    top: 34px;
    left: 3px;
}

.birdbox .number span{
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 22px;
    font-family: 'Allura', cursive;
}

.table{
    display: table;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
}

.table > *{
    display: table-cell;
}
.table > .middle{
    vertical-align: middle;
}
.table > .top{
    vertical-align: top;
}

/* CUFAR */

.js_cufars{
    width: 356px;
}
.project_cufar_top {
    background: url("../images/project/curiozitate_top.png") 0 0 no-repeat;
    height: 222px;
}
.project_cufar_middle {
    background: url("../images/project/curiozitate_middle.png") 0 0 repeat-y;
    position: relative;
    padding: 10px 90px 10px 30px;
    top: -113px;
    left: -8px;
    border-top-left-radius: 30px;
}
.project_cufar_middle h5{
    font-family: 'Kaushan Script', cursive;
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center;
}
.project_cufar_bottom {
    background: url("../images/project/curiozitate_bottom.png") 0 0 no-repeat;
    height: 25px;
    top: -114px;
    left: -8px;
    position: relative;
}

.project_cufar_middle h3{
    color: #087770;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
}
.project_cufar_middle p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: relative;
    text-align: justify;
}

.breadcrumbs a{
    display: inline-block;
    text-decoration: none;
    color: #111;
    font-size: 30px;
    line-height: 1.2em;
    font-family: 'Allura', cursive;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    min-width: 100px;
    min-height: unset;
    text-align: center;
}

.table.breadcrumbs > div{
    border-right: 2px solid  #7DAF5E;
    padding: 0 25px;
}
.table.breadcrumbs > div:last-child{
    border: 0;
}

.breadcrumbs a span{
    position: relative;
    display: inline-block;
    margin-top: 90px;
}

.breadcrumbs a.sarcini{
    background: url("../images/breadcrumbs/1.png") 50% 0 no-repeat;
    transition: all .3s;
}
.breadcrumbs a.audio{
    background: url("../images/icons/icon-audio.png") center 20% no-repeat;
    transition: all .3s;
}


.breadcrumbs a.active, .breadcrumbs a:hover{
    color: #96CD5C;
}
.breadcrumbs a.sarcini:hover, .breadcrumbs a.sarcini.active{
    background: url("../images/breadcrumbs/12.png") 50% 0 no-repeat;
}

.breadcrumbs a.video{
    background: url("../images/breadcrumbs/2.png") 50% 0 no-repeat;
}
.breadcrumbs a.video:hover{
    background: url("../images/breadcrumbs/22.png") 50% 0 no-repeat;
}


.breadcrumbs a{
    margin-right: 15px;
}

.linebox{
    position: relative;
    padding: 30px;
    border: 2px solid #B2B1AE;
}

.linebox .badge{
    display: table;
    margin: 0 auto;
    margin-top: -54px;
    background: #F2F2EF;
    border: 1px solid #D4D3D0;
    position: relative;
    max-width: 900px;
}
.linebox .badge.round{
    border-radius: 30px;
}
.linebox .badge > span{
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    position: relative;
}

.linebox .badge > span .number{
    position: absolute;
    right: calc(100% + 10px);
    top:0;
    padding: 10px;
    background: #9B9B9B;
    color: #fff;
    font-family: 'Allura', cursive;
    font-size: 34px;
    font-weight: 600;
}

input.skin_rounded{
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 3px 10px 3px 15px;
    background: #D4D3D0;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    box-shadow: inset rgba(0,0,0, .2) 0 0 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

input.skin_rounded:hover{
    box-shadow: inset rgba(0,0,0, .3) 0 0 15px;
}

input.skin_rounded.green{
    background: #CDD6B8;
}


.smart_paper{
    position: relative;
    background:  url("../images/project/paper/bg.png") 0 0 repeat;
    box-shadow: rgba(0,0,0, .3) 0 0 15px;
    border-radius: 3px;
}

.smart_paper::before, .smart_paper::after{
    display: inline-block;
    content: " ";
    position: absolute;
    top: 10px;
    width: 36px;
    height: 58px;
}

.smart_paper::before{
    left: 10px;
    background: url("../images/project/paper/top-left.png") 0 0 no-repeat;
}
.smart_paper::after{
    right: 10px;
    background: url("../images/project/paper/top-right.png") 0 0 no-repeat;
}

.smart_paper .content{
    position: relative;
}

.smart_paper .content .inner{
    position: relative;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    padding: 40px;
    min-height: 250px;
}

.smart_paper .content .inner::before, .smart_paper .content .inner::after{
    display: inline-block;
    content: " ";
    position: absolute;
    top: 80px;
    width: 20px;
    height: calc(100% - 160px);
    overflow: hidden;
    background: url("../images/project/paper/border.png") 0px repeat-y;
}

.smart_paper .content .inner::before{
    left: 6px;
}
.smart_paper .content .inner::after{
    right: 4px;
}

.smart_paper .content::before, .smart_paper .content::after{
    display: inline-block;
    content: " ";
    position: absolute;
    bottom: 10px;
    width: 36px;
    height: 58px;
}

.smart_paper .content::before{
    left: 10px;
    background: url("../images/project/paper/bottom-left.png") 0 0 no-repeat;
}
.smart_paper .content::after{
    right: 10px;
    background: url("../images/project/paper/bottom-right.png") 0 0 no-repeat;
}

.smart_paper .head h2{
    text-transform: uppercase;
    font-size: 29px;
    display: block;
    padding: 10px 15px;
    text-align: center;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #C8C8C8;
    color: #95938D;
}

.smart_paper .number{
    display: table;
    padding: 0;
    margin: 0;
    background: url("../images/project/paper/number.png") 0 0 no-repeat;
    width: 63px;
    height: 72px;
}
.smart_paper .number span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #888680;
}

.bbox{
    position: relative;
}


.bbitem{
    display: table;
    margin: 0;
    padding: 0;
    min-height: 130px;
    background: url("../images/project/badges/gray.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.bbitem.green{
    background: url("../images/project/badges/green.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.bbitem.gray{
    background: url("../images/project/badges/gray.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.bbitem.blue{
    background: url("../images/project/badges/blue.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.bbitem > div{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.3em;
}

.bbitem > div p{
    margin: 0;
}

.bbitem > div h3{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #3F641E;
    text-transform: uppercase;
}

.bio_wrapper{
    display: table;
    margin: 100px auto;
    position: relative;
}
.bio_wrapper .content {
    display: table;
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 1262px;
}
.bio_wrapper .content  > *{
    display: table-cell;
    #float: left;
}
.bio_wrapper .content > div:first-child{
    width: 390px;
}
.bio_wrapper .content > div:last-child{
    padding: 0;
    position: relative;
}
.bio_wrapper .content  .main{
    width: 888px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bio_wrapper .content .main .b_top{
    background: url("../images/bio_top.png") 0 0 no-repeat;
    height: 234px;
    position: relative;
    z-index: 1;
}
.bio_wrapper .content .main .b_middle{
    background: url("../images/bio_middle.png") 0 0 repeat-y;
    min-height: 600px;
    position: relative;
    margin: -92px 0 -99px 0;
    z-index: 3;
}
.bio_wrapper .content .main .b_bottom{
    background: url("../images/bio_bottom.png") 0 0 no-repeat;
    height: 227px;
    position: relative;
    z-index: 1;
}

.bio_wrapper .content h1{
    color: #67615a;
    font-size: 24px;
    line-height: 85px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 490px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: -122px;
}
.bio_wrapper .content .inner{
    min-height: 300px;
    padding: 0;
    margin: -87px auto 0 auto;
    width: 700px;
}
.bio_wrapper .content .inner .box{
    min-height: 150px;
    background: url("../images/u-top.png") 50% 0 no-repeat;
    position: relative;
    z-index: 1;
    padding: 50px 40px;
    border: 1px solid #B2B2B1;
}
.bio_wrapper .content .inner .box::after{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    content: " ";
    height: 88px;
    width: 100%;
    display: block;
    background: url("../images/u-bottom.png") 50% 100% no-repeat;
}
.bio_wrapper .content .inner .box .title{
    padding: 20px 0;
    text-align: center;
    background: url("../images/uz1.png") 50% 100% no-repeat;
    padding-bottom: 40px;
}
.bio_wrapper .content .inner .box .title h3{
    font-size: 55px;
    font-family: 'Allura', sans-serif;
    line-height: 1.4em;
}
.bio_wrapper .content .inner .box .title,
.bio_wrapper .content .inner .box .title p {
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
}
.bio_wrapper .content .inner .box .events{
    display: table;
    padding: 0;
    width: 100%;
    margin: 40px 0;
    min-height: 34px;
}
.bio_wrapper .content .inner .box .events.small{
    margin: 15px 0;
}
.bio_wrapper .content .inner .box .events > *{
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.bio_wrapper .content .inner .box .events .entry{
    padding: 0 20px;
}
.bio_wrapper .content .inner .box .events .line{
    border-right: 2px solid #A7A7A7;
    border-radius: 0;
    position: relative;
}
.bio_wrapper .content .inner .box .events .line p{
    padding-right: 20px;
}
.bio_wrapper .content .inner .box .events .line::before{
    display: inline-block;
    position: absolute;
    top: -35px;
    right: -10px;
    content: " ";
    background: url("../images/uz-lt.png") 0 0 no-repeat;
    width: 17px;
    height: 36px;
}
.bio_wrapper .content .inner .box .events .line::after{
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: -9px;
    content: " ";
    background: url("../images/uz-lb.png") 0 0 no-repeat;
    width: 17px;
    height: 34px;
}

.bio_wrapper .content .inner .box .events.small .line::before{
    top: -15px;
}
.bio_wrapper .content .inner .box .events.small .line::after{
    bottom: -15px;
}

.bio_wrapper .bio_image{
    text-align: center;
    #padding-top: 100px;
}
.bio_wrapper .content .inner .box,
.bio_wrapper .content .inner .box p{
    font-size: 15px;
    color: #000;
}
.bio_wrapper .content .inner .box .line p{
    position: relative;
}
.bio_wrapper .content .inner .box .subtitle{
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}
.bio_wrapper .content .inner .box .subtitle h4{
    font-family: 'Allura', sans-serif;
    font-size: 40px;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 15px 0;
}
.bio_wrapper .content .inner .box h5{
    font-family: 'Allura', sans-serif;
    font-size: 32px;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
}


.bio_wrapper .content .inner .box .symbol{
    background: url("../images/uz2.png") center bottom no-repeat;
    padding-bottom: 20px;
}
.bio_wrapper .content .inner .box .line p::after{
    content: " ";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 16px;
    height: 16px;
    background: #A7A7A7;
    border-radius: 100%;
}
.bio_wrapper .content .inner .box ul > li{
    margin-bottom: 15px;
}

.row{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.row > div[class^="col"]{
    padding: 0 15px;
    margin: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col1{
    width: 100%;
}
.col2{
    width: 50%;
}
.col3{
    width: 33.333%;
}
.col4{
    width: 25%;
}
.col5{
    width: 20%;
}
.coll0{
    width: 10%;
}
.col20{
    width: 20%;
}
.col30{
    width: 30%;
}
.col40{
    width: 40%;
}
.col50{
    width: 50%;
}
.col60{
    width: 60%;
}
.col70{
    width: 70%;
}
.col80{
    width: 80%;
}
.col90{
    width: 90%;
}

.mp_title{
    position: absolute;
    top: 3px;
    left: 242px;
    width: 720px;
    overflow: hidden;
    text-align: center;
}
.mp_title h2{
    font-weight: bold;
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    line-height: 2.1em;
}



















.authorBioWrapper .authorBio .middleSide-blue h1{
    margin: 0;
    font-size: 60px;
}
.authorBioWrapper .authorBio .middleSide-blue h3.authorBioSubtitle-blue{
    margin: 0;
    text-align: center;
    background: url(../images/modul1/authors/subtitle.png) center bottom no-repeat;
    font-weight: bold;
    padding: 50px 150px;
}

.authorBioWrapper .authorBio .middleSide-blue h3.authorBioSubtitle-extend-blue {
    margin: 0;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 45px;
    background: url(../images/icons/biografie/subtitle-extend.png) bottom center no-repeat;
    font-weight: bold;
}

.authorBioWrapper .authorBio .middleSide-blue h3.authorBioSubtitle-extend-max-blue{
    margin: 0;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 45px;
    background: url(../images/icons/biografie/subtitle-extend-max.png) bottom center no-repeat;
    font-weight: bold;
}

.volumesBioSubtitle-blue h4{
    margin: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
    background: url(../images/icons/biografie/volumes_subtitle.png) bottom center no-repeat;
}

.volumesBioSubtitle-extended-blue h4{
    margin: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
    background: url(../images/icons/biografie/volumes_subtitle_extended.png) bottom center no-repeat;
}


.portret{
    height: 185px;
    padding-top: 15px;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper{
    padding: 10px 150px 10px 120px;
}
.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentLeftSide-blue{
    width: 25%;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}
.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-blue{
    width: 72%;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border-left: 2px solid #96948b;
}


/* Custom  */

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-creations-middle{
    width: 70%;
    padding-left: 18px;
    padding-top: 5px;
    margin-top: -1px;
    float: right;
    background: url(../images/icons/biografie/opere_bara_middle.png) top left no-repeat;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-creations-middle-centered{
    width: 70%;
    padding-left: 18px;
    padding-top: 7px;
    margin-top: -1px;
    float: right;
    background: url(../images/icons/biografie/opere_bara_middle.png) left no-repeat;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-creations-bottom-blue{
    width: 70%;
    padding-left: 18px;
    padding-top: 5px;
    float: right;
    margin-top: -4px;
    background: url(../images/icons/biografie/opere_bara_bottom.png) top left no-repeat;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .bar-creation-top-blue{
    position: relative;
    right: -1px;
    /*
    background: url(../images/icons/biografie/opere_bara_top.png) top left no-repeat;
    */
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .bar-creation-top2-blue{
    position: relative;
    right: -1px;
/*
background: url(../images/icons/biografie/opere_bara_top.png) top left no-repeat;
*/
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .bar-creation-bottom-blue{
    position: relative;
    left: 11px;

}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .bar-creation-bottom .bottom-image-creation-blue{
    margin-top:-11px;

}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-blue {
    background: url(/clasa11/images/modul1/authors/volumes_subtitle.png) center no-repeat;
    padding-bottom: 10px;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-small-blue {
    background: url(../images/icons/biografie/volumes_subtitle_small.png) bottom left no-repeat;
    padding-bottom: 1px;
    margin-bottom: -20px;
}


.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-blue p {
    font-size: 38px;
    font-family: 'miama';
    position: relative;
}

.authorBioWrapper .authorBio .middleSide-blue{
    min-height: 477px;
    width: 100%;
    background: url(/clasa11/images/modul1/authors/bio_middle.png) top left repeat-y;
}

.authorBioWrapper .authorBio .topSide-blue{
    width: 100%;
    height: 214px;
    background: url(/clasa11/images/modul1/authors/bio_top.png) top left no-repeat;
}

.authorBioWrapper .authorBio .bottomSide-blue{
    width: 100%;
    height: 205px;
    background: url(/clasa11/images/modul1/authors/bio_bottom.png) top left no-repeat;
}

.authorBio .topSide-blue h3{
    color: #67615a;
    font-size: 24px;
    font-weight: 500;
    padding-top: 50px;
}

.separator-bg-blue {
    width: 98%;
    height: 190px;
    margin: -50px -1px -50px -1px;
    background: url(/clasa11/images/modul1/authors/separator.png) center center no-repeat;
}

.subtitle-bio-blue {
    font-family: 'miama';
    font-size: 40px;
    color: #96948b;
    text-align: center;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentLeftSide-blue2-3 {
    width: 23%;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-centered-blue{
    width: 62%;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -1px;
    float: right;
    background: url(/clasa11/images/modul1/authors/middle_bar.png) left no-repeat;
}


.bar-creation-top-blue{
	position: relative;
    left: 30% !important;
    margin-top: -1px;
	padding: 0px 1px;
}

.bar-creation-bottom-blue{
	position: relative;
    left: 33% !important;
    top: -3px;
    margin-top: -1px;
}

.pt45cent {
	padding-top: 45%;
}

.img-sat-neculce {
	width: 45%;
    position: relative;
    left: 29%;
    margin-top: -20%;
}

.captext-sat-neculce {
	position: relative;
    left: 30%;
    margin: 5px;
    width: 45%;
}

.leftext-img-sat-neculce_p1 {
	padding-right: 48%;
	text-align: justify;
}

.leftext-img-sat-neculce_p2 {
	margin-top: -30%;
	padding-right: 48%;
	text-align: justify;
}

.bar-creation-bottom-leftAlign-blue {
    position: relative;
    left: 7% !important;
    top: -4px;
    margin-top: -2px;
    padding: 0px 1px;
}

.bar-creation-top-leftAlign-blue {
    position: relative;
    right: -4% !important;
    margin-top: 0px;
    padding: 0px 10px;
}


.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-centered-leftAlign-blue {
    width: 90%;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -1px;
    float: right;
    background: url(/clasa11/images/modul1/authors/middle_bar.png) left no-repeat;
}


.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentLeftSide-leftAlign-blue {
    width: 5%;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-small-blue {
    background: url(/clasa11/images/modul1/authors/volumes_subtitle_small.png) center no-repeat;
    padding-bottom: 10px;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-small-blue p {
    font-size: 38px;
    font-family: 'miama';
    position: relative;
	left: 30%;
}

.text-align-bio_data {
	padding-top: 13px !important;
    padding-bottom: 15px;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-centered-blue-1-3 {
    width: 60%;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -1px;
    float: right;
    background: url(/clasa11/images/modul1/authors/middle_bar.png) left no-repeat;
}
	
.imgbl-mac {
	position: absolute;
    right: 10%;
    bottom: 8%;
}

.AuthorBioContentWrapper .bioContentRow .contentRightSide-blue-2-3 {
    width: 85%;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -1px;
    float: right;
    background: url(/clasa11/images/icons/middle_bar_long-blue.png) left no-repeat;
}

.AuthorBioContentWrapper .bioContentRow .long-bar2-3 {
    background: url(/clasa11/images/icons/middle_bar_max_long-blue.png) left no-repeat !important;
}

.AuthorBioContentWrapper .bioContentRow .twoline-bar2-3 {
    background: url(/clasa11/images/icons/middle_bar_2line-blue.png) left no-repeat !important;
}

.AuthorBioContentWrapper .bioContentRow .threeline-bar2-3 {
    background: url(/clasa11/images/icons/middle_bar_3line-blue.png) left no-repeat !important;
}

.AuthorBioContentWrapper .bioContentRow .ultra-long-bar2-3 {
    background: url(/clasa11/images/icons/middle_bar_ultra_long-blue.png) left no-repeat !important;
}

.AuthorBioContentWrapper .bioContentRow .small-bar2-3 {
    background: url(/clasa11/images/icons/middle_bar_small-blue.png) left no-repeat !important;
}


.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow-left .contentRightSide-centered-align-left-blue {
	position: relative;
    left: 5px;
    width: 95%;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -1px;
    text-align: left;
    float: right;
    background: url(/clasa11/images/modul1/authors/middle_bar.png) left no-repeat;
}

.bioContentRow-left {
	position: relative;
    left: 2px;
}


.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow-alignleft .contentLeftSide-align-left-blue {
    width: 33%;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.bioContentRow-alignleft {
	position: relative;
    left: -25%;
}

.full-width p {
	width: 145%;
}

.margin-top-min12px {
	margin: -12px 0px;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-blue-normal p {
    font-size: 14px;
	font-weight: bold;
}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .title-bar-creations-blue-normal {
    background: url(/clasa11/images/modul1/authors/volumes_subtitle.png) center no-repeat;
    padding-bottom: 20px;
	margin-bottom: -12%;

}

.authorBioWrapper .authorBio .middleSide-blue .AuthorBioContentWrapper .bioContentRow .contentRightSide-centered-blue-3r {
    width: 62%;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -1px;
    float: right;
    background: url(/clasa11/images/icons/middle_bar_long-blue.png) left no-repeat;
}

/* Bibliography's Popups */

/* Popup container - can be anything you want */
.popup {
    position: relative;
    /*display: inline-block;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup's */

.popup .popupcontainer-visniec_1 {
    visibility: hidden;
    background: url(/clasa11/images/modul6/authors/popup_camus_3.png) no-repeat center center;
    height: 160px;
    color: #444;
    padding: 20px 20px;
    position: absolute;
    bottom: 125%;
}

.popup .popupcontainer-visniec_2 {
	visibility: hidden;
    background: url(/clasa11/images/modul6/authors/popup_hutuli_2.png) no-repeat center center;
	padding: 20px 0px;
    position: absolute;
    bottom: -530%;
    left: -46%;
}

.popup .popupcontainer-visniec_3 {
	visibility: hidden;
    background: url(/clasa11/images/modul6/authors/popup_harta_1.png) no-repeat center center;
    padding: 30px 30px;
    position: absolute;
    left: -48%;
	z-index: 5;
}

.popup .popupcontainer-bacovia {
	visibility: hidden;
    background: url(/clasa11/images/modul5/authors/popup_bacovia_bg.png) no-repeat center center;
    padding: 8px 30px;
    position: absolute;
}

.popup-text-bacovia {
	padding: 0% 12%;
    padding-top: 2%;
}

.popup .popupcontainer-caragiale {
	visibility: hidden;
    background: url(/clasa11/images/modul4/authors/popup_caragiale_bg.png) no-repeat center center;
    padding: 31px 80px;
    margin-bottom: -16%;
    position: relative;
}

.popup .popupcontainer-macedonski_1 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_1_bg.png) no-repeat center center;
    padding: 33px 0px;
    position: absolute;
    top: -270%;
    right: -21%;
}

.popup .popupcontainer-macedonski_2 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_2_romantism.png) no-repeat left center;
    position: absolute;
    padding: 45px;
    top: -400%;
    left: -58%;
    right: -47%;
}

.popup .popupcontainer-macedonski_3 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_2_romantism.png) no-repeat left center;
    position: absolute;
    padding: 45px;
    bottom: -60%;
    left: -58%;
    right: -47%;
}

.popup .popupcontainer-macedonski_4 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_2_romantism.png) no-repeat left center;
    position: absolute;
    padding: 45px;
    bottom: -10%;
    left: -58%;
    right: -47%;
}


.popup .popupcontainer-macedonski_5 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_5_musset.png) no-repeat left center;
    position: absolute;
    padding: 45px;
    bottom: -31%;
    left: -4%;
    right: -66%;
}

.popup .popupcontainer-macedonski_6 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_5_musset.png) no-repeat left center;
    position: absolute;
    padding: 19px;
    bottom: 80%;
    left: -18%;
    right: -66%;
}

.popup .popupcontainer-macedonski_7 {
	visibility: hidden;
    background: url(/clasa11/images/modul1/authors/popup_macedonski_7_superbia.png) no-repeat left center;
    position: absolute;
    padding: 19px;
    bottom: 80%;
    left: -18%;
    right: -66%;
}

.popup .popupcontainer-rebreanu_2 {
	visibility: hidden;
    background: url(/clasa11/images/modul4/authors/popup_rebreanu_bg_nasturel_1.png) no-repeat left center;
    position: absolute;
    padding: 22px;
    bottom: 100%;
    left: -10%;
    right: -66%;
}


.popup .popupcontainer-rebreanu_1 {
	visibility: hidden;
    background: url(/clasa11/images/modul4/authors/popup_rebreanu_bg_bene_2.png) no-repeat left center;
    position: absolute;
    padding: 26px;
    bottom: 75%;
    left: -9%;
    right: -66%;
}

.popupcontainer-mac_1_text {
	padding-left: 21%;
    padding-right: 22%;
}

.popupcontainer-mac_2_text {
    padding-right: 26%;
}

.popupcontainer-mac_5_text {
    padding-right: 47%;
}

.popupcontainer-mac_6_text {
    padding-right: 49%;
}

.popupcontainer-reb_2_text {
    padding-right: 55%;
}

.margin-reb_2{
 	margin: -15px 0px;
}

.macedonski-img-arr {
	position: relative;
    left: 51%;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* Bibliography's Popups */


nav.second > span{
    color: #979797 !important;
}

.invisible{
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}

.glace_box{
    position: relative;
    padding: 40px;
}
.glace_box.b2{
    background: url("../images/modul3/glace-bg2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #111;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    min-height: 360px;
    width: 820px;
}

.list_glace_mini .glace_mini{
    border: 3px solid #A3C3D3;
    border-radius: 3px;
    background: rgba(160,198,219, .3);
    padding: 5px 20px;
    display: table;
    margin: 0 auto;
    color: #111;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
    float: left;
}
.glace_mini{
    border: 3px solid #A3C3D3;
    border-radius: 3px;
    background: rgba(160,198,219, .3);
    padding: 4px 10px;
    display: table;
    margin: 0 auto;
    color: #111;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}

.ice_part .glace_mini{
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 4px 10px;
    display: block;
    margin: 0 auto;
}
.ice_part .glace_mini span{
    padding-top: 12px;
    font-size: 16px;
}

.glace_form{
    line-height: 2.6em;
    margin-top: 30px;
    font-size: 16px;
}

.glace_form input[type=text]{
    display: inline-block;
    margin: 0 5px;
    padding: 12px 10px 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 2px solid #A0C6DB;
    border-radius: 3px;
    background: transparent;
    outline: none;
    box-shadow: #BDC3C4 5px -6px 2px;
}

.books_drag_wrapper{
    background: url("../images/modul3/books-order.png") 0 0 no-repeat;
    width: 922px;
    height: 716px;
    position: relative;
}

.books_drag_wrapper .left{
    position: relative;
    width: 600px;
    padding-left: 20px;
    margin-top: 55px;
}
.books_drag_wrapper .right{
    position: relative;
    width: 248px;
    height: 632px;
    padding-right: 35px;
    margin-top: 55px;
    text-align: center;
}

.pinmap{
    background: url("../images/modul3/pinmap.png") 0 0 no-repeat;
    position: relative;
    width: 273px;
    height: 204px;
}
.pinmap.green{
    background: url("../images/modul3/pinmap-green.png") 0 0 no-repeat;
    position: relative;
    width: 306px;
}
.pinmap p{
    line-height: 1.4em;
    font-size: 14px;
    color: #111;
    font-weight: 600;
    padding: 70px 40px 40px 40px;
}

.raft{
    position: absolute;
    left: 18px;
    padding: 0;
    width: 215px;
    display: table;
    overflow: hidden;
}
.raft ul{
    display: table-cell!important;
    vertical-align: bottom!important;
}
.raft.r1{
    height: 200px;
    top: 0;
}
.raft.r2{
    top: 230px;
    height: 130px;
}
.raft.r3{
    top: 395px;
    height: 230px;
}


.ice_wrapper{
    position: relative;
    border: 3px solid #A5CBE0;
    border-radius: 5px;
    background: rgba(131,168,186, .2);
    padding: 30px;
    overflow: hidden;
}

.alert{
    display: table;
    position: relative;
    margin: 0 auto;
    border: 1px solid #B6B5B2;
}

.alert > *{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.3em;
    padding: 12px 25px;
    background: #fff;
}

.alert.gray > *{
    background: #F2F2EF;
}

.dragme{
    cursor: move;
    user-select: none;
}


.glace_slider .item .inner .audio_links{
    position: absolute;
    top: -34px;
    right: 20px;
}
.audio_links {
    display: table;
    margin: 0 auto;
}
.audio_links a{
    display: inline-block;
    background: url("../images/icons/icon-audio.png") center top no-repeat;
    min-width: 79px;
    min-height: 52px;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.audio_links a.underline{
    border-bottom: 1px solid #111;
}
.audio_links a:not(:last-child){
    margin-right: 50px;
}
.audio_links a span {
    display: block;
    padding-top: 60px;
    font-size: 35px;
    font-family: 'Allura', cursive;
    line-height: 1.1em;
    text-decoration: none;
}
.audio_links a.bio span,
.breadcrumbs a.bio span{
    padding: 0!important;
    margin-top: 8px;
}
.audio_links a:hover{
    background: url("../images/icons/icon-audio-acive.png") center top no-repeat;
    text-decoration: none;
    color: #7DAF5E;
}

.audio_links.divider a {
    position: relative;
    float: left;
}

.audio_links.divider a:not(:last-child)::after{
    content: " ";
    position: absolute;
    top: 0;
    right: -30px;
    width: 2px;
    height: 100%;
    z-index: 2;
    background: #7DAF5E;
}


.map_heading{
    font-family: 'Allura', cursive;
    font-size: 32px;
    display: inline-block;
    color: #111;
}

.audio_links a.bio{
    display: inline-block;
    background: transparent;
    min-width: unset;
    min-height: unset;
}

.clickUP{}

.game_certificat{
    position: relative;
}

.game_certificat .part{
    #border: 1px dashed #C5AF94;
}

.gtab{
    position: relative;
    display: table;
    padding: 0;
    background: url("../images/modul5/gtab.png") 0 0 no-repeat;
    width: 260px;
    height: 454px;
    overflow: hidden;
}
.gtab > .gitem{
    display: table-cell;
    vertical-align: top;
    padding: 30px 0 0 0;
    text-align: center;
}
.gtab > .gitem a{
    display: block;
    height: 135px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.gtab > .gitem a:hover{
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.glace2{
    position: relative;
}
.glace2 .item{
    position: relative;
    display: table;
    float: left;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 600;
}
.glace2 .item .content{
    display: table-cell;
    vertical-align: middle;
    background: url("../images/modul5/glace2.png") 50% -10px no-repeat;
    width: 413px;
    height: 760px;
}
.glace2 .item:not(:first-child){
    margin-left: 30px;
}
.glace2 .audio_links{
    position: absolute;
    top: -15px;
    right: 40px;
    z-index: 2;
}

.glace2 .item .title h3{
    font-size: 28px;
    font-family: 'Fog', serif;
    line-height: 1.2em;
}
.glace2 .item .title span{
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.glace_drag{
    position: relative;
    background: url("../images/modul5/glace-drag.png") 0 0 no-repeat;
    width: 1190px;
    height: 648px;
}
.glace_drag .left{
    width: 944px;
    float: left;
    position: relative;
    height: 647px;
}
.glace_drag .right{
    width: 180px;
    float: left;
    position: relative;
}

.glace_drag .left .box1{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 458px;
    text-align: right;
}
.glace_drag .left .box1 h3{
    color: #29649C;
    font-size: 30px;
    line-height: 1.5em;
    font-family: 'Allura', cursive;
}

.glace_drag .left .box1 p{
    font-size: 15px;
    line-height: 3.2em;
    color: #111;
}

.glace_drag .left .box2{
    position: absolute;
    top: 348px;
    left: 40px;
    width: 458px;
    text-align: right;
}
.glace_drag .left .box2 h3{
    color: #29649C;
    font-size: 30px;
    line-height: 1.5em;
    font-family: 'Allura', cursive;
}

.glace_drag .left .box2 p{
    font-size: 15px;
    line-height: 3.2em;
    color: #111;
}

.game_water{
    background: url("../images/modul5/game-water.png") 0 0 no-repeat;
    width: 557px;
    height: 597px;
    position: relative;
}
.game_water .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
}
.game_water_options{
    width: 407px;
    margin: 0 auto;
}

.broken_ice{
    background: url("../images/modul5/broken-ice.png") 0 0 no-repeat;
    width: 684px;
    height: 280px;
    position: relative;
}
.broken_ice .content{
    position: relative;
}
.broken_ice .content .left{
    position: absolute;
    top: 34px;
    left: 32px;
    width: 340px;
    text-align: right;
    font-size: 16px;
    color: #111;
    line-height: 3.3em;
    text-transform: uppercase;
}
.broken_ice .content .right{
    position: absolute;
    top: 206px;
    left: 530px;
    text-transform: uppercase;
    font-size: 16px;
    color: #111;
}
.broke_ice_options{
    min-width: 350px;
    margin-left: 20px;
}

.table_sos td{
    position: relative;
}
.table_sos .sos{
    display: inline-block;
    background: url("../images/light2.png") 0 0 no-repeat;
    width: 30px;
    height: 39px;
    position: absolute;
    top:0;
    right: -16px;
    cursor: help;
}
.table_sos .sos .tooltip{
    display: inline-block;
    min-height: 40px;
}

.manifest_btn{
    background: url("../images/modul5/manifest-btn.png") 0 0 no-repeat;
    width: 405px;
    height: 61px;
    position: relative;
    display: table;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.manifest_btn > *{
    display: table-cell;
    vertical-align: middle;
}

.manifest_btn h4{
    color: #584E3A;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
}
.manifest_btn p{
    color: #111;
    font-size: 17px;
    text-transform: none;
    line-height: 1.2em;
    font-family: 'Allura', serif;
    margin: 0 0 0 5px;
}
.manifest_btn .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mani_wraper{
    max-width: 940px;
    margin: 0 auto;
}

.map_m6{
    #background: url("../images/modul6/map.png") 0 0 no-repeat;
    background: url("../images/harta-postmodernism.png") 0 0 no-repeat;
    width: 1208px;
    height: 930px;
    position: relative;
}
.map_heading  h3{
    font-weight: bold;
    font-family: "Kaushan Script", sans-serif;
    font-size: 36px;
    margin-right: 10px;
    text-transform: none;
    text-align: center;
    margin-top: 35px;
}
.map_m6 p{
    position: absolute;
    font-size: 17px;
    color: #000;
}
.map_m6 .subtitle{
    text-transform: uppercase;
}
.map_m6 .s1{
    top: 120px;
    left: 22px;
}
.map_m6 .s2{
    top: 445px;
    left: 40px;
}
.map_m6 .s3{
    top: 365px;
    right: 150px;
}
.map_m6 .s4{
    top: 702px;
    right: 178px;
}
.map_m6 .s5{
    top: 120px;
    right: 340px;
}

.map_m6 .p1{
    top: 138px;
    left: 30px;
    width: 455px;
}
.map_m6 .p2{
    top: 160px;
    right: 22px;
    width: 428px;
}
.map_m6 .p3{
    top: 485px;
    left: 60px;
    width: 428px;
}
.map_m6 .p4{
    top: 402px;
    right: 160px;
    width: 336px;
}
.map_m6 .p5{
    top: 757px;
    left: 545px;
    width: 440px;
}

.wt_box{
    background: url("../images/modul6/wat-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1173px;
    height: 607px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.wpic{
    position: relative;
    min-height: 200px;
}
.wpic.active .wat_recept  .uk-nestable-item.wat_item{
    background: transparent!important;
}
.wpic p{
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #111;
    line-height: 1.3em;
}
.wt_box .wp1 {
    background: url("../images/modul6/wh1.png") 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.wt_box .wp1.active .shape {
    background: url("../images/modul6/water/w1.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box .wp2.active .shape {
    background: url("../images/modul6/water/w2.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box .wp3.active .shape {
    background: url("../images/modul6/water/w3.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box .wp4.active .shape {
    background: url("../images/modul6/water/w4.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box .wp5.active .shape {
    background: url("../images/modul6/water/w5.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box .wp6.active .shape {
    background: url("../images/modul6/water/w6.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box .wp2.active .uk-nestable-item.wat_item.w6 span{
    position: relative;
    top: -10px;
}
.wt_box .wp6.active .uk-nestable-item.wat_item.w4{
    position: relative;
    top: -22px;
}
.wt_box .wpic.active{
    background: transparent;
}


.wt_box .wp2{
    background: url("../images/modul6/wh2.png") center top no-repeat;
}
.wt_box .wp3{
    background: url("../images/modul6/wh3.png") 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.wt_box .wp4{
    background: url("../images/modul6/wh2.png") center top no-repeat;
}
.wt_box .wp5{
    background: url("../images/modul6/wh4.png") 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.wt_box .wp6{
    background: url("../images/modul6/wh5.png") 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.wt_box .wp1 p{
    margin-top: 15px;
}
.wt_box .wp2 p, .wt_box .wp4 p{
    margin-top: 30px;
    margin-left: 6px;
}
.wt_box .wp3 p{
    margin-top: 55px;
}
.wt_box .wp5 p{
    margin-top: 45px;
    margin-left: 0;
}
.wt_box .wp6 p{
    margin-top: 35px;
    margin-left: 2px;
}

.video_bg {
    color: #111;
    padding: 0 0 30px 0;
}

.white_heading h2 {
    color: #111;
    font-size: 36px;
    letter-spacing: 1px;
    font-family: 'Caudex', serif;
    margin: 15px 0;
    line-height: 1.4em;
}
.white_heading > h2 {
    margin-top: 50px;
}

.video_wrapper {
    max-width: 854px;
    margin-left: auto;
    margin-right: auto;
}
.video_frame, .video_frame iframe {
    width: 100%;
    height: 480px;
    margin: 0 auto;
}
.video_authors {
    height: 480px;
    background: rgba(140,196,105, .8);
}
.video_questions {
    border-radius: 3px;
    padding: 30px 15px;
    font-size: 14px;
    color: #111;
    line-height: 1.4em;
}
.video_questions h2, .video_questions h3, .video_questions h4, .video_questions h5 {
    font-family: 'Kaushan Script', cursive;
    font-weight: 700;
    color: #111;
    font-size: 20px;
}

.video_questions p > span{
    font-family: 'Kaushan Script', cursive;
    font-weight: 700;
    color: #111;
    font-size: 18px;
}

.bios a.clickUP img{
    display: table;
    margin: 0;
}

.bios{
    position: relative;
}
.bios a{
    display: table;
    text-decoration: none;
    text-align: center;
    color: #111;
    font-size: 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 220px;
}
.bios a::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0, .5);
    z-index: 2;
    content: " ";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bios a::after{
    content: "Biografie";
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: -10px 0 0 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .5;
}
.bios a:hover:before{
    background: rgba(0,0,0, .6);
}
.bios a:hover:after{
    opacity: 1;
}

.bios span{
    display: none;
    margin-top: 15px;
    text-align: center;
    color: #111;
    font-size: 18px;
}
.bios span:hover{
    border-color: #FCB124;
}
.bios_wrapper{
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    max-width: 1000px;
    margin: 40px auto;
}

.special_heading{
    font-size: 40px;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    line-height: 1.5em;
    margin: 20px 0;
}

.interview p .caushan{
    font-family: 'Kaushan Script', cursive;
    font-size: 22px;
    font-weight: 500;
}

.picture_popup{
    background: #fff;
    display: table;
    padding: 0;
    margin: 10px auto;
    position: relative;
    width: 720px;
}
.picture_popup .question{
    padding: 20px;
    color: #000;
    font-size: 17px;
    line-height: 1.4em;
    width: 250px;
}
.picture_popup .question h3{
    font-family: "Kaushan Script", sans-serif;
}

.picture_popup .question ul li{
    padding-bottom: 15px;
}

.open-modal{}

.interview h2, .interview h3, .interview h4{
    font-family: 'Kaushan Script', cursive;
}

.interview h2{
    font-size: 45px;
}
.interview h3{
    font-size: 32px;
    text-align: center;
}

table.interview_timeline{}
table.interview_timeline td.desc{
    padding: 5px 15px;
}
table.interview_timeline td.year{
    border-right: 4px solid #DDBA4E;
    vertical-align: top;
}
table.interview_timeline td.year span{
    display: block;
    padding: 5px 15px;
    position: relative;
    #width: 69px;
    width: 86px;
    font-size: 13px;
    text-align: center;
}
table.interview_timeline td.year span::after{
    content: " ";
    display: inline-block;
    position: absolute;
    top: 9px;
    right: -7px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #DDBA4E;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 1px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 0 1px;
    box-shadow: rgba(0, 0, 0, .3) 0 0 1px;
}
table.interview_timeline td.desc{}

.module6_shapes{
    position: absolute;
    top: 0;
    right: -57px;
}
.module6_shapes span{
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    width: 47px;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.module6_shapes a:hover{
    opacity: .6;
}

.editable_placeholder{
    padding: 15px;
    border: 2px dashed #7390A0;
    outline: none;
    position: relative;
}
.editable_placeholder::before{
    transition: all .4s;
    font-family: FontAwesome;
    content: "\f044";
    width: 60px;
    height: 60px;
    z-index: 2;
    display: inline-block;
    background: rgba(255,255,255, .8);
    color: #8CC469;
    position: absolute;
    top: -28px;
    right: -28px;
    line-height: 2.2em;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    cursor: pointer;
}

.boxline{
    position: relative;
    padding: 30px;
}
.boxline.blue{
    border: 2px solid #879E9B;
}

.m6_post_ludo{
    position: relative;
    background: url("../images/modul6/fon.png") 0 0 no-repeat;
    width: 453px;
    padding: 40px;
    min-height: 380px;
    background-size: 100% 100%;
    font-size: 16px;
    color: #000;
}
.m6_post_ludo .fon2{
    background: url("../images/modul6/fon2.png") 0 0 no-repeat;
    width: 404px;
    min-height: 100px;
    display: table;
    margin: 0 auto;
    padding: 30px 35px;
}
.m6_post_ludo h3{
    font-family: "Kaushan Script", sans-serif;
    font-size: 30px;
    color: #000;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}

.glacier .item{
    display: table;
    border: 4px solid #93B6CB;
    background: url("../images/modul6/glace-pattern.png") 0 0 no-repeat;
    background-size: cover;
    padding: 50px 45px;
    font-size: 15px;
    color: #000;
    line-height: 1.6em;
    text-align: justify;
}
.glacier.module6 .item{
   height: 520px;
}
.glacier .item > .inner{
    display: table-cell;
}
.glacier .item > .inner.middle{
    vertical-align: middle;
}
.glacier li:not(:last-child) .item{
    margin-right: 35px;
}
.glacier .item .title{
    text-align: center;
}
.glacier .item .title h3{
    font-family: 'Fog', serif;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 10px 0 10px 0;
}
.glacier .item .title span{
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
}

.level_item{
    background: url("../images/modul6/glace-levels.png") 0 0 no-repeat;
    width: 280px;
    height: 115px;
    display: table;
    margin: 0 auto;
}
.level_item > *{
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
    text-align: center;
    font-family: 'Allura', serif;
}

div.elipses{
    position: relative;
    display: table;
    margin: 0 auto;
}
div.elipses > *{
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 160px;
    position: relative;
    padding-left: 80px;
}
div.elipses > div::before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #BCB6B2;
    border-radius: 50%;
}
div.elipses > div:last-child{
    padding-left: 45px;
}
div.elipses > div:last-child:before{
  left: -50px;
}

.clounada_wrapper{
    background: url("../images/modul6/clounada.jpg") center top no-repeat;
    max-width: 1492px;
    margin: 0 auto;
    min-height: 2535px;
}

.clounada_content{
    max-width: 760px;
    margin: 0 auto;
    font-size: 15px;
    color: #000;
    line-height: 1.5em;
    padding-top: 260px;
}
.clounada_content .title{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.clounada_content .title h2{
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    font-family: 'Fog', serif;
}
.clounada_content .title span{
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}

.congrats_popup{
    padding: 50px;
    margin: 30px auto;
    max-width: 514px;
    position: relative;
    z-index: 1;
}
.congrats_popup .inner{
    position: relative;
    z-index: 1;
}
.congrats_popup .inner .box{
    position: relative;
    z-index: 2;
    background: url("../images/telegram.png") 0 0 no-repeat;
    width: 514px;
    height: 279px;
}

.congrats_popup .inner::before, .congrats_popup .inner::after{
    content: " ";
    position: absolute;
    z-index: -1;
    width: 164px;
    height: 86px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    top: 90px;
}
.congrats_popup .inner::before{
    left: -128px;

    background: url("../images/modul4/fly-left.png");
    animation: wing-left .4s infinite;
    -moz-animation: wing-left .4s infinite;
}
.congrats_popup .inner::after{
    right: -128px;
    background: url("../images/modul4/fly-right.png");
    animation: wing-right .4s infinite;
    -moz-animation: wing-right .4s infinite;
}

.nox .mfp-close{
    display: none!important;
}

.congrats_popup .inner span{
    position: absolute;
    bottom: 58px;
    left: 273px;
    display: inline-block;
    font-family: 'Allura', cursive;
    font-size: 19px;
    color: #9F998D;
}

.end_congrats{
    -webkit-animation: end_congrats 2s linear 1;
    -o-animation: end_congrats 2s linear 1;
    animation: end_congrats 2s linear 1;
}

.clickable{
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none;
}
.clickable::before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 70px;
    font-family: "Arial", sans-serif;
    font-weight: 300;
    color: #8CC469;
    text-shadow: rgba(0, 0, 0, .5) 0 0 4px;
    display: none;
    width: 40px;
    height: 19px;
    margin: -10px 0 0 -20px;
}
.clickable:hover:before{
    display: inline-block;
}

.clickable:hover{
    opacity: .75;
}
.jst_content .clickable{
    float: left;
}

.uk-nestable.strat_list{
    border-color: red;
}
.uk-nestable.strat_list.disabled{
    border-color: #ddd;
}

.custom_scroll_dark{}

.empty_puzle{
    position: relative;
    width: 620px;
    height: 270px;
    margin: 0 auto;
    z-index: 1;
}
.empty_puzle .child{
    border: 1px dashed #8CC469;
    border-radius: 20px;
    width: 587px;
    height: 255px;
}
.empty_puzle .pc{
    position: absolute;
    z-index: 2;
    display: table;
}
.empty_puzle .pc > *{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.empty_puzle .pc > div span{
    display: none;
    width: 35px;
    height: 35px;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #709D54;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(255,255,255, .6);
}
.empty_puzle .pc > div span:hover,
.empty_puzle .pc > div span.active{
    border-color: red;
}

.empty_puzle .pc.c1{
    top: 0;
    left: 0;
    background: url("../images/modul4/certificat/1.png") 0 0 no-repeat;
    width: 195px;
    height: 128px;
}
.empty_puzle .pc.c1 span{
    position: relative;
    top: -40px;
    right: 60px;
}
.empty_puzle .pc.c2{
    top: -3px;
    left: 154px;
    background: url("../images/modul4/certificat/2.png") 0 0 no-repeat;
    width: 124px;
    height: 128px;
}
.empty_puzle .pc.c3{
    top: -3px;
    left: 234px;
    background: url("../images/modul4/certificat/3.png") 0 0 no-repeat;
    width: 107px;
    height: 135px;
}
.empty_puzle .pc.c4{
    top: -3px;
    left: 306px;
    background: url("../images/modul4/certificat/4.png") 0 0 no-repeat;
    width: 186px;
    height: 130px;
}
.empty_puzle .pc.c4 span{
    margin-left: -30px;
}
.empty_puzle .pc.c5{
    top: -3px;
    right: 30px;
    background: url("../images/modul4/certificat/5.png") 0 0 no-repeat;
    width: 120px;
    height: 125px;
}
.empty_puzle .pc.c5 span{
    position: relative;
    top: -28px;
    right: -15px;
}
.empty_puzle .pc.c6{
    top: 96px;
    right: 30px;
    background: url("../images/modul4/certificat/6.png") 0 0 no-repeat;
    width: 89px;
    height: 82px;
}
.empty_puzle .pc.c7{
    top: 19px;
    left: 396px;
    background: url("../images/modul4/certificat/7.png") 0 0 no-repeat;
    width: 127px;
    height: 112px;
}
.empty_puzle .pc.c7 span{
    position: relative;
    top: 15px;
}
.empty_puzle .pc.c8{
    top: 120px;
    right: 93px;
    background: url("../images/modul4/certificat/8.png") 0 0 no-repeat;
    width: 107px;
    height: 94px;
}
.empty_puzle .pc.c8 span{
    position: relative;
    top: -21px
}
.empty_puzle .pc.c9{
    top: 158px;
    right: 28px;
    background: url("../images/modul4/certificat/9.png") 0 0 no-repeat;
    width: 159px;
    height: 100px;
}
.empty_puzle .pc.c9 span{
    position: relative;
    top: 15px;
    right: -25px;
}
.empty_puzle .pc.c10{
    top: 120px;
    right: 177px;
    background: url("../images/modul4/certificat/10.png") 0 0 no-repeat;
    width: 93px;
    height: 135px;
}
.empty_puzle .pc.c11{
    top: 112px;
    right: 245px;
    background: url("../images/modul4/certificat/11.png") 0 0 no-repeat;
    width: 85px;
    height: 146px;
}
.empty_puzle .pc.c12{
    top: 115px;
    right: 309px;
    background: url("../images/modul4/certificat/12.png") 0 0 no-repeat;
    width: 77px;
    height: 143px;
}
.empty_puzle .pc.c12 span{
    position: relative;
    top: -20px;
    left: 9px;
}
.empty_puzle .pc.c13{
    top: 114px;
    right: 346px;
    background: url("../images/modul4/certificat/13.png") 0 0 no-repeat;
    width: 116px;
    height: 144px;
}
.empty_puzle .pc.c14{
    top: 49px;
    left: -1px;
    background: url("../images/modul4/certificat/14.png") 0 0 no-repeat;
    width: 137px;
    height: 122px;
}
.empty_puzle .pc.c15{
    top: 115px;
    right: 434px;
    background: url("../images/modul4/certificat/15.png") 0 0 no-repeat;
    width: 120px;
    height: 141px;
}
.empty_puzle .pc.c16{
    top: 138px;
    left: -3px;
    background: url("../images/modul4/certificat/16.png") 0 0 no-repeat;
    width: 108px;
    height: 119px;
}
.empty_puzle .pc.c16 span{
    position: relative;
    top: 28px;
    right: 15px;
}

.empty_puzle .pc  > img{
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.empty_puzle .pc.empty{
    background: transparent;
}
.empty_puzle .pc.empty span{
    display: inline-block;
}

.game_certificat .part{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.game_certificat .part.active{
    top: -10px;
}

.bolditalic{
    font-style: italic;
    font-weight: 900;
}
.text_underline{
    text-decoration: underline;
}


#sidebar{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translatex(-410px);
    -moz-transform: translatex(-410px);
    -ms-transform: translatex(-410px);
    -o-transform: translatex(-410px);
    transform: translatex(-410px);
    background: rgba(0,0,0, 0);
}

#sidebar:hover{
    -webkit-transform: translatex(-50px);
    -moz-transform: translatex(-50px);
    -ms-transform: translatex(-50px);
    -o-transform: translatex(-50px);
    transform: translatex(-50px);
    background: rgba(0,0,0, .75);
    width: 490px;
}

#sidebar .wrapper{
    position: absolute;
    width: auto;
    z-index: 2;
    top: 50%;
    left: -28px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sidebar .wrapper .item{
    width: 497px;
    height: 60px;
    background: url("../images/menu-item.png") 80% 50% no-repeat;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: table;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: .3;
}
#sidebar:hover .wrapper .item{
    opacity: .75;
}
#sidebar .wrapper .item:hover,
#sidebar .wrapper .item.active{
    opacity: 1;
}

#sidebar .wrapper .item.active{
    border: 2px solid #00D890;
    border-radius: 200px;
}

#sidebar .wrapper .item > *{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 60px;
}
#sidebar .wrapper .item a{
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 65px 0 40px;
    position: relative;
    right: -70px;
    z-index: 4;
    max-height: 58px;
    overflow: hidden;
}

#sidebar .wrapper .item a > small{
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

#sidebar .wrapper .item .number{
    width: 69px;
    color: #000;
    font-size: 35px;
    padding-right: 10px;
}
#sidebar .wrapper .item .number span{
    float: right;
    display: inline-block;
    margin-right: 16px;
}



.papirus_gray{
    width: 770px;
    min-height: 1491px;
    background: url("../images/modul1/papirus1.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 100px 100px 50px 100px;
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    color: #111;
}

.papirus_gray .heading{
    padding-bottom: 40px;
    margin-top: 35px;
    text-align: center;
}
.papirus_gray .heading h2{
    color: #95897B;
    text-transform: uppercase;
    font-size: 30px;
}
.papirus_gray .subheading{
    text-align: center;
}
.papirus_gray .subheading h3{
    text-align: center;
    font-family: 'Allura', cursive;
    font-size: 35px;
    line-height: 1.2em;
    color: #000;
    margin: 20px 0 40px 0;
    display: inline-block;
    padding: 0 20px;
    border-bottom: 1px solid #C7BFB5;
}

.group_table{
    background: url("../images/group-table.png") 0 0 no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    position: relative;
    width: 659px;
    min-height: 351px;
    margin: 0 auto;
    padding: 0 150px 100px 150px;
}

.group_table::before, .group_table::after{
    content: " ";
    display: inline-block;
    position: absolute;
}

.group_table::before{
    background: url("../images/table-items-bottom.png") 0 0 no-repeat;
    width: 111px;
    height: 53px;
    left: 44%;
    bottom: 30px;
}
.group_table::after{
    background: url("../images/table-items-right.png") 0 0 no-repeat;
    width: 121px;
    height: 229px;
    right: 30px;
    bottom: 170px;
}


.group_table .heading{
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    padding-top: 60px;
}

.group_table .content{
    position: relative;
}

.group_table .content p{
    position: relative;
    font-size: 17px;
}
.group_table .content p .badge_number{
    position: absolute;
    top: -10px;
    left: -90px;
    background: url("../images/numbadge.png") 0 0 no-repeat;
    width: 85px;
    height: 86px;
    display: table;
    text-align: right;
    font-size: 40px;
    text-transform: uppercase;
}
.group_table .content p .badge_number > span{
    display: table-cell;
    vertical-align: bottom;
    padding: 0 20px 23px 0;
}

.group_table .heading h2{
    font-family: 'quagentregularregular', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #9E9791;
    position: relative;
    display: inline-block;
}
.group_table .heading h2::before, .group_table .heading h2::after{
    position: absolute;
    display: inline-block;
    top: -10px;
    content: " ";
}
.group_table .heading h2::before{
    background: url("../images/group-heading-left.png") 0 0 no-repeat;
    width: 107px;
    height: 59px;
    left: -130px;
}
.group_table .heading h2::after{
    background: url("../images/group-heading-right.png") 0 0 no-repeat;
    width: 107px;
    height: 59px;
    right: -130px;
}

.graf1{
    background: url("../images/modul1/g1.png") 0 0 no-repeat;
    width: 343px;
    height: 264px;
    position: relative;
    text-align: center;
}
.graf1 p{
    padding: 0;
    font-size: 13px;
    line-height: 1.2em;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 90%;
}

.drag_ice{
    position: relative;
    display: table;
    margin: 0 auto;
}

.drag_ice .item{
    background: url("../images/modul1/ice.png") 0 0 no-repeat;
    width: 242px;
    height: 432px;
    position: relative;
    margin: 0 auto;
}

.drag_ice .item .cover{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255, .5);
    border-radius: 5px;
}
.drag_ice .item.open .cover{
    display: table;
}

.drag_ice .item .cover > span{
    display: table-cell;
    vertical-align: middle;
}
.drag_ice .item .cover  img{
    margin-top: 80px;
}

.drag_ice .item h2{
    font-family: 'Allura', cursive;
    font-size: 27px;
    text-align: center;
    line-height: 1em;
    padding-top: 38px;
    margin-bottom: 34px;
    height: 54px;
}

.ice_book{
    position: relative;
    display: table;
    margin: 0 auto;
}

.ice_book .item{
    display: table-cell;
    vertical-align: middle;
    width: 348px;
    height: 466px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
    z-index: 1;
}

.ice_book .item > a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.ice_book .item:hover{
    opacity: .7;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.ice_book .item.i1{
    background: url("../images/modul1/b1.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ice_book .item.i2{
    background: url("../images/modul1/b2.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ice_book .item.i3{
    background: url("../images/modul1/b3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.ice_book .item.i4{
    background: url("../images/modul2/book1.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ice_book .item.i5{
    background: url("../images/modul2/book2.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ice_book .item.i6{
    background: url("../images/modul2/book3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ice_book .item.i7{
    background: url("../images/modul2/book7.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ice_book .item.i8{
    background: url("../images/modul3/dec.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 348px;
    height: 466px;
}
.ice_book .item.i9{
    background: url("../images/modul4/book9.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 348px;
    height: 466px;
}
.ice_book .item.i10{
    background: url("../images/modul5/book10.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 348px;
    height: 466px;
}
.ice_book .item.i11{
    background: url("../images/modul6/book1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 348px;
    height: 466px;
}
.ice_book .item.i12{
    background: url("../images/modul6/book21.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 348px;
    height: 466px;
}
.ice_book .item.i13{
    background: url("../images/modul6/book3.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 348px;
    height: 466px;
}


.ice_learn{
    position: relative;
    display: table;
    margin: 0 auto;
    background: url("../images/modul1/ice-book.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1100px;
    height: 752px;
    overflow: hidden;
}

.ice_learn.small{
    width: 540px;
    background-size: auto;
}

.ice_learn.big{
    background: url("../images/glace1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1208px;
    height: 755px;
}

.ice_learn.big2{
    background: url("../images/glace2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1213px;
    height: 752px;
}

.ice_tabs .item{
    background: url("../images/modul2/ice-element.png") 0 0 no-repeat;
    width: 505px;
    height: 712px;
    position: relative;
    padding: 20px;
    display: table;
}
.ice_tabs .item > div {
    display: table-cell;
    vertical-align: middle;
}
.ice_tabs .item.first::before{
    display: none;
    background: url("../images/icons/icon-audio.png") 0 0 no-repeat;
    width: 86px;
    height: 62px;
    position: absolute;
    top:0;
    right: 30px;
    content: " ";
}
.ice_tabs .item.first.active::before{
    background: url("../images/icons/icon-audio-acive.png") 0 0 no-repeat;
}
.ice_tabs .item .audio_links{
    position: absolute;
    top: 0;
    right: 60px;
}

.ice_tabs .item.second{
    margin-left: 120px;
}

.ice_tabs .item h3{
    font-family: 'Allura', cursive;
    font-size: 40px;
    margin: 0 0 30px 0;
    line-height: 1em;
    padding: 0 40px;
}
.ice_tabs .item p:not(.ice_tabs_num){
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: justify;
    padding: 10px 40px;
}
.ice_tabs .item h3 span{
    font-family: 'Caudex', sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 1.4em;
}

.ice_tabs_num{
    position: absolute;
    top: 25px;
    left: calc(100% - 12px);
    width: 30px;
    display: block;
}

.ice_tabs_num a{
    display: table;
    width: 77px;
    height: 73px;
    padding: 0;
    margin: 0 0 5px 0;
    text-decoration: none;
    background: url("../images/modul2/ice-num.png") center center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ice_tabs_num a:hover, .ice_tabs_num a.active{
    text-decoration: none;
    opacity: .6;
}
.ice_tabs_num a span{
    display: table-cell;
    vertical-align: middle;
    font-size: 23px;
    letter-spacing: -2px;
    line-height: 1em;
    text-transform: uppercase;
    color: #8BACC1;
    text-align: center;
}

.ice_learn.big2::before{
    display: none;
}

.ice_learn.big2 .file_left{
    margin-left: 40px;
    width: 470px;
    margin-top: 150px;
}
.ice_learn.big2 .file_right{
    margin-right: 80px!important;
    width: 470px!important;
    margin-top: 150px;
}

.ice_learn.big .file_left{
    width: 658px!important;
}
.ice_learn.big .audio_links.a1{
    position: absolute;
    top:0;
    left: 460px;
}

.ice_learn.big .audio_links.a2{
    position: absolute;
    top:0;
    right: 60px;
}

.ice_learn.big .file_right{
    width: 476px!important;
}

.ice_learn.clean::before{
    display: none;
}

.ice_learn .file_left{
    float: left;
    width: 440px;
    padding: 0 0 10px 0;
    margin-top: 50px;
    margin-left: 30px;
}
.ice_learn .file_left .audio_links:not(.a2){
    position: absolute;
    top: 0;
    left: 400px;
}
.ice_learn .file_right{
    float: right;
    width: 440px;
    padding: 0 20px 10px 0;
    margin-top: 50px;
    margin-right: 20px;
}

.ice_learn .item h3{
    font-family: 'Allura', cursive;
    font-size: 40px;
    margin: 0 0 22px 0;
    line-height: 1em;
}

.ice_learn .item h3 span{
    font-family: 'Caudex', sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 1.4em;
}

.ice_learn .item p{
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: justify;
}

.ice_learn.small_text p{
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
}

.papirus1{
    position: relative;
    background: url("../images/modul1/pp1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 830px;
    min-height: 433px;
    display: table;
    margin: 0 auto;
}

.papirus1.p3{
    background: url("../images/modul1/papirus3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.papirus1 .x1{
    position: absolute;
    top: 155px;
    left: 58px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.papirus1 .x1 span, .papirus1 .x2 span, .papirus1 .x3 span{
    display: block;
    padding: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #3F641E;
}
.papirus1 .x2{
    position: absolute;
    top: 155px;
    left: 320px;
    text-align: center;
    margin: 0;
}
.papirus1 .x3{
    position: absolute;
    top: 155px;
    right: 65px;
    text-align: center;
    margin: 0;
}

.papirus2{
    position: relative;
    background: url("../images/modul1/pp2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 831px;
    min-height: 721px;
    padding-bottom: 40px;
    display: table;
    margin: 0 auto;
}

.papirus2 .x1{
    position: absolute;
    top: 155px;
    left: 58px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.papirus2 .x1 span, .papirus2 .x2 span, .papirus2 .x3 span{
    display: block;
    padding: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #3F641E;
}
.papirus2 .x2{
    position: absolute;
    top: 155px;
    left: 320px;
    text-align: center;
    margin: 0;
}
.papirus2 .x3{
    position: absolute;
    top: 155px;
    right: 65px;
    text-align: center;
    margin: 0;
}


.learn_slider{
    position: relative;
}
.learn_slider_m3{
    position: relative;
}
.learn_slider .item{
    display: table;
    width: 485px;
    height: 822px;
}
.learn_slider_m3 .item{
    display: table;
    width: 580px;
    height: 808px;
}
.learn_slider .item .inner{
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}
.learn_slider_m3 .item .inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.learn_slider .item.s1{

}

.learn_slider .item .inner .title{
    padding: 0 45px;
    text-align: center;
}

.learn_slider_m3 .item .content{
    font-size: 15px;
    line-height: 1.3em;
    color: #111;
}
.learn_slider_m3 .item.left{
    background: url("../images/modul3/carousel/p-left.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.learn_slider_m3 .item.right{
    background: url("../images/modul3/carousel/p-right.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.learn_slider_m3 .item .s2_content{
    position: absolute;
    width: 210px;
    height: 140px;
    bottom: 15px;
    left: 50px;
    font-size: 14px;
    line-height: 1.5em;
}
.learn_slider_m3 .item .s2_content span, .learn_slider_m3 .item .s3_content span{
    font-family: 'Allura', cursive;
    font-size: 45px;
    display: inline-block;
}
.learn_slider_m3 .item .s3_content{
    position: absolute;
    width: 210px;
    height: 140px;
    bottom: 15px;
    left: 312px;
    font-size: 15px;
    line-height: 1.5em;
}

.learn_slider_m3 .item .inner .title{
    text-align: center;
}
.learn_slider_m3 .item .inner .title h2{
    font-family: 'Fog', serif;
    font-size: 35px;
    color: #000;
    line-height: 1.1em;
    margin: 0;
    text-transform: uppercase;
}

.learn_slider_m3 .item .inner .title span{
    font-size: 13px;
    color: #000;
    line-height: 1.1em;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}


.learn_slider .item .inner .title h2{
    font-family: 'Allura', cursive;
    font-size: 45px;
    color: #000;
    line-height: 1em;
    margin: 0;
}
.learn_slider .item .inner .title span{
    font-size: 13px;
    color: #000;
    line-height: 1.1em;
    display: block;
    margin-top: 10px;
}

.learn_slider .item .inner .content{
    padding: 0 45px;
    margin-bottom: 50px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
}
.learn_slider .item .inner .content .tooltip{
    border-bottom: 1px dotted #111;
}
.learn_slider .item .p1{
    background: url("../images/modul1/carousel/p1.png") 0 100% no-repeat;
    width: 463px;
    height: 715px;
}
.learn_slider .item .inner.p1 .title{
    margin-bottom: 130px;
}
.learn_slider .item .p2{
    background: url("../images/modul1/carousel/p2.png") 0 100% no-repeat;
    width: 459px;
    height: 703px;
}
.learn_slider .item .p3{
    background: url("../images/modul1/carousel/p3.png") 0 100% no-repeat;
    width: 457px;
    height: 783px;
}
.learn_slider .item .p4{
    background: url("../images/modul1/carousel/p4.png") 0 100% no-repeat;
    width: 459px;
    height: 712px;
}
.learn_slider .item .p5{
    background: url("../images/modul1/carousel/p5.png") 0 100% no-repeat;
    width: 457px;
    height: 776px;
}
.learn_slider .item .p6{
    background: url("../images/modul1/carousel/p6.png") 0 100% no-repeat;
    width: 457px;
    height: 817px;
}
.learn_slider .item .p7{
    background: url("../images/modul1/carousel/p7.png") 0 100% no-repeat;
    width: 459px;
    height: 805px;
}
.learn_slider .item .p8{
    background: url("../images/modul1/carousel/p8.png") 0 100% no-repeat;
    width: 462px;
    height: 786px;
}
.learn_slider .item .p9{
    background: url("../images/modul1/carousel/p9.png") 0 100% no-repeat;
    width: 458px;
    height: 601px;
}

.empty_places{
    width: 1192px;
    height: 956px;
    position: relative;
    background: url("../images/modul2/modul2-i1.png") 0 0 no-repeat;
    transform-origin: top left;
    transform: scale(.9);
}

.empty_places .head{
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 270px;
    width: 645px;
}
.empty_places .head span{
    font-family: 'Allura', cursive;
    font-size: 26px;
}

.sublearn{
    position: absolute;
    #border: 1px solid red;
    font-size: 14px;
    line-height: 1.3em;
    color: #111;
}

.sublearn.s1{
    top:238px;
    left: 17px;
    width: 368px;
}

.sublearn.s2{
    top: 287px;
    left: 411px;
    width: 368px;
}
.sublearn.s3{
    top: 194px;
    right: 27px;
    width: 368px;
}

.sublearn .line{
    position: relative;
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 600;
    background: #D2D4D5;
}

.sublearn .line.green{
    background: #B6CE4F;

}

.sublearn .line.orange{
    background: #FFA642;
}
.sublearn .line.blue{
    background: #66D9FF;
}

.sublearn p{
    padding: 5px 7px;
}

.game_arrows .panel{
    position: relative;
    background: url("../images/modul3/arrows-bg.png") 0 0 no-repeat;
    width: 290px;
    height: 583px;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.game_arrows .middle{
    width: 320px;
}
.game_arrows .table > div:nth-child(2){
    width: 400px;
}
.game_arrows .panel.active{
    background: url("../images/modul3/arrows-bg-active.png") 0 0 no-repeat;
}

.game_arrows .arrow_list{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.game_arrows .char_r{
    background: url("../images/modul3/arrows/r.png") 50% 50% no-repeat;
    width: 98px;
    height: 51px;
    top: 37px;
    left: 100px;
}
.game_arrows .char_o{
    background: url("../images/modul3/arrows/o.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 94px;
    left: 100px;
}
.game_arrows .char_m{
    background: url("../images/modul3/arrows/m.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 152px;
    left: 100px;
}
.game_arrows .char_a{
    background: url("../images/modul3/arrows/a.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 210px;
    left: 100px;
}
.game_arrows .char_n{
    background: url("../images/modul3/arrows/n.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 262px;
    left: 100px;
}
.game_arrows .char_t{
    background: url("../images/modul3/arrows/t.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 324px;
    left: 100px;
}
.game_arrows .char_i{
    background: url("../images/modul3/arrows/i.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 378px;
    left: 100px
}
.game_arrows .char_s{
    background: url("../images/modul3/arrows/s.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 432px;
    left: 100px;
}
.game_arrows .char_m2{
    background: url("../images/modul3/arrows/m.png") 50% 50% no-repeat;
    width: 98px;
    height: 46px;
    top: 490px;
    left: 100px;
}

.arrow_list{
    display: inline-block;
    padding: 0;
    margin:  0;
    float: none;
    position: absolute;
    cursor: pointer;
}
.arrow_list .arrow_item{
    display: none;
}

.arrow_item{
    display: block;
    position: relative;
    width: 223px;
    height: 112px;
    background: transparent;
    border: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 60px;
}

.arrow_item span{
    background: transparent;
    border: 0;
    padding: 0;
}

.arrow_item:hover{
    cursor: pointer;
}

.arrow_item.i1{
    background: url("../images/modul3/p1.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i1{
    background: url("../images/modul3/p1h.png") 0 0 no-repeat;
    top: -60px;
    left: -248px;
    animation: none;
}

.arrow_item.i2{
    background: url("../images/modul3/p2.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i2{
    background: url("../images/modul3/p2h.png") 0 0 no-repeat;
    top: -20px;
    left: -236px;
    animation: none;
}
.arrow_item.i3{
    background: url("../images/modul3/p3.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i3{
    background: url("../images/modul3/p3h.png") 0 0 no-repeat;
    top: 0;
    left: 30px;
    animation: none;
}

.arrow_item.i4{
    background: url("../images/modul3/p4.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i4{
    background: url("../images/modul3/p4h.png") 0 0 no-repeat;
    top: -50px;
    left: 42px;
    animation: none;
}

.arrow_item.i5{
    background: url("../images/modul3/p5.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i5{
    background: url("../images/modul3/p5h.png") 0 0 no-repeat;
    top: -52px;
    left: -254px;
    animation: none;
}

.arrow_item.i6{
    background: url("../images/modul3/p6.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i6{
    background: url("../images/modul3/p6h.png") 0 0 no-repeat;
    top: -9px;
    left: -229px;
    animation: none;
}

.arrow_item.i7{
    background: url("../images/modul3/p7.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i7{
    background: url("../images/modul3/p7h.png") 0 0 no-repeat;
    top: -16px;
    left: -226px;
    animation: none;
}

.arrow_item.i8{
    background: url("../images/modul3/p8.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i8{
    background: url("../images/modul3/p8h.png") 0 0 no-repeat;
    top: -68px;
    left: 28px;
    animation: none;
}

.arrow_item.i9{
    background: url("../images/modul3/p9.png") 0 0 no-repeat;
    width: 197px;
    height: 110px;
}
.arrow_list .arrow_item.i9{
    background: url("../images/modul3/p9h.png") 0 0 no-repeat;
    top: -8px;
    left: 33px;
    animation: none;
}

.arrow_item.active{
    animation: pulse .7s ease infinite;
    display: block;
}

.char_r:hover, .char_r.active{
    background: url("../images/modul3/arrows/r2.png") 50% 50% no-repeat;
}
.char_o:hover, .char_o.active{
    background: url("../images/modul3/arrows/o2.png") 50% 50% no-repeat;
}
.char_m:hover, .char_m.active{
    background: url("../images/modul3/arrows/m2.png") 50% 50% no-repeat;
}
.char_a:hover, .char_a.active{
    background: url("../images/modul3/arrows/a2.png") 50% 50% no-repeat;
}
.char_n:hover, .char_n.active{
    background: url("../images/modul3/arrows/n2.png") 50% 50% no-repeat;
}
.char_t:hover, .char_t.active{
    background: url("../images/modul3/arrows/t2.png") 50% 50% no-repeat;
}
.char_i:hover, .char_i.active{
    background: url("../images/modul3/arrows/i2.png") 50% 50% no-repeat;
}
.char_s:hover, .char_s.active{
    background: url("../images/modul3/arrows/s2.png") 50% 50% no-repeat;
}
.char_m2:hover, .char_m2.active{
    background: url("../images/modul3/arrows/m2.png") 50% 50% no-repeat;
}

.scroll_pap{
    background: url("../images/modul2/base-papirus1.png") 0 0 no-repeat;
    width: 1014px;
    height: 1107px;
    margin: 0 auto;
    position: relative;
}
.scroll_pap > div{
    position: absolute;
    top: 120px;
    left: 90px;
    width: 83%;
    height: 860px;
    overflow-y: auto;
}

.scroll_pap .lead{
    font-family: 'Allura', cursive;
    font-size: 30px;
    line-height: 1.2em;
}

.scroll_pap p{
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: justify;
}

.pattern_box{
    background: url("../images/birds/bg-gray.jpg");
    padding: 18px;
    border-radius: 20px;
    box-shadow: rgba(0,0,0, .5) -1px -1px 6px;
}

.text-blue-dark{
    color: #4B7B95;
}

.game_petry{
    font-size: 16px;
    line-height: 2.1em;
    font-weight: 600;
    color: #000;
}

.game_petry .glace_mini{
    margin-right: 20px!important;
}

.wood_game{
    background: url("../images/modul3/autor/wood_bg.png") 0 0 no-repeat;
    width: 1148px;
    height: 568px;
    margin: 0 auto;
    position: relative;
}

.wood_game .item{
    position: absolute;
    display: block;
    width: 200px;
    height: 198px;
}

.wood_game .item ul{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wood_game ul li{
    margin: 0!important;
}

.wood_game .item.n1{
    top: 55px;
    left: 40px;
}
.wood_game .item.n2{
    top: 55px;
    left: 259px;
}
.wood_game .item.n3{
    top: 55px;
    left: 479px;
}
.wood_game .item.n4{
    top: 55px;
    right: 247px;
}
.wood_game .item.n5{
    top: 55px;
    right: 27px;
}
.wood_game .item.n6{
    bottom: 45px;
    left: 38px;
}
.wood_game .item.n7{
    bottom: 45px;
    left: 259px;
}
.wood_game .item.n8{
    bottom: 45px;
    left: 479px;
}
.wood_game .item.n9{
    bottom: 45px;
    left: 700px;
}
.wood_game .item.n10{
    bottom: 45px;
    right: 27px;
}

.light_wrapper{
    background: url("../images/modul3/autor/light-bar.png") 0 0 no-repeat;
    width: 902px;
    height: 510px;
    position: relative;
}

.gs_item{
    background: url("../images/modul3/glace-short.png") 0 0 no-repeat;
    width: 387px;
    height: 720px;
    position: relative;
    padding: 20px;
}
.gs_item:first-child::before{
    content: " ";
    position: absolute;
    top: 5px;
    right: 80px;
    background: url(../images/modul1/icon-audio.png) 0 0 no-repeat;
    width: 79px;
    height: 52px;
}
.gs_item p{
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: justify;
    display: table;
    margin: 0 auto;
}
.glace_heading{
    font-family: 'Allura', cursive;
    font-size: 40px;
    margin: 0 0 30px 0;
    line-height: 1em;
}
.glace_heading span{
    font-family: 'Caudex', sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 1.4em;
}

.game_bar{
    background: url("../images/modul3/triangles/bg.png") 0 0 no-repeat;
    position: relative;
    width: 825px;
    height: 684px;
    display: table;
    margin: 0 auto;
}
.game_bar .left{
    position: relative;
    float: left;
    width: 172px;
    height: 548px;
    top: 65px;
    left: 64px;
}
.game_bar .right{
    position: relative;
    float: left;
    width: 518px;
    height: 548px;
    top: 65px;
    left: 64px;
}

.game_bar .table{
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.game_bar .gt1{
    height: 42px;
}
.game_bar .gt2{
    height: 58px;
}
.game_bar .gt3{
    height: 50px;
}
.game_bar .gt4{
    height: 54px;
}
.game_bar .gt5{
    height: 43px;
}
.game_bar .gt6{
    height: 55px;
}
.game_bar .gt7{
    height: 50px;
}
.game_bar .gt8{
    height: 54px;
}
.game_bar .gt9{
    height: 47px;
}
.game_bar .gt10{
    height: 50px;
}
.game_bar .gt11{
    height: 58px;
}

.ml100{
    margin-left: 100px !important;
}

.game_rocks{
    position: relative;
    background: url("../images/modul3/rocks/bg.png") 0 0 no-repeat;
    width: 863px;
    height: 412px;
    margin: 0 auto;
}

.peisage.module4{
    background: url("../images/modul4/dex/peisage.png") 0 0 no-repeat;
    position: relative;
    width: 1035px;
    height: 912px;
    padding: 80px;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
}

.peisage .peisage_title{
    position: absolute;
    top: 10px;
    left: 509px;
    display: inline-block;

    text-transform: uppercase;
}
.peisage .peisage_title h3{
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #111;
}

.glace_medium{
    position: relative;
    background: url("../images/modul4/glace-medium.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 35px;
    min-width: 300px;
    min-height: 180px;
}
.glace_medium h3{
    font-family: 'Allura', cursive;
    font-size: 36px;
    color: #111;
    line-height: 1.3em;
}

.glace_num{
    background: url("../images/modul4/glace-num.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: table;
    height: auto;
    min-width: 100px;
    padding: 50px 10px;
    font-size: 15px;
}
.glace_num > div{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.glace_num > div span{
    text-transform: uppercase;
}

.glace_num:not(.last){
    position: relative;
    margin-right: 25px;
}
.glace_num:not(.last)::before{
    content: " ";
    display: inline-block;
    background: url("../images/modul4/glace-arrow.png") 0 0 no-repeat;
    width: 21px;
    height: 36px;
    position: absolute;
    top:50%;
    margin-top: -18px;
    left: 100%;
}

.conceputual_map{
    background: url("../images/harta-realism.png") 0 0 no-repeat;
    width: 1201px;
    height: 1061px;
    position: relative;
    margin-left: 50px;
}
.conceputual_map > div{
    position: absolute;
    line-height: 1.5em;
    font-weight: 600;
    color: #111;
    font-size: 16px;
}
.conceputual_map > div p{
    position: relative;
    margin: 0;
    padding: 2px;
}
.conceputual_map .arrows p::before{
    content: " ";
    background: url("../images/modul4/blue-arrow.png") 0 0 no-repeat;
    width: 9px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: -11px;
}
.conceputual_map > div  span{
    font-size: 17px;
    display: inline-block;
    margin-top: 10px;
    color: #111;
    font-weight: 900;
}
.conceputual_map .t1{
    top: 168px;
    left: 40px;
    width: 428px;
    height: 172px;
}
.conceputual_map .t2{
    top: 470px;
    left: 100px;
    width: 428px;
    height: 99px;
}
.conceputual_map .t3{
    top: 702px;
    left: 60px;
    width: 428px;
    height: 99px;
}
.conceputual_map .t4{
    top: 138px;
    left: 538px;
    width: 428px;
    height: 99px;
}
.conceputual_map .t5{
    top: 256px;
    right: 80px;
    width: 320px;
    height: 110px;
}
.conceputual_map .t6{
    top: 540px;
    right: 19px;
    width: 425px;
}
.conceputual_map .t7{
    top: 825px;
    right: 25px;
    width: 486px;
}

.glace_slider{
    position: relative;
}

.glace_slider .item{
    background: url("../images/modul4/glace.png") 0 0 no-repeat;
    width: 482px;
    min-height: 690px;
    padding: 22px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    display: table;
    background-size: 100% 100%;
}

.glace_slider .item .inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.glace_slider .item .title{
    text-align: center;
    padding-top: 30px;
}
.glace_slider .item .title h3{
    font-size: 36px;
    font-family: 'Fog', serif;
    line-height: 1.2em;
}
.glace_slider .item .title span{
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.glace_slider .item  h4.blue{
    color: #6589A0;
    font-size: 15px;
    text-transform: uppercase;
}

.glace_3d{
    background: url("../images/modul4/3d-glace.png") 0 0 no-repeat;
    width: 1186px;
    height: 840px;
    position: relative;
}

.glace_ball{
    background: url("../images/modul4/glace-ball.png") 0 0 no-repeat;
    width: 78px;
    height: 74px;
    position: relative;
    display: table;
}

.glace_ball > span{
    display: table-cell;
    vertical-align: middle;text-align: center;
    color: #111;
    font-size: 38px;
    line-height: 1em;
    font-family: 'Allura', cursive;
}

.glace_3d .inner p{
    position: absolute;
}

.glace_3d .t1{
    top: 175px;
    left: 500px;
}
.glace_3d .t2{
    top: 254px;
    left: 486px;
}
.glace_3d .t3{
    top: 342px;
    left: 486px;
}
.glace_3d .t4{
    top: 462px;
    left: 486px;
}
.glace_3d .t5{
    top: 555px;
    left: 486px;
}
.glace_3d .t6{
    top: 666px;
    left: 486px;
}

.gplace{
    position: relative;
    background: url("../images/modul4/gplace/bg.png") 0 0 no-repeat;
    width: 1098px;
    height: 769px;
    margin: 0 auto;
}

.gplace .item{
    position: absolute;
    #border: 1px solid red;
    display: table;
}
.gplace .item, .gplace .item *{
    user-select: none;
}

.gplace .item > div {
    display: table-cell;
    vertical-align: bottom;
    font-size: 13px;
    line-height: 1.2em;
    color: #111;
    text-align: center;
}

.gplace .item .title{
    display: block;
    margin-bottom: 10px;
    font-family: 'Allura', cursive;
    font-size: 26px;
    text-align: center;
}

.gplace .g1{
    top: 47px;
    left: 44px;
    width: 179px;
    height: 280px;
}
.gplace .g2{
    top: 47px;
    left: 252px;
    width: 179px;
    height: 326px;
}
.gplace .g3{
    top: 47px;
    left: 458px;
    width: 179px;
    height: 306px;
}
.gplace .g4{
    top: 47px;
    left: 664px;
    width: 179px;
    height: 320px;
}
.gplace .g5{
    top: 47px;
    right: 47px;
    width: 179px;
    height: 306px;
}
.gplace .g6{
    top: 396px;
    left: 44px;
    width: 179px;
    height: 270px;
}
.gplace .g7{
    top: 396px;
    left: 252px;
    width: 179px;
    height: 270px;
}
.gplace .g8{
    top: 396px;
    left: 458px;
    width: 179px;
    height: 270px;
}
.gplace .g9{
    top: 396px;
    left: 664px;
    width: 179px;
    height: 270px;
}
.gplace .g10{
    top: 396px;
    right: 47px;
    width: 179px;
    height: 328px;
}


ul.glist li{
    margin-left: 95px!important;
}

.gfon{
    position: relative;
    padding: 12px;
    width: 226px;
    height: 229px;
}

.gfon h4{
    font-family: 'Allura', cursive;
    font-size: 25px;
    line-height: 1.1em;
    text-align: center;
    color: #111;
    margin-top: 10px;
}

.gfon.blue{
    background: url("../images/modul4/fon-blue.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.gfon.green{
    background: url("../images/modul4/fon-green.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.gfon.violet{
    background: url("../images/modul4/fon-violet.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.gfon .gmini{
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 4px;
}

.gfon .gmini.blue{
    border: 2px solid #7EA2B3;
    background: #C2CED2;
}
.gfon .gmini.green{
    border: 2px solid #8FDEC9;
    background: #CFDCD2;
}
.gfon .gmini.violet{
    border: 2px solid #A19BD9;
    background: #D4D5E2;
}

.earth_bg{
    background: url("../images/modul4/earth.png") 0 0 no-repeat;
    position: relative;
    width: 1316px;
    height: 1617px;
    display: table;
    margin: 0 auto;
}

.earth_bg .inner{
    display: table-cell;
    vertical-align: middle;
    padding: 100px 250px;
}

.earth_bg .inner .title{
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.earth_bg .inner .title h3{
    font-family: 'Fog', serif;
    font-size: 65px;
    text-transform: uppercase;
    color: #fff;
}
.earth_bg .inner .title span{
    font-size: 15px;
}
.earth_bg .inner .title p{
    font-size: 32px;
}

.earth_bg .inner .content{
    color: #fff;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
}

.tree_badge{
    display: block;
    position: relative;
    bottom: -56px;
    font-family: 'Allura', cursive;
    font-size: 25px;
    color: #111;
    line-height: 1.1em;
}

.tree_badge img{
    display: block;
}

.m4_piramide{
    background: url("../images/modul4/piramide.png") 0 0 no-repeat;
    position: relative;
    width: 331px;
    height: 221px;
}
.m4_piramide .item{
    font-size: 15px;
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
    position: absolute;
}

.m4_piramide .p1{
    top: 64px;
    right: 78px;
}
.m4_piramide .p2{
    top: 112px;
    right: 78px;
}
.m4_piramide .p3{
    top: 164px;
    right: 78px;
}

.game_strats{
    position: relative;
    margin-top: 80px;
}

.game_strats .items{
    padding-right: 150px;
    min-width: 455px;
}
.game_strats .place{
    background: url("../images/modul4/strats/vas.png") 0 100% no-repeat;
    width: 324px;
    height: 600px;
    position: relative;
}
.game_strats .place .inner{
    padding: 0 0 7px 0;
    position: relative;
}

.game_strats .place .inner.active .flora{
    background: url(../images/modul4/strats/plants.png) 0 0 no-repeat;
    position: absolute;
    top: -106px;
    left: 9px;
    width: 309px;
    height: 112px;
}
.game_strats .place .inner.active .flora.active{
    display: block;
}
.m5_map{
    position: relative;
    background: url("../images/harta-interbelica.png") 0 0 no-repeat;
    width: 1246px;
    height: 1444px;
    margin-left: 0;
}

.m5_map .head{
    position: absolute;
    top: 0;
    left: 148px;
    width: 925px;
    overflow: hidden;
    text-align: center;
}
.m5_map .head h3{
    font-weight: bold;
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    line-height: 2.2em;
}

.m5_map .item{
    position: absolute;
    font-size: 17px;
    line-height: 1.4;
}

.m5_map .item.m1{
    top: 170px;
    left: 95px;
    width: 1020px;
}
.m5_map .item.m2{
    top: 430px;
    left: 26px;
    width: 416px;
}
.m5_map .item.m3{
    top: 820px;
    left: 690px;
    width: 292px;
}

.m5_map .item.m4{
    top: 468px;
    left: 542px;
    width: 292px;
    font-family: 'Allura', cursive;
    font-size: 28px;
}

.m5_map .item.m5{
    top: 466px;
    right: 94px;
}

.m5_map .item.m6{
    top: 610px;
    right: 76px;
    font-family: 'Allura', cursive;
    font-size: 24px;
    text-align: center;
    line-height: 1em;
}

.m5_map .item.m7{
    top: 490px;
    right: 80px;
    width: 440px;
}

.m5_map .item.m8{
    bottom: 30px;
    left: 320px;
    width: 245px;
}

.m5_map .item.m9{
    bottom: 50px;
    left: 620px;
    width: 245px;
}

.pap{
    background: url("../images/modul5/pap.png") 0 0 no-repeat;
    width: 764px;
    height: 812px;
    display: table;
    padding: 0;
    margin: 0 auto;
}
.pap .inner{
    display: table-cell;
    vertical-align: middle;
}
.pap .title{
    text-align: center;
}
.pap .title h3{
    font-family: 'Fog', serif;
    font-size: 30px;
    line-height: 1.2em;
}
.pap .title span{
    display: inline-block;line-height: 1.3em;
    font-size: 17px;
}

.pap .content{
    font-family: "Caudex", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

.game_strats .right{
    position: relative;
    z-index: 1;
}
.game_strats .right::before{
    content: " ";
    display: none;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 1) url("../images/bg_pattern.jpg");
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.game_strats .table > *{
    vertical-align: top;
}

.bios a img{
    max-width: 144px;
}
.interview .image{
    text-align: center;
}

.uk-container{
    margin: 0 auto;
}

.breadcrumb{
    display: table;
    margin: 30px auto;
    padding: 0;
    position: relative;
    z-index: 9;
}
.breadcrumb > *{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
}
.breadcrumb > *:not(:last-child){
    padding-right: 25px;
}
.breadcrumb > div > a{
    display: block;
    height: 35px;
    padding: 0 20px;
    margin: 0;
    line-height: 35px;
    position: relative;
    background: #CFC5BD;
    font-size: 20px;
    color: #111;
    border-radius: 3px;
    font-style: italic;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: Calibri, sans-serif;
}

.breadcrumb > div:last-child a{
    background: #8CC469;
    color: #fff;
}
.breadcrumb  > div:first-child a::before {
    position: absolute;
    top: 1px;
    left: -16px;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #83B863;
}

.breadcrumb a i{
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.breadcrumb a:hover{
    background: #8CC469;
    color: #fff;
    text-decoration: none;
}
.breadcrumb > div:hover a i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.breadcrumb .submenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    max-width: 320px;
    box-shadow: rgba(0,0,0, .3) 0 0 15px 1px;
    background: #fff;
    border-radius: 3px;
}
.breadcrumb > div:hover .submenu{
    display: block;
}
.breadcrumb .submenu a{
    display: block;
    padding: 8px 20px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    background: transparent!important;
    color: #111!important;
    line-height: 1.3;
    height: auto;
    font-weight: bold;
}
.breadcrumb .submenu a:hover{
    background: #eee!important;
}
.breadcrumb .submenu a span{
    display: block;
    text-transform: none;
    font-size: 13px;
}

#module_2 .books .item.book2{
    background: url('../images/modul2/index-papirus.png') top left no-repeat;
    background-size: 100%;
    text-align: center;
    margin-left: -10px;
}
#module_2 .books .item.book2 img{
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 55px;
}
#module_2 .books .item.book2 p{
    padding: 0 35px;
    line-height: 25px;
    font-size: 24px;
    color: #000;
}
#module_2 .books .item.book4{
    background: url(../images/modul2/index-video.png) top left no-repeat;
    background-size: 100%;
}

.books .item.book1 {
    width: 262px;
    height: 368px;
    margin: 0 0 0 -5px;
    background-size: 100% 100%;
}
.books .item.book1 .book_modules li{
    margin-top: 20px;
}

.books .item.book2 {
    width: 286px;
    height: 368px;
    margin: -10px 0 0 -10px;
    background: url(../images/modul3/book2.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.books .item.book3 {
    width: 282px;
    height: 354px;
    margin: 10px 0 0 15px;
    background: url(../images/modul3/book3.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.books .item.book4 {
    width: 248px;
    height: 349px;
    margin: 0 auto;
    background: url(../images/modul3/book4.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.sitemap_boxes{
    position: relative;
    padding: 40px;
}
.sitemap_boxes .sb{
    display: block;
    position: relative;
    padding: 35px;
    background: #8CC469;
    border: 2px solid #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(0,0,0, .3) 1px 3px 5px 0;
}
.sitemap_boxes .sb h3{
    margin: 10px 0 40px 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'Caudex', serif;
}
.sitemap_boxes .sb h4{
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: 'Caudex', serif;
}
.sitemap_boxes .sb p{
    font-size: 17px;
    line-height: 2;
    margin-top: 5px;
    color: #000;
}

.sitemap_boxes .sb a{
    color: #fff;
    display: inline-block;
    line-height: 1.4em;
}
.sitemap_boxes .sb a:hover{
    color: #111;
}

.double_cat{
    position: relative;
    z-index: 1;
    width: 255px;
    height: 346px;
    border: 0;
    overflow: hidden;
    margin-left: 25px;
}
.double_cat::before{
    content: " ";
    display: block;
    width: 300px;
    height: 20px;
    position: absolute;
    z-index: 5;
    top: 41%;
    left: -30px;
    background: url("../images/bg_pattern.jpg");
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;

    box-shadow: inset rgba(0,0,0, .5) 0 0 8px;
}

.double_cat > div{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    border: 1px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.double_cat.module1 > div:first-child{
    background: url("../images/dev/v1-bg.png") 0 100% no-repeat;
}
.double_cat.module2 > div:first-child{
    background: url("../images/dev/v2-bg.png") 0 100% no-repeat;
}
.double_cat.module3 > div:first-child{
    background: url("../images/dev/v3-bg.png") 0 100% no-repeat;
}
.double_cat.module4 > div:first-child{
    background: url("../images/dev/v4-bg.png") 0 100% no-repeat;
}
.double_cat.module5 > div:first-child{
    background: url("../images/dev/v5-bg.png") 0 100% no-repeat;
}
.double_cat.module6 > div:first-child{
    background: url("../images/dev/v6-bg.png") 0 100% no-repeat;
}
.double_cat > div:first-child{
    bottom: -12px;
    height: 69%;
    background-size: 100% auto!important;
}

.double_cat > div:last-child{
    height: 58%;
    top: 0;
    background: url("../images/dev/pi-part.png") -25px -16px no-repeat;
    z-index: 3;
}

.double_cat .cat_project .entry{
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 90px;
}

.double_cat > div .over{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*abut authors*/

.about_desc{
    position: relative;
    padding: 40px;
    background: #DEDDDB;
    color: #111;
    font-size: 18px;
}

.about_desc p,
.about_desc blockquote,
.about_desc ol,
.about_desc ul{
    color: #111;
    font-size: 16px;
    line-height: 1.5;
}


.about_desc .cv_box{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #024690;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0,0,0, .3) 0 0 15px 1px;
    max-height: 400px;
    overflow: hidden;
    padding-bottom: 80px;
}
.about_desc .cv_box > .table{
    width: 100%;
}
.about_desc .cv_box.open{
    max-height: unset;
}
.about_desc .cv_box .opener{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255, .8), #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255, .8), #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255, .8), #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255, .8), #fff); /* Standard syntax */
    text-align: center;
}
.about_desc .cv_box .opener,
.about_desc .cv_box .opener a{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about_desc .cv_box .opener a{
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    background: #3B7FE4;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 205px;
}

.about_desc .cv_box .opener a span:first-child{
    display: inline-block;
}

.about_desc .cv_box .opener a span:last-child{
    display: none;
}

.about_desc .cv_box.open .opener a span:last-child{
    display: inline-block;
}
.about_desc .cv_box.open .opener a span:first-child{
    display: none;
}
.about_desc .cv_box.open .opener a i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about_desc .cv_box .cv_image{
    width: 200px;
    padding: 10px;
}
.about_desc .cv_box .cv_image img{
    border-radius: 5px;
    box-shadow: rgba(0,0,0, .3) 3px 4px 10px 0;
}
.about_desc .cv_box .cv_entry {
    padding: 15px 20px;
    position: relative;
}
.about_desc .cv_box .cv_entry h3 {
    text-align: center;
    font-family: 'Allura', sans-serif;
    font-size: 40px;
}
.about_desc .cv_box .cv_entry p {}

.about_desc .cv_box .cv_short_title {
    margin: 20px 0;
}

.about_desc .cv_divider {
    background: url("../images/h-separator.png") 50% 50% no-repeat;
    padding: 20px 0;
}

.about_desc .cv_heading{
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
}
.about_desc .cv_heading h2{
    font-family: 'Caudex', serif;
    font-size: 30px;
    text-transform: uppercase;
}

/*abut authors*/