@media (min-width: 1200px) {
    .swiper-slide-caption{
        padding: 50px 75px;
        background: url(../images/1bg_sari.png), url(../images/2bg_sari.png);
        background-repeat: no-repeat, no-repeat;
        background-position: 5% 5% , 95% 95%;

        display: inline-block;
        width: 50%;
        max-height: 100%;
        vertical-align: middle;
        white-space: normal;
    }
    .logo-siyah-navbar{
        background: url(../images/logo-siyah.svg) no-repeat left center;
        background-size: auto 40px;
    }
}
.swiper-container-projeler {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bg-dark2 .swiper-button-next {
    margin-right: 22px;
    position: relative;
    float: right;
    margin-top: -85px;
}
.bg-dark2 .swiper-button-prev {
    margin-left: 22px;
    position: relative;
    float: left;
    margin-top: -85px;
}
.bg-dark2{
    background-color: #333333 !important;
    color: #fff;
}
.bg-opacity-white{
    background:rgba(255,255,255, 0.5);
    border-color: #999 !important;
}
.bg-opacity-gray{
    background:rgba(177,177,177, 0.5);
    border-color: #999 !important;
}
.kutu-full{
    padding: 30px 35px;
    background: url(../images/1bg_sari.png), url(../images/2bg_sari.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 5% 5% , 95% 95%;

    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
}
.kutu-full .button {
    padding: 10px 25px !important;
}
.kutu-title{
    line-height: 1.2;
    font-size: 25px !important;
}
.kutu-subtitle{
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px !important;
}
.font-12 {
    font-size: 12px !important;
}

.lineheight-12{
    line-height: 12px !important;
}
.padding0{
    padding: 0;
}
.margin-bottom0{
    margin-bottom: 0 !important;
}
.padding40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.beyaz-yazi{
    color: #fff !important;
}
.bej-yazi{
    color: #d0d0d0 !important;
}
.bg-sari {
    background-color: #fcca03;
}
.range .button{
    padding: 10px 60px;
}