* /*/*/ .gridder
{

    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
}



.gridder-list, .gridder-show
{
    font-size: 16px
}

.gridder-list
{
    display: inline-block;
    vertical-align: top;
}

.gridder-show
{
    display: block;
    float: left;
    width: 100vh;
    position: relative;
    
}

.gridder-content
{
    display: none;
}

.gridder-list
{
    width: 100vh
}

    .gridder-list:nth-child(n)
    {
        margin-bottom: 1%;
        margin-right: 1%;
        cursor: zoom-in;
    }

    .gridder-list:nth-of-type(2n)
    {
        margin-right: 0;
        margin-bottom: 0;
        bottom: 0;
    }




.gridder-nav.disabled
{
    opacity: .5;
    color: black;
}




.gridder-list:hover
{
    font-weight: 700;
    opacity: 0.6;
}



.hasSelectedItem .gridder-list
{
    opacity: .5;
    align-content: center !important;
    justify-content: center !important
}

    .hasSelectedItem .gridder-list.selectedItem
    {
        opacity: 1
    }




.gridder-list
{
    display: inline-block;
    vertical-align: baseline;
}

.gridder-show
{
    width: 100%;
    display: block;
    background: white, url("../../testy - www/grid - expand/gridder-master_v1/demo/images/loading-spin.svg") no-repeat, center;
}

    .gridder-show.loading
    {
        background: #EEE url("../../testy - www/grid - expand/gridder-master_v1/demo/images/loading-spin.svg") no-repeat, center
    }

.gridder-content
{
    display: none;
}

.gridder-list
{
    margin-left: 20px;
    margin-right: 0px;
    width: inherit;
}
    /*
.gridder-list:nth-child(n){
	margin-bottom:5px;
	margin-right:5px}
*/
    .gridder-list:nth-of-type(2n)
    {
        margin-right: 0;
        margin-bottom: 0
    }

/*
.gridder-show{

	padding:10px;
	background:rgb(255,255,0);
	margin-bottom:300px;
}

*/



@media screen and (min-width: 700px)
{
    .gridder-list
    {
        margin-right: 0;
    }

        .gridder-list:nth-child(n)
        {
            margin-bottom: 1%;
            margin-right: 1%;
        }

        .gridder-list:nth-of-type(6n)
        {
            margin-right: 0;
            margin-bottom: 0;
        }
}


.gridder-navigation
{
    background: white;
    position: fixed;
    z-index: 9999999;
    font-size: 40px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    margin-left: 0px;
    justify-content: space-between
}

    .gridder-navigation a
    {
        background: white;
        display: inline-block;
        bottom: 15px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 40px;
        color: black;
        text-decoration: none;
        font-size: 32px;
        margin-right: 0px;
        transition: all .9s ease-in-out
    }

        .gridder-navigation a:hover
        {
            color: black
        }

        .gridder-navigation a.disabled
        {
            opacity: 0.2
        }




.open-content
{
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 0px;
    background-color: white;
    height: auto;
    padding-bottom: 200px;
}

.sticky_note
{
    position: -webkit-sticky;
    position: sticky;
    float: right;
    top: 30px;
    width: 25%;
    margin-right: 50px;
    height: 100vh;
}

    .sticky_note h1
    {
        font-weight: 700;
        color: black;
        letter-spacing: 0.1em;
        font-size: 20px;
        line-height: 1.3em;
        padding-top: 10px;
    }


    .sticky_note h3
    {
        font-weight: 500;
        letter-spacing: 0.1em;
        font-size: 16px;
        line-height: 1.4em;
        padding-top: 3px;
        padding-bottom: 30px;
    }

    .sticky_note h4
    {
        font-weight: 500;
        letter-spacing: 0.1em;
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sticky_note h5
    {
        text-align: right;
        font-weight: 500;
        letter-spacing: 0.3em;
        font-size: 30px;
        line-height: 1.6em;
        margin-top: -20px;
        margin-right: -50px;
        color: black;
    }

    .sticky_note h4 i
    {
        font-size: 18px;
        color: black;
        vertical-align: middle;
    }



.project-post
{
    float: left;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 50px;
    max-width: 50%;
}

.img-fluid
{
    width: 90%;
    justify-content: flex-start;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
}


.row
{
}




.display-img-desktop
{
    max-width: 40%;
    float: right;
    margin-right: 2%;
    overflow: hidden;
}


.copy-desktop
{
    width: 30%;
    float: left;
    margin-right: 5px;
    padding: 5px 5px 5px 50px;
    margin-top: 50px;
}

    .copy-desktop h2
    {
        font-size: 40px;
        letter-spacing: 2px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 0px;
    }

    .copy-desktop p
    {
        font-size: 14px;
        font-stretch: expanded;
        font-weight: 500;
        letter-spacing: 2px;
    }


/*# sourceMappingURL=jquery.gridder.min.css.map */
