﻿body {
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif !important;
    background: #f9f9f9;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

.content {
    min-height: 650px;
}

.hideDesktop {
    display: none;
}

.top {
    padding-right: 30px !important;
}

    .top .profile-image {
        height: 50px;
        width: 50px;
    }

.activeTop {
    color: #EE3224 !important;
}

.main-navigation nav a {
    color: #707070 !important;
    font-weight: 600;
}

.mobile-slider {
    display: none;
}

.mobileNav a {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 4px;
}

.yeni-katilan {
    background: #EAEAEA;
}

    .yeni-katilan h5 {
        color: #AB9999;
    }

.feed-image {
    height: 75px;
    width: 75px;
}

.quote-image {
    height: 90px;
    width: 90px;
}

.ceo-image {
    height: 60px;
    width: 60px;
}

.lig-image {
    border: 3px solid #EE3224;
    height: 80px;
    width: 80px;
}


.kisiler li:last-child {
    width: 140px;
    top: 15px;
    position: relative;
    left: 40px;
}

.kisiler li {
    width: 25px;
}

/* Background Colors */
.bg-primary {
    background: #53284e !important;
}

.bg-secondary {
    background: #74506f !important;
}

.bg-third {
    background: #967892 !important;
}

/* Text Colors */
.text-body {
    color: #333333 !important;
}

.text-heading {
    color: #53284e !important;
}


/* Buttons */
.btn-primary {
    background: #53284e !important;
    border-color: none !important;
    border: none !important;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    transition: .5s;
}

    .btn-primary:hover {
        background: #74506f !important;
    }

.btn-secondary {
    background: #74506f !important;
    border-color: none !important;
    border: none !important;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    transition: .5s;
}

.btn-primary:hover {
    background: #967892 !important;
}

.btn-white {
    background: #fff !important;
    border-color: none !important;
    border: none !important;
    border-radius: 4px;
    padding: 10px 15px;
    color: #53284e;
    transition: .5s;
}

    .btn-white:hover {
        background: #cacaca !important;
    }

.footer nav a {
    color: #fff;
    padding: 0 15px;
}

.login {
    max-width: 520px;
    margin: 40px auto;
    padding: 50px 30px;
}

    .login .form-control {
        height: 50px;
    }

.circle {
    width: 60px;
    height: 60px;
    line-height: 67px;
    text-align: center;
    border-radius: 100%;
}

    .circle i {
        color: #fff;
        font-size: 24px;
    }

.where {
    background: #967892;
}

.og-takimArkadasTablo td {
    padding: 10px 0;
}

.p-active {
    background: #74506f;
}

.profile-menu li a {
    color: #999999;
    padding: 20px;
}

.p-active a {
    color: #fff !important;
    font-weight: bold;
}
.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;
}

.notibg {
    width: 60%;
    border: 3px solid #dc2c32;
    height: auto;
    z-index: 222520;
    padding: 20px;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 20%;
    margin-top: -200px;
    background: #dc2c32;
    border-radius: 5px;
}

.noticlose {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.notifooter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 90;
}

.m-m{
    display:none;
}