@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,500&display=swap');

*{
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;;
    line-height: 1.5;
}

html{

width:100%;
height: 100%;
margin: 0;
padding: 0;
direction: ltr;
overflow-x: hidden;
overflow-y: scroll;
}

body{

    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none; /* borderdan ustunun alanı */
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
    line-height: 1.5; /* satır yüksekliği */
    font-style: normal;
    font-variant: normal; /* yazıyı büyük yapıyor */
    font-weight: normal;/* yazı kalınlığı*/
    text-align: center; /* yazıyının hangi tarafa doğru olacağini belirliyor */
    text-decoration: none; /* alt cizgi */
    background-color: #e8e8ee;
    /* burda fonta boyut vermedi çünkü font boyutları responsive olarak verilir */
    background: url('resimler/arkaplan.jpg') no-repeat center center fixed #fff;
    background-size: cover;
}

@media only screen and (min-width:1200px){ /* xl */
    body{

        font-size: 15px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    body{

        font-size: 13px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    body{

        font-size: 12px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    body{

        font-size: 12px;
    }
}
@media only screen and (max-width:574px){ /* XS */
    body{

        font-size: 12px;
    }
}


#TumSayfaAlani{
position: relative;
width: 100%;
min-width:100%;
max-width:100%;
height:100%;
min-height: 100%;
max-height: 100%;
margin: 0 auto; /* ilk değer üstten alttan ikinci değer sağdan soldan , ortalamada yapar */
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: none;
outline: none;
}

#MenuAlani{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: top;
    text-align: center;
}

#UstMenuAltCizgiAlani{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    border: none;
    outline: none;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
}

#UstMenuAlani{
    position: relative;
    display: block;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

@media only screen and (min-width:1200px){
    #UstMenuAlani{
        width: 1175px;
        min-width: 1175px;
        max-width: 1175px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #UstMenuAlani{
        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #UstMenuAlani{
        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #UstMenuAlani{
        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #UstMenuAlani{
        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}

#clear{
    clear: both;
}

@media only screen and (min-width:1200px){
    #Ulas{
        position: relative;
        display: inline-block;
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: left;
    }

    #Ulas i{
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 35px;
        color: #000;
        border: none;
        outline: none;
        padding: 0;
    }

    .ulasbilgi{
        position: relative;
        display: inline-block;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
    }

    .menuyazi{
        display: block;
        color: #000;
        font-weight: 500;
        font-style: normal;
        font-variant: normal;
        padding: 0;
        margin: 0 auto;
    }

    .ulasbilgileri{
        position: relative;
        display: block;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
    }

    .ulasbilgileri a{
        color: #000;
        font-weight: 500;
        font-style: normal;
        font-variant: normal;
    }

    #LogoAlani{
        position: relative;
        display: inline-block;
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        background-color: #FFF;
        overflow: hidden;
        vertical-align: middle;
        text-align: left;
    }
    
    #LogoAlani img{
        display: block;
        width: auto;
        min-width: 125px;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        object-fit: contain;
    }

    #menuemail{
        position: relative;
        display: inline-block;
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: right;
        bottom: 0;
    }

    #menuemail i{
        position: relative;
        display: inline-block;
        text-align: right;
        font-size: 35px;
        color: #000;
        border: none;
        outline: none;
        padding: 0;
        margin: 0 auto;
    }

    .MenuDiger{
        display: none;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #UstMenuAlani{
        padding-left: 15px;
        padding-right: 15px;
    }

    #Ulas{
        position: relative;
        display: inline-block;
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: left;
    }

    #Ulas i{
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 35px;
        color: #000;
        border: none;
        outline: none;
        padding: 0;
    }

    .ulasbilgi{
        position: relative;
        display: inline-block;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
    }

    .menuyazi{
        display: block;
        color: #000;
        font-weight: 500;
        font-style: normal;
        font-variant: normal;
        padding: 0;
        margin: 0 auto;
    }

    .ulasbilgileri{
        position: relative;
        display: block;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
    }

    .ulasbilgileri a{
        color: #000;
        font-weight: 500;
        font-style: normal;
        font-variant: normal;
    }

    #LogoAlani{
        position: relative;
        display: inline-block;
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        background-color: #FFF;
        overflow: hidden;
        vertical-align: middle;
        text-align: left;
    }
    
    #LogoAlani img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        object-fit: contain;
    }

    #menuemail{
        position: relative;
        display: inline-block;
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: right;
        bottom: 0;
    }

    #menuemail i{
        position: relative;
        display: inline-block;
        text-align: right;
        font-size: 35px;
        color: #000;
        border: none;
        outline: none;
        padding: 0;
        margin: 0 auto;
    }

    .MenuDiger{
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #Ulas{
        display: none;
    }

    #menuemail{
        display: none;
    }

    #LogoAlani{
        float: left;
    }

    .MenuDiger{
        display: inline-block;
        float: right;
        color: #000;
        border: thin solid #3b5998;
        border-radius: 20px;
        padding: 15px 15px;
        margin: 0 auto;
        outline: none;
        background-color: #fff;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        margin-right: 20px;
        margin-top: 15px;
    }

    #UstMenuAlani{
        background-color: #000;
    }
}

@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #Ulas{
        display: none;
    }

    #menuemail{
        display: none;
    }

    #LogoAlani{
        float: left;
    }

    .MenuDiger{
        display: inline-block;
        float: right;
        color: #000;
        border: thin solid #3b5998;
        border-radius: 20px;
        padding: 15px 15px;
        margin: 0 auto;
        outline: none;
        background-color: #fff;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        margin-right: 20px;
        margin-top: 15px;
        cursor: pointer;
    }

    #UstMenuAlani{
        background-color: #000;
    }
}

@media only screen and (max-width:574px){ /* XS */
    #Ulas{
        display: none;
    }

    #menuemail{
        display: none;
    }

    #LogoAlani{
        float: left;
    }

    .MenuDiger{
        display: inline-block;
        float: right;
        color: #000;
        border: thin solid #3b5998;
        border-radius: 20px;
        padding: 15px 15px;
        margin: 0 auto;
        outline: none;
        background-color: #fff;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        margin-right: 20px;
        margin-top: 15px;
        cursor: pointer;
    }

    #UstMenuAlani{
        background-color: #000;
    }
}

#AltMunuAlani{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    background: #394393;
    vertical-align: top;
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #AltMunuAlani{
        display: none;
    }
}

@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #AltMunuAlani{
        display: none;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #AltMunuAlani{
        display: none;
    }
}

#DigerAlanlar{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

@media only screen and (min-width:1200px){
    #DigerAlanlar{
        width: 1175px;
        min-width: 1175px;
        max-width: 1175px;
        padding-top: 6px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #DigerAlanlar{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #DigerAlanlar{

        width:100%;
        min-width: 100%;
        max-width: 100%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #DigerAlanlar{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #DigerAlanlar{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

#Menuler{
    position: absolute;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

#Menuler a{
    display: inline-block;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-right: 25px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
}

