.mobileNav { display: none }
.bottom-box { display: none }
.carousel { display: none }
.iletisim-sayfa { display: none }
.mobile-page { display: none }
.contact { display: none }
.footer-menu { display: none }
.footer-logo { display: none }
.mobile-index { display: none }
/*Css 480px*/
@media screen and (max-width: 480px) {
	body { background: none }
	.ust { display: none }
	.orta { display: none }
	.alt { display: none }
	.banner { display: none }
	.mobile-page { display: block }
	.page-title { margin-top: 70px; width: 100%; font-family: 'Merriweather Sans', sans-serif; font-weight: 600; font-size: 16px; color: #000; text-transform: uppercase }
   /*mobile Nav*/
	.mobileNav {
		display: block;
		background: linear-gradient(#fafafa,#e6e6e6); 
		border-bottom: 3px solid #e31d1a;
		border-radius: 0px;
		font-family: 'Merriweather Sans', sans-serif; 
		
		
	}
	.mobileNav .m-logo { height: 25px }
	.mobileNav .navbar-nav li a { font-size: 14px; color: #010101; font-weight: 600 }
	.mobileNav .navbar-nav li a:hover{ background: #e31d1a; color: #fff }
	.mobileNav .navbar-nav li a:focus{ background: #e31d1a }
	.mobileNav .navbar-nav .active{ background: #e31d1a }
	.mobileNav .navbar-nav .dropdown-menu li{ font-size: 14px; color: #010101; font-weight: 600 }

	/*Bottom Box*/
	.bottom-box { display: block; height: 30px; background: linear-gradient(#fa312e,#e31d1a); list-style: none; cursor: pointer }
	.bottom-box li{ float: left; width: 33.33%; height: 30px; text-align: center; border-right: 1px solid #fff; line-height: 30px}
	.bottom-box li:hover{ background: #010101 }
	.bottom-box li i{ color: #fff; font-size: 16px; font-weight: 600; color: #fff; }

	/*Banner*/
	.carousel { display: block; position: relative; margin-top:52px; font-family: 'Merriweather Sans', sans-serif; }
	.carousel-control { background: none; }
	.carousel-control span{ margin-top: -11% }
	.carousel-caption { padding: 3px 0px 5px 0px; width: 70%; height: 90px; background: url("image/slide_desc.png") repeat scroll 0 0 transparent; }
	.carousel-caption h3{ color: #000; font-size: 16px; font-weight: 600; line-height: 40px; }
	.carousel-caption a{ margin-bottom: 5px; background: #ed1f24; color: #fff; font-size: 14px; line-height: 30px; padding: 3px; border-radius: 5px }

	/*Contact*/
	
	.contact { display: block; margin-top: 50px; width: 100% }
	.contact .box { width: 100%;}
	
	/*breadcrumbs*/
	.mobile-page { margin-bottom: 100px; margin-top: -70px }
	.mobile-page .text{ font-family: 'Merriweather Sans', sans-serif; font-size: 13px; font-weight: 500; line-height: 22px; margin-top: 5px }
	.mobile-page .text .baslik5{ margin-left: 10px }
	.breadcrumbs { display: block; }
	.breadcrumbs { margin-top: 50px; margin-bottom: width: 100%; height: 50px; line-height: 48px; font-family: 'Merriweather Sans', sans-serif;  }
	.breadcrumbs ul{ width: 100%; display: block; }
	.breadcrumbs ul li{ display: block; float: left; padding-right: 6px; }
	.breadcrumbs ul li a{ color: #333; font-size: 12px; font-weight: 600 }
	
	/*box*/
	.new-box { width: 100%; border-bottom: 1px solid #ccc; margin-bottom: 10px }
	.new-box img{ width: 100% }
	.box-title { padding-left: 10px; width: 100%; line-height: 28px; background: #000; font-family: 'Merriweather Sans', sans-serif; font-size: 11px; font-weight: 600; color: #fff }
	
	/*project*/
	.project-box { display: block; width: 100%; border-bottom: 1px solid #ccc; }
	.project-box img{ width: 100% }
	.project-box .box-title{ font-size: 11px }
	
	/*footer-menu*/
	.footer-menu { display: block; height: 250px; margin-top: 0px}
	.footer-menu li{ width: 100%; display: block; float: left; height: 35px; line-height: 38px; padding-left: 10px; background: linear-gradient(#f4f4f4,#ededed); border-bottom: 1px solid #ddd }
	.footer-menu li:hover{ background: linear-gradient(#fa312e,#e31d1a); color: #fff; text-decoration: none}
	.footer-menu li a{ font-family: 'Merriweather Sans', sans-serif; font-weight: 500; text-transform: uppercase }
	
	/*footer*/
	.footer-logo { display: block }
	
	/*red-button*/
	.red-button { margin-top: 15px; margin-bottom: 3px; height: 40px; line-height: 38px; background: #e31d1a; border-right: 2px solid #ccc }
	.red-button a{ font-family: 'Merriweather Sans', sans-serif; font-weight: 600; color: #fff; font-size: 11px }
	
	.red-button_ { margin-top: 3px; height: 40px; line-height: 38px; background: #e31d1a; border-right: 2px solid #ccc }
	.red-button_ a{ font-family: 'Merriweather Sans', sans-serif; font-weight: 600; color: #fff; font-size: 11px }
	
	/*mobile-index*/
	.mobile-index { display: block }
	
}


@media screen and (min-width: 1440px) { 
    body { zoom: 140%; } 
}


