body {
    margin: 0;
    padding: 0;
    font-family: "Brenner Slab Regular", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title-main
{
    position:absolute;
    top:20px;
    left:20px;
    font-size:40px;
    line-height:50px;
    color:#DFC571;
    max-width:350px;
    width:50%;
}
.screen
{
    width:100%;
    min-height:100vh;
    padding-bottom:30px;
    background-image:url(../img/background.jpg);
    background-size: cover;
    background-position:center center;
}
.logo
{
    position:fixed;
    bottom:20px;
    left:20px;
    width:20%;
    max-width:277px;
}
.map-content
{
    width:calc(100% - 20px);
    max-width:940px;
    margin:0 auto;
    padding-top:120px;
}
.map{
    width:100%;
    pointer-events: none;
    opacity:0;
}
.forest-areas
{
    position: absolute;
    top: 49.7%;
    left: 50.4%;
    width: 90.5%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}


.map-holder
{
    position:relative;
}
.tree-animation
{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-image:url(../img/animation/Medziai_00000.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    image-rendering: crisp-edges;
}
.trees
{
    position:absolute;
    transform: translate(-50%,-50%);
    left:50%;
    top:49%;
    width:90%;
    pointer-events: none;
    opacity:0;
}
.custom-button
{
    float:right;
    margin-right:20px;
    width:33%;
    max-width:230px;
    position:relative;
}
.custom-button:hover
{
    opacity:0.8;
}
.custom-button img
{
    width:100%;
}
.button-holder
{
    float:right;
    width:80%;
    margin-top:30px;
}
.button-text
{
    font-size:13px;
    color:#3F2817;
    position:absolute;
    bottom:20px;
    left:20px;
    width:70%;
}
.popup
{
    width:calc(100% - 40px);
    max-width:775px;
    transform: translate(-50%,-50%);
    left:50%;
    top:50%;
    position:fixed;
    display: none;
}
.forest-part
{
    position:absolute;
    width:30%;
    top:0;
    transition: 0.3s;
    cursor: pointer;
    left:0;
    opacity:0;
}
.forest-part:hover
{
    opacity:0.5;
}
.forest-1
{
    width: 7%;
    left: 5%;
    top: 19.5%;
}
.forest-2
{
    width: 6%;
    left: 26.2%;
    top: 10.8%;
}
.forest-3
{
    width: 13%;
    left: 18.2%;
    top: 44.5%;
}
.forest-4
{
    width: 7%;
    left: 34.2%;
    top: 11.8%;
}
.forest-title-holder
{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    pointer-events: none;
}
.forest-title
{
    font-size:16px;
    color:#DFC571;
    opacity:0;
    font-weight:500;
    text-shadow: 2px 2px 0px rgba(39,30,22,1);
    max-width:140px;
    position:absolute;
    text-align:center;
}
.forest-5
{
    width: 7%;
    left: 64.2%;
    top: 0.8%;
}
.forest-6
{
    width: 8%;
    left: 56.6%;
    top: 14.8%;
}
.forest-7
{
    width: 8%;
    left: 67.6%;
    top: 25.8%;
}
.forest-8
{
    width: 7%;
    left: 88.3%;
    top: 28%;
}
.forest-9
{
    width: 8%;
    left: 82.3%;
    top: 31.3%;
}
.forest-10
{
    width: 12.5%;
    left: 75.5%;
    top: 40%;
}
.forest-11
{
    width: 9.5%;
    left: 52%;
    top: 51.5%;
}
.forest-12
{
    width: 6.5%;
    left: 49%;
    top: 59.5%;
}
.forest-13
{
    width: 11%;
    left: 36%;
    top: 54%;
}
.forest-14
{
    width: 6%;
    left: 48.6%;
    top: 72.2%;
}
.forest-15
{
    width: 10%;
    left: 72%;
    top: 58.6%;
}
.forest-16
{
    width: 10%;
    left: 62.8%;
    top: 70.6%;
}
.forest-17
{
    width: 13%;
    left: 64.8%;
    top: 73.6%;
}
.forest-18
{
    width: 16%;
    left: 50.5%;
    top: 84.5%;
}
.forest-19
{
    width: 10%;
    left: 42.5%;
    top: 89.8%;
}
.popup-background
{
    width:100%;
}
.popup-content
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.close-button
{
    position:absolute;
    top:30px;
    right:30px;
}
.popup-content .wrapper
{
    padding:60px;
}
.popup-content .title
{
    text-align:center;
    font-size:28px;
    color:#3F2817;
    margin-bottom:10px;
}
.tab
{
    width:calc(33.33% - 1px);
    float:left;
}
.tab .wrapp
{
    padding:12px;
    font-size:13px;
    color:#3f2817;
    text-align:left;
}
.t1,.t2,.t3
{
    border-top:1px solid #3f2817;
    border-left:1px solid #3f2817;
    min-height:54px;
}
.tab-header
{
    background: rgb(199,196,113);
    background: linear-gradient(90deg, rgba(199,196,113,0.5) 0%, rgba(199,196,113,0) 100%);
}
.t4,.t5,.t6
{
    text-align:center;
    border-top:1px solid #3f2817;
    border-left:1px solid #3f2817;
}
.forest-image
{
    width:100%;
    max-width: 620px;
    margin: 0 auto;
    padding-top: 50%;
    background-size:cover;
    background-position:center top;
    background-color:black;
    opacity:0;
    border:2px solid #3f2817;
}
.forest-table
{
    max-width:620px;
    margin:0 auto;
    margin-top:10px;
}
.white-background
{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:white;
    opacity:0.3;
}
.video-container
{
    width:100%;
    max-width:616px;
    padding-top:50%;
    border:2px solid #3F2817;
    position:relative;
    background-image: url(../img/example-forest.png);
    background-size: cover;
    margin:0 auto;
}
.video-play
{
    position:absolute;
    top:50%;
    left:50%;
    max-width:70px;
    transform: translate(-50%,-50%);
}
.cl
{
    clear:both;
}
@media only screen and (max-width: 900px) {
    .forest-title {
        font-size:1.8vw;
        max-width:120px;
    }
}
@media only screen and (max-width: 600px) {
    .forest-title {
        font-size:14px;
        max-width:120px;
    }
    .logo
    {
        top:20px;
        left:20px;
        bottom:auto;
        width:40%;
        position:absolute;
    }
    .button-holder
    {
        width:calc(100% - 40px);
        position:inherit;
        bottom:auto;
        margin:0 auto;
        padding-top:40px;
        right:auto;
    }
    .popup-content .wrapper {
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .map-content {
        width: 100%;
        max-width: 940px;
        margin: 0 auto;
        padding-top: 120px;
        overflow-x: scroll;
    }
    .custom-button
    {
        float:none;
        width:70%;
        margin:0 auto;
        margin-bottom:20px;
    }
    .map-holder
    {
        width:180%;
    }
    .screen
    {
        height:auto;
        padding-bottom:50px;
    }
    .map-content ::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .map-content  {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .title-main
    {
        left: auto;
        right: 20px;
        font-size: 15px;
        text-align: right;
        line-height: 18px;
    }
    .popup-background
    {
        display:none;
    }
    .popup
    {
        position: fixed;
        transform: translate(0,0);
        left:20px;
        top:20px;
        width:calc(100% - 40px);
    }
    .popup-content
    {
        width:100%;
        margin:0 auto;
        background-color:#FAFAE4;
        filter: drop-shadow(5px 5px 0px #3F2817);
    }
    .tab .wrapp
    {
        font-size:8px;
    }
    .popup-content .title
    {
        font-size:18px;
    }
}