#Menuler a:hover{
    color: #999;
}

    #HeaderMenuAcmaButonuMenuSinirlamaAlani{
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        background-color:#3D3D3D;
        text-align:center;
        vertical-align:middle;
    }

    #HeaderMenuAcmaButonuMenu{
        display:block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        background-color:#3D3D3D;
        vertical-align:top;
        text-align:center;
    }
    
    #HeaderMenuAcmaButonuMenuSeceneklerAlani{
        display:block;
        float:left;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        list-style:none;
        margin:0 auto;
        padding:0;
        border:none;
        outline:none;
        text-align:center;
    }
    
    #HeaderMenuAcmaButonuMenu a{
        display: block;
        color:#FFF;
        font-style:normal;
        font-variant:normal;
        font-weight:600;
        text-align:center;
        text-decoration:none;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 3px;
        font-size: 15px;
    }
    
    #HeaderMenuAcmaButonuMenu a:link, #HeaderMenuAcmaButonuMenu a:active, #HeaderMenuAcmaButonuMenu a:visited{
        color:rgb(255, 255, 255);
        font-style:normal;
        font-variant:normal;
        font-weight:600;
        text-align:center;
        text-decoration:none;
    }
    
    #HeaderMenuAcmaButonuMenu a:hover{
        color:rgb(0, 0, 0);
        font-style:normal;
        font-variant:normal;
        font-weight:600;
        text-align:center;
        text-decoration:none;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #MenuDiger{
        display: inline-block;
        float: right;
        color: #000;
        border: thin solid #3b5998;
        border-radius: 20px;
        padding: 15px 15px;
        margin: 0 auto;
        outline: none;
        background-color: #fff;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        margin-top: 20px;
        margin-right: 20px;
    }

    #HeaderMenuAcmaButonuMenuSinirlamaAlani{
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        background-color:#3D3D3D;
        text-align:center;
        vertical-align:middle;
    }

    #HeaderMenuAcmaButonuMenu{
        display:block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        background-color:#3D3D3D;
        vertical-align:top;
        text-align:center;
    }
    
    #HeaderMenuAcmaButonuMenuSeceneklerAlani{
        display:block;
        float:left;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        list-style:none;
        margin:0 auto;
        padding:0;
        border:none;
        outline:none;
        text-align:center;
    }
    
    #HeaderMenuAcmaButonuMenu a{
        display: block;
        color:#FFF;
        font-style:normal;
        font-variant:normal;
        font-weight:600;
        text-align:center;
        text-decoration:none;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 3px;
        font-size: 15px;
    }
    
    #HeaderMenuAcmaButonuMenu a:link, #HeaderMenuAcmaButonuMenu a:active, #HeaderMenuAcmaButonuMenu a:visited{
        color:rgb(255, 255, 255);
        font-style:normal;
        font-variant:normal;
        font-weight:600;
        text-align:center;
        text-decoration:none;
    }
    
    #HeaderMenuAcmaButonuMenu a:hover{
        color:rgb(0, 0, 0);
        font-style:normal;
        font-variant:normal;
        font-weight:600;
        text-align:center;
        text-decoration:none;
        background-color: rgba(255, 255, 255, 0.8);
    }

#UstMenuArkaPlan{
    position: relative;
    display:block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

#UstMenuBilgiler{
    position: relative;
    display: block;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: none;
}

@media only screen and (min-width:1200px){

    #UstMenuBilgiler{

        width: 1175px;
        min-width: 1175px;
        max-width: 1175px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #UstMenuBilgiler{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #UstMenuBilgiler{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #UstMenuBilgiler{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #UstMenuBilgiler{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width:1200px){  
    #CalismaSaatleriVeLogolar{
        position: relative;
        display: inline-block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
    }
    
    #CalismaSaatleri{
        position: relative;
        display: inline-block;
        float: left;
        color: #FFF;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
        overflow: hidden;
        text-align: left;
        font-size: 18px;
    }

    #CalismaSaatleri i:nth-child(2){
        margin-left: 15px;
        margin-right: 10px;
    }

    #CalismaSaatleri a{
        color: #fff;
    }
    
    #Logolar{
        position: relative;
        display: inline-block;
        float: right;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-top: 8px;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
        color: #FFF;
        text-align: right;
        font-size: 18px;
    }
    
    #Logolar a{
        text-decoration: none;
        list-style: none;
        color: #FFF;
    }
    
    #Logolar .fab{
        padding: 0;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
        color: #FFF;
        margin: 0 auto;
        border: none;
        outline: none;
        text-align: right;
    }
    
    #Logolar .fab:hover{
        color: rgb(178, 178, 209);
    } 
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #CalismaSaatleriVeLogolar{
        position: relative;
        display: inline-block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
    }
    
    #CalismaSaatleri{
        position: relative;
        display: inline-block;
        float: left;
        color: #FFF;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
        overflow: hidden;
        text-align: left;
        font-size: 15px;
    }

    
    #CalismaSaatleri i:nth-child(2){
        margin-left: 15px;
        margin-right: 10px;
    }

    #CalismaSaatleri a{
        color: #fff;
    }
    
    #Logolar{
        position: relative;
        display: inline-block;
        float: right;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-top: 8px;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
        color: #FFF;
        text-align: right;
        font-size: 15px;
    }
    
    #Logolar a{
        text-decoration: none;
        list-style: none;
        color: #FFF;
    }
    
    #Logolar .fab{
        padding: 0;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
        color: #FFF;
        margin: 0 auto;
        border: none;
        outline: none;
        text-align: right;
    }
    
    #Logolar .fab:hover{
        color: rgb(178, 178, 209);
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #CalismaSaatleriVeLogolar{
        position: relative;
        display: inline-block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
    }
    
    #CalismaSaatleri{
        position: relative;
        display: inline-block;
        float: left;
        color: #FFF;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
        overflow: hidden;
        text-align: left;
        font-size: 15px;
    }

    #CalismaSaatleri i:nth-child(2){
        margin-left: 15px;
        margin-right: 10px;
    }

    #CalismaSaatleri a{
        color: #fff;
    }
    
    #Logolar{
        position: relative;
        display: inline-block;
        float: right;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-top: 8px;
        width: 30%;
        min-width: 30%;
        max-width: 30%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-color: none;
        color: #FFF;
        text-align: right;
        font-size: 15px;
    }
    
    #Logolar a{
        text-decoration: none;
        list-style: none;
        color: #FFF;
    }
    
    #Logolar .fab{
        padding: 0;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
        color: #FFF;
        margin: 0 auto;
        border: none;
        outline: none;
        text-align: right;
    }
    
    #Logolar .fab:hover{
        color: rgb(178, 178, 209);
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #CalismaSaatleriVeLogolar{
        position: relative;
        display: inline-block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background-color: none;
    }
    
    #CalismaSaatleri{
        position: relative;
        display: block;
        color: #FFF;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background-color: none;
        overflow: hidden;
        text-align: center;
        font-size: 15px;
    }
    
    #CalismaSaatleri i:nth-child(2){
        margin-left: 15px;
        margin-right: 10px;
    }

    #CalismaSaatleri a{
        color: #fff;
    }

    #Logolar{
        position: relative;
        display: block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-top: 8px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background-color: none;
        color: #FFF;
        text-align: center;
        font-size: 15px;
    }
    
    #Logolar a{
        text-decoration: none;
        list-style: none;
        color: #FFF;
    }
    
    #Logolar .fab{
        padding: 0;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
        color: #FFF;
        margin: 0 auto;
        border: none;
        outline: none;
        text-align: right;
    }
    
    #Logolar .fab:hover{
        color: rgb(178, 178, 209);
    }
}
@media only screen and (max-width:574px){ /* XS */
    #CalismaSaatleriVeLogolar{
        position: relative;
        display: inline-block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background-color: none;
    }
    
    #CalismaSaatleri{
        position: relative;
        display: block;
        color: #FFF;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background-color: none;
        overflow: hidden;
        text-align: center;
        font-size: 15px;
    }
    
    #CalismaSaatleri i:nth-child(2){
        margin-left: 15px;
        margin-right: 10px;
    }

    #CalismaSaatleri a{
        color: #fff;
    }

    #Logolar{
        position: relative;
        display: block;
        overflow: hidden;
        border:none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-top: 8px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background-color: none;
        color: #FFF;
        text-align: center;
        font-size: 15px;
    }
    
    #Logolar a{
        text-decoration: none;
        list-style: none;
        color: #FFF;
    }
    
    #Logolar .fab{
        padding: 0;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
        color: #FFF;
        margin: 0 auto;
        border: none;
        outline: none;
        text-align: right;
    }
    
    #Logolar .fab:hover{
        color: rgb(178, 178, 209);
    }
}

#TumMainAlani{
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    overflow: hidden;
    border: none;
    outline: none;
    text-align: center;
}

@media only screen and (min-width:1200px){
    #TumMainAlani{
        width: 1175px;
        min-width: 1175px;
        max-width: 1175px;
        padding-top: 2px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 19px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #TumMainAlani{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 19px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #TumMainAlani{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 19px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #TumMainAlani{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 19px;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #TumMainAlani{

        width:100% ;
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 19px;
    }
}

