a,
a:hover {
    color: #4d4d4d;
}

#ustbar1 {
    background: #5399c2;
    background: -moz-linear-gradient(top, #5399c2 0%, #182b74 100%);
    background: -webkit-linear-gradient(top, #5399c2 0%, #182b74 100%);
    background: linear-gradient(to bottom, #5399c2 0%, #182b74 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5399c2', endColorstr='#182b74', GradientType=0);
    /*height:50px;*/
    /*
background: #1e5799;
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
*/
}

#ustbar1 .navbar {
    margin: 0;
    /*padding:0;*/
    padding: 5px;
    height: auto;
    /*height:50px;*/
}

#ustbar1 .nav-link {
    color: #fff;
}

#ustbar1 .nav-link .active {
    font-weight: bold;
}

.dil {
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -moz-transition: -webkit-transform 0.2s ease;
    transform: translate(0px, 0);
    transition: -webkit-transform 0.2s ease;
    -webkit-transition: background-position 0.2s ease;
}

.tr {
    background: url(/img/dil/tr.png) no-repeat;
}

.en {
    background: url(/img/dil/en.png) no-repeat;
}

.de {
    background: url(/img/dil/de.png) no-repeat;
}

.ru {
    background: url(/img/dil/ru.png) no-repeat;
}

.dil:hover {
    background-position: 0px -40px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    z-index: 999;
    /*border-radius:50%;
    -webkit-box-shadow: 0px 10px 31px 8px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 10px 31px 8px rgba(0,0,0,0.46);
    box-shadow: 0px 10px 31px 8px rgba(0,0,0,0.46);*/
}

#ustbar2 {
    /*height:70px;*/
    border-bottom: 5px solid #707070;
    background: #f3e9d7;
    background: -moz-linear-gradient(top, #f3e9d7 0%, #d4ccbe 100%);
    background: -webkit-linear-gradient(top, #f3e9d7 0%, #d4ccbe 100%);
    background: linear-gradient(to bottom, #f3e9d7 0%, #d4ccbe 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3e9d7', endColorstr='#d4ccbe', GradientType=0);
}

#ustbar2 .navbar {
    margin: 0;
    /*padding:0;*/
    padding: 0px;
    /*height:70px;*/
    border: 0;
}

.menuekle {
    /*background: #162c7c;*/
    background: #5399c2;
    background: -moz-linear-gradient(top, #5399c2 0%, #182b74 100%);
    background: -webkit-linear-gradient(top, #5399c2 0%, #182b74 100%);
    background: linear-gradient(to bottom, #5399c2 0%, #182b74 100%);
    color: #fff;
    border-bottom: solid 5px #0d1946;
    position: relative;
}

.menukirmizi {
    border-bottom: solid 5px #d92511;
    position: relative;
}

.menukirmiziaktif,
.menukirmizi:hover,
.menukirmizi:hover .nav-link {
    background: #d92511;
    color: #fff;
}

.menukirmiziback {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    text-align: center;
    color: #fff;
    background: #d92511 url(/img/menu2/kirmizibg.jpg) no-repeat bottom center;
    background-size: contain;
    text-align: center;
}

.menumavi {
    border-bottom: solid 5px #2689c0;
}

.menumaviaktif,
.menukirmizi:hover,
.menumavi:hover .nav-link {
    background: #2689c0;
    color: #fff;
}

.menumaviback {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    text-align: center;
    color: #fff;
    background: #2689c0 url(/img/menu2/mavibg.jpg) no-repeat bottom center;
    background-size: contain;
}

.menulacivert {
    border-bottom: solid 5px #162c7c;
}

.menulacivertaktif,
.menulacivert:hover,
.menulacivert:hover .nav-link {
    background: #162c7c;
    color: #fff;
}

.menulacivertback {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    text-align: center;
    color: #fff;
    background: #162c7c url(/img/menu2/lacivertbg.jpg) no-repeat bottom center;
    background-size: contain;
}

#ustbar2 .nav-link {
    color: #4d4d4d;
    font-weight: 300;
    text-align: center;
    min-width: 150px;
    min-height: 65px;
}

#ustbar2 .nav-link strong {
    font-weight: 700;
}


/*#ustbar2 .nav-link:hover
{
    color:#fff;
}*/

#ustbar2 .nav-item:hover .nav-link {
    color: #fff;
}

#banner {
    background: url(/img/banner/nevarsamanavgattavar2.jpg) #1F1C21 no-repeat center center;
    background-size: cover;
    min-height: 200px;
    -webkit-transition: background-image 0.8s ease-in-out;
    transition: background-image 0.8s ease-in-out;
}

#banner strong {
    font-weight: 700;
}

#banner .display-1,
.display-3 {
    font-size: 1.5rem;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.85);
}

.arama {
    background: #4A7BB1;
}

.megamenu {
    position: absolute;
    right: 0;
    width: 100%;
    border: 0;
    border-radius: 0px;
    padding: 0;
    margin: 0;
}

