header{
    position: fixed;
    top: 0px;
    padding: 5px 0;
    width: 100%;
    height: 70px;
    color: #fff;
    background-color: transparent; background-color:#fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index:1000;  border-bottom:solid; border-width:1px; border-color:#dedede;
}

header.stick {
    height: 65px;
    text-align: left;                                                 /*   margin-top:-40px; */
    padding: 0px 0 !Important;
    transition: all 0.4s ease-in-out;   
    -webkit-transition: all 0.4s ease-in-out;
    background: rgba(255,255,255,.8); background-color:#fff;
}

    .wrap-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .branding {
        width:100%; margin-top:0px;   border-radius: 0px; margin-left:0px; 
        float: left;
        text-align: left;
       
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.0s ease-in-out;                  padding:5px 5px; 
    }
    
    .branding.stick {
         margin-top:0px; width:100%;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.0s ease-in-out;             padding:5px 5px; 
    }

        .logo-lg {
           width:100%;  max-width: 130px; margin-top:0px; margin-left:0px;
            height: 100%;
        }

        .logo-sm {
           width:100%;  max-width: 130px; margin-left:0px;
            height: 100%;
            display: none;
        }

    .menu { margin-top:-10px;
        
		float:right;
        text-align: right; 
    }

    .listMenu { 
        display: none;                                                                          margin-top:3px; margin-bottom:8px;
    }

/* just for the example, delete this */

.stripe {
    height: 400px;
    position: relative;
}

.stripe:first-child {
    height: 600px;
    position: relative;
}

.stripe:nth-child(even) {
    background: #146f36;
}

/* 
==================================================
- The Mobile Menu
==================================================
*/

/* The Menu Button */
.mobileMenuButton {
    display: inline-block; 
    position: relative;
    width: 50px;
    height: 40px;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease; 
    
}

.mobileMenuButton:hover {
    border:0px solid #000; background-color:#999;
                     /*background-color: rgba(0, 0, 0, 0.7); background-color:#0CC;*/
    border-radius: 4px;
}

.mobileMenuButton:active {
    border:0px solid #000; 
                    /*background-color: rgba(0, 0, 0, 0.7);*/
    border-radius: 4px;
}

.mobileMenuButton:hover span  {
    background: #fff;
}
.mobileMenuButton:hover span:before  {
    background: #fff;
}
.mobileMenuButton:hover span:after  {
    background: #fff;
}


.mobileMenuButton span {
    margin-top: 35%;
}
.mobileMenuButton span, .mobileMenuButton span:before, .mobileMenuButton span:after {
    cursor: pointer;
    border-radius: 5px;
    height: 4px;
    width: 22px;
    background: #c50a08;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: '';
}
.mobileMenuButton span:before {
    top: -8px;
}
.mobileMenuButton span:after {
    bottom: -8px; 
}



/* The Menu */
.mobileMenu { 
    width: 240px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #435158;
    z-index: 11200;
    text-align: right;
    padding-top: 40px ;
    transition: all .3s ease-in-out;
    
}

    .slideOut { 
        margin-right: -240px; 
        transition: all .3s ease-in-out;
    }

    .slideIn { 
        margin-right: 0px;
    }

.mobileMenu h2 {
    font-family: sans-serif;
    color: #333333;
    font-size: 36px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.mobileMenu ul {
    list-style: none;
}


.mobileMenu li { 
                                  border-bottom: 0px dotted black; /* mobil menude alt cizgi */
    padding: 0 30px;
}

.mobileMenu li a { 
    color: #fff; 
    line-height: inherit;
    padding: 0;
    font-weight: 600;
    padding: 12px 0;
    font-size: 15px;
    text-decoration: none;
    font-family: sans-serif;
    display: block;
    /* CSS Transition */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mobileMenu li a:hover {
    color: #000;
    text-decoration: none;
}


.overlay {
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    opacity: 0;
    position: fixed;
    transition: all .3s ease-in-out;
    z-index: 1150;    
}


.mo_menu { display:inline-block;  padding-top:0px; padding-right:0px; margin-right:5px; margin-top:15px;}
.mo_menu.stick { display:inline-block;  padding-top:0px; padding-right:0px; margin-right:5px; margin-top:15px;}

.logonun_genisligi { width:35%;    float:left; padding-top:0px; }
.menu_genislik { width:18%;   float:right;  }
.doviz_dil_genislik  { width:47%;  float:left; padding-top:10px; }

.ust_tel_ac_kapa { display:none; }
.DilParaBirimiAcKapa { display:block; }
.DilParaBirimiAcKapa2 { display:none; }
/* 
==================================================
- Media Query Mobile First Aproach
==================================================
*/

@media (min-width:950px) {

.ust_tel_ac_kapa { display:block; }
.DilParaBirimiAcKapa { display:none; }
.DilParaBirimiAcKapa2 { display:block; }
.logonun_genisligi { width:20%; max-width:none;  float:left;  padding-top:0px; }	
.menu_genislik { width:48%; max-width:none; float:left; }
.doviz_dil_genislik  { width:32%;   float:right; padding-top:10px;  }

 .branding {
        width:100%; margin-top:0px;    border-radius: 0px;    padding:0px 5px; 
		-webkit-transition: all 0.4s ease-in-out;
    }
.branding.stick { 
          width:100%; margin-top:0px;    border-radius: 0px;    padding:5px 5px; 
		-webkit-transition: all 0.4s ease-in-out;
}

    .logo-lg {
            width:100%; max-width: 170px; margin-top:0px; margin-left:0px; border-radius: 0px;
            height: 60px;
        }

        .logo-sm {
           width:100%;  max-width: 170px; margin-left:0px; margin-top:0px;
           height: 60px;
            display: none;
        }



.mo_menu { display:none; }
.mo_menu.stick  { display:none; }

    .overlay {
        display: none !important;
    }
    
    .mobileMenu {
        display: none;
    }
    
    .wrap-container {
            width: 100%; max-width:1150px;
            margin: 0 auto;
    }
    
    .mobileMenuButton {
        display:none;
    }
    
    .listMenu { 
        display: inherit;
    }

    .listMenu li {
        display: inline;
        padding: 0px 3px;
    }
    

    .listMenu li a {
        color: #000; border-bottom:solid; border-width:1px; border-color:#000; 
        line-height: inherit; 
        padding: 0; padding:5px 0px; border-radius: 0px 0px 0px 0px;
        font-weight: 600;
        font-size: 15px; 
        text-decoration: none;
        font-family: sans-serif;
        display: inline-block; 
        /* CSS Transition */

    }

    
    .listMenu li a:hover {
        color: #9c9c9c; border-bottom:solid; border-width:1px; border-color:#9c9c9c;
        text-decoration: none;
    }

    
    .listMenu li:last-child a{
         color: #000; border-bottom:solid; border-width:1px; border-color:#000; 
        line-height: inherit; 
        padding: 0; padding:5px 0px; border-radius: 0px 0px 0px 0px;
        font-weight: 600;
        font-size: 15px; 
        text-decoration: none;
        font-family: sans-serif;
        display: inline-block;
        /* CSS Transition */

    }

    .listMenu li:last-child a:hover{
        color: #9c9c9c; border-bottom:solid; border-width:1px; border-color:#9c9c9c;
        text-decoration: none;
    }
    
    .mobileButton {
        display: none;
    }
    
}


@media (min-width:1030px) {
    .listMenu li {
        display: inline;
        padding: 0px 8px;
    }
    	
}


