* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: "Palatino Linotype", Palatino, serif;
    color: #333;
}

.center-box {
    width: 80%;
    background: #f7f7f3;
    border-width: 0 1px;
    border-style: solid;
    border-color: #bca;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.main-menu {
    width: 100%;
    text-align: center;
}

.main-menu a {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    color: #333;
    font-style: italic;
    border-top: solid 5px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 1);
    transition: all .3s;
    height: 30px;
}

.main-menu a:hover {
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 0 6px rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.main-menu a:nth-child(1) {
    border-top-color: #68ae1e;
}

.main-menu a:nth-child(2) {
    border-top-color: #1eae64;
}

.main-menu a:nth-child(3) {
    border-top-color: #1e68ae;
}

.main-menu a:nth-child(4) {
    border-top-color: #641eae;
}

.main-menu a:nth-child(5) {
    border-top-color: #ae1e68;
}

.main-menu a:nth-child(6) {
    border-top-color: #ae641e;
}

.main-menu a:nth-child(1):hover {
    background-color: #68ae1e;
}

.main-menu a:nth-child(2):hover {
    background-color: #1eae64;
}

.main-menu a:nth-child(3):hover {
    background-color: #1e68ae;
}

.main-menu a:nth-child(4):hover {
    background-color: #641eae;
}

.main-menu a:nth-child(5):hover {
    background-color: #ae1e68;
}

.main-menu a:nth-child(6):hover {
    background-color: #ae641e;
}

.main-header {
    clear: both;
    text-align: center;
    color: #68ae1e;
    text-shadow: 0 1px rgba(255, 255, 255, .8);
    font-size: 30pt;
}

.subtitle {
    font-style: italic;
    margin-top: -10px;
    text-align: center;
}

.gb-header-left {
    display: block;
    width: 50%;
    float: left;
    text-align: right;
}

.gb-header-left .main-header, .gb-header-left .subtitle {
    text-align: inherit;
}

.gb-header-right {
    display: block;
    width: 50%;
    float: right;

    padding: 20px;

    color: #ae1e68;
    font-style: italic;
    font-size: 25pt;
    text-shadow: 0 1px rgba(255, 255, 255, .8);
}

.content {
    text-align: justify;
}

.post {
    margin-top: 20px;
    padding: 10px 100px;
    border-top: 1px solid #bca;
}

.post h2 {
    color: #555;
    font-weight: normal;
    font-size: 20pt;
}

.post h3 {
    color: #555;
    font-weight: normal;
    font-size: 18pt;
}

.date-added {
    font-style: italic;
    margin: -7px 0 10px 0;
    color: #888;
}

.post p {
    margin-bottom: 10px;
}

.post b {
    color: red;
}

.content a {
    text-decoration: none;
    font-weight: normal;
    color: #68ae1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.content a:hover {
    color: #99CC33;
}

.o {
    float: left;
    margin-right: 7px;
}

.o2 {
    margin-left: 40%;
}

.opub {
    width: 120px;
    height: 180px;
    padding: 5px 5px 5px 5px;
}

#big {
    margin-left: 75%;
    margin-top: 12%;
    position: fixed;
    height: 73%;
}

#left {
    margin-left: -12%;
    margin-top: -2%;
    position: fixed;
    height: 23%;
}

#footer {
    font-style: italic;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 14px;
}

.bg-kasia {
    position: fixed;
    bottom: 0;
    right: -20px;
    width: 235px;
    height: 486px;
    background: url('images/blackie4.png') no-repeat;
}

