@font-face {
    font-family: "PT Sans Narrow";
    src: url("../fonts/pt-sans-narrow-regular.woff");
}

@font-face {
    font-family: "PT Sans Narrow";
    font-weight: bold;
    src: url("../fonts/pt-sans-narrow-bold.woff");
}

/*
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
*/

body {
    color: #333;
    font-size: 10px;
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    margin: 2em;
    background: #eee;
}

img,
a img {
    border: none;
}

.page {
    width: 94em;
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
    background: #fafafa;
}

.page-header {
    padding: 1em 2em;
    overflow: hidden;
}

.page-header .educaixa,
.page-header .resource {
    display: block;
}

.page-header .educaixa {
    float: left;
}

.page-header .resource {
    float: right;
}

.page-header .title {
    color: #245f7c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 0.6em;
}

.page-content {
    position: relative;
    background: url("../images/body-background.png");
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page-footer {
    padding: 1.5em;
}

.page-footer img {
    display: block;
    margin: 0 auto;
}





.header-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: url("../images/header-gradient.png") repeat-x left top;
    z-index: 0;
}

.main {
    width: 92em;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    height: 58em;
}

p {
    margin: 0;
}

h1,
h2 {
    margin: 0;
}

/* Homepage layout
----------------------------------------------------------------------------- */
#index .main {
    width: 90em;
}

#index .page_title {
    margin-bottom: 0.5em;
}

#index .page_title img {
    margin-top: 1em;
}

#index .decoration-image {
    position: absolute;
    left: 0;
    top: 15em;
    z-index: 5;
}

#index .text-area {
    background: #efcd84;
    border: 1px solid #999;
    margin-left: 25.5em;
    margin-right: 1.2em;
    margin-bottom: 0.5em;
    padding: 2.5em 3em;
    position: relative;
    z-index: 0;
}

#index .text-area p {
    font-size: 1.8em;
}

#index .text-area p + p {
    margin-top: 1em;
}

#index .buttons {
    margin-left: 23.5em;
    text-align: center;
}

#index .buttons a + a {
    margin-left: 24em;
}

#index .main .credits-link {
    color: #666;
    position: 1em;
    right: 0.5em;
    top: 1.5em;
    font-size: 1.4em;
    position: absolute;
}

#index .main #credits {
    box-shadow: 0 0 7px #999;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    position: absolute;
    top: 2em;
    left: 0;
    right: 0;
    bottom: 2em;
    padding: 2em;
    display: none;
}

#index .main #credits .close {
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer;
}

#index .main #credits h2 {
    font-size: 2.4em;
    margin-bottom: 0.5em;
}

#index .main .credits-header {
    margin-bottom: 1.6em;
    padding: 1.2em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#index .main .credits-header p {
    font-size: 1.4em;
}

#index .main .credits-table {
    overflow-x: hidden;
    overflow-y: visible;
    height: 35.5em;
}

#index .main .credits-table ul {
    margin: 0;
    padding: 0;
    display: table;
}

#index .main .credits-table ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
}

#index .main .credits-table ul li .credits-image,
#index .main .credits-table ul li .credits-text {
    display: table-cell;
    vertical-align: middle;
}

#index .main .credits-table ul li + li .credits-image,
#index .main .credits-table ul li + li .credits-text {
    padding-top: 1.5em;
}

#index .main .credits-table ul li .credits-image {
    text-align: center;
}

#index .main .credits-table ul li .credits-text p {
    font-size: 1.4em;    
    margin: 0 0 0 0.8em;    
}

/* Intro layout
----------------------------------------------------------------------------- */
#intro .main {
    padding-top: 16.5em;
    width: 89em;
    height: 41.5em;
}

#intro h1 {
    position: absolute;
    top: 10em;
    left: 0;
    z-index: 10;
}

#intro .decoration-image {
    position: absolute;
    top: 8em;
    left: 33.5em;
    z-index: 5;
}

#intro .text-area {
    background: #95d0ad;
    border: 1px solid #999;
    margin-left: 47em;
    margin-right: 3em;
    padding: 2.5em 3em 2.5em 4em;
    position: relative;
    z-index: 0;
}

#intro .text-area p {
    font-size: 1.8em;
    margin-bottom: 1em;
}

