@media (max-width:480px) {
		.banner_top .banner_item, .banner_top .banner_item_inner{
				height:200px;	
			}
	}


@media (max-width:767px) {
		#navbar	{
				background:#fff;
				border: none;
				box-shadow: none;
			}	
			
			.menu-services-container{
					margin-bottom:25px;
				}
	
		.carousel-control{
			width:6%;
		}
	
		.carousel-inner > .item > img, .carousel-inner > .item > a > img{
			width:100%;	
			}
	
	}