@media only screen and (min-width:1200px){
    #anasayfaslider{
        position: relative;
        display: block;
        width:100% ;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #anasayfaslider .owl-carousel {
        width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        text-align: center;
      }
    
      #anasayfaslider .owl-carousel {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
      #anasayfaslider .owl-carousel img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        object-fit: fill;
      }
    
      #anasayfaslider .owl-carousel p{
         position: absolute;
         display: inline-block;
         top: 20px;
         right: 20px;
         background-color: rgba(0, 0, 0, 0.3);
         color: #fff;
         font-weight: 600;
         font-variant: normal;
         font-style: normal;
         font-size: 15px;
         text-align: center;
         border: none;
         outline: none;
         margin: 0 auto;
         padding: 15px;
     }

     #anasayfaslider .owl-carousel .button{
        position: absolute;
        display: inline-block;
        left: 20px;
        bottom: 20px;
        background-color: rgba(67, 56, 105, 0.8);
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        font-size: 15px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 15px;
     }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #anasayfaslider{
        position: relative;
        display: block;
        width:100% ;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }
    
    #anasayfaslider .owl-carousel {
        width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        text-align: center;
      }
    
      #anasayfaslider .owl-carousel {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
      #anasayfaslider .owl-carousel img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        object-fit: fill;
      }
    
      #anasayfaslider .owl-carousel p{
        position: absolute;
        display: inline-block;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        font-size: 15px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 15px;
    }

    #anasayfaslider .owl-carousel .button{
       position: absolute;
       display: inline-block;
       left: 20px;
       bottom: 20px;
       background-color: rgba(67, 56, 105, 0.8);
       color: #fff;
       font-weight: 600;
       font-variant: normal;
       font-style: normal;
       font-size: 15px;
       text-align: center;
       border: none;
       outline: none;
       margin: 0 auto;
       padding: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #anasayfaslider{
        position: relative;
        display: block;
        width:100% ;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #anasayfaslider .owl-carousel {
        width: 100%;
        height: 380px;
        min-height: 380px;
        max-height: 380px;
        text-align: center;
      }
    
      #anasayfaslider .owl-carousel {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
      #anasayfaslider .owl-carousel img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 380px;
        min-height: 380px;
        max-height: 380px;
        object-fit: fill;
      }
    
      #anasayfaslider .owl-carousel p{
        position: absolute;
        display: inline-block;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        font-size: 15px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 15px;
    }

    #anasayfaslider .owl-carousel .button{
       position: absolute;
       display: inline-block;
       left: 20px;
       bottom: 20px;
       background-color: rgba(67, 56, 105, 0.8);
       color: #fff;
       font-weight: 600;
       font-variant: normal;
       font-style: normal;
       font-size: 15px;
       text-align: center;
       border: none;
       outline: none;
       margin: 0 auto;
       padding: 15px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #anasayfaslider{
        position: relative;
        display: block;
        width:100% ;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #anasayfaslider .owl-carousel {
        width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        text-align: center;
      }
    
      #anasayfaslider .owl-carousel {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
      #anasayfaslider .owl-carousel img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: fill;
      }
    
      #anasayfaslider .owl-carousel p{
        position: absolute;
        display: inline-block;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        font-size: 15px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 15px;
    }

    #anasayfaslider .owl-carousel .button{
       position: absolute;
       display: inline-block;
       left: 20px;
       bottom: 20px;
       background-color: rgba(67, 56, 105, 0.8);
       color: #fff;
       font-weight: 600;
       font-variant: normal;
       font-style: normal;
       font-size: 15px;
       text-align: center;
       border: none;
       outline: none;
       margin: 0 auto;
       padding: 15px;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #anasayfaslider{
        position: relative;
        display: block;
        width:100% ;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #anasayfaslider .owl-carousel {
        width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        text-align: center;
      }
    
      #anasayfaslider .owl-carousel {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
      #anasayfaslider .owl-carousel img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: fill;
      }
    
      #anasayfaslider .owl-carousel p{
        position: absolute;
        display: inline-block;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        font-size: 15px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 15px;
    }

    #anasayfaslider .owl-carousel .button{
       position: absolute;
       display: inline-block;
       left: 20px;
       bottom: 20px;
       background-color: rgba(67, 56, 105, 0.8);
       color: #fff;
       font-weight: 600;
       font-variant: normal;
       font-style: normal;
       font-size: 15px;
       text-align: center;
       border: none;
       outline: none;
       margin: 0 auto;
       padding: 15px;
    }
}


 .swiper-container {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 500px;
    text-align: center;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
     align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 500px;
  }

 #Slider .swiper-container .swiper-wrapper .swiper-slide  p{
     position: absolute;
     display: block;
     bottom: 20px;
     background-color: rgba(0, 0, 0, 0.5);
     color: #fff;
     font-weight: 600;
     font-variant: normal;
     font-style: normal;
     font-size: 15px;
     text-align: center;
     border: none;
     outline: none;
     margin: 0 auto;
     padding: 5px;
 }

@media only screen and (min-width:1200px){
    #iconlar{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #iconlar .icon{
        display: inline-block;
        float: left;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        cursor: pointer;
    }

    #iconlar .icon i{
        display: block;
        color: #818a91;
        font-size: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }

    #iconlar .icon i:hover{
        color: rgb(38, 38, 87);
    }


}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #iconlar{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #iconlar .icon{
        display: inline-block;
        float: left;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #iconlar .icon i{
        display: block;
        color: #818a91;
        font-size: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }

    #iconlar .icon i:hover{
        color: rgb(38, 38, 87);
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #iconlar{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #iconlar .icon{
        display: inline-block;
        float: left;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #iconlar .icon i{
        display: block;
        color: #818a91;
        font-size: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }

    #iconlar .icon i:hover{
        color: rgb(38, 38, 87);
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #iconlar{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #iconlar .icon{
        display: inline-block;
        float: left;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        color: #000;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #iconlar .icon i{
        display: block;
        color: #818a91;
        font-size: 30px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }

    #iconlar .icon i:hover{
        color: rgb(38, 38, 87);
    }
}
@media only screen and (max-width:574px){ /* XS */
    #iconlar{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #iconlar .icon{
        display: inline-block;
        float: left;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        color: #000;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #iconlar .icon i{
        display: block;
        color: #818a91;
        font-size: 30px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }

    #iconlar .icon i:hover{
        color: rgb(38, 38, 87);
    }
}

#whatsappicon{
    position: fixed;
    display: block;
    z-index: 999;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    right: 25px;
    bottom: 25px;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
}

footer{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: auto;
    margin-top: 20px;
    padding: 0;
    border: none;
    outline: none;
    background-color: #FFF;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
    bottom: 0;
}

#FooterAlani{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: #000;
    bottom: 0;
    box-sizing: border-box;
}

#FooterSinirlama{
    position: relative;
    display: block;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;
    vertical-align:middle;
    background-color: #000;
    box-sizing: border-box;
}

@media only screen and (min-width:1200px){ /* xl */
    #FooterSinirlama{

        width:1175px;
        min-width:1175px;
        max-width:1175px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #FooterSinirlama{

        width: 100%;
        min-width:100%;
        max-width:100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #FooterSinirlama{

        width: 100%;
        min-width:100%;
        max-width:100%;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #FooterSinirlama{

        width: 100%;
        min-width:100%;
        max-width:100%;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #FooterSinirlama{

        width: 100%;
        min-width:100%;
        max-width:100%;
    }
}

#FooterAlanlar{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

#FooterHakkimizda{
    position: relative;
    display: inline-block;
    float: left;
    border: none;
    outline: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
    box-sizing: border-box;
}

#FooterSonGonderiler{
    position: relative;
    display: inline-block;
    float: left;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
    box-sizing: border-box;
}

#FooterSonGonderiler a{
    color: #fff;
}
#FooterKategoriler{
    position: relative;
    display: inline-block;
    float: left;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
    box-sizing: border-box;
}

.Baslik{
    display: block;
    text-align: center;
    border: none;
    outline: none;
    overflow: hidden;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.Baslik h3{
    color: rgba(255,255,255, 0.8);
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    box-sizing: border-box;
}

#HakkimizdaYazisi{
    display: block;
    text-align: left;
    border: none;
    outline: none;
    overflow: hidden;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
    margin-top: 9px;
    box-sizing: border-box;
    font-size: 15px;
}

