.dropbtn {
    background-color: transparent;
    padding:6px 0px 16px 0px;
    border: none;
    width:50px;
    float:left;
    background-image: url(../images_icons/home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    cursor:pointer;
    background-size: contain
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin:50px 0 0 -5px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 270px;
    z-index: 1;
    line-height: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    border-right:1px solid #BBBBBB;
    border-bottom:1px solid #BBBBBB;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: transparent;}


nav.desktop_menu {
    margin:0px 0;
    background-color: transparent;
    float:left;
}

nav.desktop_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    }

nav.desktop_menu ul li {
    display:inline-block;
    background-color: #FFF;
    color: #000000
}


nav.desktop_menu li.home {
    background-color: transparent;
    margin-top:5px;
    float:left;
}

nav.desktop_menu a.home:hover {
    background-color: transparent;
}

nav.desktop_menu li.terkoz{
    line-height:1px;
    background-color: #AAAAAA;
}

nav.desktop_menu a {
    display:block;
    padding:0 10px;
    color:#000000;
    line-height: 2;
    text-decoration:none;
}

nav.desktop_menu a:hover {
    background-color: #000000;
    color: #FFFFFF
}

nav.desktop_menu ul ul {
    width:280px;
    display: none;
    position: absolute;
    top: 50px; /* the height of the main nav */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-right:1px solid #BBBBBB;
    border-bottom:1px solid #BBBBBB;
}


nav.desktop_menu ul li:hover > ul {
    display:inherit;
    text-align: left
}


nav.desktop_menu ul ul li {
    float:none;
    display:list-item;
    position: relative;
    text-align: left'
}

nav.desktop_menu ul ul ul li {
    position: relative;
    top:-60px;
    left:160px;
}

li > a:after { content:  '+'; font-weight: bold; font-size: x-large }
li > a:only-child:after { content: ''; }

div.topmenu_link {
    width:50px;
    height:100%;
    float:right;
}

div.desktop_menu_kosar_btn {
    width:50px;
    height:100%;
    float:right;
    margin-right:5px;
}

div.desktop_menu_log_reg_btn{
    height:100%;
    float:right;
    margin-right:25px;
}
.desktop_menu_log_reg_btn > .text_link {
    float:left;
    height:100%;
}
.desktop_menu_log_reg_btn > .img_link {
    float:left;
    width:45px;
    height:100%;
}



@media only screen and (min-width: 640px) {

    .sarga_kor {
        background-color:#FFFF99;
        font-size: 70%;
        text-align: center;
        font-weight: bold;
        text-align: center
    }
    div.menu_mobil {
        visibility: hidden;
        display:none;
    }

    div.menu_desktop{

    }

    .menu_btn_group {
        display:inline-block;
        float:right;
        width:105px;
        height:50px;
        margin:0 0 0 5px;
    }

    .kosar_menu_btn {
        float:right;
        width:50px;
        height:45px;
        background-size: contain;
        cursor:pointer;
        margin:5px 0 0 5px;
    }

    #kosar_link_img {
        /*visibility: hidden;*/
    }

    .desktop_menu_logo {
        float: right;
        margin-right: calc( 30% - 200px);
        width:200px;
        height:50px;
        cursor:pointer;
    }

    @media only screen and (max-width: 720px){
        .desktop_menu_logo {
            display:none;
        }

    }



}


@media only screen and (max-width: 640px) {
    .sarga_kor {
        background-color:#DDDDDD;
        font-size: 70%;
        text-align: center;
        font-weight: bold;
        text-align: center
    }

    div.menu_desktop{
        display:none;
    }

    div.menu_mobil {
    }


    header.mobil_menu {
        display: flex;
        position: fixed;
        width: 0%;
        height: 70px;
        margin-top:0px;
        background: #212121;
        color: #fff;
        justify-content: center;
        align-items: center;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .header_mobil_kosar{
        color: #FFFF33;
        float:right;
        line-height:70px;
        vertical-align:center;
        padding-right:15px;
    }



    #nav-container {
        position: fixed;
        height: 100vh;
        width: 100%;
        pointer-events: none;

    }
    #nav-container .bg {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        background: #000;
    }
    #nav-container:focus-within .bg {
        visibility: visible;
        opacity: .6;
    }
    #nav-container * {
        visibility: visible;
    }

    .button {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        -webkit-appearance: none;
        border: 0;
        background: transparent;
        border-radius: 0;
        height: 70px;
        width: 30px;
        cursor: pointer;
        pointer-events: auto;
        margin-left: 25px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline:0;
    }

    .icon-bar {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: .3s;
    }
    .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    #nav-container:focus-within .button {
        pointer-events: none;
    }
    #nav-container:focus-within .icon-bar:nth-of-type(1) {
        transform: translate3d(0,8px,0) rotate(45deg);
    }
    #nav-container:focus-within .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    #nav-container:focus-within .icon-bar:nth-of-type(3) {
        transform: translate3d(0,-8px,0) rotate(-45deg);
    }

    #nav-content {
        margin-top: 70px;
        padding: 20px;
        width: 90%;
        max-width: 270px;
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% - 70px);
        background: #ececec;
        pointer-events: auto;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        transform: translateX(-100%);
        transition: transform .3s;
        will-change: transform;
        contain: paint;
    }

    #nav-content ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF
    }

    #nav-content li a {
        padding: 10px 5px;
        display: block;
        text-transform: uppercase;
        transition: color .1s;
    }

    #nav-content li a:hover {
        color: #BF7497;
    }

    #nav-content li:not(.small) + .small {
        margin-top: auto;
    }

    #nav-container:focus-within #nav-content {
        transform: none;
        background-color: #FFFFFF
    }


    a.nav-content,
    a.nav-content:visited,
    a.nav-content:focus,
    a.nav-content:active,
    a.nav-content:link {
        text-decoration: none;
        outline: 0;
    }

    a.nav-content {
        /*color: currentColor;*/
        transition: .2s ease-in-out;
        color: #000000
    }

    a.nav-content:hover{
            background-color: #CCCCCC;
        color: #000000
    }

    ul.nav-content {
        padding: 0;
        list-style: none;
    }


    #kosar_link_mobil {
        display:none;
    }

    .mobil_menu_logo {
        width:100%;
        max-width:200px;
        height:auto;
        //height:100vh;
        margin-left: 25%;
        margin-top:5px;
        border:0;


    }

    h2.cim_medium_mobil {
        font-size: 250%;
    }



}