.gb-new-entry {
    display: block;
    clear: both;
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.gb-new-entry a, .gb-sign-submit {
    padding: 8px 15px;
    border: 1px solid transparent;

    background: #e0e2e3;
    color: #1e68ae;

    font-style: italic;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;

    transition: all .3s;
}

.gb-new-entry a:hover, .gb-sign-submit:hover {
    color: #0e589e;
    background: #f0f2f3;
    border: 1px solid #1e68ae;
}

.gb-post {
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
    padding-top: 20px;
    text-align: justify;
    position: relative;
}

.gb-edit {
    display: block;
    height: 0;
    margin: -20px -100px 20px -100px;
    padding-left: 100px;

    background: #e8ebe4;
    font-style: normal;
    font-variant: small-caps;

    overflow: hidden;
    transition: all .2s;
}

.gb-edit.vis {
    height: 30px;
}

.gb-edit li {
    display: inline-block;
    margin-right: 20px;
}

.gb-edit a {
    color: #555;
}

.gb-post-metadata {
    margin-bottom: 10px;
    text-align: right;
}

.gb-post br {
    font-size: 30px;
}

.gb-post-author {
    margin: 10px 0;
    text-align: right;
}

.gb-post-reply {
    margin: 20px -100px 0 -100px;
    padding: 10px 100px 10px 100px;
    background: #e8ebe4;
}

.gb-post .gb-post-sign {
    margin: -20px -100px -30px -100px;
    padding: 10px 100px 20px 100px;
    background: #e8ebe4;
}

.gb-post + .clear + div {
    margin-top: 20px;
    padding: 10px 100px;
    border-top: 1px solid #bca;
}

.gb-sign-form {
    padding: 10px 100px;
}

.gb-hint {
    color: #888;
}

.gb-sign-label {
    display: block;
    margin-top: 20px;
    font-variant: small-caps;
}

.gb-sign-check + .gb-sign-label {
    display: inline;
}

.gb-req::after {
    content: ' *';
}

.gb-sign-text, .gb-sign-textarea {
    width: 400px;
    padding: 2px;

    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom-color: #888;

    color: #666;
    font-family: 'Palatino Linotype', Palatino, serif;
    font-style: italic;
    font-size: 15pt;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.gb-sign-text:hover, .gb-sign-textarea:hover {
    border-color: #68ae1e;
    color: #99CC33;
}

.gb-sign-text:focus {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e68ae rgba(0, 0, 0, 0);
    color: #1e68ae;
}

.gb-sign-textarea {
    width: 100%;
    height: 350px;
    resize: vertical;
    border-color: #888;
}

.gb-sign-textarea:focus {
    border-color: #1e68ae;
    color: #1e68ae;
}

.gb-emots {
    margin: 10px 0 20px 0;
}

.gb-as {
    margin: 20px 0;
}

.gb-post img {
    position: relative;
    top: 2px;
}

.gb-emots img {
    padding: 10px;
    border: 1px solid #666666;
    cursor: pointer;

    transition: all 0.3s;
}

.gb-emots img:hover {
    border-color: #68ae1e;
}

.link{
    color:black;
    font-style: italic;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 5px 2px 2px 5px;
    border-radius: 6px;
    font-size: small;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* IMPRESS.js */

.step {
    position: relative;
    width: 900px;
    padding: 40px;
    margin: 20px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;

}


.impress-enabled .step {
    margin: 0;
    opacity: 0;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }

.slide {
    display: block;

    width: 1000px;
    height: 750px;
    padding: 0px 0px;

    background-color: #f7f7f3;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.slide q {
    display: block;
    font-size: 50px;
    line-height: 72px;

    margin-top: 100px;
}

.slide q strong {
    white-space: nowrap;
}

#title {
    padding: 0;
}

#title .try {
    font-size: 64px;
    position: absolute;
    top: -0.5em;
    left: 1.5em;

    -webkit-transform: translateZ(20px);
    -moz-transform:    translateZ(20px);
    -ms-transform:     translateZ(20px);
    -o-transform:      translateZ(20px);
    transform:         translateZ(20px);
}

#title h1 {
    font-size: 190px;

    -webkit-transform: translateZ(50px);
    -moz-transform:    translateZ(50px);
    -ms-transform:     translateZ(50px);
    -o-transform:      translateZ(50px);
    transform:         translateZ(50px);
}

#title .footnote {
    font-size: 32px;
}

#big {
    width: 600px;
    text-align: center;
    font-size: 60px;
    line-height: 1;
}

#big b {
    display: block;
    font-size: 250px;
    line-height: 250px;
}

#big .thoughts {
    font-size: 90px;
    line-height: 150px;
}

#tiny {
    width: 500px;
    text-align: center;
}

#ing { width: 500px }
#ing b {
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

#ing.present .positioning {
    -webkit-transform: translateY(-10px);
    -moz-transform:    translateY(-10px);
    -ms-transform:     translateY(-10px);
    -o-transform:      translateY(-10px);
    transform:         translateY(-10px);
}

#ing.present .rotating {
    -webkit-transform: rotate(-10deg);
    -moz-transform:    rotate(-10deg);
    -ms-transform:     rotate(-10deg);
    -o-transform:      rotate(-10deg);
    transform:         rotate(-10deg);

    -webkit-transition-delay: 0.25s;
    -moz-transition-delay:    0.25s;
    -ms-transition-delay:     0.25s;
    -o-transition-delay:      0.25s;
    transition-delay:         0.25s;
}