.SonGonderiler{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 12px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

.SonGonderilerYazilar{
    display: inline-block;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    float: left;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

.FooterKategori{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 25%;
    min-height: 25%;
    max-height: 25%;
    background-color: #000;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

.FooterKategoriYazisi{
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0 auto;
    padding: 3px 5px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

.FooterSonGonderilerBilgiYazilari{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
    padding-right: 3px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -ms-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    box-sizing: border-box;
}

.FooterSonGonderilerBilgiTarihi{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 25%;
    min-height: 25%;
    max-height: 25%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    padding-top: 5px;
    padding-right: 3px;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
    line-height: 1.5;
    font-size: 16px;
    box-sizing: border-box;
}

.fa-calendar-week{
    display: inline-block;
    float: left;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    padding-right: 6px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

.FooterSonGonderilerBilgiResmi{
    display: block;
    width: 27%;
    min-width: 27%;
    max-width: 27%;
    height: auto;
    float:right;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
    border-radius: 3px;
    box-sizing: border-box;
}

.FooterSonGonderilerBilgiResmi img{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    border: none;
    outline: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    box-sizing: border-box;
}

#FooterKategorilerAlani{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    overflow: hidden;
    background-color: #000;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

#FooterKategorilerAlani a{
    color: #fff;
}

.KategoriAlanlarFooter{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    border-bottom: thin solid #fff;
    border-bottom-color: rgba(255, 255, 255, 0.2) ;
    outline: none;
    overflow: hidden;
    background-color: #000;
    margin: 0 auto;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

.sayifooterkategori{
    display: inline-block;
    float: left;
    height: auto;
    border: none;
    outline: none;
    overflow: hidden;
    background-color: #000;
    margin: 0 auto;
    margin-right: 15px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.kategoriadifooter{
    display: inline-block;
    float: left;
    height: auto;
    border: none;
    outline: none;
    overflow: hidden;
    background-color: #000;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.kategoriadifooter a{
    color: #fff;
}

.kactanefooterkategoridenvar{
    display: inline-block;
    float: right;
    height: auto;
    border: none;
    border-radius: 13px;
    outline: none;
    overflow: hidden;
    background-color: #008080;
    margin: 0 auto;
    padding: 2px 8px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    color:#fff;
    font-size: 16px;
    box-sizing: border-box;
}

@media only screen and (min-width:1200px){ /* xl */
    #FooterHakkimizda{
        width: 32%;
        min-width: 32%;
        max-width: 32%;
    }

    #FooterSonGonderiler{
        width: 32%;
        min-width: 32%;
        max-width: 32%;
    }

    #FooterKategoriler{
        width: 32%;
        min-width: 32%;
        max-width: 32%;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #FooterHakkimizda{
        width: 32%;
        min-width: 32%;
        max-width: 32%;
    }

    #FooterSonGonderiler{
        width: 32%;
        min-width: 32%;
        max-width: 32%;
    }

    #FooterKategoriler{
        width: 32%;
        min-width: 32%;
        max-width: 32%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #FooterHakkimizda{
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    #FooterSonGonderiler{
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    #FooterKategoriler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #FooterHakkimizda{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #FooterSonGonderiler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #FooterKategoriler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:574px){ /* XS */
    #FooterHakkimizda{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #FooterSonGonderiler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #FooterKategoriler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

#FromAlani{
	display:inline-block;
	float:left;
	height:auto;
	margin:0 auto;
    margin-top: 20px;
	padding:5px;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:center;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	#FromAlani{
		width:-webkit-calc(50% - 10px);
		width:-moz-calc(50% - 10px);
		width:-o-calc(50% - 10px);
		width:-ms-calc(50% - 10px);
		width:calc(50% - 10px);
		min-width:-webkit-calc(50% - 10px);
		min-width:-moz-calc(50% - 10px);
		min-width:-o-calc(50% - 10px);
		min-width:-ms-calc(50% - 10px);
		min-width:calc(50% - 10px);
		max-width:-webkit-calc(50% - 10px);
		max-width:-moz-calc(50% - 10px);
		max-width:-o-calc(50% - 10px);
		max-width:-ms-calc(50% - 10px);
		max-width:calc(50% - 10px);
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	#FromAlani{
		width:-webkit-calc(50% - 9px);
		width:-moz-calc(50% - 9px);
		width:-o-calc(50% - 9px);
		width:-ms-calc(50% - 9px);
		width:calc(50% - 9px);
		min-width:-webkit-calc(50% - 9px);
		min-width:-moz-calc(50% - 9px);
		min-width:-o-calc(50% - 9px);
		min-width:-ms-calc(50% - 9px);
		min-width:calc(50% - 9px);
		max-width:-webkit-calc(50% - 9px);
		max-width:-moz-calc(50% - 9px);
		max-width:-o-calc(50% - 9px);
		max-width:-ms-calc(50% - 9px);
		max-width:calc(50% - 9px);
	}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
	#FromAlani{
		width:-webkit-calc(50% - 8px);
		width:-moz-calc(50% - 8px);
		width:-o-calc(50% - 8px);
		width:-ms-calc(50% - 8px);
		width:calc(50% - 8px);
		min-width:-webkit-calc(50% - 8px);
		min-width:-moz-calc(50% - 8px);
		min-width:-o-calc(50% - 8px);
		min-width:-ms-calc(50% - 8px);
		min-width:calc(50% - 8px);
		max-width:-webkit-calc(50% - 8px);
		max-width:-moz-calc(50% - 8px);
		max-width:-o-calc(50% - 8px);
		max-width:-ms-calc(50% - 8px);
		max-width:calc(50% - 8px);
	}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
	#FromAlani{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
}
@media only screen and (max-width:574px){ /* XS */
	#FromAlani{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
}