#intro .text-area .button {
    position: absolute;
    bottom: -2em;
    left: 10em;
    margin: 0;
}

/* Characteristics layout
----------------------------------------------------------------------------- */
#characteristics .header {
    padding: 2em 1em 1.5em 1em;
    width: 100%;
    overflow: hidden;
}

#characteristics .header .page_title {
    float: left;
    margin-right: 2em;
}

#characteristics .header .homepage_link {
    float: right;
    margin: 0.3em 2em 0 2em;
}

#characteristics .header p {
    margin: 0;
    font-size: 1.9em;
}

#characteristics .collage {
    position: relative;
    text-align: center;
    padding: 3em 0;
    z-index: 0;
}

#characteristics .collage img {
    position: relative;
    z-index: 5;
}

#characteristics .collage ul {
    margin: 0;
    padding: 0;
}

#characteristics .collage ul li {
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0.5em;
    position: absolute;

    background: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 2em;
    line-height: 1.1em;
    text-decoration: none;
    width: 8.5em;
    border: 2px solid #fff;
    box-shadow: 0 0 7px #999;
}

    /* Tag list
    ------------------------------------------------------------------------- */
    #characteristics .collage ul li#characters {
        top: 5px;
        left: 150px;
        z-index: 10;
    }

    #characteristics .collage ul li#flat {
        top: 100px;
        left: 30px;
        z-index: 10;
    }

    #characteristics .collage ul li#spaces {
        top: 220px;
        left: 10px;
        z-index: 0;
        width: 8em;
    }

    #characteristics .collage ul li#contrasts {
        top: 335px;
        left: 15px;
        z-index: 10;
        width: 8em;
    }

    #characteristics .collage ul li#nature {
        top: 400px;
        left: 220px;
        z-index: 10;
        width: 10em;
    }

    #characteristics .collage ul li#shapes {
        top: 380px;
        left: 470px;
        z-index: 10;
    }

    #characteristics .collage ul li#points {
        top: 330px;
        right: 40px;
        z-index: 10;
    }

    #characteristics .collage ul li#dark {
        top: 220px;
        right: 20px;
        z-index: 10;
    }

    #characteristics .collage ul li#symmetry {
        top: 95px;
        right: 10px;
        z-index: 0;
    }

    #characteristics .collage ul li#absence {
        top: 0;
        right: 220px;
        z-index: 10;
        width: 10em;
    }

    #characteristics .blocks {
        z-index: 100;
    }

    #characteristics .block {
        width: 860px;
        min-height: 500px;
        background: #fff;
        padding: 20px;
        top: 20px;
        left: 10px;
        position: absolute;
        z-index: 50;
        box-shadow: 0 0 15px #666;
    }

    #characteristics .block .text {
        max-width: 40%;
    }
    
    #characteristics .block .images {
        float: right;
        margin-left: 2em;
        position: relative;
    }

    #characteristics .block .images p {
        color: #999;
        font-size: 1.3em;
        margin: 0;
    }
    
    #characteristics .block .text h2 {
        color: #fff;
        display: inline-block;
        padding: 0.5em 1em;
        font-size: 2.8em;
        font-weight: normal;
        margin: 0.5em 0 1.5em 0;
        min-width: 6.5em;
        text-align: center;
    }
    
    #characteristics .block .text h3 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0;
        margin-bottom: 0.5em;
    }

    #characteristics .block .text p {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0;
    }

    #characteristics .block .text p + p {
        margin-top: 0.5em;
    }

    #characteristics .block .text p.explanation {
        font-size: 2em;
        font-weight: bold;
    }


    /* 'Characters' styles
    ------------------------------------------------------------------------- */
    #characteristics .collage ul li#characters { background: #dbbb85; }

    /* 'Flat' styles
    ------------------------------------------------------------------------- */
    #characteristics #flat-block h2,
    #characteristics .collage ul li#flat { background: #1690a0; }
    #characteristics #flat-block .explanation {
        color: #1690A0;
        position: absolute;
        left: 410px;
        bottom: 40px;
    }    

    #characteristics #flat-block h2 {
        transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
    }
    
    #characteristics #flat-block h3 {
        color: #1690A0;
    }

    #characteristics #flat-block .images img {
        margin-top: 20px;
    }
    
    #characteristics #flat-block .legend-1 {
        position: absolute;
        top: 20px;
        left: 285px;
    }

    #characteristics #flat-block .legend-2 {
        position: absolute;
        top: 100px;
        right: 0;
        text-align: right;
    }

    /* 'Spaces' styles
    ------------------------------------------------------------------------- */
    #characteristics #spaces-block h2,
    #characteristics .collage ul li#spaces { background: #19a780; }
    #characteristics #spaces-block .explanation {
        color: #19a780;
        position: absolute;
        left: 640px;
        top: 65px;
    }

    #characteristics #spaces-block h2 {
        transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
    }
    
    #characteristics #spaces-block h3 {
        color: #19a780;
    }

    #characteristics #spaces-block .images {
        margin-top: 90px;
    }

    #characteristics #spaces-block .legend-1 {
        position: absolute;
        top: 260px;
        right: 20px;
        text-align: right;
    }

    #characteristics #spaces-block .legend-2 {
        position: absolute;
        top: 323px;
        left: 345px;
    }

    /* 'Contrasts' styles
    ------------------------------------------------------------------------- */
    #characteristics .collage ul li#contrasts { background: #b42523; }

    /* 'Nature' styles
    ------------------------------------------------------------------------- */
    #characteristics #nature-block h2,
    #characteristics .collage ul li#nature { background: #7cd0e2; }
    #characteristics #nature-block .explanation {
        color: #7cd0e2;
        position: absolute;
        right: 50px;
        bottom: 390px;
    }

    #characteristics #nature-block h2 {
        transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
    }

    #characteristics #nature-block h3 {
        color: #7cd0e2;
    }
    
    #characteristics #nature-block .legend-1 {
        position: absolute;
        top: 370px;
        right: 0;
        text-align: right;
    }

    #characteristics #nature-block .legend-2 {
        position: absolute;
        top: 420px;
        left: 290px;
    }

    #characteristics #nature-block .images img {
        margin-top: 25px;
    }

    /* 'Shapes' styles
    ------------------------------------------------------------------------- */
    #characteristics #shapes-block h2,
    #characteristics .collage ul li#shapes { background: #f9b448; }
    #characteristics #shapes-block .explanation {
        color: #f9b448;
        position: absolute;
        left: 40px;
        bottom: 30px;
    }

    #characteristics #shapes-block h2 {
        transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
    }
    
    #characteristics #shapes-block h3 {
        color: #f9b448;
    }

    #characteristics #shapes-block .legend-1 {
        position: absolute;
        top: 295px;
        right: 0;
        text-align: right;
    }

    #characteristics #shapes-block .legend-2 {
        position: absolute;
        top: 400px;
        left: 285px;
    }

    /* 'Points' styles
    ------------------------------------------------------------------------- */
    #characteristics #points-block h2,
    #characteristics .collage ul li#points { background: #e5997f; }
    #characteristics #points-block .explanation {
        color: #e5997f;
        position: absolute;
        left: 690px;
        bottom: 45px;
    }

    #characteristics #points-block h2 {
        transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
    }
    
    #characteristics #points-block h3 {
        color: #e5997f;
    }

    #characteristics #points-block .legend-1 {
        position: absolute;
        top: 155px;
        right: 5px;
        text-align: right;
    }

    #characteristics #points-block .legend-2 {
        position: absolute;
        top: 30px;
        left: 290px;
    }
    
    #characteristics #points-block .images img {
        margin-top: 30px;
    }

    /* 'Dark' styles
    ------------------------------------------------------------------------- */
    #characteristics .collage ul li#dark { background: #006666; }

    /* 'Symmetry' styles
    ------------------------------------------------------------------------- */
    #characteristics .collage ul li#symmetry { background: #95d0ad; }

    /* 'Absence' styles
    ------------------------------------------------------------------------- */
    #characteristics #absence-block h2,
    #characteristics .collage ul li#absence { background: #f0642f; }
    #characteristics #absence-block .explanation {
        color: #f0642f;
        margin-top: 30px;
        text-align: center;
    }

    #characteristics #absence-block h2 {
        transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
    }

    #characteristics #absence-block h3 {
        color: #f0642f;
    }
    
    #characteristics #absence-block .legend-1 {
        position: absolute;
        top: 365px;
        right: 40px;
        text-align: right;
    }

    #characteristics #absence-block .legend-2 {
        position: absolute;
        top: 450px;
        left: 225px;
    }

    #characteristics .collage ul li.clicked { background: #aaa !important; opacity: 0.5; }

    #characteristics .collage ul li[rel="flat-block"].clicked,
    #characteristics .collage ul li[rel="spaces-block"].clicked,
    #characteristics .collage ul li[rel="nature-block"].clicked,
    #characteristics .collage ul li[rel="shapes-block"].clicked,
    #characteristics .collage ul li[rel="points-block"].clicked,
    #characteristics .collage ul li[rel="absence-block"].clicked {
        background-image: url("../images/success-icon.png") !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        opacity: 1;
    }
    
    #characteristics .collage ul li[rel="absence-block"].clicked {
        background-position: left bottom !important;
    }
    
    #characteristics #image-zoom-1 img.picture,
    #characteristics #image-zoom-2 img.picture,
    #characteristics #image-zoom-3 img.picture,
    #characteristics #image-zoom-4 img.picture {
        display: block;
        margin: 0 auto 15px auto;        
    }
    
    #characteristics #image-zoom-1 p.picture-footnote,
    #characteristics #image-zoom-2 p.picture-footnote,
    #characteristics #image-zoom-3 p.picture-footnote,
    #characteristics #image-zoom-4 p.picture-footnote {
        font-size: 1.4em;
        margin: 0;
        text-align: center;
    }


