@charset "UTF-8";
/*	CSS Document									*/

/*	Theme Name: Scope Architects					*/
/*	File Name: layout_E_screenXtraLarge.css 		*/
/*	Author: Ben Guthrie								*/
/*	Author URI: http://www.TheGuthrieProject.com	*/





/* special attributes for larger screens and windows */
@media only screen and (min-width:900px) and (max-width:1099px),
only screen and (min-device-width:900px) and (max-device-width:1099px)
{
	



/* this changes the number of grid columns down to 4 */
.gridItem,
.gridItem_smallScreensOnly,
.gridItem_largeScreensOnly,
.gridItem_hoverImage,
.gridItem_hoverImage_smallScreensOnly,
.gridItem_hoverImage_largeScreensOnly
	{
	width: 23.75%;
	}



/* turn off special grid items for smaller screens */
.gridItem_smallScreensOnly,
.gridItem_hoverImage_smallScreensOnly
	{
	display:none;
	}
/* turn on special grid items for larger screens */
.gridItem_largeScreensOnly,
.gridItem_hoverImage_smallScreensOnly
	{
	display:inlne;
	}



.fb-like-box
	{
	data-width:600;
	data-show-faces:true;
	}

}/