﻿body {
    font-family: 'Poppins', sans-serif;
}
.table-primary{
    background-color:#0d52a7 !important;
    text-align:center;
    color:#fff;
}
.td1 {
    width: 240px;
}
.ustBlok {
    background-color: #263045;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    z-index: 2;
}

.sosyal a {
    display: block;
    margin-left: 15px;
    float: right;
    color: #fff;
    transition: all 0.5s ease;
}

    .sosyal a:hover {
        color: #910445;
    }

.kategoribilgi {
    display: none;
}

.unvan {
    display: block;
    float: left;
}

.ozellikPoint {
    font-size: 10px;
    margin-right: 8px;
}
.ozellikler {
    max-height: 250px;
    overflow: auto;
    font-size:14px;
}
.gerekliBorder {
    border: 2px solid #ff512f !important;
}

#logo {
    margin-top: 48px;
}

#ustMenu {
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
}

.menu {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
}

.form-label {
    margin-bottom: .5rem;
    margin-top: .5em;
}

.mt15 {
    margin-top: 15px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.card > .list-group:last-child {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
}

.mavi {
    color: #0d52a7;
}

.kategoriMenu {
    list-style: none;
    font-size:14px;
}
.anaKategori{
    background-color:#0d52a7 !important;
    color:#fff !important;
}
.altKategori{
    display:none;
}
.kategoriMenu li {
    cursor: pointer;
    transition: all 0.8s ease;
    /*display: none;*/
}
.kategoriBaslik{
    background-color:#263045;
    color:#fff;
}
.kategoriMenu li:hover {
    background-color: #efefef;
}

        .kategoriMenu li i {
            font-size: 10px;
        }

.kategoriMenuSecili {
    background-color: #0d52a7 !important;
    color: #fff !important;
}

.text-justify {
    text-align: justify;
}

.baslikbg span {
    font-size: 10px;
}

    .baslikbg span a {
        font-size: 14px;
    }

#solMenu li {
    cursor: pointer;
    transition: all 0.8s ease;
}

    #solMenu li:hover {
        background-color: #efefef;
    }

.baslikbg {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .baslikbg h1 {
        margin-top: 50px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }

    .baslikbg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

#ustMenu a {
    display: block;
    width: 16.66%;
    padding: 15px;
    float: left;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #f8f9fa;
    transition: all 0.5s ease;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -7px;
    color: #444;
    font-weight: 500;
    position: relative;
}

    #ustMenu a:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 1px;
        right: 0px;
        top: 50%;
        -khtml-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        -ms-transform: translateX(0%) translateY(-50%);
        -o-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%);
        background-color: rgba( 38,48,69,0.06);
        display: inline-block;
    }

.navbar-brand {
    height: 141px;
    display: block;
}

#ustMenu a:hover {
    border-bottom: 2px solid #0d52a7;
    color: #0d52a7;
}

.nav {
    margin-bottom: -7px;
}

#DestekHatti {
    position: absolute;
    top: 64px;
    right: 380px;
    width: 230px;
    font-size: 14px;
}

#Adres {
    position: absolute;
    top: 58px;
    right: 0;
    width: 380px;
    font-size: 14px;
}

    #DestekHatti i, #Adres i {
        font-size: 36px;
        color: #ccc;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 5px;
    }

    #DestekHatti .b, #Adres .b {
        position: absolute;
        left: 60px;
        top: 0px;
        width: calc(100% - 60px);
        font-weight: bold;
    }

    #DestekHatti .t, #Adres .t {
        position: absolute;
        left: 60px;
        top: 22px;
        width: calc(100% - 60px);
    }

.container {
    position: relative;
}

.footer {
    background-color: #263045;
    padding-bottom: 25px;
}

    .footer .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #fff;
        margin-bottom: 15px;
    }