#ing.present .scaling {
    -webkit-transform: scale(0.7);
    -moz-transform:    scale(0.7);
    -ms-transform:     scale(0.7);
    -o-transform:      scale(0.7);
    transform:         scale(0.7);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay:    0.5s;
    -ms-transition-delay:     0.5s;
    -o-transition-delay:      0.5s;
    transition-delay:         0.5s;
}

#imagination {
    width: 600px;
}

#imagination .imagination {
    font-size: 78px;
}

#source {
    width: 700px;
    padding-bottom: 300px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAEYCAMAAACwUBm+AAAAAXNSR0IArs4c6QAAAKtQTFRFsAAAvbWSLUUrLEQqY1s8UYJMqJ1vNTEgOiIdIzYhjIFVLhsXZ6lgSEIsP2U8JhcCVzMsSXZEgXdOO145XJdWOl03LzAYMk4vSXNExr+hwcuxRTs1Qmk+RW9Am49eFRANQz4pUoNMQWc+OSMDTz0wLBsCNVMxa2NBOyUDUoNNSnlEWo9VRGxAVzYFl6tXCggHbLNmMUIcHhwTXkk5f3VNRT8wUT8xAAAACQocRBWFFwAAAAF0Uk5TAEDm2GYAAAPCSURBVHja7d3JctNAFIZRMwRCCGEmzPM8z/D+T8bu/ptbXXJFdij5fMt2Wuo+2UgqxVmtttq5WVotLzBgwIABAwYMGDCn0qVqbo69psPqVpWx+1XG5iaavF8wYMCAAQMGDBgwi4DJ6Y6qkxB1HNlcN3a92gbR5P2CAQMGDBgwYMCAWSxMlrU+UY5yu2l9okfV4bAxUVbf7TJnAwMGDBgwYMCAAbMLMHeqbGR82Zy+VR1Ht81nVca6R+UdTLaU24Ruzd3qM/e4yjnAgAEDBgwYMGDA7AJMd1l/3NRdVGcj3eX/2WEhCmDGxnM7yqygu8XIPjJj8iN/MGDAgAEDBgwYMAuDGb8q0RGlLCHLv1t9qDKWn3vdNHVuEI6HPaxO9Jo3GDBgwIABAwYMmIXBdC9ShGgMk+XnkXUeuGcsP/e1+lhNnZsL/G5Vs3OAAQMGDBgwYMCAWSxMR3SzOmraG5atdy9wZKzb+vg16qyqe2FltbnAgAEDBgwYMGDALAxmTJSuN3WA76rnVca6GTnemGN1WoEBAwYMGDBgwIBZGMxUomy4+xO899V4LAg5Xnc2MGDAgAEDBgwYMGA218Wq+2K1LDqvY9xZu8zN8fICdM6btYABAwYMGDBgwIABMzfH0+pGU5afze2tXebmeAfVz+p8BQYMGDBgwIABAwbMPBzZ+oWmfJrln1273FhkbHzee9WWbw7AgAEDBgwYMGDALAKm43hcdctKgblcPamOhuXnXlY5Xs6bsW4FGyQCAwYMGDBgwIABswiYMceZKgvMo+h8mrHLTdn676rj+FEFoTtHd8MwOxEYMGDAgAEDBgyYRcBM5UhXqiymW3R3c9ARhWO/OmjqfjVZy+xEYMCAAQMGDBgwYBYG073OnCV0RFNhMhaOa9WfKmOB6XjHMN1tQmaAAQMGDBgwYMCA2VWY7vXjz1U4croAzgPztwIDBgwYMGDAgAEDZhswh035NBw59Dww3RgYMGDAgAEDBgwYMJuD6f4tXT7NUqfCdBvZLkxXdgQGDBgwYMCAAQNmt2DGj8WzwAfV/w7T/aq7mxwwYMCAAQMGDBgwuwqTOo7uTwTngflSzQ3TdaJvAwEDBgwYMGDAgAED5gSvgbyo5oHZ4Pc+gwEDBgwYMGDAgAEzhOm+5G0qTGaAAQMGDBgwYMCAAXNaMOcnls3tNwWm+zRzp54NDBgwYMCAAQMGDJh5YNL36k1TLuGvVq+qnKMbS5n7tulT9asCAwYMGDBgwIABA2ZumKuztLnjgQEDBgwYMGDAgNl5mH/4/ltKA6vBNAAAAABJRU5ErkJggg==);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#source q {
    font-size: 60px;
}

