/* Large desktop */
@media (min-width: 1200px) {
.TopMenu {
	display: block;
}
.TopMenuMobile {
	display: none;
}
.NavTop ul li a {
	margin: 0 0 0 20px;
	padding: 0 25px 0 0;
}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.TopMenu {
	display: block;
}
.TopMenuMobile {
	display: none;
}
.NavTop ul li a, .NavTopRight ul li a {
	font-size: 14px;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.TopMenu {
	display: none;
}
.TopMenuMobile {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.TopMenuMobile .navbar-collapse {
	max-height: none !important;
}
#MenuPathIcerik a:last-child {
	color: #A6A6A6;
	font-size: 14px;
}
#MenuPathIcerik a {
	color: #D0D0D0;
	font-size: 12px;
}
#Banner,.BannerSlider {
    height: auto;
}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
.TopMenu {
	display: none;
}
.TopMenuMobile {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
.HeaderTop {
	border-bottom: none;
}
#Logo {
	top: 4px;
}
#Mavipiksel a {
	font-size: 11px;
}
.FooterLeft {
	font-size: 11px;
}
#MenuPathIcerik a:last-child {
	color: #A6A6A6;
	font-size: 12px;
}
#MenuPathIcerik a {
	color: #D0D0D0;
	font-size: 11px;
}
#Banner,.BannerSlider {
    height: auto;
}

}