.icerik {
    margin-top: 200px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer ul li {
        width: 50%;
        float: left;
    }

        .footer ul li i {
            font-size: 8px;
            margin-right: 10px;
            color: #910445;
        }

        .footer ul li a {
            display: block;
            color: #ccc;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.5s ease;
        }

            .footer ul li a:hover {
                text-decoration: underline;
            }

.altIletisim {
    color: #ccc;
    font-size: 14px;
}

    .altIletisim span {
        font-weight: 900;
        color: #910445;
        font-size: 18px;
        padding-right: 10px;
    }

#AltLogolar {
    background-color: #222c40;
    height: 65px;
}

    #AltLogolar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #AltLogolar ul li {
            float: left;
            width: 16.66%;
            text-align: center;
        }

            #AltLogolar ul li img {
                height: 35px;
            }

.clear {
    clear: both;
}

.navbar {
    padding-top: 0;
}

#banner {
    height: 608px;
    overflow: hidden;
}

    #banner img {
        display: none;
        width: 100%;
        height: 608px;
    }

.seperator {
    border-top: 1px solid #910445;
}

    .seperator img {
        margin-top: -26px;
    }

#hakkimizda {
    background-color: #263045 !important;
    margin-bottom: 15px;
    height: 377px;
    color: #fff;
    margin-top: 25px;
}

    #hakkimizda .hakkimizdaBlok {
        overflow: hidden;
        height: 377px;
        float: left;
        width: 50%;
        position: relative;
    }

    #hakkimizda .hakkimizdaBlokImg {
        position: absolute;
        top: 0;
        right: 0;
        height: 377px;
        width: 50%;
        overflow: hidden;
    }

        #hakkimizda .hakkimizdaBlokImg img {
            position: absolute;
            top: 0;
            right: 10px;
            height: 100%;
        }

    #hakkimizda a {
        color: #910445;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.5s ease;
    }

        #hakkimizda a:hover {
            text-decoration: underline;
        }

        #hakkimizda a .text-muted {
            color: #0d52a7 !important;
        }

.link {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

    .link .text-muted {
        color: #0d52a7 !important;
        transition: all 0.5s ease;
    }

        .link .text-muted:hover {
            text-decoration: underline;
        }

.icerikRow {
    margin-top: 100px;
    margin-bottom: 100px
}

.urunBlok {
    transition: all 0.5s ease;
    cursor:pointer;
}

    .urunBlok:hover {
        border: 1px solid #0d52a7;
    }
    .urunBlok .card-body {
        transition: all 0.5s ease;
    }
        .urunBlok:hover .card-body {
            background-color: #0d52a7;
        }

            .urunBlok:hover .card-body a {
                color: #fff !important;
            }

            .urunBlok:hover .card-body small {
                color: #fff !important;
            }

        .urunBlok:hover .card-title {
            color: #fff;
        }
#whatsup{
    position:fixed;
    bottom:10px;
    right:10px;
    font-size:38px;
    color:#0cba2a;
    z-index:3;
}

@media only screen and (max-width: 800px) {
    .ozellikler {
        max-height: none;
        overflow: visible;
    }
    .td1 {
        width: auto;
    }
    .ustBlok, #Adres, #DestekHatti, #AltLogolar, #hakkimizda .hakkimizdaBlokImg {
        display: none !important;
    }
    .navbar {
        padding-bottom: 0;
    }

    #hakkimizda .hakkimizdaBlok {
        width: 100%;
    }

    #logo {
        margin-top: 0px;
        height: 47px;
    }

    .navbar-brand {
        display: inline-block;
        height: auto;
    }

    #ustMenu a {
        width: 100%;
        margin-bottom: 0px;
    }

    .footer ul li {
        width: 100%;
        float: none;
    }

    .footer .title {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-light .navbar-toggler {
        margin-top: 5px;
    }

    .icerik {
        margin-top: 57px;
    }

    #banner {
        height: auto;
    }

        #banner img {
            height: auto;
        }

    .baslikbg h1 {
        margin-top: 22px;
        font-size: 21px;
    }

    .baslikbg {
        height: 108px;
    }

    .icerikRow {
        margin-top: 0px;
    }

    .baslikbg span {
        display: none
    }

    h5 {
        margin-top: 15px
    }
}
