@media (min-width: 992px){
    html #header .header-nav-bar-primary {
        background: #444 !important;
        color: #FFF !important;
    }
}

.btn-primary {
    color: #ffffff;
    background-color: #389de2 !important;
    border-color: none !important;
}
.btn-success {
    color: #ffffff;
    background-color: #08a3bb !important;
    border-color: none !important;
}
.h4-baslik {
    font-size: 1.4em !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    line-height: 27px  !important;
    margin: 0 0 5px 0  !important;
}
/*.content-grid .content-grid-item {
    padding: 20px 60px;
    height: 160px !important;
}*/
.content-grid .content-grid-item {
    padding: 20px 20px;
    height: 130px !important;
    margin: 0 12px;
}
.mt-xl {
    margin-top: 10px !important;
}
.mb-xl {
    margin-bottom: 10px !important;
}
hr {
    margin: 10px 0 -10px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
.page-not-found h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 4px;
}
.page-not-found-main{
    font-weight: bolder
}
.page-not-found p {
    font-size: 1.2em !important;
    line-height: 36px;
}
.atak > li {
    z-index: 9999999999 !important;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}