#its-in-3d p {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style:    preserve-3d; /* Y U need this Firefox?! */
    -ms-transform-style:     preserve-3d;
    -o-transform-style:      preserve-3d;
    transform-style:         preserve-3d;
}

#its-in-3d span,
#its-in-3d b {
    display: inline-block;
    -webkit-transform: translateZ(40px);
    -moz-transform:    translateZ(40px);
    -ms-transform:     translateZ(40px);
    -o-transform:      translateZ(40px);
    transform:        translateZ(40px);

    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

#its-in-3d .have {
    -webkit-transform: translateZ(-40px);
    -moz-transform:    translateZ(-40px);
    -ms-transform:     translateZ(-40px);
    -o-transform:      translateZ(-40px);
    transform:         translateZ(-40px);
}

#its-in-3d .you {
    -webkit-transform: translateZ(20px);
    -moz-transform:    translateZ(20px);
    -ms-transform:     translateZ(20px);
    -o-transform:      translateZ(20px);
    transform:         translateZ(20px);
}

#its-in-3d .noticed {
    -webkit-transform: translateZ(-40px);
    -moz-transform:    translateZ(-40px);
    -ms-transform:     translateZ(-40px);
    -o-transform:      translateZ(-40px);
    transform:         translateZ(-40px);
}

#its-in-3d .its {
    -webkit-transform: translateZ(60px);
    -moz-transform:    translateZ(60px);
    -ms-transform:     translateZ(60px);
    -o-transform:      translateZ(60px);
    transform:         translateZ(60px);
}

#its-in-3d .in {
    -webkit-transform: translateZ(-10px);
    -moz-transform:    translateZ(-10px);
    -ms-transform:     translateZ(-10px);
    -o-transform:      translateZ(-10px);
    transform:         translateZ(-10px);
}

#its-in-3d .footnote {
    font-size: 32px;

    -webkit-transform: translateZ(-10px);
    -moz-transform:    translateZ(-10px);
    -ms-transform:     translateZ(-10px);
    -o-transform:      translateZ(-10px);
    transform:         translateZ(-10px);
}

#its-in-3d.present span,
#its-in-3d.present b {
    -webkit-transform: translateZ(0px);
    -moz-transform:    translateZ(0px);
    -ms-transform:     translateZ(0px);
    -o-transform:      translateZ(0px);
    transform:         translateZ(0px);
}

#overview { display: none }

.impress-on-overview .step {
    opacity: 1;
    cursor: pointer;
}

.hint {
    display: none;

    position: fixed;
    left: 0;
    right: 0;
    bottom: 200px;

    background: rgba(0,0,0,0.5);
    color: #EEE;
    text-align: center;

    font-size: 50px;
    padding: 20px;

    z-index: 100;
    opacity: 0;

    -webkit-transform: translateY(400px);
    -moz-transform:    translateY(400px);
    -ms-transform:     translateY(400px);
    -o-transform:      translateY(400px);
    transform:         translateY(400px);
    -webkit-transition: opacity 1s, -webkit-transform 0.5s 1s;
    -moz-transition:    opacity 1s,    -moz-transform 0.5s 1s;
    -ms-transition:     opacity 1s,     -ms-transform 0.5s 1s;
    -o-transition:      opacity 1s,      -o-transform 0.5s 1s;
    transition:         opacity 1s,         transform 0.5s 1s;
}

.impress-enabled .hint { display: block }

.impress-on-bored .hint {
    opacity: 1;

    -webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
    transform:         translateY(0px);

    -webkit-transition: opacity 1s 5s, -webkit-transform 0.5s 4.5s;
    -moz-transition:    opacity 1s 5s,    -moz-transform 0.5s 4.5s;
    -ms-transition:     opacity 1s 5s,     -ms-transform 0.5s 4.5s;
    -o-transition:      opacity 1s 5s,      -o-transform 0.5s 4.5s;
    transition:         opacity 1s 5s,         transform 0.5s 4.5s;
}

.impress-enabled          { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }

.rozstrzelonydruk {
    letter-spacing: 5px;
}