﻿@media only screen and (max-width: 600px) {
    #top-menu {
        width: 100%;
        height: 25px;
        /*background-color: #ff6a00;*/
        color: #000;
        font-size: 12px;
        z-index: 101;
        position: absolute;
    }

    #menu_icon {
        display: inline;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #title-div {
        /* background: rgb(0,0,0);
        background: linear-gradient(180deg, rgb(0 0 0 / 93%) 0%, rgb(0 0 0 / 5%) 100%);
           */
        min-height: 105px;
        width: 100%;
        position: absolute;
        top: 0px;
        border-bottom: 0px solid #ffffff73;
        z-index: 100;
        font-size: 25px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

        #title-div img {
            width: 90px;
            height: auto;
            margin: 0px 5px;
        }

        #title-div div.content {
            border: 0px solid #fff;
            font-size: 32px;
            font-weight: 400;
            margin: 0px 13px;
            color: #ffba00;
        }


    #main-menu-hrz {
        display: none;
    }

    #main-menu {
        position: fixed;
        top: 10px;
        z-index: 102;
        display: inline;
        width: 220px;
        transition: 500ms;
        background-color: #eb2828e3; /*#232221f0;*/
        right: 0%;
    }




    .page-header {
        text-align: center;
        width: 100%;
        min-height: 240px;
        max-height: 350px;
        overflow: hidden;
        border: 0px solid #ff0000;
        position: relative;
    }

        .page-header .drakcover {
            width: 100%;
            background-color: #000000c9;
            z-index: 20;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
        }

        .page-header h1 {
            font-size: 12vw;
            font-weight: 200;
            margin: 100px auto;
            width: 98%;
            color: #fff;
            position: absolute;
            z-index: 21;
        }

        .page-header img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 0px;
            left: 0px;
        }


    .item_panel {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 2px;
        width: 100%;
        padding: 15px;
        margin: 1px auto;
        min-height: 350px;
        justify-content: center;
        background-color: #f8f8f8;
        border-radius: 8px;
    }

    .pad_30 {
        padding: 20px;
    }

    .bkcolor_gray {
        background-color: #e8e8e8;
    }

    .bkcolor_gray2 {
        background-color: #232323; /*#363636; ;*/
    }

    .bkcolor_yellow {
        background: #cd2127; /*#ffba00;*/
    }

    .wrapper {
        width: 85%;
        max-width: 85%;
        margin: 45px auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        direction: rtl;
        text-align: center;
    }

    h3.page_title {
        font-size: 30px;
        font-weight: 300;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .item {
        border: 1px solid #aaa;
        position: relative;
        padding-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        text-align: center;
        cursor: pointer;
        background-color: #f1f1f1;
        width: 90%;
        margin: 10px auto;
    }

        .item:hover {
            background: #1f1f1f;
        }


        .item a {
            color: #363636;
        }

        .item:hover a {
            color: #e8e8e8;
            font-size: 19px;
            font-weight: 400;
        }


        .item img {
            width: 100%;
            height: auto;
            max-height: 70%;
            background-color: #fff;
            border-bottom: 1px solid #888;
            padding: 0px;
        }

    .item_title {
        margin: 5px auto;
        font-size: 18px;
        font-weight: 200;
        width: 100%;
        left: 0px;
    }

    .body_containert {
        width: 98%;
        margin: 15px auto;
        padding: 5px 20px;
        min-height: 400px;
    }

        .body_containert span {
            display: block;
            font-size: 4.4vw;
            font-weight: 300;
        }


        .body_containert h2 {
            display: block;
            font-weight: 400;
            font-size: 8.2vw;
            margin-top: 10px;
        }

        .body_containert p {
          text-align: justify;
          font-size: 17px;
         }



    .Panel_footer {
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-size: 12px;
        height: auto;
        width: 100%;
        padding: 5px 0px;
        margin: 0px;
        justify-content: center;
        color: #ffba00;
    }

        .Panel_footer span {
            font-size: 18px;
            color: #fafafa;
        }

        .Panel_footer ul {
            text-align: left;
            margin: 0px;
            list-style-position: inside;
            padding-right: 0;
            font-size: 13px
        }

        .Panel_footer a, .Panel_footer li {
            color: #e8e8e8;
        }

            .Panel_footer li::marker {
                color: #ffba00;
            }

        .Panel_footer div {
            display: inline-block;
            width: 95%;
            vertical-align: top;
            text-align: justify;
            padding-right: 1px;
            margin-left: 3%;
            margin-right: 3%;
        }

            .Panel_footer div img {
               
                margin: 3% auto;
            }

    .bottomPanel {
        text-align: center;
        font-size: x-small;
        max-height: 35px;
        position: relative;
        display: block;
        padding: 5px;
    }

        .bottomPanel p {
            display: block;
            top: 7px;
            position: absolute;
            width: 100%;
        }

    .pd_3_10 {
        padding: 3px 10px;
        text-align: justify;
        margin: 1px auto;
    }

    .pd_top_40 {
        padding-top: 40px;
    }

    footer {
        border-top: 1px solid #fff;
    }

    .pd_top_40 {
        padding-top: 40px;
    }
}

.copyright {
    color: #fff;
}