/* Phenomenon
----------------------------------------------------------------------------- */
#phenomenon .main {
    padding-top: 12em;
    height: 46em;
    width: 76em;
}

#phenomenon .decoration-image {
    position: absolute;
    top: 3.5em;
    right: -1em;
    z-index: 100;
}

#phenomenon .page-title {
    margin: 0 0 1.5em 0;
}

#phenomenon .text-area {
    background: #D8634B;
    padding: 2em 3em;
    position: relative;
}

#phenomenon .text-area p {
    color: #fff;
    margin: 0 0 1em 0;
    font-size: 1.8em;
}

#phenomenon .text-area .button {
    position: absolute;
    bottom: -0.8em;
    left: 11.2em;
}

#phenomenon .text-area .button {
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 2.7em;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 0 0 5px #666;
}

#phenomenon .text-area .button a {
    color: #fff;
    display: block;
    background: #f9b448;
    padding: 0.1em 0.8em;
    text-decoration: none;
}

/* Labels layout
----------------------------------------------------------------------------- */
#labels .main {
    width: 90em;
}

#labels .header {
    padding: 2em 1em 1.5em 1em;
    width: 100%;
    overflow: hidden;
}

#labels .header .page_title {
    float: left;
    margin-left: 0.4em;
    margin-right: 3em;
}

