@media (min-width: 769px) {
.yerdegistir .row:nth-child(odd) {
    flex-flow: row-reverse;
}
}
@media (max-width: 768px) {
	
	.bell {
    display:none;
}
	.headersosyal {

	float: left;
}
	.tt {
		height:50px;
	}
	.wdg {
		position:static;
		margin-left: 0;
		width: 100%;
	}
		#bustron-widget-content {
		width: 100%;
	}
    .sadecemobilgalerim {
        display: block !important;
    }
    a.navbar-brand {
        padding: 0;
    }
    .navbarfy .navbar-brand img {
        position: relative;
        padding-top: 0 !important;
    }
    .headul {
        display: flex;
        justify-content: space-between;
		float: right;
    }
    .odalaranadetay > div {
        width: auto;
        float: none;
    }
    .mh250{
        min-height:250px!important;
    }
    .mimg{
        width:90px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .odalaranadetay img{
        width:50%;
    }
}
@media (min-width:769px){
    #header.fixed {
        background: #fff;
        position: fixed;
        display: block;
        width: 100%;
        top: 0;
        z-index: 2;
    }
    #header.fixed .ustabsol {
        background: #fff;
        box-shadow: 1px 4px 14px #000;
    }
}