/* Mobile */
@media all 
and (max-width : 1023px) 
{
	.logo
	{
		content:url("../images/logo-negative.png");
		width:200px;
		float:right;
	}
	
	.top
	{
		background:none;
		background:rgba(0,0,0,1);
	}

	.header
	{
	}
	
	.container
	{
		max-width:100%;
		margin-bottom:0;	/* Removed the absolute .bottom */
	}

	.main
	{
		width:100%;
	}

	.side
	{
		display:none;
	}

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

	.menumobile
	{
		display:block;
	}

	.menuexp
	{
		display:none;
	}
	
	.menuexpmobile
	{
		display:block;
	}
	
	.menuiconleft /*sb-toggle-left*/
	{
		display:inline-block;
	}

	.menuiconright /*sb-toggle-right*/
	{
		display:inline-block;
	}
	
	/*.sb-close
	{
		display:block;
	}*/

	/* Cart */
	.cartcontainer
	{
		max-width:100%;
		margin-bottom:0;	/* Removed the absolute .bottom */
	}
	
	.cartmain
	{
		 width:100%;
	}
	
	.cartside
	{
		width:100%;
		float:none;
		display:block;
		margin:0;
	}

	.cartrefinebutton
	{
		display:block;
	}
	
	.cartrefine
	{
		display:none;
	}
	
	.cartviewoption
	{
		margin:1% 0;
	}
	
	.cartitem
	{
		float:none;
	}

	.cartdetails
	{
		width:100vw;
		height:100vh;
		padding:4%;
		min-height:0;
		max-height:none;
		box-shadow:none;
		border:none;
		overflow:scroll;
		overflow-x:hidden;
	}
	
	.cartdetails > img
	{
		width:100% !important;
		height:auto !important;
		max-width:100% !important;
		max-height:none !important;
		border:none;
		padding-bottom:24px;
	}

	/*.cartimagewrapper
	{
		width:100% !important;
		height:auto !important;
	}*/

	.cartgalleryimage 
	{
		width:100% !important;
		height:auto !important;
		max-width:100% !important;
		max-height:none !important;
		clip:auto !important;
		position:relative !important;
	}

	/* Galleria */
	.galleria
	{
		width:100%;
 		padding-bottom:24px; 
	}
	
	.galleriasingle
	{
		width:100%;
	}
	
	.galleria-container
	{
		width:100% !important;
 		height:auto;
	}
	
	/* Site Specific */	
	#sb-site, .sb-site-container
	{
		background:none !important;
	}
}

/* Phone */
@media all 
and (max-width : 767px) 
{
	.header, .container, .footer, .cartcontainer
	{
		padding:4%;
	}
	
	.contactform, .contactdetails
	{
		width:100%;
	}
	
	.phonehide
	{
		display:none;
	}

	.modal
	{
		width:100vw;
		height:90vh;	/* because Safari can't handle 100vh */
		box-shadow:none;
 		border:0;
	}
	
	.blog
	{
		width:48%;
	}
	
	.blogimage
	{
		max-height:71px !important;			/* 16:9 */
		/*max-height:110px !important;*/	/* 4:3	*/
		float:none !important;
		text-align:center !important;
	}

	.gallery
	{
		width:100%; 
		margin:0 0 2% 0;
	}
		
	.triple, .quadriple
	{
		width:100%;
	}

	/* Cart */
	.cartdisplay
	{
		width:89.5vw;
		max-height:370px;
	}
	
	.cartgallery, .cartgallery:nth-of-type(4n+1), .cartgallery:nth-of-type(4n)
	{
		width:48% !important;
		margin:1%;
		/*height:auto !important;
		max-width:100% !important;
		max-height:auto !important;*/
	}

	.cartviewoption
	{
		display:none;
	}
	
	/* Galleria */
	.galleria-container
	{
 		height:230px !important;
 		margin-bottom:-10px;
	}

	/* Site Specific */
	.budget
	{
		padding:4% 4% 0 4%;
		margin:2% 0;
	}

	.portfolio
	{
		height:auto;
		margin:6% 0;
	}
}

/* Tablet - Portrait */
@media all 
and (min-width : 768px) 
and (max-width : 1023px) 
and (orientation : portrait)
{
	.blogimage
	{
		max-height:115px !important;		/* 16:9 */
		/*max-height:152px !important;*/	/* 4:3	*/
	}
	
	/* Galleria */
	.galleria-container
	{
 		min-height:470px;
	}
	
	/* Site Specific */
	.quadriple
	{
		width:31%;
	}
}

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

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

}*/