#mobMenuButton {
    display: none;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    background-color:var(--color-a);
    background-image: url(imgeler/mobil-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 0 0 0 20px;
}
@media(max-width:1024px){
		#mobMenuButton {
	    display: block;	    
	}
}

/*mob menu*/
#mobMenuContainer {
    display: none;
    background-color: #222;
    width: 80%;
    max-width: 350px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    box-shadow: inset 8px 0px 15px -5px #000000;
    overflow-y: auto;
    text-align: left;
    min-height: auto !important;
    height: 100vh;
    padding-bottom: 85px !important;
    box-sizing: border-box;
}

#mobMenuContainer ul,
#mobMenuContainer ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

#mobMenuContainer ul li a:link,
#mobMenuContainer ul li a:visited {
    display: block;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #111111;
    color: #B7B7B7;
    padding: 8px 5px 8px 15px;
    height: 100%;
    position: relative;
}

#mobMenuContainer li a .handle {
    display: block;
    float: right;
    width: 50px;
    font-size: 30px;
    padding: 0px;
    line-height: 1.2;
    color: #626262;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /*[empty]position:;*/
    border-left: 1px solid #282828;
}

#mobMenuContainer ul li ul {
    background-color: #1B1B1B;
    box-shadow: inset 0px 0px 5px #000000;
}

#mobMenuContainer ul li ul ul {
    background-color: #151515;
    box-shadow: inset 0px 0px 5px #000000;
}

#mobMenuContainer ul li ul a:link {
    padding-left: 30px;
}

#mobMenuContainer ul li ul ul a:link {
    padding-left: 50px;
}

#mobMenuContainer .mob-login {
    padding: 25px 10px 35px 15px;
    color: #FFFFFF;
    font-size: 0.8em;
}

#mobMenuContainer .mob-login a {
    font-size: 1.3em;
}

#mobMenuContainer .mob-login .logout {
    background-color: #7D2828;
    border: 1px solid #AF1616;
}

#mobMenuContainer .mob-login .user-acts {
    float: right;
}

#mobMenuContainer .layout-switch a {
    display: block;
    margin: 25px 0 0;
    text-align: right;
    background-color: #000000;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding-right: 20px;
}

#mobMenuContainer .layout-switch .desktop:before {
    content: "\e6b4  \e6c6  \e6b3";
    color: #B2B2B2;
    font-size: 30px;
    font-family: icomoon;
    line-height: 150%;
}

body.mob-menu-open #top {
}

/*tablet*/
@media (max-width: 1024px) {
    .stage {
        width: auto;
    }
    
    .stage .body table,
    .stage .body .columns table {
        max-width: 100% !important;
        box-sizing: border-box;
    }
    
    .stage .body img {
        max-width: 99.9%;
    }
    
    #wrapper {
        width: 100%;
        height: auto;
    }
    
    #wrapper-content {
        padding: 0;
    }
    
    #pbody {
    }
    
    #top > .body > div.main-menu {
        flex: none;
    }
    
    #top > .body > div.langs {
        flex: 1;
    }
    
    #footer .body {
        /*margin-left: 1em;*/
        /*margin-right: 1em;*/
    }
    
    .logo-overlay {
        background-size: contain;
        line-height: 50px;
        height: 50px;
    }
    
    .stage .stage-0,
    .stage .stage-1 {
        float: none;
        width: auto;
        border-left: none;
        border-right: none;
    }
    
    .stage .stage-0 > .body,
    .stage .stage-1 > .body {
        width: auto;
    }
    
    .stage .stage-0 > .body {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    
    .layout-B .stage-1 > .body {
        margin: 0;
    }
    
    .stage .body table {
        max-width: 99.9%;
    }
    
    .stage .body img {
        max-width: 99.9%;
    }
}

/*phone*/
@media (max-width: 576px) {
    .layout-C .stage-1 .body,
    .layout-D .stage-1 .body {
        margin: 1em -9px;
    }
    
    .form-custom .input-element {
        width: 100% !important;
    }
    
    input[type=text],
    input[type=password],
    select,
    textarea {
        width: 100%;
    }
    
    /*layouts*/
    .pre-top {
        display: none !important;
    }
    
    ul.sub-page-list > li.box {
        width: auto;
        float: none;
        margin: 5px 0 1em 0;
    }
    
    ul.sub-page-list > li.box-spot {
        width: auto;
        float: none;
        margin: 5px 0 1em 0;
    }
    
    ul.sub-page-list > li.box-large {
        width: auto;
        float: none;
        margin: 1px 0;
    }
    
    input,
    textarea,
    select {
        max-width: 100%;
    }
    

    
    ul.sub-page-list > li.box-large i {
        float: none;
    }
    
    li.box-large h3,
    ul.sub-page-list > li.box-large:hover h3 {
        font-size: 1em;
        position: static !important;
        margin: 0px 0px 0.9em 0px !important;
        padding: 10px 0 !important;
        width: 100%;
        height: auto;
        background-color: #C7C7C7 !important;
        color: #000000 !important;
        text-shadow: none !important;
    }
    
    .page_navi {
        border-top: 3px solid #D2D2D2;
        padding: 1em 0 0;
        margin: 0 !important;
        /*+border-radius: 0 !important;*/
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -khtml-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    
    .res-slider .dot-navi {
        display: inline !important;
        transform: scale(0.65);
    }
    
    .res-slider .arrow-navi {
        display: none;
    }
}

/**
Device visibility
 {"def": 1920, "lg": 1366, "md": 1024, "sm": 576},
**/
.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (max-width: 1024px) and (min-width: 577px) {
    .hidden-desktop {
        display: inherit !important;
    }
    
    .visible-desktop {
        display: none !important;
    }
    
    .visible-tablet {
        display: inherit !important;
    }
    
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .hidden-desktop {
        display: inherit !important;
    }
    
    .visible-desktop {
        display: none !important;
    }
    
    .visible-phone {
        display: inherit !important;
    }
    
    .hidden-phone {
        display: none !important;
    }
}
