/* Large desktop */
@media (min-width: 1200px) {
	
}

/* Small desktop */
@media (max-width: 780px) {
	
	.links-machine
	{
		position: inherit;
		left: inherit;
		top:inherit;
		width:80%;
		position:inherit;
	}
	.body-shadow
	{
		margin:0;
	}
	.hidden
	{
		visibility:visible;
	}
	.catogery-container
	{
		position:inherit;
	}
	.category-item
	{
		margin: 10px 0 0 0;
	}
	.amera_wrap
	{
		margin-bottom:10px !important;
	}
}

@media (max-width: 1199px) {
	.catogery-container,.progression
	{
		//z-index: 0;
		//visibility:hidden;
	}
	.digger img
	{
		max-width: 250px;
	}
	.digger
	{
		top:120px;
		
	}
}

 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.digger img
	{
		max-width: 200px;
	}
	.digger
	{
		top:160px;
	}
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.progresion
	{
		z-index: 0;
		visibility:hidden;
	}	
	.digger img
	{
		max-width: 150px;
	}
	.digger
	{
		top:160px;
	}
	body
	{
		padding-right: 5px;
		padding-left: 5px;
	}
	.img-location
	{
		max-width:100%;
		width:100%;
		margin:0;
		margin-bottom:20px;
		
	}
	.item-page .container
	{
		padding: 0 10px ;
	}
	.button-readmore
	{
		float:right;
		margin:5px;
	}
	.banner-label h1
	{
		font-size:1em;
		padding:5px 0;		
	}
	.banner-label-bottom h2
	{
		font-size: 1em;
	}
	.fa-3x
	{
		font-size:2em;
	}
	
}

 
/* Landscape phones and down */
@media (max-width: 480px) {}