#labels .header .homepage_link {
    float: right;
    margin: 0.3em 2em 0 2em;
}

#labels .header p {
    margin: 0;
    font-size: 1.9em;
}

#labels .options {
    float: left;
    width: 20em;
    margin: 0;
    padding: 0;
}

#labels .options li {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0.4em 0.3em;
    text-align: center;
    list-style: none;
    border: 2px solid #fff;
    box-shadow: 0 0 7px #999;
    cursor: pointer;
}

#labels .options li.option-flat    { background: #1690a0; }
#labels .options li.option-spaces  { background: #19a780; }
#labels .options li.option-absence { background: #f0642f; }
#labels .options li.option-nature  { background: #7cd0e2; }
#labels .options li.option-points  { background: #e5997f; }
#labels .options li.option-shapes  { background: #f9b448; }
#labels .options li.clicked        { background: #aaaaaa; opacity: 0.5; }

#labels .options li[rel="slide-flat-block"].clicked,
#labels .options li[rel="slide-points-block"].clicked,
#labels .options li[rel="slide-shapes-block"].clicked,
#labels .options li[rel="slide-absence-block"].clicked,
#labels .options li[rel="slide-spaces-block"].clicked,
#labels .options li[rel="slide-nature-block"].clicked {
    background-image: url("../images/success-icon.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 1;
}

