﻿@media only screen and (min-width: 601px) {
    #top-menu {
        width: 100%;
        height: 25px;
        background-color: #cd2127;
        color: #fff;
        font-size: 12px;
    }

    #menu_icon {
        display: none;
    }



    #title-div {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(205 33 39) 0%, rgb(0 0 0 / 5%) 100%);
    min-height: 130px;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #383838c2;
    z-index: 100;
    font-size: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    #title-div {
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgb(12 12 12) 0%, rgb(0 0 0 / 5%) 100%);
        min-height: 119px;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #383838c2;
        z-index: 100;
        font-size: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    /* #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: 130px;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #ffffff38;
        z-index: 100;
        font-size: 25px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
*/

        #title-div img {
            width: auto;
            height: 125px;
            margin: 0px 50px;
        }

        #title-div div.content {
            border: 0px solid #fff;
            height: 100px;
            width: 450px;
            font-size: 40px;
            font-weight: 400;
            margin: 15px 25px;
            /*

color: #ffba00;
    */

            color: #ffba00;
        }


    #main-menu {
        display:none;
    }

    #main-menu-hrz {
        position: absolute;
        top: 100px;
        z-index: 102;
    }


    .page-header {
        text-align: center;
        width: 100%;
        min-height: 350px;
        max-height: 350px;
        overflow: hidden;
        border: 0px solid #ff0000;
        position: relative;
    }

        .page-header .drakcover {
            width: 100%;
            min-height: 350px;
            background-color: #000000c9;
            z-index: 20;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
        }

        .page-header h1 {
            font-size: 80px;
            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: -350px;
            left: 0px;
        }


    .item_panel {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        width: 100%;
        padding: 15px;
        margin: 1px auto;
        min-height: 350px;
        justify-content: center;
        background-color: #f8f8f8;
        border-radius: 35px;
    }

    .item_panel_2side {
       
       
        width: 100%;
        padding: 15px;
        margin: 1px auto;
        min-height: 350px;
        justify-content: center;
        background-color: #f8f8f8;
        border-radius: 35px;
    }

    .pad_30 {
        padding: 30px;
    }

    .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: 35px;
        font-weight: 300;
    }

    .item {
        border: 1px solid #515151;
        position: relative;
        max-width: 22%;
        min-width: 22%;
        margin: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: pointer;
        min-height: 300px;
        background-color: #f1f1f1;
    }

        .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: 1px 5px 5px 3px;
        }

    .item_title {
        position: absolute;
        bottom: 45px;
        font-size: 18px;
        font-weight: 200;
        width: 100%;
        left: 0px;
    }

    .body_containert {
        width: 98%;
        margin: 40px auto;
        padding: 5px 20px;
        min-height: 400px;
    }

    .body_containert span {
        display: block;
        font-size: 1.4vw;
        font-weight: 300;
    }

       
    .body_containert h2 {
        display: block;
        font-weight: 400;
        font-size: 2.2vw;
    }

    .body_containert p {
        text-align: justify-all;
        font-size: 18px;
    }

    footer {
        border-top: 1px solid #fff;
    }

    .Panel_footer {
        display: flex;
        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 p {
            font-size: 15px;
            color: #b4b4b4;
            text-align: justify;
        }

        .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: 250px;
            height: 100%;
            vertical-align: top;
            text-align: justify;
            padding-right: 1px;
            margin-left: 3%;
            margin-right: 3%;
        }

    .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_top_40 {
        padding-top: 40px;
    }

    .copyright{
        color:#fff;
    }
}
