@supports (padding: max(0px)) {
	.wrapper {
		padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 850px)
{

.banner-image {
	height: 300px;
	white-space: nowrap;
	overflow: hidden;
}

.slogan {
	display: none;
}

.menu {
	display: none;
}

.sag-menu {
	display: none;
}

.sag-menu .mobil {
	display: block;
}

.mobilMenu {
	display: block;
	color: #fff;
	font-size: 34px;
	margin-left: auto;
    margin-right: 0px;
    flex-shrink: 0;
    padding: 5px;
}

.mobilMenu i {
    cursor: pointer;
}


ul.mNav {
	position: fixed;
	margin-top: 0px;
	margin-left: 0;
	left: -100%;
	top: 0;
	width: 280px;
    max-width: 85%;
    min-height: 100vh;
	background: #292b3b;
	z-index: 10;
	transition: 0.5s ease;
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.5);
}

ul.mNav li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: dashed 1px rgba(216,232,238,0.06);
}

ul.mNav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 15px;
	padding: 12px;
	border-radius: 0;
}

ul.mNav li:last-child {
	border-bottom: 0;
}

ul.mNav li a:hover {
	background-color: rgba(216,232,238,0.06);
}

#Mmenu:checked~ul{
	left: 0px;
}

.footer-content .row {
	display: block;
	margin: 0;
	width: 100%;
}

.footer-content .row>* {
    padding: 10px 0;
}

.customMenu {
	width: 100%;
	position: sticky;
	bottom: 0;
	background: #292b3b;
	text-align: center;
}

.customMenu .sag-menu-link {
	float: none;
	border-radius: 0;
}

.customMenu .sag-menu-link a {
	width: 100%;
	border-radius: 0;
	display: block;
}



.page-top-back {
    top: 202px !important;
}

}

@media (max-width: 700px)
{

.alt-menu {
	max-width: 100%;
    overflow: auto;
    white-space: nowrap;
}

}

@media (max-width: 560px)
{

.copyright {
	text-align: center;
}

.footer .sag {
	float: none;
}
}
	
@media (max-width: 480px)
{
.ust-bar {
	max-width: 100%;
    overflow: auto;
    white-space: nowrap;
	text-align: center;
}
	
.ust-bar .float-right {
	float: none;
	
}
	
.ust-bar .float-right .sosyal-medya ul {
	margin: 0 auto;
	width: 100%;
}

.wrapper {
	padding-left: 0;
	padding-right: 0;
}

.radyo-w {
	padding: 10px 0;
}

.header, div#rcast, .radyo-d .wrapper, .footer-content {
	padding-left: 10px;
	padding-right: 10px;
}

 .radyo-w h3 {
 	text-align: center;
 }

 .radyo-w iframe {
 	max-height: 400px;
 }

}
	
@media (max-width: 1190px)
{
.single_advisor_profile .advisor_thumb {
    margin: 0 auto;
}
	
.yayincilar .col-lg-3 {
    margin: 0 auto;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
.advisor_thumb img {
	margin: 0 auto;
}

}