
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    box-sizing: border-box;
}
p {
    margin: 3px 0;
}
img {max-width:100%;}
a:focus {
    outline: none;
    text-decoration: none;
}
.material-icons {
    position: relative;
    top: 3px;
    font-size:inherit;
}
.colorred {color: #E12828;}
.fsize1 {font-size:1.4em !important;}
.font600 {font-weight:600;}
.kmsecici {font-size: 14px;font-weight: bold;}
.secicibaslik {font-size:18px; margin-top:10px;}
#ilanmap-sifirla {
    float: right;
    display: block;
}
#ilanmap-cografikonum {
    margin-bottom: 10px;
}
#ilanmap-sarmal {
    height:97vh;
    width: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
#ilanmap-tablo {
    width: 100%;
    height: 100%;
    float: right;
}
#ilanmap-yerler {
    background: #007bb0;
    position: absolute;
    left: -320px;
    z-index: 10;
    height: 100%;
    width: 320px;
    padding: 0 20px;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media (max-width:767px){
    #ilanmap-yerler.hidden-xs {
        display: none!important;
    }
}
@media (min-width:768px){
    #ilanmap-yerler.hidden-xs {
        display: block!important;
    }
}
#ilanmap-sonuc-numara {
    font-weight: bold;
    font-size: 18px;
    color: #FFEB3B;
    padding: 10px 0;
}
.ilanmap-yer {
    display: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.ilanmap-yer:hover,
.ilanmap-yer.active {
    background: #333;
}
.ilanmap-yer h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
        color: #fff;
}
.ilanmap-yer p {
    color: #FFEB3B;
}
h4.ilanmap-baslik {
    font-size: 18px;
    margin: 10px 0 0;
}
.ilanmap-logo {
    float: left;
    margin: 10px 10px 10px 0;
    height: 80px;
    width: 80px;
}
.ilanmap-logo img {
    max-height: 100%;
    max-width: 100%;
}
