﻿#buyuk_kutu {
    height: auto ;
    width: 100%;
    background: #adaba2b5;  
}
#Anasayfa_Kutu {
    margin-top: 17%;
}
@media only screen and (max-width:768px) {
    /* Header Responsive Styles */
    #buyuk_kutu { 
        width: 100%;
        background: #adaba2b5; 
    }
    #baslik{
        display:none;
    }
    #Anasayfa_Kutu {
        margin-top: -100px;
    }
    .rld-main-search .rld-single-input, .rld-main-search .rld-single-select .single-select {
        margin-bottom: 0px !important;
    }
    .rld-single-input input {
        height: 30px; 
        font-size: 12px;
    }
    .rld-single-select .single-select {
        height: 30px;
        line-height: 30px; 
        padding: 0 3px 0 10px; 
        font-size: 12px;
    }
    .hp-6 .btn.btn-yellow { 
        font-size: 12px; 
        height: 30px; 
        line-height: 30px;
    }
    .agents-grid { 
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 6px; 
    }
}