#labels .options li.option-flat,
#labels .options li.option-spaces,
#labels .options li.option-nature {
    padding: 0.85em 0.3em;
}

#labels .options li + li {
    margin-top: 0.65em;
}

#labels .canvas {
    float: right;
    position: relative;
    margin-right: 3em;
}

#labels .canvas .picture {
    border: 1px solid #ddd;
    display: block;
    padding: 0.5em 0;
    background: #fff;
}

#labels .canvas .next,
#labels .canvas .prev {
    cursor: pointer;
    position: absolute;
    top: 42%;
}

#labels .canvas .next {
    right: -30px;
}

#labels .canvas .prev {
    left: -30px;
}

#labels .canvas .legend {
    position: absolute;
    bottom: 1.8em;
    left: 8em;
    color: #999;
    font-size: 1.3em;
}

#labels .slide-flat .canvas .legend {
    text-align: right;
    left: auto;
    right: 36em;
}

#labels .slide-points .canvas .legend,
#labels .slide-shapes .canvas .legend {
    left: 7em;
}

#labels .slide-absence .canvas .legend {
    text-align: right;
    left: auto;
    right: 34.5em;
}



#labels .blocks {
    z-index: 100;
}

#labels .block {
    width: 860px;
    height: 505px;
    background: #fff;
    padding: 20px;
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 50;
    box-shadow: 0 0 15px #666;
}

#labels .block .images {
    float: right;
    margin-left: 2em;
    position: relative;
}

#labels .block .images p {
    color: #999;
    font-size: 1.3em;
    margin: 0;
}

#labels .block .text h2 {
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.8em;
    font-size: 2.8em;
    font-weight: normal;
    margin: 0.5em 0 1.5em 0;
    padding: 0.5em 1em;
    min-width: 6em;
    text-align: center;
}

#labels .block .text p {
    font-size: 1.7em;
    margin: 0;
}

#labels .block .text p + p {
    margin-top: 0.5em;
}

#labels .block .text p.explanation {
    font-size: 2em;
    font-weight: bold;    
}

#labels #slide-flat-block h2 {
    background: #1690a0;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

#labels #slide-flat-block p.explanation { color: #1690a0; }

#labels #slide-flat-block .legend-1 {
    position: absolute;
    left: 25em;
    top: 0;
}

#labels #slide-flat-block .legend-2 {
    position: absolute;
    left: 26em;
    top: 28.5em;
}

#labels #slide-flat-block .legend-3 {
    position: absolute;
    right: 0;
    top: 25em;
    text-align: right;
}


#labels #slide-points-block h2 {
    background: #e5997f;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}
#labels #slide-points-block p.explanation { color: #e5997f; }

#labels #slide-points-block .legend-1 {
    position: absolute;
    left: 1.5em;
    top: 24.5em;
}

#labels #slide-points-block .legend-2 {
    position: absolute;
    right: 2em;
    top: 33.5em;
    text-align: right;
}

#labels #slide-points-block p.explanation {
    position: absolute;
    left: 3em;
    bottom: 4em;
}


#labels #slide-shapes-block h2 {
    background: #f9b448;
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

#labels #slide-shapes-block p.explanation { color: #f9b448; }

#labels #slide-shapes-block .video {
    position: absolute;
    right: 0em;
    top: 29em;
}

#labels #slide-shapes-block .legend-1 {
    position: absolute;
    left: 0em;
    top: 26em;
}

#labels #slide-shapes-block .legend-2 {
    position: absolute;
    right: 17.7em;
    top: 33.5em;
    text-align: right;
}

#labels #slide-shapes-block p.explanation {
    position: absolute;
    left: 4em;
    bottom: 2em;
}


#labels #slide-absence-block h2 {
    background: #f0642f;
    transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
}

#labels #slide-absence-block p.explanation { color: #f0642f; }

#labels #slide-absence-block .legend-1 {
    left: 2.3em;
    position: absolute;
    top: 35.2em;
}

#labels #slide-absence-block .legend-2 {
    position: absolute;
    right: 5.2em;
    top: 30.7em;
    text-align: right;
}

#labels #slide-absence-block p.explanation {
    position: absolute;
    left: 1em;
    bottom: 3em;
}


