@font-face {
    font-family: Cabin-Regular;
    src: url('fonts/Cabin-Regular.ttf');
}

@font-face {
    font-family: Cabin-Bold;
    src: url('fonts/Cabin-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Cabin-Regular', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url('img/grzegorzewska2.jpg');
    background-position: no-repeat center center;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    //background-color: aquamarine;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: none;
}

.main-logo {
    position: absolute;
    right: 22vw;
    bottom: 4vw;
    // background-color: #000000;
    width: 45vw;
    height: auto;
    opacity: 0.8;
}

.main-logo img {
    width: 100%;
    height: auto;
}

.menu {
    width: 17%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 930;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6033263647255778) 0%, rgba(233, 203, 179, 1) 25%, rgba(233, 203, 179, 0.9226540958180147) 72%, rgba(233, 203, 179, 0.7) 100%);
    display: flex;
    //align-items: stretch;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.menu-links {
    //background-color: aqua;
    width: 100%;
    //height: calc(100% - 100px);
    display: flex;
    align-items: stretch;
    justify-content: center;
    //align-items: stretch;
    flex-direction: column;
    //flex-wrap: wrap;
    //align-content: space-between;
}

.menu-links a.link1 {
    display: block;
    margin: 7px 20px 7px 20px;
    padding: 5px;
    //font-size: 17px;
    font-weight: 700;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-decoration: none;
    color: black;
    text-align: right;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    cursor: pointer;
}

.menu-links a.link1:hover,
.menu-links a.link1:focus,
.menu-links a.linkon1 {
    border-top: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
}

.menu-links-langs {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0;
    padding: 10px;
}

.menu-links-langs a.link2 {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    padding: 8px;
    //font-size: 17px;
    font-weight: 700;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    text-decoration: none;
    color: black;
    text-align: right;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    cursor: pointer;
}

.menu-links a.linkon2 {
    background-color: rgba(255, 255, 255, 0.4);
}

.menu-button {
    //width: 9vw;
    //height: 3.0vw;
    //width: 10em;
    //height: 4em;
    width: 180px;
    height: 60px;
    padding: 0;
    margin: 0px 0 0 0.3vw;
    background: rgba(0, 0, 0, 0.64);
    // background: url('skinnew/frame1a222.png') no-repeat left top; 
    cursor: pointer;
    color: #ffffff;
    //border-radius: 0.3vw;
    border-top: 0.2vw solid #000000;
    opacity: 0.75;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.58);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
}

.menu-button p {
    color: #cccccc;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins-Bold', 'NotoSerif-Regular', serif;
    cursor: pointer;
    //font-size: 0.85vw;
    //line-height: 0.85vw;
    font-size: 1.2em;
    line-height: 1.0em;
    //letter-spacing: -0.05vw;
    padding: 0px 0px 0.2vw 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    // text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}

.menu-logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0;
    margin: 0;
    width: 17vw;
    height: auto;
    z-index: 8300;
    background: none;
}

.menu-logo img {
    display: block;
    width: 100%;
    height: auto%;
    max-height: 100%;
}

.menu-logo2___ {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 90px;
    z-index: 900;
    //background: rgb(105, 92, 30);
    justify-content: center;
    align-items: center;
}

.menu-logo2 {
    position: fixed;
    left: 0;
    bottom: 0;
    //background-color: #000000;
    width: 17%;
    height: auto;
    opacity: 1;
    z-index: 990;
}

.menu-logo2 img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.boxbox {
    width: calc(100%-17%);
    height: 100%;
    position: absolute;
    left: 17%;
    top: 0;
    z-index: 910;
    //background: rgb(171, 162, 162);
    //background: rgb(228, 225, 225);
    background: rgb(255, 255, 255);
    overflow-y: scroll;
}

.pano {
    width: calc(100% - 17%);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
    display: none;
}

.minimini {
    border: 0px solid black;
    width: 250px;
    height: 250px;
    margin: 10px 10px 0 0;
    padding: 0;
    float: left;
    background-color: rgba(255, 255, 255, 0.4);
}

.search-display222 {
    margin: 60px auto 80px auto;
    padding: 0;
    width: 92%;
    height: auto;
    display: flex;
    // overflow: hidden;
    justify-content: flex-start;
    //  align-content: flex-start;
    flex-flow: column wrap;
    background-color: red;
}

