
.secHeader{

    position: relative;

    height: 8.1em;
    width: 100%;

    /*border:1px solid red;*/

}

.divCizgi{

    position:absolute ;

    width: 100%;
    height: 0.8em;

    background-color: #225526;
    background: linear-gradient(to right,#225526 0%, #225526 40%, #177f20 80%,#225526 100%);

    z-index: 1;

}

.divLogo{

    position: absolute;

    height: 12.6em;
    width: 19.3em;

    top:0;
    left:5.5em;

    z-index: 2;


    /*border:solid 1px red;*/

}
.divLogo img{


    width: 100%;


}



.navMenuContainer{

    position: absolute;


    height: 5em;
    width: 57em;

    left:22.5em;



    /*border:solid 1px red;*/

    /*overflow: hidden;*/

    z-index: 1;
}
.divMenuItemContainer{

    position: relative;
    display: inline-block;

    top:1.8em;
    /*top:4.8em;*/


    margin-left:-0.5em;

    height: 2.8em;
    width: 9.6em;

    overflow: hidden;

    cursor: pointer;

    /*border:solid 1px blue;*/

}
.divMenuItemContainer:first-of-type{
     margin-left:0;
}
/*.divMenuItemContainer:last-of-type{
     width: 9.7em;

}*/


.divMenuItem{

    position: absolute;


    height: 100%;
    width: 100%;

    top:0;
    left:0;

    opacity: 1;


    text-align: center;




    z-index: 5;



    /*border:solid 1px red;*/

}

.divMenuItem a{


    text-decoration: none;

    cursor: pointer;

     color: #fdfdfe;
    z-index: 6;
}

.divMenuItem span{

    position: relative;
    display: block;

    top: 0.8em;
    /*left:2.1em;*/

    /*font-style: italic;*/
    font-weight: bold;
    font-size: 1.0em;
    /*font-family: "Ubuntu Regular",Helvetica,sans-serif;*/
    color: #f2f2f2;
    text-shadow: -1px -1px #181818;

    line-height: 1em;

    /*transform: rotate(-31deg);*/

   /*border:solid 1px red;*/
}



.divMenuItemBack{
     position: absolute;
    /*display: none;*/


    height: 8.5em;
    width: 6.6em;

    top:-3em;
    left:1.6em;

    opacity: 0;


    text-align: center;

    transform: rotate(31deg);

   background-image: linear-gradient(65deg, #20a309 0%, #27df06 100%);


    z-index: 2;

    transition: all 1s;
}

 .divMenuItemContainer:hover .divMenuItemBack{
        opacity: 1;

        /*background-image: linear-gradient(65deg, #20a309 0%, #27df06 100%);*/

    }
.divMenuItemContainer:hover .divMenuItem span{

        color:white;

    }

.divMenuBackSelected{
    opacity: 1;
}

.divMenuGolge{

    position: absolute;


    width: 59em;
    height: 5em;

    top:0;
    left:0;

    box-shadow: 0 1.5em 1em -0.5em rgba(0,0,0,0.65);

    /*border:1px solid red;*/

}

.divLang{

    position: absolute;

    height: 1.2em;
    width: 5em;

    top:0.3em;
    right: -0.5em;

    text-align: left;
    /*border:1px solid red;*/

    z-index: 3;

}

.divLang img{

    height: 100%;

    margin-left: 0.5em;

    cursor: pointer;
}
.divLang img:first-of-type{

    margin-left: 0;

}