.BaslikAlani{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	border-bottom:1px solid #DDD;
	outline:none;
	background-color:#FFF;
	text-align:left;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.BaslikAlani{
		padding-bottom:20px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.BaslikAlani{
		padding-bottom:18px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
	.BaslikAlani{
		padding-bottom:16px;
	}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
	.BaslikAlani{
		padding-bottom:14px;
	}
}
@media only screen and (max-width:574px){ /* XS */
	.BaslikAlani{
		padding-bottom:12px;
	}
}

.baslik{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:5px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#000;
	font-style:normal;
	font-variant:normal;
	font-weight:600;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.baslik{
		font-size:18px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.baslik{
		font-size:16px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.baslik{
		font-size:14px;
	}
}

.baslikaciklama{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:5px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.baslikaciklama{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.baslikaciklama{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.baslikaciklama{
		font-size:12px;
	}
}

.TamSayfaCerceveAlaniIciFormElemanlariBaslikMetni{
	position:relative;
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-top:10px;
	padding-bottom:2px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-decoration:none;
	text-align:left;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.TamSayfaCerceveAlaniIciFormElemanlariBaslikMetni{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.TamSayfaCerceveAlaniIciFormElemanlariBaslikMetni{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.TamSayfaCerceveAlaniIciFormElemanlariBaslikMetni{
		font-size:12px;
	}
}

.TamSayfaCerceveAlaniIciFormElemanlariIcinSatirAlani{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:left;
	vertical-align:top;
}

.FormElemanlariTextInputlari{
	display:block;
	float:left;
	width:-webkit-calc(100% - 22px);
	width:-moz-calc(100% - 22px);
	width:-o-calc(100% - 22px);
	width:-ms-calc(100% - 22px);
	width:calc(100% - 22px);
	min-width:-webkit-calc(100% - 22px);
	min-width:-moz-calc(100% - 22px);
	min-width:-o-calc(100% - 22px);
	min-width:-ms-calc(100% - 22px);
	min-width:calc(100% - 22px);
	max-width:-webkit-calc(100% - 22px);
	max-width:-moz-calc(100% - 22px);
	max-width:-o-calc(100% - 22px);
	max-width:-ms-calc(100% - 22px);
	max-width:calc(100% - 22px);
	height:33px;
	min-height:33px;
	max-height:33px;
	margin:0 auto;
	padding:0;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFF;
	border:none;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	outline:none;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}

.FormElemanlariTextInputlari:focus{
	border:1px solid #999;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}
@media only screen and (min-width:1200px){ /* XL */
	.FormElemanlariTextInputlari{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.FormElemanlariTextInputlari{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.FormElemanlariTextInputlari{
		font-size:12px;
	}
}

.FormElemanlariTextArealari{
	display:block;
	float:left;
	width:-webkit-calc(100% - 22px);
	width:-moz-calc(100% - 22px);
	width:-o-calc(100% - 22px);
	width:-ms-calc(100% - 22px);
	width:calc(100% - 22px);
	min-width:-webkit-calc(100% - 22px);
	min-width:-moz-calc(100% - 22px);
	min-width:-o-calc(100% - 22px);
	min-width:-ms-calc(100% - 22px);
	min-width:calc(100% - 22px);
	max-width:-webkit-calc(100% - 22px);
	max-width:-moz-calc(100% - 22px);
	max-width:-o-calc(100% - 22px);
	max-width:-ms-calc(100% - 22px);
	max-width:calc(100% - 22px);
	height:86px;
	min-height:86px;
	max-height:86px;
	margin:0 auto;
	padding:0;
	padding:6px 10px;
	background-color:#FFF;
	border:none;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	outline:none;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}

.FormElemanlariTextArealari:focus{
	border:1px solid #999;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}
@media only screen and (min-width:1200px){ /* XL */
	.FormElemanlariTextArealari{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.FormElemanlariTextArealari{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.FormElemanlariTextArealari{
		font-size:12px;
	}
}

.ButonlarIcinKapsamaAlani{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
}

.FormElemanlariYesilButonlar{
	width:auto;
	height:30px;
	min-height:30px;
	max-height:30px;
	margin:0 auto;
	margin-top:10px;
	padding:0;
	padding-left:25px;
	padding-right:25px;
	cursor:pointer;
	border:none;
	border:1px solid #4CAF50;
	outline:none;
	background-color:#4CAF50;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#FFF;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
@media only screen and (min-width:1200px){ /* XL */
	.FormElemanlariYesilButonlar{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.FormElemanlariYesilButonlar{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.FormElemanlariYesilButonlar{
		font-size:12px;
	}
}

.FormElemanlariYesilButonlar:hover{
	border:1px solid #1B4C1D;
}

.FormElemanlariYesilButonlar:active{
	border:1px solid #4CAF50;
	background-color:#1B4C1D;
}


#iletisimBilgileri{
	display:inline-block;
	float:right;
	height:auto;
	margin:0 auto;
    margin-top: 20px;
	padding:5px;
	border: none;
	outline:none;
	background-color:#FFF;
	text-align:center;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	#iletisimBilgileri{
		width:-webkit-calc(50% - 10px);
		width:-moz-calc(50% - 10px);
		width:-o-calc(50% - 10px);
		width:-ms-calc(50% - 10px);
		width:calc(50% - 10px);
		min-width:-webkit-calc(50% - 10px);
		min-width:-moz-calc(50% - 10px);
		min-width:-o-calc(50% - 10px);
		min-width:-ms-calc(50% - 10px);
		min-width:calc(50% - 10px);
		max-width:-webkit-calc(50% - 10px);
		max-width:-moz-calc(50% - 10px);
		max-width:-o-calc(50% - 10px);
		max-width:-ms-calc(50% - 10px);
		max-width:calc(50% - 10px);
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	#iletisimBilgileri{
		width:-webkit-calc(50% - 9px);
		width:-moz-calc(50% - 9px);
		width:-o-calc(50% - 9px);
		width:-ms-calc(50% - 9px);
		width:calc(50% - 9px);
		min-width:-webkit-calc(50% - 9px);
		min-width:-moz-calc(50% - 9px);
		min-width:-o-calc(50% - 9px);
		min-width:-ms-calc(50% - 9px);
		min-width:calc(50% - 9px);
		max-width:-webkit-calc(50% - 9px);
		max-width:-moz-calc(50% - 9px);
		max-width:-o-calc(50% - 9px);
		max-width:-ms-calc(50% - 9px);
		max-width:calc(50% - 9px);
	}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
	#iletisimBilgileri{
		width:-webkit-calc(50% - 8px);
		width:-moz-calc(50% - 8px);
		width:-o-calc(50% - 8px);
		width:-ms-calc(50% - 8px);
		width:calc(50% - 8px);
		min-width:-webkit-calc(50% - 8px);
		min-width:-moz-calc(50% - 8px);
		min-width:-o-calc(50% - 8px);
		min-width:-ms-calc(50% - 8px);
		min-width:calc(50% - 8px);
		max-width:-webkit-calc(50% - 8px);
		max-width:-moz-calc(50% - 8px);
		max-width:-o-calc(50% - 8px);
		max-width:-ms-calc(50% - 8px);
		max-width:calc(50% - 8px);
	}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
	#iletisimBilgileri{
		width:100%;
		min-width:100%;
		max-width:100%;
		padding-top:20px;
	}
}
@media only screen and (max-width:574px){ /* XS */
	#iletisimBilgileri{
		width:100%;
		min-width:100%;
		max-width:100%;
		padding-top:10px;
	}
}

.iletisimAlanlari{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-top:10px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.iletisimAlanlari{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.iletisimAlanlari{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.iletisimAlanlari{
		font-size:12px;
	}
}

.iletisimiconlar{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
    font-size: 20px;
    color: #000;
}

.iletisimbilgi{
    display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
    padding-top: 5px;
    padding-bottom: 5px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
    font-size: 15px;
    color: #000;
}

.iletisimbilgi a{
    color: #000;
}

#HaritaAlani{
    position: relative;
    display: block;
    width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
    padding-top: 20px;
    padding-bottom: 5px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}

#TamSayfaCerceveAlaniIciYuzdeYuzlukAlan{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
    margin-top: 20px;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	text-align:center;
	vertical-align:top;
}

.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlani{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	border-bottom:1px solid #DDD;
	outline:none;
	background-color:#FFF;
	text-align:left;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlani{
		padding-bottom:20px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlani{
		padding-bottom:18px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlani{
		padding-bottom:16px;
	}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlani{
		padding-bottom:14px;
	}
}
@media only screen and (max-width:574px){ /* XS */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlani{
		padding-bottom:12px;
	}
}

.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniUstBaslikMetni{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#000;
	font-style:normal;
	font-variant:normal;
	font-weight:600;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniUstBaslikMetni{
		font-size:18px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniUstBaslikMetni{
		font-size:16px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniUstBaslikMetni{
		font-size:14px;
	}
}

.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniAltBaslikMetni{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniAltBaslikMetni{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniAltBaslikMetni{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.TamSayfaCerceveAlaniIciAltiCizgiliBaslikAlaniAltBaslikMetni{
		font-size:12px;
	}
}

#TamSayfaCerceveAlaniIciGenelBilgilendirmeMetniAlani{
	position:relative;
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-top:10px;
	overflow:hidden;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
@media only screen and (min-width:1200px){ /* XL */
	#TamSayfaCerceveAlaniIciGenelBilgilendirmeMetniAlani{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	#TamSayfaCerceveAlaniIciGenelBilgilendirmeMetniAlani{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	#TamSayfaCerceveAlaniIciGenelBilgilendirmeMetniAlani{
		font-size:12px;
	}
}

.digerhizmetler{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

@media only screen and (min-width:1200px){ /* xl */
    .digerhizmetler{
        width: 33%;
        height: auto;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
   
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    
}
@media only screen and (max-width:574px){ /* XS */
   
}

.digerhizmetler .digerhizmetlerresim{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    border: none;
    outline: none;
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
}

.digerhizmetler .digerhizmetlerresim img{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.digerhizmetler .digerhizmetleryazisi{
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    border: none;
    outline: none;
    overflow: hidden;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.digerhizmetler .digerhizmetleryazisi .digerhizmetlerkisaaciklama{
    color: #000;
    font-weight: 600;
    text-align: left;
}

.digerhizmetler .detaybuton{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    outline: none;
    overflow: hidden;
    text-align: center;
    background-color: #394393;
    border-radius: 5px;
    bottom: 0;
}

.digerhizmetler .detaybuton p{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: none;
    color: #fff;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    word-wrap: break-word;
}

#hakkimizdayazisi{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding:0;
    padding: 5px;
    overflow: hidden;
    text-align: left;
}

#hakkimizdaresimalani{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    padding:0;
    padding: 5px;
    overflow: hidden;
    text-align: left;
}

#hakkimizdaresimalani .hakkimizdaresimler{
    position: relative;
    display: block;
    float: left;
    height: 500px;
    border: none;
    outline: none;
    margin: 0 auto;
    padding:0;
    margin-left: 2px;
    overflow: hidden;
    text-align: left;
}

#hakkimizdaresimalani .hakkimizdaresimler img{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: fill;
}

@media only screen and (min-width:1200px){ /* XL */
	#hakkimizdaresimalani .hakkimizdaresimler{
        width: 48%;
        min-width: 48%;
        max-width: 48%;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	#hakkimizdaresimalani .hakkimizdaresimler{
        width: 48%;
        min-width: 48%;
        max-width: 48%;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
	#hakkimizdaresimalani .hakkimizdaresimler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
	#hakkimizdaresimalani .hakkimizdaresimler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:574px){ /* XS */
	#hakkimizdaresimalani .hakkimizdaresimler{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

#KategorilerYazi{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    color: #000;
    font-size: 20px;
}

#kategorislider{
    position:relative;
	display:block;
	float:left;
	width:-webkit-calc(100% + 20px);
	width:-moz-calc(100% + 20px);
	width:-o-calc(100% + 20px);
	width:-ms-calc(100% + 20px);
	width:calc(100% + 20px);
	min-width:-webkit-calc(100% + 20px);
	min-width:-moz-calc(100% + 20px);
	min-width:-o-calc(100% + 20px);
	min-width:-ms-calc(100% + 20px);
	min-width:calc(100% + 20px);
	max-width:-webkit-calc(100% + 20px);
	max-width:-moz-calc(100% + 20px);
	max-width:-o-calc(100% + 20px);
	max-width:-ms-calc(100% + 20px);
	max-width:calc(100% + 20px);
	height:auto;
	margin:0 auto;
	padding:0;
	top:0;
	left:-5px;
	overflow:hidden;
	border:none;
	outline:none;
	text-align:center;
	vertical-align:top;
}

@media only screen and (min-width:1200px){
    
    #UrunlerListeleAnasayfa{
        position: relative;
        display: block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        margin-top: 15px;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        text-align: center;
        vertical-align: top;
    }
    
    #IceriklerAlani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki{
        position: relative;
        display: inline;
        float: left;
        width:-webkit-calc(25% - 20px);
		width:-moz-calc(25% - 20px);
		width:-o-calc(25% - 20px);
		width:-ms-calc(25% - 20px);
		width:calc(25% - 20px);
		min-width:-webkit-calc(25% - 20px);
		min-width:-moz-calc(25% - 20px);
		min-width:-o-calc(25% - 20px);
		min-width:-ms-calc(25% - 20px);
		min-width:calc(25% - 20px);
		max-width:-webkit-calc(25% - 20px);
		max-width:-moz-calc(25% - 20px);
		max-width:-o-calc(25% - 20px);
		max-width:-ms-calc(25% - 20px);
		max-width:calc(25% - 20px);
        height: 350px;
        min-height: 35px;
        max-height: 350px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding:0;
        margin-top: 15px;
        overflow: hidden;
        text-align: center;
        background: #fff;
        margin-right: 8px;
        margin-left: 8px;
    }

     #kategorislider .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #kategorislider .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
        border-radius: 3px;
    }

    #kategorislider .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 50px;
        max-height: 100px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 50px;
        max-height: 100px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
    }

    #kategorislider .iki .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

#kategorislider .iki .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #UrunlerListeleAnasayfa{
        position: relative;
        display: block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        margin-top: 15px;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        text-align: center;
        vertical-align: top;
    }
    
    #kategorilerAlani{
        position: relative;
        float: left;
        display: block;
        width: 20%;
        min-width:20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: left;
        word-wrap: break-word;
    }
    
    #Alanlar{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: #f8f8f8;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
    }
    
    .kategori{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 5px;
        line-height: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    
    #Alanlar .kategori a{
        display: block;
        color: #000;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 20px;
    }
    
    #Alanlar .kategori:hover{
        color: #fff;
        background-color: #999;
        -webkit-box-shadow: 0 0 0px 2px black;
        -moz-box-shadow: 0 0 0px 2px black;
        box-shadow: 0 0 0px 2px black;
    }
    
    #Alanlar .kategori a:hover{
        color: #fff;
    }

    #IceriklerAlani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki{
        position: relative;
        display: block;
        float: left;
        width:-webkit-calc(25% - 20px);
		width:-moz-calc(25% - 20px);
		width:-o-calc(25% - 20px);
		width:-ms-calc(25% - 20px);
		width:calc(25% - 20px);
		min-width:-webkit-calc(25% - 20px);
		min-width:-moz-calc(25% - 20px);
		min-width:-o-calc(25% - 20px);
		min-width:-ms-calc(25% - 20px);
		min-width:calc(25% - 20px);
		max-width:-webkit-calc(25% - 20px);
		max-width:-moz-calc(25% - 20px);
		max-width:-o-calc(25% - 20px);
		max-width:-ms-calc(25% - 20px);
		max-width:calc(25% - 20px);
        height: 280px;
        min-height: 280px;
        max-height: 280px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        overflow: hidden;
        text-align: left;
        background: #fff;
        margin-right: 8px;
        margin-left: 8px;
    }

     #kategorislider .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 180px;
        min-height: 180px;
        max-height: 180px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #kategorislider .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
        border-radius: 3px;
    }

    #kategorislider .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 70px;
        min-height: 70px;
        max-height: 80px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 70px;
        min-height: 70px;
        max-height: 70px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
    }

    #kategorislider .iki .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

#kategorislider .iki .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #UrunlerListeleAnasayfa{
        position: relative;
        display: block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        margin-top: 15px;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        text-align: center;
        vertical-align: top;
    }
    
    #kategorilerAlani{
        position: relative;
        float: left;
        display: block;
        width: 20%;
        min-width:20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: left;
        word-wrap: break-word;
    }
    
    #Alanlar{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: #f8f8f8;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
    }
    
    .kategori{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 5px;
        line-height: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    
    #Alanlar .kategori a{
        display: block;
        color: #000;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 20px;
    }
    
    #Alanlar .kategori:hover{
        color: #fff;
        background-color: #999;
        -webkit-box-shadow: 0 0 0px 2px black;
        -moz-box-shadow: 0 0 0px 2px black;
        box-shadow: 0 0 0px 2px black;
    }
    
    #Alanlar .kategori a:hover{
        color: #fff;
    }

    #IceriklerAlani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki{
        position: relative;
        display: block;
        float: left;
        width:-webkit-calc(25% - 20px);
		width:-moz-calc(25% - 20px);
		width:-o-calc(25% - 20px);
		width:-ms-calc(25% - 20px);
		width:calc(25% - 20px);
		min-width:-webkit-calc(25% - 20px);
		min-width:-moz-calc(25% - 20px);
		min-width:-o-calc(25% - 20px);
		min-width:-ms-calc(25% - 20px);
		min-width:calc(25% - 20px);
		max-width:-webkit-calc(25% - 20px);
		max-width:-moz-calc(25% - 20px);
		max-width:-o-calc(25% - 20px);
		max-width:-ms-calc(25% - 20px);
		max-width:calc(25% - 20px);
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        overflow: hidden;
        text-align: left;
        background: #fff;
        margin-right: 8px;
        margin-left: 8px;
    }

     #kategorislider .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #kategorislider .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
        border-radius: 3px;
    }

    #kategorislider .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
    }

    #kategorislider .iki .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