.search-display33 {
    margin: 60px auto 80px auto;
    padding: 0;
    width: 92%;
    height: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-template-rows: masonry;
    background-color: red;
}

.search-display {
    margin: 60px auto 80px auto;
    padding: 0;
    width: 92%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    //background-color: #222222;
}

.obrazcont__ {
    width: 215px;
    // height: 360px;
    height: 300px;
    // background-color: #222222;
    // margin: 3px;
}

.obrazcont {
    width: 100%;
    // height: 360px;
    // height: auto;
    // background-color: #ffff00;
    margin: 0px;
}

.obraz___ {
    border-radius: 4px;
    width: 210px;
    height: 300px;
    float: left;
    // background: rgba(0,0,0,0.1);
    margin: 0 10px 10px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+76&0.23+0,0+76 */
    background: -moz-linear-gradient(-15deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 76%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-15deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 76%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 76%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: relative;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    z-index: 2490;
    overflow: hidden;
    cursor: pointer;
}

.obraz {
    border-radius: 0px;
    width: 100%;
    height: auto;
    // background: rgba(0,0,0,0.1);
    margin: 0 10px 10px 0;
    position: relative;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    z-index: 2490;
    overflow: hidden;
    cursor: pointer;
}

.obraz:hover .obraz_linkdopanoramy {
    left: 9px;
}

.obraz:hover .obraz_linkdoobrazu {
    right: 15px;
}

.obraz:hover .obraz_linkdoanimacji {
    right: 15px;
}

.obraz a:hover .obraz_opis p {
    color: #000000;
}

.obraz:hover .obraz222 {
    // background: rgba(0, 0, 0, 0.55);
}

.obraz222 {
    width: 100%;
    height: auto;
    border: 0px solid #ffaa00;
    margin: 0px 0px 0px 0px;
    //background: rgba(0, 0, 0, 0.1);
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    border-radius: 0px;
}

.obraz222 img {
    //margin: 4px 0 0 4px;
    //padding: 0px;
    //width: 96%;
    //height: 96%;
    margin: 0px 0 0 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    // filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5)) drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
    border: 2px solid #ffffff;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.obraz:hover .obraz222 img {
    margin: 0px 0 0 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    //filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5)) drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
    border: 2px solid #ffaa00;
}

.obraz_opis {
    display: block;
    //position: absolute;
    //top: 210px;
    //top: 170px;
    //left: 0;
    width: 100%;
    //background-color: #ffaa00;
}

.obraz_opis p {
    float: none;
    padding: 3px 5px 10px 5px;
    margin: 0px;
    color: #252525;
    //font-size: 0.9vw;
    //line-height: 0.9vw;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 600;
    //font-family: 'Poppins-Regular', 'NotoSerif-Regular', serif;
    text-align: center;
    //font-style: italic;
    font-style: normal;
    //text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    transition: all 0.36s ease 0.2s;
    -webkit-transition: all 0.36s ease 0.2s;
}

.obraz_opis p.bigbig {
    float: none;
    padding: 0 5px 0 5px;
    margin: 0px;
    color: #000000;
    font-size: 22px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Tinos', serif;
    text-align: center;
    //font-style: italic;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    transition: all 0.36s ease 0.2s;
    -webkit-transition: all 0.36s ease 0.2s;
}

.obraz_opis p a {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}

.obraz_opis_pl {
    display: none;
}

.obraz_opis_en {
    display: none;
}

.foto__ {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8300;
    display: none;
    //background-color: #0e0e0e;
    //background-color: #181818;
    background-color: #e0e0e0;
}

.foto1 {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8300;
    display: none;
    //background-color: #0e0e0e;
    //background-color: #181818;
    background: rgba(53, 53, 53, 0.85);
}

.foto2 {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    top: 25px;
    left: 25px;
    display: block;
    //background-color: #0e0e0e;
    //background-color: #181818;
    //background-color: #e0e0e0;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    border-radius: 2px;
}

.foto-box___ {
    width: calc(75% - 0.8vw);
    height: calc(100% - 0.8vw);
    position: absolute;
    top: 0.4vw;
    left: 0.4vw;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    // z-index: 4700;
    display: flex;
    justify-content: center;
    align-items: center;
    // border: 1px solid #ffaa00;
}

.foto-box {
    width: calc(75% - 0.8vw);
    height: calc(100% - 0.8vw);
    position: absolute;
    top: 0.4vw;
    left: 0.4vw;
    background-color: rgb(255, 255, 255);
    //-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    //-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    //box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.98);
    // z-index: 4700;
    display: flex;
    justify-content: center;
    align-items: center;
    // border: 1px solid #ffaa00;
}

.foto-box img {
    max-width: 100%;
    max-height: 100%;
}

.foto-box-buttons {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 5px;
    right: 5px;
    //background-color: rgb(165, 85, 85);
    padding: 10px 10px 10px 10px;
    //z-index: 1720;
}

.foto-box-button {
    margin: 0 0 0 10px;
    padding: 0;
    width: 70px;
    height: 70px;
    float: right;
    //background-color: rgb(75, 73, 157);
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    display: none;
}

.foto-box-button:hover {
    opacity: 1.0;
}

.foto-box-button img {
    width: 100%;
    height: auto;
}

.foto-menu {
    cursor: grab;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    //background-color: #292929;
    // background-color: #e0e0e0;
    background-color: #ffffff;
    border-radius: 2px;
    overflow-y: auto;
    // background: url('tlo2.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 600;
}

.foto-menu h1 {
    padding: 2.4vw 50px 0 20px;
    //font-family: Poppins-Bold, Roboto-Bold, NotoSerif-Regular;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #2b2b2b;
    font-weight: 600;
    //text-shadow: 2px 2px 4px #000000;
}

.audioaudio {
    padding: 30px 15px 30px 12px;
}

.audioaudio audio {
    max-width: 100%;
    border-radius: 0;
}

.foto-menu-text {
    padding: 2vw 56px 6vw 20px;
    //font-family: Arial, Poppins-Regular, Roboto-Regular, NotoSerif-Regular;
    //font-size: 1.0vw;
    //line-height: 1.3vw;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #2d2d2d;
    font-weight: 400;
    text-align: left;
    text-align-last: left;
    //text-shadow: 2px 2px 9px #000000;
    content: " ";
}

.foto-menu-text p {
    padding: 0 0 25px 0;
}

.foto-menu-text p strong {
    color: #ffffff;
}

.foto-menu-text p a {
    color: #eacb05;
}

.foto-menu-text br {
    display: block;
    margin: 30px 0;
}

.foto-menu-text strong {
    color: #bbbbbb;
}

.foto-menu-button {
    width: 2.5vw;
    height: 2.5vw;
    position: fixed;
    top: calc(4px + 0.6vw);
    right: 0.6vw;
    padding: 0 0px 0 0px;
    margin: 0px 0 0 0;
    // background: rgba(0,0,0,0.1);
    cursor: pointer;
    color: #ffffff;
    border: 0px solid #d7d6d4;
    border-radius: 0px;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    opacity: 0.8;
    background: url('img/closeyellow.png') no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    z-index: 9999;
}

.foto-menu-button:hover {
    opacity: 1.0;
}

.foto-menu-button:active {
    // width: 2.2vw;
    // height: 2.2vw;
    // top: calc(4px + 0.68vw);
    // right: 0.68vw;
}

.foto-menu-close {
    background: url('img/closeyellow.png') no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.foto-menu-wcag {
    background: url('img/wcag1a.png') no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    right: 4.1vw;
}


/* Masonry grid */

.masonry {
    transition: all .5s ease-in-out;
    column-gap: 40px;
    column-fill: initial;
    width: 90%;
    //background-color: green;
}


/* Masonry item */

.masonry .brick {
    margin-bottom: 30px;
    display: inline-block;
    /* Fix the misalignment of items */
    vertical-align: top;
    /* Keep the item on the very top */
    //background-color: #222222;
}


/* Masonry image effects */

.masonry .brick img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
    /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
    //  opacity: .75;
}


/* Bordered masonry */

.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 50px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 100px solid #eeefff;
}


