﻿body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
}

.wrap {
    max-width: 1100px;
    margin: auto;
}

a {
    text-decoration: none !important;
}

.top {
    background: #e51937;
    width: 100%;
    min-height: 70px;
    padding: 7px 20px;
}
.profil-menu {
    display: none;
}
.text-primary {
    color: #e51937 !important;
}

.text-secondary {
    color: #404040 !important;
}

.profile-name {
    font-size: 15px;
    font-weight: bold;
    color: #000 !important;
}

.profile-puan {
    font-size: 20px;
    line-height: 56px;
    margin-bottom: 0;
    font-weight: bold;
}

.main-nav {
    padding: 10px 20px;
}

    .main-nav nav {
        margin-top: 15px;
    }

        .main-nav nav a {
            padding: 15px;
            color: #000 !important;
            font-size: 16px;
            font-weight: 600;
        }

.mobile-top {
    padding: 15px;
    display: none;
}

.mobile-menu a {
    width: 100%;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #333 !important;
    border-radius: 5px;
}

.mobile-slider {
    display: none;
}

.my-btn {
    background: #e51937;
    padding: 10px 30px;
    letter-spacing: -.50px;
    color: #fff;
    transition: .3s;
}

    .my-btn:hover, .my-btn2:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.my-btn2 {
    background: #404040;
    padding: 10px 30px;
    letter-spacing: -.50px;
    transition: .5s;
    color: #fff;
}

.my-btn3 {
    border: 1px solid #404040;
    padding: 10px 30px;
    letter-spacing: -.50px;
    color: #404040;
    font-weight: 600;
}

.left-menu .active-m a {
    font-weight: bold;
    color: #e51937;
}

.left-menu .active-m {
    border-right: 5px solid #e51937;
}

.my-btn3:hover {
    background: #404040;
    color: #fff !important;
}

.dropdown-toggle {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.dropdown-menu li a {
    line-height: 45px;
    color: #333;
}

.dropdown-menu li {
    width: 175px;
}

.kod-gir {
    background: #eaeaea;
}

.kod-alani .form-control {
    height: 50px;
    border: none !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #e51937 !important;
}

.nav-pills .nav-link {
    color: #404040;
}

.haberler a {
    transition: .3s;
}

    .haberler a:hover {
        opacity: .8;
    }

.duyurular p {
    color: #777 !important;
    font-size: 14px;
}

.f-sayi {
    border-radius: 5px;
    background: #e4eaed;
}

.f-sayi2 {
    border-radius: 5px;
    background: #e51937;
}

.footer {
    background: #404040;
    color: #fff;
}

.login-box {
    width: 90%;
    max-width: 550px;
    margin: 40px auto;
}

.content {
    min-height: 650px;
}

.breadcrumb {
    background-color: #424242 !important;
    border-radius: 0 !important;
}

    .breadcrumb li span {
        color: #fff !important;
        opacity: .6;
    }

    .breadcrumb li a {
        color: #fff !important;
        opacity: 1 !important;
    }

.left-menu {
    background: #fafafa;
}

    .left-menu ul li {
        list-style: none;
        padding: 15px 0;
    }

        .left-menu ul li a {
            color: #424242;
        }

    .left-menu .active-m a {
        font-weight: bold;
        color: #e51937;
    }

    .left-menu .active-m {
        border-right: 5px solid #e51937;
    }

.duyuru-page p {
    opacity: .6;
    margin-top: 5px;
}

.mobile-table {
    width: 460px;
    margin: auto;
}

.gift-box {
    transition: .5s;
    margin-bottom: 30px;
}

    .gift-box figure {
        height: 160px;
        text-align: center;
    }

        .gift-box figure table td {
            height: 160px;
        }

        .gift-box figure img {
            max-height: 160px;
            margin: auto;
        }

.h-ismi {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    height: 45px;
    overflow: hidden;
    margin-bottom:0 !important;
}

.h-puan {
    font-size: 20px;
    font-weight: bold;
    color: #e51937;
}

.gift-box:hover {
    border: 1px solid #e51937 !important;
}


.divimizMaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5) !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}

.adres-box{
    height:300px;
}