#kategorislider .iki .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #UrunlerListeleAnasayfa{
        position: relative;
        display: block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        margin-top: 15px;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        text-align: center;
        vertical-align: top;
    }
    
    #kategorilerAlani{
        position: relative;
        float: left;
        display: block;
        width: 20%;
        min-width:20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: left;
        word-wrap: break-word;
    }
    
    #Alanlar{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: #f8f8f8;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
    }
    
    .kategori{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 5px;
        line-height: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    
    #Alanlar .kategori a{
        display: block;
        color: #000;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 20px;
    }
    
    #Alanlar .kategori:hover{
        color: #fff;
        background-color: #999;
        -webkit-box-shadow: 0 0 0px 2px black;
        -moz-box-shadow: 0 0 0px 2px black;
        box-shadow: 0 0 0px 2px black;
    }
    
    #Alanlar .kategori a:hover{
        color: #fff;
    }

    #IceriklerAlani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki{
        position: relative;
        display: block;
        float: left;
        width:-webkit-calc(50% - 20px);
		width:-moz-calc(50% - 20px);
		width:-o-calc(50% - 20px);
		width:-ms-calc(50% - 20px);
		width:calc(50% - 20px);
		min-width:-webkit-calc(50% - 20px);
		min-width:-moz-calc(50% - 20px);
		min-width:-o-calc(50% - 20px);
		min-width:-ms-calc(50% - 20px);
		min-width:calc(50% - 20px);
		max-width:-webkit-calc(50% - 20px);
		max-width:-moz-calc(50% - 20px);
		max-width:-o-calc(50% - 20px);
		max-width:-ms-calc(50% - 20px);
		max-width:calc(50% - 20px);
        height: 350px;
        min-height: 350px;
        max-height: 350px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        overflow: hidden;
        text-align: left;
        background: #fff;
        margin-right: 8px;
        margin-left: 8px;
    }

     #kategorislider .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 260px;
        min-height: 260px;
        max-height: 260px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #kategorislider .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
        border-radius: 3px;
    }

    #kategorislider .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 90px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 90px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        padding-left: 3px;
        padding-right: 3px;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
    }

    #kategorislider .iki .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