/* Gutterless masonry */

.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}


/* Masonry on tablets */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 3;
    }
}

@media only screen and (max-width: 767px) {
    .masonry {
        column-count: 2;
        column-gap: 20px;
    }
}

@media only screen and (orientation:portrait) and (max-width: 350px) {
    .masonry {
        column-count: 1;
    }
}


/* Masonry on big screens */

@media only screen and (min-width: 1024px) {
    .desc {
        font-size: 1.25em;
    }
    .intro {
        letter-spacing: 1px;
    }
    .masonry {
        column-count: 4;
    }
}

a.film-box {
    width: 60%;
    //background-color: rgba(129, 129, 129, 0.3);
    background-color: rgba(255, 255, 255, 0.13);
    margin: 12px auto 4px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    border-radius: 4px;
    border-top: 1px solid #ffffff;
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
    text-decoration: none;
}

a.film-box:hover {
    background-color: #f0f0f0;
}

a.film-box:hover .film-box-text p {
    color: #000000;
}

.film-box-img {
    width: auto;
    //background-color: #66532d;
    margin: 0 0 0 0;
    padding: 5px;
}

.film-box-img img {
    padding: 0;
    margin: 0px 0px 0 0px;
    border-radius: 0px;
    object-fit: cover;
    width: 160px;
    height: auto;
    //border-top: 3px solid white;
    //border-bottom: 0px solid white;
    // -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.98);
    //-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.98);
    // box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.98);
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
}

