

html #header .header-logo.custom-header-logo {
		position: relative;
}

html #header .header-container {
		height: 70px;
}
.hlg {
	height: 66px;
}
.hlg {
	height: 42px;
}
@media (max-width: 780px) {
	h5 {font-size: 0.9rem;}
	.hlg {
		height: 48px;
	}
	.flg {
		height: 36px;
	}
}

  .footer-links {
    margin-top: 10px;
    padding: 0.3rem;
    font-size: 0.9em;
    color: #fff;
    display: block !important;
    text-align: center;
    border-bottom: 1px dotted #999;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
}
.footer-links a:hover {
    color: #fff;
}


.harita {display: block !important; width: 100%;}
.harita iframe {display: block !important; width: 100%; height: auto;}

.soldikey, .sagdikey {
    position: fixed;
    top: 140px;
    width: 165px;
    z-index: 999;
    display: none; 
    padding:0.2rem;
    margin:0.2rem;
}

.soldikey {
    left: 50%;
    margin-left: -735px;
}

.sagdikey {
    left: 50%;
    margin-left: 570px;
}

@media only screen and (min-width: 1480px) {
    .soldikey, .sagdikey {
        display: block !important;
    }
}

@media only screen and (max-width: 1479px) {
    .soldikey, .sagdikey {
        display: none !important;
    }
}