/* Mobile */
@media all 
and (max-width : 1023px) 
{	
	.top
	{
/* 		height:auto; */
	}

	.header
	{
		max-width:100%;
	}
	
	.container
	{
		max-width:100%;
		margin-bottom:2%;	/* Removed the absolute .bottom so just reseting the margin */
	}

	.main
	{
		width:100%;
	}

	.side
	{
		display:none;
	}

	.bottom
	{
		position:static;	/* Remove the absolute .bottom */
	}
	
	.footer
	{
		max-width:100%;
	}
	
	.mobilehide
	{
		display:none;
	}
	
	/* Menu */
	.menu
	{
		display:none;
	}

	.menumobile
	{
		display:block;
	}

	.menuexp
	{
		display:none;
	}
	
	.menuexpmobile
	{
		display:block;
	}
	
	.sb-toggle-left
	{
		display:block;
	}

	.sb-toggle-right
	{
		display:block;
	}
	
	.sb-close
	{
		display:block;
	}

	/* Galleria */
	.galleria
	{
		width:100%;
 		padding-bottom:24px; 
	}
	
	.galleriasingle
	{
		width:100%;
	}
	
	.galleria-container
	{
		width:100% !important;
 		height:auto;
	}
	
	/* Custom */
	.product
	{
		width:80%;
	}
	
	.mainerleft, .mainerright
	{
		width:100%;
	}
}

/* Phone */
@media all 
and (max-width : 767px) 
{
	.top
	{
		height:60px;
	}
	
	.contact
	{
		width:100%;
		text-align:left;
		float:left;
	}
	
	.phonehide
	{
		display:none;
	}
	
	.blogimage 
	{
		width:100% !important;
		float:none !important;
		text-align:center !important;
		margin:15px auto !important;
	}
	
	.video
	{
		display:block;
	}
	
	.modal
	{
		width:100vw;
		height:100vh;
		padding:12px;
		overflow:scroll;
		box-shadow:0;
 		border:0;
	}
	
	.blog
	{
		width:47%;
	} 
	
	/* Galleria */
	.galleria-container
	{
 		height:230px !important;
 		margin-bottom:-10px;
	}
	
	.portfolio
	{
		width:100%;
		margin:2% 0;
	}
}

/* Tablet - Landscape and Portrait */
@media all 
and (min-width : 768px) 
and (max-width : 1023px) 
{
	.tablethide
	{
		display:none;
	}
}

/* Tablet - Portrait */
@media all 
and (min-width : 768px) 
and (max-width : 1023px) 
and (orientation : portrait)
{
	/*.top
	{
		background-position:-552px -90px;
	}*/

	/* Galleria */
	.galleria-container
	{
 		min-height:470px;
	}
}

/* Screen */
/*@media all
and (min-width : 768px) 
and (max-width : 1023px) 
and (orientation : landscape)
{

}*/