/* Large Devices, Wide Screens */

@media only screen and (max-width : 1280px)
{	

}


@media only screen and (max-width : 1200px) 

{
	

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) 
{/*--------------------------branch-----------------*/
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) 
	{
/*--------------------------menue-----------------*/		
		.navbar-collapse.collapse
			{
				  z-index: 999999;
				  position: relative;
				  background: #B20B0B;
			}

		.navbar-collapse.collapse a
			{
				color:#fff; 
			}
			
		.search
			{
				display:none; 
			}
			
		.followUs
			{
				display:none; 
			}
			
		.followUs1
			{
				display:none; 
			}
		.sub-menue
			{
				width:100%;
				min-width:100%; 
			}
		.cat-menue
			{
				min-width:40%; 
			}
			
		#alwast-bayanat
	{
		padding:0; 
	}
	
	#albarlaman
	{
		padding:0; 
	}
	
	#clear-paddong-medai
		{
			padding:0; 
		}
		
	#mypop
		{
			width:90%; 
			height:auto;
			min-height:30%;
		}
	#mypop .carousel-inner2
		{
			min-height:100px; 
		}
		
	.ticker-controls
		{
			display:none; 
		}
		
	#banner-1
		{
			padding:0;
			margin:0 0 5px 0; 
		}			.article-block		{			width:100%;				}
	}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) 
{
	#myCarousel	.carousel-inner
		{
			height:300px; 
		}
	#myCarousel
		{
			height:300px; 
		}
		
	#myCarousel .item
		{
			height:300px; 
		}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) 
{

	
	
    
}





/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 720px) 
{
	

}

@media (max-width : 720px) and  (min-width : 400px)

{		

}


@media (max-width : 1024px) and  (min-width : 780px)
{
		

}