@media screen and (max-width:1200px) {

}

@media screen and (max-width:992px) {
.top-line{
	border-top: none;
	padding-top: 10px;
}
}

@media screen and (max-width:765px) {
.logo{
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}
.telefon-hatti{
	text-align: right;
    margin: 0px!important;
    width: 100%;
}
.telefon-hatti img{
	float: none;
	margin: 0px;
	transform: scale(0.8, 0.8);
}
.telefon-hatti:hover img{
	transform: scale(0.8, 0.8);
}
p.UstTel{
	font-size:10pt;
	margin-top: 0px
}
p.UstTel span a{
	font-size:14pt;
}
.ata{
	display: none;
}
.nav-bar{
	margin-bottom: 20px;
	background: var(--dark);
}
.bx-viewport{
	margin-bottom: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}
ul.f-menu{
	margin-top: 20px;
	margin-bottom: 30px;
}
.f-menu li{
	text-align: center;
}
.sosyal-tut{
	text-align: center;
}

}
@media screen and (max-width:500px) {
}
@media screen and (max-width:320px) {
}