.megamenuicon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    border: 5px solid #fff;
    border-radius: 50px;
    padding-top: 8px;
    margin-top: 20px;
}

.ekle {
    /**/
}

.ekle:hover {
    color: #1F1C21;
}

.anasayfaicon {
    width: 5rem;
    font-size: 2rem;
    padding: 1rem;
    color: #fff;
    text-align: center;
    min-width: 5rem;
}

.kirmizi .anasayfaicon {
    background: #d92511;
}

.kirmizi strong {
    color: #d92511;
}

.lacivert .anasayfaicon {
    background: #162c7c;
}

.lacivert strong {
    color: #162c7c;
}

.mavi .anasayfaicon {
    background: #2689c0;
}

.mavi strong {
    color: #2689c0;
}

.pembe .anasayfaicon {
    background: #f85f61;
}

.pembe strong {
    color: #f85f61;
}

.turuncu .anasayfaicon {
    background: #f8841d;
}

.turuncu strong {
    color: #f8841d;
}

.sari .anasayfaicon {
    background: #f0da50;
}

.sari strong {
    color: #f0da50;
}

.social-card-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px;
}

.social-card-header i {
    font-size: 32px;
    color: #FFF;
}

.bg-facebook {
    background-color: #3b5998;
}

.text-facebook {
    color: #3b5998;
}

.bg-google-plus,
.bg-youtube {
    background-color: #dd4b39;
}

.text-google-plus,
.text-youtube {
    color: #dd4b39;
}

.text-twitter {
    color: #1da1f2;
}

.bg-twitter {
    background-color: #1da1f2;
}

.bg-instagram {
    background-color: #8a3ab9;
}

.text-instagram {
    color: #8a3ab9;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background: url(/img/footerbg.jpg) no-repeat bottom center;
    background-size:contain;*/
}

footer p {
    margin-bottom: .25rem;
}

#sayfabanner {
    padding: 0;
    margin: 0;
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
}

.baslikalani {
    border-bottom: 5px solid rgb(228, 228, 228);
    border-radius: 0;
    background: url(../img/baslikalani/arka.png) repeat-x center bottom;
    background-size: contain;
}


/*
  Özel Kart Başla
  */

.ozel-kart {
    overflow: hidden;
    min-height: 350px;
    border: 0;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.ozel-kart-img {
    height: 130px;
    min-height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}


/* First border-left-width setting is a fallback */

.ozel-kart-img::after {
    position: absolute;
    content: '';
    top: 91px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.ozel-kart-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 30px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

.ozel-kart-avatar i {
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 30px;
    left: 1.25rem;
    width: 80px;
    height: 80px;
    font-size: 20px;
    padding: 30px;
}

.ozel-kart-firma {
    overflow: hidden;
    text-align: center;
    min-height: 120px;
    border: 0;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.ozel-kart-img-firma {
    height: 50px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}


/* First border-left-width setting is a fallback */

.ozel-kart-img-firma::after {
    position: absolute;
    content: '';
    top: 21px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}


/*
    Özel Kart Bitti
    */


/*
    Özel Kart Büyük Başla
    */

.ozel-kart-genis {
    overflow: hidden;
    border: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.ozel-kart-genis-img {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* First left setting is a fallback */

.ozel-kart-genis .kart-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    right: 20px;
    /*left: calc(50% - 75px);*/
    width: 100px;
    height: 100px;
}


/*
    Özel Kart Büyük Bitti
    */

#matso-harita {
    width: 100%;
    height: 50vh;
    height: 50vh;
    border-bottom: 2px solid #162c7c;
}

@media (min-width: 576px) {
    #banner {
        height: 307px;
    }
    #banner .display-1,
    .display-3 {
        font-size: 2rem;
    }
    .megamenu {
        width: 400px;
    }
    .cift {
        width: 550px
    }
    #ustbar2,
    #ustbar2 .navbar {
        height: 70px;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    #banner {
        height: 419px;
    }
    #banner .display-1,
    .display-3 {
        font-size: 4rem;
    }
    #ustbar2,
    #ustbar2 .navbar {
        height: 70px;
        padding: 0px;
    }
    .megamenu {
        width: 450px;
    }
    .cift {
        width: 750px
    }
}

@media (min-width: 992px) {
    #ustbar1,
    #ustbar1 .navbar {
        height: 50px;
        padding: 0px;
    }
    #ustbar2,
    #ustbar2 .navbar {
        height: 70px;
        padding: 0px;
    }
    #banner {
        height: 542px;
    }
    #banner .display-1,
    .display-3 {
        font-size: 4rem;
    }
    .megamenu {
        width: 450px;
    }
    .cift {
        width: 900px
    }
    #ustbar2 .navbar {
        margin-left: 15%;
    }
}

@media (min-width: 1200px) {
    #banner .display-1,
    .display-3 {
        font-size: 5rem;
    }
    #ustbar2 .navbar {
        margin-left: 15%;
    }
    #banner {
        height: 654px;
    }
}