.film-box-text {
    margin: 0 0 0 0;
    padding: 0;
    //background-color: #58dd49;
    display: flex;
    justify-content: start;
    align-items: center;
}

.film-box-text p {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    //width: 100%; 
    //background-color: #564088;
    //font-family: 'Cabin-Regular';
    // font-size: 22px;
    // line-height: 27px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
    color: #6a6a6a;
}

.filmbox {
    width: 100%;
    //background-color: rgba(129, 129, 129, 0.3);
    background-color: rgba(255, 255, 255, 0.13);
    margin: 12px 0 4px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    border-radius: 4px;
    border-top: 1px solid #ffffff;
}

.filmbox-img {
    width: auto;
    //background-color: #66532d;
    margin: 0 0 0 0;
    padding: 5px;
}

.filmbox-img img {
    padding: 0;
    margin: 0px 0px 0 0px;
    border-radius: 0px;
    object-fit: cover;
    width: 160px;
    height: auto;
    //border-top: 3px solid white;
    //border-bottom: 0px solid white;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.98);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.98);
    transition: all 0.16s ease;
    -webkit-transition: all 0.16s ease;
}

.filmbox-text {
    margin: 0 0 0 0;
    padding: 0;
    // background-color: #58dd49;
}

.filmbox-text p {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}

.filmbox a {
    font-family: 'Cabin-Regular';
    // font-size: 22px;
    // line-height: 27px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    color: #cb5100;
    // background-color: #312259;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 12px 52px 12px 22px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.filmbox a:hover {
    color: #6a2a00;
    text-decoration: underline;
}

.filmbox-img a {
    margin: 0 0 0 0;
    padding: 0px;
}

.frameframe {
    background-color: #ffffff;
    z-index: 18000;
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(100% - 17%);
    height: 100%;
    border: 0px;
    display: block;
     overflow-y: auto;
}

.frameframe1 {
 display: block;
     //background-color: #ffddff;
 
    width: 70%;
	margin: 80px auto;
  
    border: 0px;
	//clear: both;
 
}

.frameframe1 h2{
 padding: 40px 0 10px 0;
	color: #000000;
}

.frameframe1 p {
  padding: 0px 0 16px 0;
	color: #000000;
}

#menuToggle {
    display: none;
    position: absolute;
    top: 22px;
    right: 22px;
    width: 30px;
    z-index: 8110;
    -webkit-user-select: none;
    user-select: none;
    //background-color: #6a2a00;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

.menuToggle-span {
    position: absolute;
    top: 15px;
    right: 15px;
}

#menuToggle input {
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -4px;
    right: -5px;
    cursor: pointer;
    opacity: 0.0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}


/*
 * Just a quick hamburger
 */

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    background: #181818;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}


/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}


/*
 * But let's hide the middle one.
 */

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}


/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}


/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
    position: absolute;
    top: -20px;
    right: -22px;
    width: 280px;
    margin: 0px 0 0 0px;
    padding: 65px 40px 0px 0px;
    padding-top: 65px;
    background: #ededed;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86033263647255778) 0%, rgba(233, 203, 179, 1) 25%, rgba(233, 203, 179, 0.9226540958180147) 72%, rgba(233, 203, 179, 0.7) 100%);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate( 100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    overflow-y: scroll;
    max-height: 98vh;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menu img {
    max-width: 100%;
}


/*
 * And let's slide it in from the left
 */

#menuToggle input:checked~ul {
    transform: none;
}