#iletisimDiv
{
    width: calc(100% - 123px);
    max-width: 380px;
    background-color: #292929;
    color: white;
    position: absolute;
    top: -200px;
    z-index: 102;
}
.iletiismText
{
    display: block;
    float: left;
    height: 100%;
    width: 80%;
    margin-left: 20px;
    margin-top: 15px;
    font-family: sometRR;
    font-size: 11pt;
    line-height: 5px;
}
.iletisimHeader
{
    font-family: sometB;
}
#clsBtn
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
}
#clsBtn img
{
    width: 100%;
    height: 100%;
}

.mesaj
{
    color: white;
    position: absolute;
    width: 100vw;
    background-color: rgba(0,0,0,0.8);
    left: 0px;
    bottom: 0px;
    z-index: 97;
}
.mesajEk
{
    height: 232px;
}
.tabMenu
{
    display: block;
    float: left;
    width: 100%;
    height: 20px;

}
#haritadaGor
{
    position: absolute;
    right: 0px;
    height: 20px;

}
#haritadaGor img
{
    width: auto;
    height: 100%;

}

p{
    margin-top: 0px;
}
#info
{
    display: block;
    float: left;
    padding-left: 20px;
}
#infoHeader
{
    color: white;
    letter-spacing: 3px;
    font-family: sometB;
    font-size: 15pt;
    width: 100%;
}
#infoText
{
    color: white;
    letter-spacing: 1px;
    font-family: sometBI;
    font-weight: 100;
    font-size: 10pt;
    width: 90%;
    margin-top: -10px;
    margin-bottom: 20px;
}
.infoHeaderC
{
    color: white;
    letter-spacing: 3px;
    font-family: sometB;
    font-size: 15pt;
    width: 100%;
}
.infoTextC
{
    color: white;
    letter-spacing: 1px;
    font-family: sometBI;
    font-weight: 100;
    font-size: 10pt;
    width: 90%;
    margin-top: -10px;
    margin-bottom: 20px;
}
#mapDiv
{
    height: calc(100% - 60px);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 98;
}

@media all and (orientation:portrait){
    #mapCls
    {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1000;
    }
    #mapCls img
    {
        width: 100%;
        height: 100%;
    }
    .wideNav
    {
        visibility: hidden;
    }

    #mobilBar{
        visibility: visible;
        z-index: 100;
        left: -123px;
        top: 0px;
        width: 123px;
        height: 100%;
    }
    #navBarBtn
    {
        left: 0px;
        top: 0px;
        width: 123px;
        height: 60px;
        z-index: 101;
        visibility: visible;
    }

    #heightNavContainer .wideNavElement
    {
        height: 20vh;
        max-height: 123px;
        width: 123px;
        cursor: pointer;
    }
    #heightNavContainer .elementIletisim
    {
        width: 120px;
        height: 10px;
    }
    #heightNavContainer .wideNavElement img
    {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        padding-top: 30%;
        z-index: 0;

    }
    #heightNavContainer .heightNavLogo
    {
        width: 120px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        z-index: 0;
        background-color: #1b1b1b;;
    }
    #mobilLogoBar
    {
        width: 100vw;
        height: 60px;
        background-color: black;
        opacity: 0.8;;
        position: absolute;
        left: 0px;

        z-index: 99;
    }
    #mobilLogoBar img
    {
        margin-left: auto;
        margin-right: auto;
        height: 90%;
        display: block;

    }
    .navElementText
    {
        visibility: hidden;
    }


}
@media all and (orientation:landscape) {
    #mapCls
    {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1000;
    }
    #mapCls img
    {
        width: 100%;
        height: 100%;
    }
    .wideNav
    {
        visibility: hidden;
    }

    #mobilBar{
        visibility: visible;
        z-index: 100;
        left: -123px;
        top: 0px;
        width: 123px;
        height: 100%;
    }
    #navBarBtn
    {
        left: 0px;
        top: 0px;
        width: 123px;
        height: 60px;
        z-index: 101;
        visibility: visible;
    }
    .wideNavElement
    {
        cursor: pointer;
    }
    #heightNavContainer .wideNavElement
    {
        height: 20vh;
        width: 123px;
        max-height: 123px;
    }
    #heightNavContainer .elementIletisim
    {
        width: 123px;
        height: 10px;
    }
    #heightNavContainer .wideNavElement img
    {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        padding-top: 6%;
        padding-bottom: 10%;
        z-index: 0;

    }
    #heightNavContainer .heightNavLogo
    {
        width: 120px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        z-index: 0;
        background-color: #1b1b1b;;
    }
    #mobilLogoBar
    {
        width: 100vw;
        height: 60px;
        background-color: black;
        opacity: 0.8;;
        position: absolute;
        left: 0px;

        z-index: 99;
    }
    #mobilLogoBar img
    {
        margin-left: auto;
        margin-right: auto;
        height: 90%;
        display: block;

    }



}