#kategorislider .iki .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}
@media only screen and (max-width:574px){ /* XS */
    #UrunlerListeleAnasayfa{
        position: relative;
        display: block;
        width:100%;
        min-width:100%;
        max-width:100%;
        height:auto;
        margin:0 auto;
        margin-top: 15px;
        padding:0;
        overflow:hidden;
        border:none;
        outline:none;
        text-align: left;
        vertical-align: top;
    }
    
    #kategorilerAlani{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: left;
        word-wrap: break-word;
    }
    
    #Alanlar{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: #f8f8f8;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
    }
    
    .kategori{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 5px;
        line-height: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    
    #Alanlar .kategori a{
        display: block;
        color: #000;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 20px;
    }
    
    #Alanlar .kategori:hover{
        color: #fff;
        background-color: #999;
        -webkit-box-shadow: 0 0 0px 2px black;
        -moz-box-shadow: 0 0 0px 2px black;
        box-shadow: 0 0 0px 2px black;
    }
    
    #Alanlar .kategori a:hover{
        color: #fff;
    }

    #IceriklerAlani{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    #kategorislider .iki{
        position: relative;
        display: block;
        float: left;
        width:-webkit-calc(50% - 20px);
		width:-moz-calc(50% - 20px);
		width:-o-calc(50% - 20px);
		width:-ms-calc(50% - 20px);
		width:calc(50% - 20px);
		min-width:-webkit-calc(50% - 20px);
		min-width:-moz-calc(50% - 20px);
		min-width:-o-calc(50% - 20px);
		min-width:-ms-calc(50% - 20px);
		min-width:calc(50% - 20px);
		max-width:-webkit-calc(50% - 20px);
		max-width:-moz-calc(50% - 20px);
		max-width:-o-calc(50% - 20px);
		max-width:-ms-calc(50% - 20px);
		max-width:calc(50% - 20px);
        height: 270px;
        min-height: 270px;
        max-height: 270px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        overflow: hidden;
        text-align: left;
        background: #fff;
        margin-right: 8px;
        margin-left: 8px;
    }

    #IceriklerAlani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

     #kategorislider .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #kategorislider .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
        border-radius: 3px;
    }

    #kategorislider .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 90px;
        min-height: 90px;
        max-height: 90px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 90px;
        min-height: 90px;
        max-height: 90px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #kategorislider .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        padding-left: 3px;
        padding-right: 3px;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
    }

    #kategorislider .iki .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

#kategorislider .iki .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}

#AltIcerikler{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
}

#EnCokBakilanlar{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
}

#BaslikBakilanlar{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    color: #000;
    font-size: 20px;
}

#Bilgiler{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    color: #000;
    font-size: 20px;
}

@media only screen and (min-width:1200px){
    #solicerikdetayalani{
        position: relative;
        display: inline-block;
        float: left;
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #Slider .swiper-container {
        width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        text-align: center;
      }
    
    #Slider  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
    #Slider  .swiper-slide img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        object-fit: fill;
      }

    #sagbenzerurunleralani{
        position: relative;
        display: inline-block;
        float: right;
        width: 28%;
        min-width: 28%;
        max-width: 28%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
    }

    #sagiletisimalani{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        box-shadow: 3px 3px 4px #000 , 3px 3px 4px #000;
    }


    #telefon{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #mail{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #telefon a, #mail a{
        color: #000;
        margin-left: 10px;
    }

    #TabMenu{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        border-bottom: thin solid #999;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background-color: inherit;
    }
    
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #394393;
      }
      
      /* Style the buttons inside the tab */
      .tab button {
        background-color: #394393;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #fff;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #000;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #000;
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        color: #000;
        font-size: 18px;
        font-weight: 600;
      }
      
      /* Style the close button */
      .topright {
        float: right;
        cursor: pointer;
        font-size: 28px;
      }
      
      .topright:hover {
          color: red;
        }
    
    #altbolum{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            border-bottom: thin solid #999;
            outline: none;
            margin: 0 auto;
            margin-top: 5px;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            outline: none;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani p{
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 12px;
            font-style: normal;
    }

    #benzericerikler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #benzericerikleryazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #benzericerikleryazisi p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 15px;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
    }

    #benzerslider{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera{
        position: relative;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera .sagyanurunler .benzerresimler img{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 130px;
        min-height: 130px;
        max-height: 130px;
        object-fit: fill;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #benzerslider .digerurunlera .sagyanurunler .sonurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        bottom: 0;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase;
    }

    #benzerslider .digerurunlera .sagyanurunler .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

    #benzerslider .digerurunlera .sagyanurunler .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}

    #digerurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
        background-color: #fff;
    }

    #digerurunler p{
        display: block;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
    }

    #digerurunler .digerurunlera{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    #digerurunler .digerurunlera .sagyanurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #digerurunler .digerurunlera .sagurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 38px;
        min-height: 30px;
        max-height: 50px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunleryazi p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-left: 8px;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 12px;
        word-wrap: break-word;
    }

    #digerurunler .digerurunlera .detaybuton{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
}

    #digerurunler .digerurunlera .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #solicerikdetayalani{
        position: relative;
        display: inline-block;
        float: left;
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #Slider .swiper-container {
        width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        text-align: center;
      }
    
    #Slider  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
    #Slider  .swiper-slide img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 500px;
        min-height: 500px;
        max-height: 500px;
        object-fit: fill;
      }

    #sagbenzerurunleralani{
        position: relative;
        display: inline-block;
        float: right;
        width: 28%;
        min-width: 28%;
        max-width: 28%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #sagiletisimalani{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        box-shadow: 3px 3px 4px #000 , 3px 3px 4px #000;
    }


    #telefon{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #mail{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #telefon a, #mail a{
        color: #000;
        margin-left: 10px;
    }

    #TabMenu{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        border-bottom: thin solid #999;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background-color: inherit;
    }
    
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #394393;
      }
      
      /* Style the buttons inside the tab */
      .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #fff;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #000;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #000;
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        color: #000;
        font-size: 18px;
      }
      
      /* Style the close button */
      .topright {
        float: right;
        cursor: pointer;
        font-size: 28px;
      }
      
      .topright:hover {
          color: red;
        }
    
    #altbolum{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            border-bottom: thin solid #999;
            outline: none;
            margin: 0 auto;
            margin-top: 5px;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            outline: none;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani p{
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 12px;
            font-style: normal;
    }

    #benzericerikler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #benzerslider{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera .sagyanurunler .benzerresimler img{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 130px;
        min-height: 130px;
        max-height: 130px;
        object-fit: fill;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #benzerslider .digerurunlera .sagyanurunler .sonurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        bottom: 0;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase;
    }

    #benzerslider .digerurunlera .sagyanurunler .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

    #benzerslider .digerurunlera .sagyanurunler .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}

    #digerurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler p{
        display: block;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
    }

    #digerurunler .digerurunlera{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    #digerurunler .digerurunlera .sagyanurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #digerurunler .digerurunlera .sagurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunleryazi p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 2px;
        margin-left: 7px;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 13px;

    }

    #digerurunler .digerurunlera .detaybuton{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
}

    #digerurunler .digerurunlera .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}

