#contactMaps iframe{
    width: 100%;
}
.small_logo{
    max-width: 30%;
}
.big_logo{
    max-width: 70%;
}
.button_color{
    background-color: #bb903f;
}
.text_color{
    color: #bb903f;
    white-space: nowrap
}
.links_title{
    font-size: 24px;
}
.links_row1{
    /*min-height: 250px;*/
}
.links_row2{
    min-height: 557px;
}

@media (min-width: 500px) and (max-width: 990px){
    .links_row2{
        min-height: 732px;
    }
}

.bg-ozel{
    background-color: #bb903f !important;
}
.text-ozel{
    color: #bb903f !important;
}
.footer_link:hover{
    color: #bb903f !important;;
}