#labels #slide-spaces-block h2 {
    background: #19a780;
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

#labels #slide-spaces-block .images img {
    margin-top: 40px;
}

#labels #slide-spaces-block p.explanation { color: #19a780; }

#labels #slide-spaces-block .legend-1 {
    left: 0;
    position: absolute;
    top: 34em;
}

#labels #slide-spaces-block .legend-2 {
    position: absolute;
    right: 0em;
    top: 26.5em;
    text-align: right;
}

#labels #slide-spaces-block p.explanation {
    position: absolute;
    right: 2em;
    bottom: 3em;
}


#labels #slide-nature-block h2 {
    background: #7cd0e2;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    margin-top: 1.2em;
    margin-left: 1em;
    margin-top: 1em;
}

#labels #slide-nature-block p.explanation { color: #7cd0e2; }

#labels #slide-nature-block .legend-1 {
    right: 33.5em;
    position: absolute;
    top: 0;
    text-align: right;
}

#labels #slide-nature-block .legend-2 {
    position: absolute;
    right: 1.5em;
    top: 27em;
    text-align: right;
}

#labels #slide-nature-block .legend-3 {
    left: 18em;
    position: absolute;
    top: 30.5em;
}

#labels #slide-nature-block p.explanation {
    position: absolute;
    right: 2em;
    bottom: 1.5em;
}

#labels #slide-nature-block p.pissarro-quote {
    background: #bde7f0;
    border-radius: 0.5em;
    font-size: 1.6em;
    padding: 0.5em;
    width: 11.75em;
    position: absolute;
    top: 10em;
    left: 7.5em;
    font-style: italic;
}

#labels #slide-nature-block p.pissarro-quote span {
    white-space: nowrap;
}

#labels #slide-nature-block p.pissarro-quote img {
    position: absolute;
    right: -24px;
    top: 24%;
}

#labels #slide-nature-block p.pissarro-text {
    position: absolute;
    left: 1.5em;
    bottom: 4em;
    width: 16em;
}



/* Popups background
----------------------------------------------------------------------------- */
#labels .popup-background,
#characteristics .popup-background {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
}

#labels .popup-background {
    left: -2em;
    right: -2em;
    background: #c00;
    background: rgba(155,0,0,0.5);
}

#characteristics .popup-background {
    left: -1em;    
    right: -1em;
    background: rgba(255,255,255,0.9);
}

/* Error block
----------------------------------------------------------------------------- */
#labels .error,
#characteristics .error {
    background: #b42523;
    padding: 40px;
    width: 250px;
    height: 75px;
    position: absolute;
    top: 210px;
    left: 300px;
    z-index: 50;
    box-shadow: 0 0 15px #666;
}

#labels .error h2,
#characteristics .error h2 {
    text-align: center;
    margin: 0 0 0.5em 0;
    font-size: 2em;
    background: #b42523;
}

#labels .error p,
#characteristics .error p {
    color: #fff;
    font-size: 1.8em;
    margin: 0;
    text-align: center;
}

/* Success block
----------------------------------------------------------------------------- */
#end .success,
#characteristics .success {
    padding: 40px;
    padding-bottom: 60px;
    width: 250px;
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 50;
    box-shadow: 0 0 15px #666;
}

#end .success {
    top: 190px;
}

#end .success { background: #F4F4F4; }
#characteristics .success { background: #F9B448; }

#end .success .button,
#characteristics .success .button {
    position: absolute;
    bottom: -0.9em;
    left: 3.3em;
}

#characteristics .success .button {
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 2.7em;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 0 0 5px #666;
}

#characteristics .success .button a {
    color: #fff;
    display: block;
    background: #d8634b;
    padding: 0.1em 0.8em;
    text-decoration: none;
}

#end .success p,
#characteristics .success p {
    color: #333;
    font-size: 2em;
    margin: 0;
}

#end .success p a,
#characteristics .success p a {
    color: #333;
    text-decoration: none;
}

#end .success p + p,
#characteristics .success p + p {
    margin-top: 1em;
}

/* Close button
----------------------------------------------------------------------------- */
#labels .error .close,
#labels .block .close,
#characteristics .error .close,
#characteristics .block .close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 50;
    cursor: pointer;
}