@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #solicerikdetayalani{
        position: relative;
        display: inline-block;
        float: left;
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #Slider .swiper-container {
        width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        text-align: center;
      }
    
    #Slider  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
    #Slider  .swiper-slide img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: fill;
      }

    #sagbenzerurunleralani{
        position: relative;
        display: inline-block;
        float: right;
        width: 28%;
        min-width: 28%;
        max-width: 28%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #sagiletisimalani{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        box-shadow: 3px 3px 4px #000 , 3px 3px 4px #000;
    }


    #telefon{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #mail{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #telefon a, #mail a{
        color: #000;
        margin-left: 10px;
    }

    #TabMenu{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        border-bottom: thin solid #999;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background-color: inherit;
    }
    
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #394393;
      }
      
      /* Style the buttons inside the tab */
      .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #fff;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #000;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #000;
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        color: #000;
        font-size: 16px;
      }
      
      /* Style the close button */
      .topright {
        float: right;
        cursor: pointer;
        font-size: 28px;
      }
      
      .topright:hover {
          color: red;
        }
    
    #altbolum{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            border-bottom: thin solid #999;
            outline: none;
            margin: 0 auto;
            margin-top: 5px;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            outline: none;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani p{
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 12px;
            font-style: normal;
    }

    #benzericerikler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #benzerslider{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera .sagyanurunler .benzerresimler img{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 130px;
        min-height: 130px;
        max-height: 130px;
        object-fit: fill;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #benzerslider .digerurunlera .sagyanurunler .sonurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        bottom: 0;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase;
    }

    #benzerslider .digerurunlera .sagyanurunler .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

    #benzerslider .digerurunlera .sagyanurunler .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
    #digerurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }
    #digerurunler p{
        display: block;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
    }

    #digerurunler .digerurunlera{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: left;
    }
    
    #digerurunler .digerurunlera .sagyanurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #digerurunler .digerurunlera .sagurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunleryazi p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 13px;
    }

    #digerurunler .digerurunlera .detaybuton{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 8px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

    #digerurunler .digerurunlera .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
    #solicerikdetayalani{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #Slider .swiper-container {
        width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        text-align: center;
      }
    
    #Slider  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
    #Slider  .swiper-slide img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: fill;
      }

    #sagbenzerurunleralani{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #sagiletisimalani{
        display: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        box-shadow: 3px 3px 4px #000 , 3px 3px 4px #000;
    }


    #telefon{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #mail{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #telefon a, #mail a{
        color: #000;
        margin-left: 10px;
    }

    #TabMenu{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        border-bottom: thin solid #999;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background-color: inherit;
    }
    
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #394393;
      }
      
      /* Style the buttons inside the tab */
      .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #fff;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #000;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #000;
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        color: #000;
        font-size: 15px;
      }
      
      /* Style the close button */
      .topright {
        float: right;
        cursor: pointer;
        font-size: 28px;
      }
      
      .topright:hover {
          color: red;
        }
    
    #altbolum{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            border-bottom: thin solid #999;
            outline: none;
            margin: 0 auto;
            margin-top: 5px;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            outline: none;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani p{
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 12px;
            font-style: normal;
    }

    #benzericerikler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #benzerslider{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera .sagyanurunler .benzerresimler img{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 130px;
        min-height: 130px;
        max-height: 130px;
        object-fit: fill;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #benzerslider .digerurunlera .sagyanurunler .sonurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        bottom: 0;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase;
    }

    #benzerslider .digerurunlera .sagyanurunler .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

    #benzerslider .digerurunlera .sagyanurunler .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
    #digerurunler{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler p{
        display: block;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
    }

    #digerurunler .digerurunlera{
        position: relative;
        float: left;
        display: inline-block;
        width: 49%;
        min-width: 49%;
        max-width: 49%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-right: 2px;
        margin-top: 8px;
        padding: 0;
        padding-bottom: 15px;
        overflow: hidden;
        text-align: left;
    }
    
    #digerurunler .digerurunlera .sagyanurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: fill;
    }

    #digerurunler .digerurunlera .sagurunleryazi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunleryazi p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 13px;
    }

    #digerurunler .digerurunlera .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        vertical-align: bottom;
        bottom: 0;
}

    #digerurunler .digerurunlera .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}
}
@media only screen and (max-width:574px){ /* XS */
    #solicerikdetayalani{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #Slider .swiper-container {
        width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        text-align: center;
      }
    
    #Slider  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
         align-items: center;
      }
    
    #Slider  .swiper-slide img {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: fill;
      }

    #sagbenzerurunleralani{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #fff;
    }

    #sagiletisimalani{
        display: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        box-shadow: 3px 3px 4px #000 , 3px 3px 4px #000;
    }


    #telefon{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #mail{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: left;
        background-color: #f0f5f6;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
    }

    #telefon a, #mail a{
        color: #000;
        margin-left: 10px;
    }

    #TabMenu{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        border-bottom: thin solid #999;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background-color: inherit;
    }
    
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #394393;
      }
      
      /* Style the buttons inside the tab */
      .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #fff;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #000;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #000;
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        color: #000;
        font-size: 15px;
      }
      
      /* Style the close button */
      .topright {
        float: right;
        cursor: pointer;
        font-size: 28px;
      }
      
      .topright:hover {
          color: red;
        }
    
    #altbolum{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            border-bottom: thin solid #999;
            outline: none;
            margin: 0 auto;
            margin-top: 5px;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani{
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            border: none;
            outline: none;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;
    }
    
    #SeoAlani p{
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 12px;
            font-style: normal;
    }

    #benzericerikler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #benzerslider{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera{
        position: relative;
        display: block;
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    #benzerslider .digerurunlera .sagyanurunler .benzerresimler img{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 130px;
        min-height: 130px;
        max-height: 130px;
        object-fit: fill;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #benzerslider .digerurunlera .sagyanurunler .sonurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        bottom: 0;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase;
    }

    #benzerslider .digerurunlera .sagyanurunler .detaybuton{
        position: absolute;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        outline: none;
        overflow: hidden;
        text-align: center;
        background-color: #394393;
        border-radius: 5px;
        bottom: 0;
}

    #benzerslider .digerurunlera .sagyanurunler .detaybuton p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #fff;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
}

    #digerurunler{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler p{
        display: block;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
    }

    #digerurunler .digerurunlera{
        position: relative;
        float: left;
        display: inline-block;
        width: 49%;
        min-width: 49%;
        max-width: 49%;
        height: 230px;
        min-height: 230px;
        max-height: 230px;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-right: 3px;
        margin-bottom: 15px;
        padding: 0;
        padding-bottom: 15px;
        overflow: hidden;
        text-align: left;
    }
    
    #digerurunler .digerurunlera .sagyanurunler{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunlerresim img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #digerurunler .digerurunlera .sagurunleryazi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        border: none;
        outline: none;
        text-align: center;
        overflow: hidden;
    }

    #digerurunler .digerurunlera .sagurunleryazi p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-style: normal;
        font-variant: normal;
        font-size: 13px; 
   }

   #digerurunler .digerurunlera .detaybuton{
    position: absolute;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 8px;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    outline: none;
    overflow: hidden;
    text-align: center;
    background-color: #394393;
    border-radius: 5px;
    vertical-align: bottom;
    bottom: 0;
}

#digerurunler .digerurunlera .detaybuton p{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: none;
    color: #fff;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    word-wrap: break-word;
}
}

@media only screen and (min-width:1200px){
    #referanslaralani{
        position: relative;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #referanslaralani .iki{
        position: relative;
        float: left;
        display: inline-block;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0;
        padding-right: 5px;
        overflow: hidden;
        text-align: left;
        background: #fff;
    }

     #referanslaralani .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #referanslaralani .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
    }

    #referanslaralani .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
        word-wrap: break-word;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
    #referanslaralani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }
    
    #referanslaralani .iki{
        position: relative;
        float: left;
        display: inline-block;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-right: 5px;
        overflow: hidden;
        text-align: left;
        background: #fff;
    }

     #referanslaralani .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #referanslaralani .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
    }

    #referanslaralani .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
    #referanslaralani{
        position: relative;
        float: left;
        display: block;
        width: 100%;
        min-width:100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        background: none;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

     #referanslaralani .iki{
        float: left;
        display: inline-block;
        width: 32%;
        min-width: 32%;
        max-width: 32%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-right: 5px;
        overflow: hidden;
        text-align: left;
        background: #fff;
    }

     #referanslaralani .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #referanslaralani .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
    }

    #referanslaralani .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
     #referanslaralani .iki{
        float: left;
        display: inline-block;
        width: 32%;
        min-width: 32%;
        max-width: 32%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-right: 5px;
        overflow: hidden;
        text-align: left;
        background: #fff;
    }

     #referanslaralani .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #referanslaralani .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
    }

    #referanslaralani .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
    }
}
@media only screen and (max-width:574px){ /* XS */
     #referanslaralani .iki{
        float: left;
        display: inline-block;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        padding-right: 5px;
        overflow: hidden;
        text-align: left;
        background: #fff;
    }

     #referanslaralani .iki .ikiresimdivi{
        position: relative;
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: none;
        overflow: hidden;
        text-align: center;
        object-fit: cover;
    }

    #referanslaralani .iki .ikiresimdivi img{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        object-fit: fill;
    }

    #referanslaralani .iki .ikiresimyazisi{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        border: none;
        outline: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
    }

    #referanslaralani .iki .ikiresimyazisi .ikibaslik p{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        outline: none;
        margin: 0 auto;
        margin-top: 5px;
        padding: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-variant: normal;
        font-style: normal;
    }
}

.content{
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}
.menu{
    height: auto;
    border-bottom:1px solid #000;
}

.menu-title .sssbaslikalani{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.menu-title .sssbaslikalani h2 {
    display: inline-block;
    float: left;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    padding: 3px 3px;
    color: #000;
    cursor:pointer;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 17px;
}

.menu-title .sssbaslikalani i{
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    margin-top: 13px;
}
.menu-content{
    display: none;

}
.menu-content p{
    margin: 0;
    line-height: 23px;
    padding: 0;
}

.iletisim{
    background-color: #fff;
}