﻿.header.no-transparent .logo-2 {
    padding: 10px 0 10px 0;
}

.affix.header-1 #main-menu .navbar .nav > li > a {
    margin-bottom: 12px;
    padding: 20px 3px 5px 3px;
}


.header-1 #main-menu .navbar .nav > li.current > a {
    margin-bottom: 13px;
    padding: 20px 3px 5px 3px;
    border-color: rgba(75,78,83,.5);
    color: #4b4e53;
}

.affix.header-1 #main-menu .navbar .nav > li.current > a {
    margin-bottom: 13px;
    padding: 20px 3px 5px 3px;
    border-color: rgba(75,78,83,.5);
}

#main-menu .navbar .nav > li > a {
    padding: 20px 3px 5px 3px;
    margin: 0 12px 17px 12px;
    border-bottom: 2px solid rgba(45,78,83,0);
    color: #4b4e53;
    letter-spacing: 2px;
    background-color: transparent;
}

header.affix .logo-2, .header.affix.no-transparent .logo-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

@media (max-width: 1024px) {
    .hamb-mob-icon {
        display: block;
        float: left;
        padding: 17px 17px 22px 5px;
        font-size: 29px;
        color: #4b4e53;
        -webkit-transition: padding .4s ease 0s;
        -o-transition: padding .4s ease 0s;
        transition: padding .4s ease 0s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.page-title-small {
    padding-top: 60px;
    padding-bottom: 25px;
}

@media (max-width: 1024px) {
    .page-title-cont, .page-title-small {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}
.rs-fullscr-container {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0;
}

.cd-timeline-img.cd-picture {
    background: #dfdfdf;
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

.cd-timeline-img.cd-icon {
    /* Mevcut stiller */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Eski stiller */
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    padding: 0;
    top: 10px;
    left: 35px;
    z-index: 29;
    -webkit-transition: top .4s ease 0s;
    -o-transition: top .4s ease 0s;
    transition: top .4s ease 0s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-search {
    height: 60px;
    top: 0px;
}
/* Varsayılan: gizli */
.date-mobile {
    display: none;
}

@media (max-width: 768px) {
    .cd-date {
        display: none !important;
    }
}

/* Mobilde göster (ör. ≤768px) */
@media (max-width: 768px) {
    .date-mobile {
        display: block;
    }
}
